aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "slider doc fix"Joel Bodenmann2013-04-051-8/+8
| | | | This reverts commit c86cd58275c1efe62c6dd2f45e9996b077906352.
* slider doc fixJoel Bodenmann2013-04-051-8/+8
|
* GWIN slider + image supportAndrew Hannam2013-04-063-0/+264
|
* coding styleJoel Bodenmann2013-03-311-0/+1
|
* GWIN doc update and poly functionsAndrew Hannam2013-03-181-186/+503
| | | | | Add poly functions to GWIN Move doxygen documentation to header file
* GWIN Graph - use GDISP point definitionAndrew Hannam2013-03-181-208/+207
|
* doxygen fixesJoel Bodenmann2013-03-101-0/+1
|
* GWIN button changesAndrew Hannam2013-03-101-194/+252
| | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support.
* updated copyright - 2013Joel Bodenmann2013-03-066-6/+6
|
* Add option GWIN_BUTTON_LAZY_RELEASEAndrew Hannam2013-03-021-71/+74
| | | | | | Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it changes gwin button behaviour to not require the mouse/touch be over the button when it is released.
* 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