aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "initial work on GGroup"Joel Bodenmann2014-02-012-53/+2
* Revert "ggroup compilable"Joel Bodenmann2014-02-013-32/+13
* ggroup compilableJoel Bodenmann2014-01-293-13/+32
* Merge branch 'gwin' of bitbucket.org:Tectu/ugfx into gwinJoel Bodenmann2014-01-183-19/+55
|\
| * Merge branch 'master' into gwininmarket2014-01-172-18/+54
| |\
| | * Updates to console history. This now works well.inmarket2014-01-172-17/+53
| | * Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
| * | Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
* | | initial work on GGroupJoel Bodenmann2014-01-182-2/+53
|/ /
* | docJoel Bodenmann2014-01-071-0/+2
* | implemented button callback in frame widgetJoel Bodenmann2014-01-071-0/+3
* | GFrame code cleanup - buttons need to be implementedJoel Bodenmann2014-01-071-6/+16
* | options.hJoel Bodenmann2014-01-061-0/+7
* | Merge branch 'master' into gwinJoel Bodenmann2014-01-061-0/+18
|\|
| * added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
* | Merge branch 'master' into gwinJoel Bodenmann2014-01-061-1/+1
|\|
| * docJoel Bodenmann2014-01-061-1/+1
* | frame cleanupJoel Bodenmann2014-01-061-0/+1
* | gwinRedrawChildren()Joel Bodenmann2014-01-061-0/+12
* | initial version of frames - still work in progress, DO NOT USE!!!Joel Bodenmann2014-01-064-5/+66
* | gwinDestroy() and gwinRemoveChild()Joel Bodenmann2014-01-051-3/+19
* | now using absolute coordinates inside the windowJoel Bodenmann2014-01-051-12/+1
* | fixed gwinDestroy() and added gwinGetAbsoluteCoordinates()Joel Bodenmann2014-01-051-0/+11
* | gwinDestroy(), gwinGetFirstChild() and gwinGetNextChild()Joel Bodenmann2014-01-041-0/+22
* | working gwinGetVisible() and gwinGetEnabled()Joel Bodenmann2014-01-041-3/+3
* | basic implementation of parent/child (no flag handling done yet)Joel Bodenmann2014-01-044-2/+39
|/
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-032-5/+5
* added window manager to doxygenJoel Bodenmann2013-12-281-2/+2
* Wrong define used in GAUDIN.inmarket2013-12-221-1/+1
* docu fixJoel Bodenmann2013-12-211-1/+1
* Increase the default stack size for the GTimer thread as for widgets demo und...inmarket2013-12-211-1/+1
* GOS Raw32 semaphore fixinmarket2013-12-211-1/+1
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-212-5/+5
* Revert "removed GQUEUE from doxygen build as it is not API"inmarket2013-12-211-1/+1
* removed GQUEUE from doxygen build as it is not APIJoel Bodenmann2013-12-181-1/+1
* whitespacesJoel Bodenmann2013-12-181-6/+10
* typoJoel Bodenmann2013-12-181-2/+2
* first implementation of console buffer. This has to be tested first - might c...Joel Bodenmann2013-12-182-0/+34
* whitespacesJoel Bodenmann2013-12-181-7/+7
* whitespaceJoel Bodenmann2013-12-171-2/+2
* GDISP startup logo now optionalJoel Bodenmann2013-12-161-0/+8
* bugfix: Missing || operandomriiluz2013-12-141-1/+1
* build rules fixJoel Bodenmann2013-12-111-1/+2
* Removed TDISP moduleJoel Bodenmann2013-12-115-447/+1
* whitespacesJoel Bodenmann2013-12-111-1/+2
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and gfxM...inmarket2013-12-114-2/+135
* added gdispGDrawThickLine()Joel Bodenmann2013-12-081-0/+18
* whitespacesJoel Bodenmann2013-12-072-3/+2
* docJoel Bodenmann2013-12-021-1/+3
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+192