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