aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Expand)AuthorAgeFilesLines
* Doxygen updateJoel Bodenmann2015-07-051-1/+1
* Improving progressbar doxygenJoel Bodenmann2015-07-051-1/+1
* Improving label documentationJoel Bodenmann2015-06-181-3/+7
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-0815-277/+313
* Add the license to the makefilesinmarket2015-06-081-0/+5
* Fixing doxygenJoel Bodenmann2015-05-161-2/+2
* Fixing doxygenJoel Bodenmann2015-05-161-2/+2
* Fixing doxygenJoel Bodenmann2015-05-161-1/+1
* Add the ability to change a gwin list selection via the apiinmarket2015-04-302-0/+90
* Workaround for dynamically sized labels crashing sometimes when the text size...inmarket2015-04-291-3/+11
* Remove superfluous forward definition on a container.inmarket2015-04-291-3/+0
* Fix a bug in detecting the button area in a frame windowinmarket2015-04-291-1/+1
* Add GWIN virtual keyboard widgetinmarket2015-04-128-1/+731
* Background images on GWIN containers had cx and cy interposed.inmarket2015-02-283-3/+3
* Compile warning fix for GWIN tabsetinmarket2015-02-231-0/+2
* Big improvements to GWIN arrow button drawing.inmarket2015-02-141-30/+142
* Toggle fixes.inmarket2015-02-141-1/+1
* Add the ability to flash a gwin window/widget.inmarket2015-01-256-2/+163
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-232-0/+42
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-2111-10/+10
* New Tabset Widget.inmarket2015-01-036-1/+787
* Fix macro problems for gwinShow, gwinHide etcinmarket2015-01-031-4/+4
* Small fix for a progressbarinmarket2015-01-031-1/+2
* Fix a serious problem with moving and sizing containers, and some visibility ...inmarket2015-01-032-58/+102
* Safety protection in creation of extended GWIN types.inmarket2015-01-031-0/+6
* Fix 1 pixel display error in checkbox for text on left rendering.inmarket2014-12-161-1/+13
* Updates to the slider to fix positioning issues.inmarket2014-12-132-15/+59
* Extended slider events. Updated the demo to match.inmarket2014-12-062-60/+122
* Fix compiler warnings.inmarket2014-11-151-2/+2
* Adding missing GWIN wrapper for ArcSectors functionsJoel Bodenmann2014-10-282-1/+63
* Merge branch 'master' into newmouseJoel Bodenmann2014-10-261-1/+1
|\
| * compiler warningJoel Bodenmann2014-10-261-1/+1
* | Merge branch 'master' into newmouseJoel Bodenmann2014-10-261-2/+2
|\|
| * GWIN list toggle bug compile error fixJoel Bodenmann2014-10-261-2/+2
| * Fixes bug with printf formatting of zero filled fieldsinmarket2014-10-091-1/+1
* | Fixes bug with printf formatting of zero filled fieldsinmarket2014-10-091-1/+1
* | Merge branch 'master' into newmouseinmarket2014-09-292-26/+22
|\|
| * Progress bar optimisation.inmarket2014-09-292-26/+22
* | some more doxygen fixesJoel Bodenmann2014-09-281-10/+0
* | New mouse updates. Just need a driver now.inmarket2014-09-252-11/+9
|/
* Fix frame window logic bug and compile buginmarket2014-08-211-2/+3
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-2033-85/+103
* Create a generic GWIN event.inmarket2014-08-2015-82/+116
* GL3D GWIN window + demoinmarket2014-08-205-3/+254
* whitespacesJoel Bodenmann2014-08-181-2/+2
* Update the simple container to support custom draws such as transparent clien...inmarket2014-08-162-13/+90
* frame window fixesinmarket2014-08-161-7/+9
* Update the frame window to use much less RAM and also to support transparent ...inmarket2014-08-162-217/+286
* Fix the window manager to reveal windows behind a window that is made invisible.inmarket2014-08-161-3/+17
* Fix visibility issues associated with a window destroy.inmarket2014-08-162-2/+23