Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rejig the structure of windows a lot. | David Walter Seikel | 2016-01-21 | 1 | -3/+5 |
| | |||||
* | Evil hack around ELM's problem with lack of toolbar item icons. | David Walter Seikel | 2016-01-21 | 1 | -0/+2 |
| | |||||
* | Fix menus, with an evil hack. | David Walter Seikel | 2015-12-31 | 1 | -0/+4 |
| | | | | | | | | | | ELM managed to break the main menu, it never showed, no matter what I did, but the woMan menus worked fine. Refactored both so they use generic functions for building the menu. Put the main menu in it's own window, which mostly works fine. I gotta rip the elm menu system a new one, or just drop it entirely and build my own. | ||||
* | Big include and libraries clean up. | David Walter Seikel | 2014-05-24 | 1 | -3/+0 |
| | |||||
* | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 2014-05-20 | 1 | -11/+0 |
| | |||||
* | Add widget hide, show, and text setting functions. | David Walter Seikel | 2014-05-18 | 1 | -0/+2 |
| | |||||
* | Rearrange things in the libraries. | David Walter Seikel | 2014-05-17 | 1 | -0/+2 |
| | |||||
* | Put module name in winFang and winFang in Widget, plus related tweakage and use. | David Walter Seikel | 2014-05-16 | 1 | -0/+2 |
| | |||||
* | Move poor mans introspection into winFang.c, and use it in purkle. | David Walter Seikel | 2014-05-12 | 1 | -1/+28 |
| | |||||
* | widgetAdd now does the box / grid decision, and some oter things moved into it. | David Walter Seikel | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | Try to calculate minimum winFang size, and fail coz no one else does. | David Walter Seikel | 2014-05-12 | 1 | -1/+2 |
| | |||||
* | Internal and external windows now both use the layout. | David Walter Seikel | 2014-05-12 | 1 | -0/+2 |
| | |||||
* | Fix up winFang move and resize. Still more to fix here though. | David Walter Seikel | 2014-05-12 | 1 | -3/+5 |
| | |||||
* | Clean up the winFang layout stuff. | David Walter Seikel | 2014-05-11 | 1 | -1/+0 |
| | |||||
* | Change internal windows from Elm win to Elm layout. | David Walter Seikel | 2014-05-11 | 1 | -3/+6 |
| | |||||
* | Add a rectangle to pad out those that don't use the winFang box, and have ↵ | David Walter Seikel | 2014-05-11 | 1 | -0/+2 |
| | | | | them make their widdgets relative to that. | ||||
* | Add internal window title bar, and dragging them around. Plus some related ↵ | David Walter Seikel | 2014-05-11 | 1 | -0/+3 |
| | | | | clean ups. | ||||
* | Add physics to the windows. | David Walter Seikel | 2014-05-10 | 1 | -1/+3 |
| | | | | Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful. | ||||
* | All winFangs now get a complimentary box. | David Walter Seikel | 2014-05-06 | 1 | -0/+1 |
| | |||||
* | WinFangs use an Elm image instead of a rectangle for their background, and ↵ | David Walter Seikel | 2014-05-06 | 1 | -0/+1 |
| | | | | others can change the image. | ||||
* | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 2014-05-06 | 1 | -1/+2 |
| | |||||
* | Clean up include files. | David Walter Seikel | 2014-05-05 | 1 | -0/+6 |
| | |||||
* | Move winFang to libraries, and convert GuiLua to use it. | David Walter Seikel | 2014-05-05 | 1 | -0/+49 |