aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/files.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-8/+8
* More window adjusting.David Walter Seikel2014-05-171-1/+1
* Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel2014-05-121-1/+1
* widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel2014-05-121-2/+1
* Make files and purkle slimmer.David Walter Seikel2014-05-121-1/+1
* Try to calculate minimum winFang size, and fail coz no one else does.David Walter Seikel2014-05-121-0/+1
* Fix up winFang move and resize. Still more to fix here though.David Walter Seikel2014-05-121-2/+2
* Change internal windows from Elm win to Elm layout.David Walter Seikel2014-05-111-5/+3
* Add a rectangle to pad out those that don't use the winFang box, and have the...David Walter Seikel2014-05-111-0/+1
* Add physics to the windows.David Walter Seikel2014-05-101-1/+1
* All winFangs now get a complimentary box.David Walter Seikel2014-05-061-13/+5
* Every window is a winFang now, and winFangs delete their own children.David Walter Seikel2014-05-061-2/+1
* Merge inline and external window creation.David Walter Seikel2014-05-051-1/+1
* Merge winFangComplete into winFangAdd.David Walter Seikel2014-05-051-2/+1
* winFang no longer depends on ourGlobals.David Walter Seikel2014-05-051-2/+3
* Merge the window handle creation code, and add proper hiding for them.David Walter Seikel2014-05-051-4/+4
* fangWin -> winFang and related changes.David Walter Seikel2014-05-051-7/+7
* Fold some common code into widgetAdd, and related cleanups.David Walter Seikel2014-05-041-8/+4
* Combine eo_add() and eo_do(), plus related cleanups.David Walter Seikel2014-05-041-25/+20
* Make the file selector actually useful.David Walter Seikel2014-05-041-13/+32
* Major clean up of the file selector.David Walter Seikel2014-05-041-165/+175
* New fangWin and Widget structures, and modify fangWin stuff to use them.David Walter Seikel2014-05-041-9/+11
* Add a file selector.David Walter Seikel2014-05-041-0/+274