aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/winFang.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-29Move all images and models into images and models directories.David Walter Seikel1-4/+4
2016-03-13Update to new eo_* syntax.David Walter Seikel1-52/+50
2016-01-21Rejig the structure of windows a lot.David Walter Seikel1-14/+55
2016-01-21No need to test twice.David Walter Seikel1-4/+0
2016-01-21Evil hack around ELM's problem with lack of toolbar item icons.David Walter Seikel1-1/+10
2016-01-20Banging on the window stuff until the menus behave (mostly).David Walter Seikel1-9/+17
2015-12-31Fix menus, with an evil hack.David Walter Seikel1-0/+57
2015-09-11Update to latest API changes.David Walter Seikel1-1/+1
2015-06-18Fix up yet another API break.David Walter Seikel1-11/+11
2015-03-22We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in c...David Walter Seikel1-8/+8
2014-08-30Update to new file getting API.David Walter Seikel1-2/+2
2014-06-11Update to post release API change. So much for stable API to collaborate wit...David Walter Seikel1-20/+20
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel1-37/+3
2014-05-20The results of a session with valgrind.David Walter Seikel1-5/+10
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 Seikel1-0/+10
2014-05-17Rearrange things in the libraries.David Walter Seikel1-1/+34
2014-05-16Put module name in winFang and winFang in Widget, plus related tweakage and use.David Walter Seikel1-0/+1
2014-05-12Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel1-20/+72
2014-05-12widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel1-13/+18
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 Seikel1-9/+34
2014-05-12Fiddle with the winFang title, and white space cleanups on winFang.edc.David Walter Seikel1-18/+6
2014-05-12Internal and external windows now both use the layout.David Walter Seikel1-67/+67
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 Seikel1-30/+45
2014-05-12Move the callback comments.David Walter Seikel1-0/+54
2014-05-11Clean up the winFang layout stuff.David Walter Seikel1-46/+49
2014-05-11Change internal windows from Elm win to Elm layout.David Walter Seikel1-72/+49
2014-05-11Resize instead of mapping windows. Got the basics of a window manager in a f...David Walter Seikel1-67/+97
2014-05-11Add a rectangle to pad out those that don't use the winFang box, and have the...David Walter Seikel1-0/+18
2014-05-11Add internal window title bar, and dragging them around. Plus some related c...David Walter Seikel1-11/+93
2014-05-10Add physics to the windows.David Walter Seikel1-1/+11
2014-05-06All winFangs now get a complimentary box.David Walter Seikel1-0/+9
2014-05-06WinFangs use an Elm image instead of a rectangle for their background, and ot...David Walter Seikel1-6/+9
2014-05-06Every window is a winFang now, and winFangs delete their own children.David Walter Seikel1-4/+12
2014-05-05Move winFang to libraries, and convert GuiLua to use it.David Walter Seikel1-3/+6
2014-05-05Merge inline and external window creation.David Walter Seikel1-46/+67
2014-05-05Merge winFangComplete into winFangAdd.David Walter Seikel1-35/+32
2014-05-05winFang no longer depends on ourGlobals.David Walter Seikel1-5/+4
2014-05-05Merge the window handle creation code, and add proper hiding for them.David Walter Seikel1-25/+58
2014-05-05Track all windows in a Eina_List.David Walter Seikel1-0/+1
2014-05-05fangWin -> winFang and related changes.David Walter Seikel1-48/+6
2014-05-04Fold some common code into widgetAdd, and related cleanups.David Walter Seikel1-1/+11
2014-05-04New fangWin and Widget structures, and modify fangWin stuff to use them.David Walter Seikel1-15/+45
2014-05-03More shuffling of gld -> ourGlobals and related cleanups.David Walter Seikel1-5/+3
2014-05-03Move non GL_View stuff from gld -> ourGlobals. Plus some white space fixes.David Walter Seikel1-68/+70
2014-05-03Major extantz clean up part 2. Including new Evas_3d style camera.David Walter Seikel1-173/+1
2014-05-02Minor clean ups of the overlay comments.David Walter Seikel1-4/+2
2014-05-02Split up extantz.David Walter Seikel1-0/+330