aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.c
Commit message (Collapse)AuthorAgeFilesLines
* added enable and disable APIs to high level GWIN codeJoel Bodenmann2013-05-201-0/+4
|
* updated license headersJoel Bodenmann2013-05-031-25/+3
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* Create generic GWIN Draw routineAndrew Hannam2013-04-061-0/+15
| | | | | | | For some GWIN controls they support a Draw() routine. For those controls the base class now supports a generic Draw routine which will call their specific Draw routine. The only GWIN's with a Draw routine currently are Buttons and Sliders.
* GWIN slider + image supportAndrew Hannam2013-04-061-0/+15
|
* GWIN doc update and poly functionsAndrew Hannam2013-03-181-373/+117
| | | | | Add poly functions to GWIN Move doxygen documentation to header file
* Fix compiler warningAndrew Hannam2013-03-081-1/+1
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* Fix to allow destroying of gwin buttonsAndrew Hannam2013-03-021-544/+546
|
* more doxygenJoel Bodenmann2012-12-181-1/+1
|
* doxygen fixJoel Bodenmann2012-12-181-2/+4
|
* RestructureAndrew Hannam2012-12-061-0/+542
Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.