aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
Commit message (Collapse)AuthorAgeFilesLines
* more updateJoel Bodenmann2012-12-211-5/+63
|
* doxygen & cleanupJoel Bodenmann2012-12-212-57/+164
|
* doxygen warning fixJoel Bodenmann2012-12-201-1/+1
|
* more doxygenJoel Bodenmann2012-12-184-4/+4
|
* some more doxygenJoel Bodenmann2012-12-184-0/+24
|
* doxygen fixJoel Bodenmann2012-12-181-1/+4
|
* doxygenJoel Bodenmann2012-12-183-3/+11
|
* doxygen updateJoel Bodenmann2012-12-161-3/+3
|
* Add grids to graph demo and update graph arrowsAndrew Hannam2012-12-131-2/+9
| | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads.
* RestructureAndrew Hannam2012-12-066-59/+457
| | | | | | | | | | | | | 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.
* Split Attaching Sources to a GWIN buttonAndrew Hannam2012-12-021-2/+9
| | | | | | Split Attaching Sources to a GWIN button to allow for new input types that require a parameter in future eg. Keyboard will require a parameter.
* Ginput and structure changesAndrew Hannam2012-11-262-0/+244
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system