Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "initial work on GGroup" | Joel Bodenmann | 2014-02-01 | 2 | -53/+2 |
* | Revert "ggroup compilable" | Joel Bodenmann | 2014-02-01 | 3 | -32/+13 |
* | ggroup compilable | Joel Bodenmann | 2014-01-29 | 3 | -13/+32 |
* | Merge branch 'gwin' of bitbucket.org:Tectu/ugfx into gwin | Joel Bodenmann | 2014-01-18 | 3 | -19/+55 |
|\ | |||||
| * | Merge branch 'master' into gwin | inmarket | 2014-01-17 | 2 | -18/+54 |
| |\ | |||||
| | * | Updates to console history. This now works well. | inmarket | 2014-01-17 | 2 | -17/+53 |
| | * | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 |
| * | | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 |
* | | | initial work on GGroup | Joel Bodenmann | 2014-01-18 | 2 | -2/+53 |
|/ / | |||||
* | | doc | Joel Bodenmann | 2014-01-07 | 1 | -0/+2 |
* | | implemented button callback in frame widget | Joel Bodenmann | 2014-01-07 | 1 | -0/+3 |
* | | GFrame code cleanup - buttons need to be implemented | Joel Bodenmann | 2014-01-07 | 1 | -6/+16 |
* | | options.h | Joel Bodenmann | 2014-01-06 | 1 | -0/+7 |
* | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-01-06 | 1 | -0/+18 |
|\| | |||||
| * | added gwinGetColor() and gwinGetBgColor() | Joel Bodenmann | 2014-01-06 | 1 | -0/+18 |
* | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-01-06 | 1 | -1/+1 |
|\| | |||||
| * | doc | Joel Bodenmann | 2014-01-06 | 1 | -1/+1 |
* | | frame cleanup | Joel Bodenmann | 2014-01-06 | 1 | -0/+1 |
* | | gwinRedrawChildren() | Joel Bodenmann | 2014-01-06 | 1 | -0/+12 |
* | | initial version of frames - still work in progress, DO NOT USE!!! | Joel Bodenmann | 2014-01-06 | 4 | -5/+66 |
* | | gwinDestroy() and gwinRemoveChild() | Joel Bodenmann | 2014-01-05 | 1 | -3/+19 |
* | | now using absolute coordinates inside the window | Joel Bodenmann | 2014-01-05 | 1 | -12/+1 |
* | | fixed gwinDestroy() and added gwinGetAbsoluteCoordinates() | Joel Bodenmann | 2014-01-05 | 1 | -0/+11 |
* | | gwinDestroy(), gwinGetFirstChild() and gwinGetNextChild() | Joel Bodenmann | 2014-01-04 | 1 | -0/+22 |
* | | working gwinGetVisible() and gwinGetEnabled() | Joel Bodenmann | 2014-01-04 | 1 | -3/+3 |
* | | basic implementation of parent/child (no flag handling done yet) | Joel Bodenmann | 2014-01-04 | 4 | -2/+39 |
|/ | |||||
* | GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORY | Joel Bodenmann | 2014-01-03 | 2 | -5/+5 |
* | added window manager to doxygen | Joel Bodenmann | 2013-12-28 | 1 | -2/+2 |
* | Wrong define used in GAUDIN. | inmarket | 2013-12-22 | 1 | -1/+1 |
* | docu fix | Joel Bodenmann | 2013-12-21 | 1 | -1/+1 |
* | Increase the default stack size for the GTimer thread as for widgets demo und... | inmarket | 2013-12-21 | 1 | -1/+1 |
* | GOS Raw32 semaphore fix | inmarket | 2013-12-21 | 1 | -1/+1 |
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 2 | -5/+5 |
* | Revert "removed GQUEUE from doxygen build as it is not API" | inmarket | 2013-12-21 | 1 | -1/+1 |
* | removed GQUEUE from doxygen build as it is not API | Joel Bodenmann | 2013-12-18 | 1 | -1/+1 |
* | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -6/+10 |
* | typo | Joel Bodenmann | 2013-12-18 | 1 | -2/+2 |
* | first implementation of console buffer. This has to be tested first - might c... | Joel Bodenmann | 2013-12-18 | 2 | -0/+34 |
* | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -7/+7 |
* | whitespace | Joel Bodenmann | 2013-12-17 | 1 | -2/+2 |
* | GDISP startup logo now optional | Joel Bodenmann | 2013-12-16 | 1 | -0/+8 |
* | bugfix: Missing || operand | omriiluz | 2013-12-14 | 1 | -1/+1 |
* | build rules fix | Joel Bodenmann | 2013-12-11 | 1 | -1/+2 |
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 5 | -447/+1 |
* | whitespaces | Joel Bodenmann | 2013-12-11 | 1 | -1/+2 |
* | First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and gfxM... | inmarket | 2013-12-11 | 4 | -2/+135 |
* | added gdispGDrawThickLine() | Joel Bodenmann | 2013-12-08 | 1 | -0/+18 |
* | whitespaces | Joel Bodenmann | 2013-12-07 | 2 | -3/+2 |
* | doc | Joel Bodenmann | 2013-12-02 | 1 | -1/+3 |
* | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 2 | -0/+192 |