aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-11Update to post release API change. So much for stable API to collaborate ↵David Walter Seikel1-1/+1
with. sigh
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel1-3/+3
2014-05-20The results of a session with valgrind.David Walter Seikel1-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.
2014-05-17Adjust windows a bit.David Walter Seikel1-1/+1
2014-05-12Try to calculate minimum winFang size, and fail coz no one else does.David Walter Seikel1-0/+2
2014-05-12Fix up winFang move and resize. Still more to fix here though.David Walter Seikel1-3/+3
2014-05-11Change internal windows from Elm win to Elm layout.David Walter Seikel1-5/+3
2014-05-11Add a rectangle to pad out those that don't use the winFang box, and have ↵David Walter Seikel1-0/+1
them make their widdgets relative to that.
2014-05-11Add internal window title bar, and dragging them around. Plus some related ↵David Walter Seikel1-1/+1
clean ups.
2014-05-10Add physics to the windows.David Walter Seikel1-1/+1
Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful.
2014-05-06All winFangs now get a complimentary box.David Walter Seikel1-10/+5
2014-05-06Every window is a winFang now, and winFangs delete their own children.David Walter Seikel1-2/+1
2014-05-05Call skang modules from extantz. Needs some clean up.David Walter Seikel1-1/+1
2014-05-05Merge inline and external window creation.David Walter Seikel1-1/+1
2014-05-05Merge winFangComplete into winFangAdd.David Walter Seikel1-2/+1
2014-05-05winFang no longer depends on ourGlobals.David Walter Seikel1-2/+3
2014-05-05fangWin -> winFang and related changes.David Walter Seikel1-4/+4
2014-05-04Combine eo_add() and eo_do(), plus related cleanups.David Walter Seikel1-3/+2
2014-05-04New fangWin and Widget structures, and modify fangWin stuff to use them.David Walter Seikel1-14/+15
2014-05-03Small clean ups I forgot from the last commit.David Walter Seikel1-1/+0
2014-05-03More shuffling of gld -> ourGlobals and related cleanups.David Walter Seikel1-8/+8
2014-05-03Move non GL_View stuff from gld -> ourGlobals. Plus some white space fixes.David Walter Seikel1-8/+9
2014-05-02Major cleanup of extantz, part one.David Walter Seikel1-10/+1
2014-05-02Split up extantz.David Walter Seikel1-0/+300