Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-31 | Fix menus, with an evil hack. | David Walter Seikel | 1 | -0/+57 | |
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. | |||||
2015-09-11 | Update to latest API changes. | David Walter Seikel | 1 | -1/+1 | |
2015-06-18 | Fix up yet another API break. | David Walter Seikel | 1 | -11/+11 | |
These APIs will settle down soonish, they promise. | |||||
2015-03-22 | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵ | David Walter Seikel | 1 | -8/+8 | |
case they change their mind again. | |||||
2014-08-30 | Update to new file getting API. | David Walter Seikel | 1 | -2/+2 | |
2014-06-11 | Update to post release API change. So much for stable API to collaborate ↵ | David Walter Seikel | 1 | -20/+20 | |
with. sigh | |||||
2014-05-20 | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 1 | -37/+3 | |
2014-05-20 | The results of a session with valgrind. | David Walter Seikel | 1 | -5/+10 | |
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. | |||||
2014-05-18 | Implement text entry and text box widgets. | David Walter Seikel | 1 | -1/+16 | |
2014-05-18 | Add widget hide, show, and text setting functions. | David Walter Seikel | 1 | -0/+10 | |
2014-05-17 | Rearrange things in the libraries. | David Walter Seikel | 1 | -1/+34 | |
2014-05-16 | Put module name in winFang and winFang in Widget, plus related tweakage and use. | David Walter Seikel | 1 | -0/+1 | |
2014-05-12 | Move poor mans introspection into winFang.c, and use it in purkle. | David Walter Seikel | 1 | -20/+72 | |
2014-05-12 | widgetAdd now does the box / grid decision, and some oter things moved into it. | David Walter Seikel | 1 | -13/+18 | |
2014-05-12 | Change WinFang title to marker, since the slider options are borked. | David Walter Seikel | 1 | -3/+2 | |
2014-05-12 | Try to calculate minimum winFang size, and fail coz no one else does. | David Walter Seikel | 1 | -9/+34 | |
2014-05-12 | Fiddle with the winFang title, and white space cleanups on winFang.edc. | David Walter Seikel | 1 | -18/+6 | |
2014-05-12 | Internal and external windows now both use the layout. | David Walter Seikel | 1 | -67/+67 | |
2014-05-12 | A little more clean up of winFang move / resize. | David Walter Seikel | 1 | -15/+14 | |
2014-05-12 | Fix up winFang move and resize. Still more to fix here though. | David Walter Seikel | 1 | -30/+45 | |
2014-05-12 | Move the callback comments. | David Walter Seikel | 1 | -0/+54 | |
2014-05-11 | Clean up the winFang layout stuff. | David Walter Seikel | 1 | -46/+49 | |
2014-05-11 | Change internal windows from Elm win to Elm layout. | David Walter Seikel | 1 | -72/+49 | |
2014-05-11 | Resize instead of mapping windows. Got the basics of a window manager in a ↵ | David Walter Seikel | 1 | -67/+97 | |
few short functions now. B-) | |||||
2014-05-11 | Add a rectangle to pad out those that don't use the winFang box, and have ↵ | David Walter Seikel | 1 | -0/+18 | |
them make their widdgets relative to that. | |||||
2014-05-11 | Add internal window title bar, and dragging them around. Plus some related ↵ | David Walter Seikel | 1 | -11/+93 | |
clean ups. | |||||
2014-05-10 | Add physics to the windows. | David Walter Seikel | 1 | -1/+11 | |
Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful. | |||||
2014-05-06 | All winFangs now get a complimentary box. | David Walter Seikel | 1 | -0/+9 | |
2014-05-06 | WinFangs use an Elm image instead of a rectangle for their background, and ↵ | David Walter Seikel | 1 | -6/+9 | |
others can change the image. | |||||
2014-05-06 | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 1 | -4/+12 | |
2014-05-05 | Move winFang to libraries, and convert GuiLua to use it. | David Walter Seikel | 1 | -3/+6 | |
2014-05-05 | Merge inline and external window creation. | David Walter Seikel | 1 | -46/+67 | |
2014-05-05 | Merge winFangComplete into winFangAdd. | David Walter Seikel | 1 | -35/+32 | |
2014-05-05 | winFang no longer depends on ourGlobals. | David Walter Seikel | 1 | -5/+4 | |
2014-05-05 | Merge the window handle creation code, and add proper hiding for them. | David Walter Seikel | 1 | -25/+58 | |
2014-05-05 | Track all windows in a Eina_List. | David Walter Seikel | 1 | -0/+1 | |
2014-05-05 | fangWin -> winFang and related changes. | David Walter Seikel | 1 | -48/+6 | |
2014-05-04 | Fold some common code into widgetAdd, and related cleanups. | David Walter Seikel | 1 | -1/+11 | |
2014-05-04 | New fangWin and Widget structures, and modify fangWin stuff to use them. | David Walter Seikel | 1 | -15/+45 | |
2014-05-03 | More shuffling of gld -> ourGlobals and related cleanups. | David Walter Seikel | 1 | -5/+3 | |
2014-05-03 | Move non GL_View stuff from gld -> ourGlobals. Plus some white space fixes. | David Walter Seikel | 1 | -68/+70 | |
2014-05-03 | Major extantz clean up part 2. Including new Evas_3d style camera. | David Walter Seikel | 1 | -173/+1 | |
2014-05-02 | Minor clean ups of the overlay comments. | David Walter Seikel | 1 | -4/+2 | |
2014-05-02 | Split up extantz. | David Walter Seikel | 1 | -0/+330 | |