| Commit message (Expand) | Author | Files | Lines |
2014-05-13 | Finish separating out love. | David Walter Seikel | 9 | -137/+150 |
2014-05-13 | Dedicating my lifes work to my girl Boots. | David Walter Seikel | 1 | -0/+6 |
2014-05-13 | Add some love, er I mean, add the love world server, coz love makes the world... | David Walter Seikel | 5 | -10/+34 |
2014-05-12 | Move poor mans introspection into winFang.c, and use it in purkle. | David Walter Seikel | 6 | -50/+112 |
2014-05-12 | widgetAdd now does the box / grid decision, and some oter things moved into it. | David Walter Seikel | 5 | -31/+25 |
2014-05-12 | GuiLua uses box for widgets if there's no x supplied. | David Walter Seikel | 1 | -10/+5 |
2014-05-12 | Change WinFang title to marker, since the slider options are borked. | David Walter Seikel | 1 | -3/+2 |
2014-05-12 | Make files and purkle slimmer. | David Walter Seikel | 2 | -2/+2 |
2014-05-12 | Try to calculate minimum winFang size, and fail coz no one else does. | David Walter Seikel | 7 | -11/+44 |
2014-05-12 | Stop internal windows going under the toolbar. | David Walter Seikel | 1 | -0/+2 |
2014-05-12 | Fiddle with the winFang title, and white space cleanups on winFang.edc. | David Walter Seikel | 2 | -146/+155 |
2014-05-12 | Internal and external windows now both use the layout. | David Walter Seikel | 4 | -68/+81 |
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 | 6 | -40/+79 |
2014-05-12 | Move the callback comments. | David Walter Seikel | 2 | -54/+54 |
2014-05-12 | Typo-- | David Walter Seikel | 1 | -1/+1 |
2014-05-11 | Clean up the winFang layout stuff. | David Walter Seikel | 2 | -47/+49 |
2014-05-11 | Change internal windows from Elm win to Elm layout. | David Walter Seikel | 9 | -100/+191 |
2014-05-11 | Resize instead of mapping windows. Got the basics of a window manager in a f... | David Walter Seikel | 1 | -67/+97 |
2014-05-11 | Add a rectangle to pad out those that don't use the winFang box, and have the... | David Walter Seikel | 6 | -1/+27 |
2014-05-11 | Add internal window title bar, and dragging them around. Plus some related c... | David Walter Seikel | 6 | -15/+102 |
2014-05-10 | Add physics to the windows. | David Walter Seikel | 11 | -47/+69 |
2014-05-10 | Typo-- | David Walter Seikel | 1 | -1/+1 |
2014-05-10 | Fixed up evas_3D camera. Should adjust the Irrlicht one to suit. | David Walter Seikel | 3 | -46/+88 |
2014-05-10 | Copied evas_3d_utils.h coz they made it private, dammit. | David Walter Seikel | 1 | -0/+1557 |
2014-05-08 | Been there, done that, remove the TODO. | David Walter Seikel | 1 | -1/+0 |
2014-05-08 | A new function to load GuiLua skang modules. | David Walter Seikel | 3 | -4/+11 |
2014-05-08 | Setup all the Lua paths in a central place. | David Walter Seikel | 3 | -2/+15 |
2014-05-08 | And now purkle is it's own skang module. | David Walter Seikel | 8 | -50/+113 |
2014-05-08 | Switch to purkle is complete. | David Walter Seikel | 4 | -8/+8 |
2014-05-08 | eo_add_custom() is the way. | David Walter Seikel | 3 | -15/+7 |
2014-05-07 | Fixin's on the menu. | David Walter Seikel | 1 | -35/+56 |
2014-05-06 | Forgotten clean up. | David Walter Seikel | 1 | -1/+0 |
2014-05-06 | Much clean up and commentary in extantz.c following that last commit. | David Walter Seikel | 2 | -116/+125 |
2014-05-06 | Scenri figures out it's own evas, and size. Clean up an unneeded obj variabl... | David Walter Seikel | 2 | -12/+17 |
2014-05-06 | All winFangs now get a complimentary box. | David Walter Seikel | 5 | -34/+24 |
2014-05-06 | WinFangs use an Elm image instead of a rectangle for their background, and ot... | David Walter Seikel | 2 | -6/+10 |
2014-05-06 | Deduplicate comment after cut'n'paste. | David Walter Seikel | 1 | -1/+0 |
2014-05-06 | Whitespace clean ups. | David Walter Seikel | 1 | -4/+3 |
2014-05-06 | CloseWindow() now just winFangDel()'s the passed in winFang. | David Walter Seikel | 1 | -8/+4 |
2014-05-06 | GuiLua's self delete when their first window gets deleted. | David Walter Seikel | 3 | -5/+41 |
2014-05-06 | Now that everything is a winFang, GuiLua doesn't have to track it's own child... | David Walter Seikel | 2 | -12/+1 |
2014-05-06 | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 9 | -40/+38 |
2014-05-06 | Disable the non working Elm input callback, and TODO++. | David Walter Seikel | 1 | -2/+6 |
2014-05-06 | Scenri no longer needs ourGlobals. | David Walter Seikel | 3 | -11/+11 |
2014-05-06 | Camera no longer needs ourGlobals. | David Walter Seikel | 4 | -46/+43 |
2014-05-06 | Shuffle stuff around into the new scenri.c and camera stuff. | David Walter Seikel | 8 | -254/+260 |
2014-05-05 | Clean up include files. | David Walter Seikel | 13 | -19/+44 |
2014-05-05 | Call skang modules from extantz. Needs some clean up. | David Walter Seikel | 11 | -29/+49 |
2014-05-05 | GuiLuaDo() now returns astructure, and has that structure in Lua's C registry... | David Walter Seikel | 3 | -10/+40 |