aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all images and models into images and models directories.David Walter Seikel2016-03-291-1/+1
|
* Update to new eo_* syntax.David Walter Seikel2016-03-131-5/+5
|
* Rejig the structure of windows a lot.David Walter Seikel2016-01-211-2/+2
|
* Evil hack around ELM's problem with lack of toolbar item icons.David Walter Seikel2016-01-211-3/+3
|
* Remove left over comments.David Walter Seikel2016-01-031-1/+0
|
* Re-enable the web browser I had forgotten disabling.David Walter Seikel2016-01-031-1/+1
|
* Fix menus, with an evil hack.David Walter Seikel2015-12-311-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 Seikel2015-06-181-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 Seikel2015-03-221-1/+1
| | | | case they change their mind again.
* Update to post release API change. So much for stable API to collaborate ↵David Walter Seikel2014-06-111-1/+1
| | | | with. sigh
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-201-3/+3
|
* The results of a session with valgrind.David Walter Seikel2014-05-201-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 Seikel2014-05-171-1/+1
|
* Try to calculate minimum winFang size, and fail coz no one else does.David Walter Seikel2014-05-121-0/+2
|
* Fix up winFang move and resize. Still more to fix here though.David Walter Seikel2014-05-121-3/+3
|
* 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 ↵David Walter Seikel2014-05-111-0/+1
| | | | them make their widdgets relative to that.
* Add internal window title bar, and dragging them around. Plus some related ↵David Walter Seikel2014-05-111-1/+1
| | | | clean ups.
* Add physics to the windows.David Walter Seikel2014-05-101-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 Seikel2014-05-061-10/+5
|
* Every window is a winFang now, and winFangs delete their own children.David Walter Seikel2014-05-061-2/+1
|
* Call skang modules from extantz. Needs some clean up.David Walter Seikel2014-05-051-1/+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
|
* fangWin -> winFang and related changes.David Walter Seikel2014-05-051-4/+4
|
* Combine eo_add() and eo_do(), plus related cleanups.David Walter Seikel2014-05-041-3/+2
|
* New fangWin and Widget structures, and modify fangWin stuff to use them.David Walter Seikel2014-05-041-14/+15
|
* Small clean ups I forgot from the last commit.David Walter Seikel2014-05-031-1/+0
|
* More shuffling of gld -> ourGlobals and related cleanups.David Walter Seikel2014-05-031-8/+8
|
* Move non GL_View stuff from gld -> ourGlobals. Plus some white space fixes.David Walter Seikel2014-05-031-8/+9
|
* Major cleanup of extantz, part one.David Walter Seikel2014-05-021-10/+1
|
* Split up extantz.David Walter Seikel2014-05-021-0/+300