Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rejig the structure of windows a lot. | David Walter Seikel | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | Evil hack around ELM's problem with lack of toolbar item icons. | David Walter Seikel | 2016-01-21 | 1 | -3/+3 |
| | |||||
* | Remove left over comments. | David Walter Seikel | 2016-01-03 | 1 | -1/+0 |
| | |||||
* | Re-enable the web browser I had forgotten disabling. | David Walter Seikel | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Fix menus, with an evil hack. | David Walter Seikel | 2015-12-31 | 1 | -19/+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. | ||||
* | Fix up yet another API break. | David Walter Seikel | 2015-06-18 | 1 | -1/+1 |
| | | | | These APIs will settle down soonish, they promise. | ||||
* | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵ | David Walter Seikel | 2015-03-22 | 1 | -1/+1 |
| | | | | 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 | -1/+1 |
| | | | | with. sigh | ||||
* | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 2014-05-20 | 1 | -3/+3 |
| | |||||
* | The results of a session with valgrind. | David Walter Seikel | 2014-05-20 | 1 | -0/+2 |
| | | | | | | I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries. | ||||
* | Adjust windows a bit. | David Walter Seikel | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Try to calculate minimum winFang size, and fail coz no one else does. | 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/+3 |
| | |||||
* | 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 internal window title bar, and dragging them around. Plus some related ↵ | David Walter Seikel | 2014-05-11 | 1 | -1/+1 |
| | | | | clean ups. | ||||
* | 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 | -10/+5 |
| | |||||
* | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 2014-05-06 | 1 | -2/+1 |
| | |||||
* | Call skang modules from extantz. Needs some clean up. | David Walter Seikel | 2014-05-05 | 1 | -1/+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 |
| | |||||
* | fangWin -> winFang and related changes. | David Walter Seikel | 2014-05-05 | 1 | -4/+4 |
| | |||||
* | Combine eo_add() and eo_do(), plus related cleanups. | David Walter Seikel | 2014-05-04 | 1 | -3/+2 |
| | |||||
* | New fangWin and Widget structures, and modify fangWin stuff to use them. | David Walter Seikel | 2014-05-04 | 1 | -14/+15 |
| | |||||
* | Small clean ups I forgot from the last commit. | David Walter Seikel | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | More shuffling of gld -> ourGlobals and related cleanups. | David Walter Seikel | 2014-05-03 | 1 | -8/+8 |
| | |||||
* | Move non GL_View stuff from gld -> ourGlobals. Plus some white space fixes. | David Walter Seikel | 2014-05-03 | 1 | -8/+9 |
| | |||||
* | Major cleanup of extantz, part one. | David Walter Seikel | 2014-05-02 | 1 | -10/+1 |
| | |||||
* | Split up extantz. | David Walter Seikel | 2014-05-02 | 1 | -0/+300 |