Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Random cleanups. | David Walter Seikel | 2016-01-21 | 1 | -16/+16 |
| | |||||
* | Rejig the structure of windows a lot. | David Walter Seikel | 2016-01-21 | 1 | -11/+1 |
| | |||||
* | Update to latest API changes. | David Walter Seikel | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Fix up yet another API break. | David Walter Seikel | 2015-06-18 | 1 | -7/+7 |
| | | | | These APIs will settle down soonish, they promise. | ||||
* | Uncomment this now that EFL got fixed. | David Walter Seikel | 2015-03-29 | 1 | -16/+16 |
| | |||||
* | Comment out the radio buttons for now, this is causing the crashing. | David Walter Seikel | 2015-03-22 | 1 | -20/+20 |
| | |||||
* | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵ | David Walter Seikel | 2015-03-22 | 1 | -6/+6 |
| | | | | case they change their mind again. | ||||
* | Update to post release API change. So much for stable API to collaborate ↵ | David Walter Seikel | 2014-06-11 | 1 | -8/+8 |
| | | | | with. sigh | ||||
* | More window adjusting. | David Walter Seikel | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Move poor mans introspection into winFang.c, and use it in purkle. | David Walter Seikel | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | widgetAdd now does the box / grid decision, and some oter things moved into it. | David Walter Seikel | 2014-05-12 | 1 | -2/+1 |
| | |||||
* | Make files and purkle slimmer. | 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 | -0/+1 |
| | |||||
* | Fix up winFang move and resize. Still more to fix here though. | David Walter Seikel | 2014-05-12 | 1 | -2/+2 |
| | |||||
* | Change internal windows from Elm win to Elm layout. | David Walter Seikel | 2014-05-11 | 1 | -5/+3 |
| | |||||
* | Add a rectangle to pad out those that don't use the winFang box, and have ↵ | David Walter Seikel | 2014-05-11 | 1 | -0/+1 |
| | | | | them make their widdgets relative to that. | ||||
* | Add physics to the windows. | David Walter Seikel | 2014-05-10 | 1 | -1/+1 |
| | | | | 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 | -13/+5 |
| | |||||
* | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 2014-05-06 | 1 | -2/+1 |
| | |||||
* | Merge inline and external window creation. | David Walter Seikel | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Merge winFangComplete into winFangAdd. | David Walter Seikel | 2014-05-05 | 1 | -2/+1 |
| | |||||
* | winFang no longer depends on ourGlobals. | David Walter Seikel | 2014-05-05 | 1 | -2/+3 |
| | |||||
* | Merge the window handle creation code, and add proper hiding for them. | David Walter Seikel | 2014-05-05 | 1 | -4/+4 |
| | |||||
* | fangWin -> winFang and related changes. | David Walter Seikel | 2014-05-05 | 1 | -7/+7 |
| | |||||
* | Fold some common code into widgetAdd, and related cleanups. | David Walter Seikel | 2014-05-04 | 1 | -8/+4 |
| | |||||
* | Combine eo_add() and eo_do(), plus related cleanups. | David Walter Seikel | 2014-05-04 | 1 | -25/+20 |
| | |||||
* | Make the file selector actually useful. | David Walter Seikel | 2014-05-04 | 1 | -13/+32 |
| | |||||
* | Major clean up of the file selector. | David Walter Seikel | 2014-05-04 | 1 | -165/+175 |
| | |||||
* | New fangWin and Widget structures, and modify fangWin stuff to use them. | David Walter Seikel | 2014-05-04 | 1 | -9/+11 |
| | |||||
* | Add a file selector. | David Walter Seikel | 2014-05-04 | 1 | -0/+274 |