aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/winFang.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to post release API change. So much for stable API to collaborate wit...David Walter Seikel2014-06-111-20/+20
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-201-37/+3
* The results of a session with valgrind.David Walter Seikel2014-05-201-5/+10
* Implement text entry and text box widgets.David Walter Seikel2014-05-181-1/+16
* Add widget hide, show, and text setting functions.David Walter Seikel2014-05-181-0/+10
* Rearrange things in the libraries.David Walter Seikel2014-05-171-1/+34
* Put module name in winFang and winFang in Widget, plus related tweakage and use.David Walter Seikel2014-05-161-0/+1
* Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel2014-05-121-20/+72
* widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel2014-05-121-13/+18
* Change WinFang title to marker, since the slider options are borked.David Walter Seikel2014-05-121-3/+2
* Try to calculate minimum winFang size, and fail coz no one else does.David Walter Seikel2014-05-121-9/+34
* Fiddle with the winFang title, and white space cleanups on winFang.edc.David Walter Seikel2014-05-121-18/+6
* Internal and external windows now both use the layout.David Walter Seikel2014-05-121-67/+67
* A little more clean up of winFang move / resize.David Walter Seikel2014-05-121-15/+14
* Fix up winFang move and resize. Still more to fix here though.David Walter Seikel2014-05-121-30/+45
* Move the callback comments.David Walter Seikel2014-05-121-0/+54
* Clean up the winFang layout stuff.David Walter Seikel2014-05-111-46/+49
* Change internal windows from Elm win to Elm layout.David Walter Seikel2014-05-111-72/+49
* Resize instead of mapping windows. Got the basics of a window manager in a f...David Walter Seikel2014-05-111-67/+97
* Add a rectangle to pad out those that don't use the winFang box, and have the...David Walter Seikel2014-05-111-0/+18
* Add internal window title bar, and dragging them around. Plus some related c...David Walter Seikel2014-05-111-11/+93
* Add physics to the windows.David Walter Seikel2014-05-101-1/+11
* All winFangs now get a complimentary box.David Walter Seikel2014-05-061-0/+9
* WinFangs use an Elm image instead of a rectangle for their background, and ot...David Walter Seikel2014-05-061-6/+9
* Every window is a winFang now, and winFangs delete their own children.David Walter Seikel2014-05-061-4/+12
* Move winFang to libraries, and convert GuiLua to use it.David Walter Seikel2014-05-051-0/+208