aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/files.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-13Update to new eo_* syntax.David Walter Seikel1-39/+37
2016-01-21Random cleanups.David Walter Seikel1-16/+16
2016-01-21Rejig the structure of windows a lot.David Walter Seikel1-11/+1
2015-09-11Update to latest API changes.David Walter Seikel1-2/+2
2015-06-18Fix up yet another API break.David Walter Seikel1-7/+7
2015-03-29Uncomment this now that EFL got fixed.David Walter Seikel1-16/+16
2015-03-22Comment out the radio buttons for now, this is causing the crashing.David Walter Seikel1-20/+20
2015-03-22We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in c...David Walter Seikel1-6/+6
2014-06-11Update to post release API change. So much for stable API to collaborate wit...David Walter Seikel1-8/+8
2014-05-17More window adjusting.David Walter Seikel1-1/+1
2014-05-12Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel1-1/+1
2014-05-12widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel1-2/+1
2014-05-12Make files and purkle slimmer.David Walter Seikel1-1/+1
2014-05-12Try to calculate minimum winFang size, and fail coz no one else does.David Walter Seikel1-0/+1
2014-05-12Fix up winFang move and resize. Still more to fix here though.David Walter Seikel1-2/+2
2014-05-11Change internal windows from Elm win to Elm layout.David Walter Seikel1-5/+3
2014-05-11Add a rectangle to pad out those that don't use the winFang box, and have the...David Walter Seikel1-0/+1
2014-05-10Add physics to the windows.David Walter Seikel1-1/+1
2014-05-06All winFangs now get a complimentary box.David Walter Seikel1-13/+5
2014-05-06Every window is a winFang now, and winFangs delete their own children.David Walter Seikel1-2/+1
2014-05-05Merge inline and external window creation.David Walter Seikel1-1/+1
2014-05-05Merge winFangComplete into winFangAdd.David Walter Seikel1-2/+1
2014-05-05winFang no longer depends on ourGlobals.David Walter Seikel1-2/+3
2014-05-05Merge the window handle creation code, and add proper hiding for them.David Walter Seikel1-4/+4
2014-05-05fangWin -> winFang and related changes.David Walter Seikel1-7/+7
2014-05-04Fold some common code into widgetAdd, and related cleanups.David Walter Seikel1-8/+4
2014-05-04Combine eo_add() and eo_do(), plus related cleanups.David Walter Seikel1-25/+20
2014-05-04Make the file selector actually useful.David Walter Seikel1-13/+32
2014-05-04Major clean up of the file selector.David Walter Seikel1-165/+175
2014-05-04New fangWin and Widget structures, and modify fangWin stuff to use them.David Walter Seikel1-9/+11
2014-05-04Add a file selector.David Walter Seikel1-0/+274