aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* initial work on GGroupJoel Bodenmann2014-01-181-0/+26
* destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-081-0/+1
* destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-071-3/+2
* implemented button callback in frame widgetJoel Bodenmann2014-01-071-1/+38
* GFrame code cleanup - buttons need to be implementedJoel Bodenmann2014-01-071-21/+0
* gwinClear()Joel Bodenmann2014-01-071-8/+12
* frame cleanupJoel Bodenmann2014-01-061-12/+11
* gwinRedrawChildren()Joel Bodenmann2014-01-061-0/+6
* initial version of frames - still work in progress, DO NOT USE!!!Joel Bodenmann2014-01-062-0/+233
* gwinDestroy() does now redraw the parent if anyJoel Bodenmann2014-01-051-6/+9
* gwinDestroy() and gwinRemoveChild()Joel Bodenmann2014-01-051-11/+39
* some progressJoel Bodenmann2014-01-051-0/+1
* now using absolute coordinates inside the windowJoel Bodenmann2014-01-052-43/+19
* some progressJoel Bodenmann2014-01-052-16/+42
* fixed gwinDestroy() and added gwinGetAbsoluteCoordinates()Joel Bodenmann2014-01-051-5/+26
* whitespacesJoel Bodenmann2014-01-041-2/+2
* gwinDestroy(), gwinGetFirstChild() and gwinGetNextChild()Joel Bodenmann2014-01-041-4/+21
* whitespacesJoel Bodenmann2014-01-041-1/+2
* optimized gwinGetVisible() and gwinGetEnabled()Joel Bodenmann2014-01-041-6/+4
* working gwinGetVisible() and gwinGetEnabled()Joel Bodenmann2014-01-041-4/+16
* added experimental gwinGetEnabled()Joel Bodenmann2014-01-041-1/+11
* basic implementation of parent/child (no flag handling done yet)Joel Bodenmann2014-01-041-0/+29
* Revert "removed unnecessary macro"Joel Bodenmann2014-01-041-0/+1
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-031-7/+7
* removed unnecessary macroJoel Bodenmann2014-01-021-1/+0
* Compiler error fix.inmarket2013-12-241-1/+1
* Mouse calibration data might be returned in a non-aligned structure. Copy saf...inmarket2013-12-211-1/+3
* Fixes for the GOS Raw32 memory allocator.inmarket2013-12-211-6/+8
* More GOS Raw32 updates.inmarket2013-12-211-32/+18
* Fixes to the Raw32 threading.inmarket2013-12-211-62/+55
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-218-15/+15
* gdispDrawThickLine: handle zero-length lines correctly.Petteri Aimonen2013-12-191-2/+6
* added warning about unfinished featureJoel Bodenmann2013-12-181-0/+5
* whitespacesJoel Bodenmann2013-12-181-6/+45
* first implementation of console buffer. This has to be tested first - might c...Joel Bodenmann2013-12-182-21/+113
* Fix integer overflow in gdispGDrawThickLine().Joel Bodenmann2013-12-181-39/+76
* GDISP startup logo now optionalJoel Bodenmann2013-12-161-1/+5
* Improve gdispDrawThickLine() when the line length is short.Joel Bodenmann2013-12-141-2/+23
* GWIN console visible bug fixJoel Bodenmann2013-12-111-0/+12
* Removed TDISP moduleJoel Bodenmann2013-12-113-129/+0
* whitespacesJoel Bodenmann2013-12-111-3/+5
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and gfxM...inmarket2013-12-112-0/+743
* doc fixinmarket2013-12-091-2/+2
* typoJoel Bodenmann2013-12-081-1/+1
* added gdispGDrawThickLine()Joel Bodenmann2013-12-081-0/+125
* whitespacesJoel Bodenmann2013-12-073-53/+101
* compiler warningJoel Bodenmann2013-12-021-1/+2
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+295
* gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw()Joel Bodenmann2013-12-011-1/+1
* gwinSliderSetPosition() automatically redraws the widgetJoel Bodenmann2013-12-011-0/+2