aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel4-38/+634
tweakage and cleanups.
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel6-65/+105
2014-05-20The results of a session with valgrind.David Walter Seikel3-15/+25
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-18Clean up the server startup and connection a bit.David Walter Seikel1-10/+9
2014-05-18Implement text entry and text box widgets.David Walter Seikel1-1/+16
2014-05-18Add widget hide, show, and text setting functions.David Walter Seikel2-0/+12
2014-05-17Don't sleep to wait for reconnecting, use a timer instead.David Walter Seikel1-3/+10
2014-05-17Add a smarter server connect function.David Walter Seikel2-0/+76
2014-05-17Rearrange things in the libraries.David Walter Seikel6-72/+67
2014-05-17Move the new pcall stuff to Runnr.c.David Walter Seikel2-0/+67
2014-05-16Put module name in winFang and winFang in Widget, plus related tweakage and use.David Walter Seikel2-0/+3
2014-05-16Commented out attempt to debug push_lua(). Still a bit dodgy.David Walter Seikel1-1/+3
2014-05-16TODO++David Walter Seikel1-1/+2
2014-05-16Move timeDiff() to LumbrJack, it has more than one user now.David Walter Seikel2-0/+26
2014-05-13Finish separating out love.David Walter Seikel2-0/+38
2014-05-12Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel3-21/+103
2014-05-12widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel2-14/+19
2014-05-12Change WinFang title to marker, since the slider options are borked.David Walter Seikel1-3/+2
2014-05-12Try to calculate minimum winFang size, and fail coz no one else does.David Walter Seikel3-11/+39
2014-05-12Fiddle with the winFang title, and white space cleanups on winFang.edc.David Walter Seikel2-146/+155
2014-05-12Internal and external windows now both use the layout.David Walter Seikel3-68/+70
2014-05-12A little more clean up of winFang move / resize.David Walter Seikel1-15/+14
2014-05-12Fix up winFang move and resize. Still more to fix here though.David Walter Seikel3-33/+72
2014-05-12Move the callback comments.David Walter Seikel1-0/+54
2014-05-11Clean up the winFang layout stuff.David Walter Seikel2-47/+49
2014-05-11Change internal windows from Elm win to Elm layout.David Walter Seikel4-76/+172
2014-05-11Resize instead of mapping windows. Got the basics of a window manager in a ↵David Walter Seikel1-67/+97
few short functions now. B-)
2014-05-11Add a rectangle to pad out those that don't use the winFang box, and have ↵David Walter Seikel2-0/+20
them make their widdgets relative to that.
2014-05-11Add internal window title bar, and dragging them around. Plus some related ↵David Walter Seikel2-11/+96
clean ups.
2014-05-10Add physics to the windows.David Walter Seikel2-2/+14
Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful.
2014-05-08Setup all the Lua paths in a central place.David Walter Seikel2-1/+15
2014-05-06All winFangs now get a complimentary box.David Walter Seikel2-0/+10
2014-05-06WinFangs use an Elm image instead of a rectangle for their background, and ↵David Walter Seikel2-6/+10
others can change the image.
2014-05-06Every window is a winFang now, and winFangs delete their own children.David Walter Seikel2-5/+14
2014-05-05Clean up include files.David Walter Seikel4-2/+20
2014-05-05Support light user data in the Lua argument support functions.David Walter Seikel1-1/+18
2014-05-05Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel1-13/+7
2014-05-05Move winFang to libraries, and convert GuiLua to use it.David Walter Seikel3-1/+261
2014-05-03Major extantz clean up part 2. Including new Evas_3d style camera.David Walter Seikel1-2/+3
2014-05-02Silence some more excess EFL bitching.David Walter Seikel1-0/+2
2014-04-27Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel7-0/+526
to suit.