aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/button.c
Commit message (Collapse)AuthorAgeFilesLines
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-071-8/+12
| | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* coding styleJoel Bodenmann2013-03-311-2/+3
|
* Change GDISP poly fns to support translationAndrew Hannam2013-03-181-37/+37
| | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN
* GWIN button changesAndrew Hannam2013-03-101-59/+177
| | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support.
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* Add option GWIN_BUTTON_LAZY_RELEASEAndrew Hannam2013-03-021-275/+279
| | | | | | 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.
* doxygen & cleanupJoel Bodenmann2012-12-211-43/+0
|
* more doxygenJoel Bodenmann2012-12-181-1/+1
|
* doxygenJoel Bodenmann2012-12-181-2/+4
|
* RestructureAndrew Hannam2012-12-061-9/+5
| | | | | | | | | | | | | 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-21/+14
| | | | | | 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.
* GWIN Button bug fixAndrew Hannam2012-12-021-5/+1
| | | | GWIN Buttons are now tested and working.
* src/gwin/button.c macro fixJoel Bodenmann2012-11-261-3/+3
|
* Revert "macro fix on src/gwin/button.c"Joel Bodenmann2012-11-261-4/+4
| | | | This reverts commit b7a836614008086e3f745cbe8dd95d75f1e57bf7.
* macro fix on src/gwin/button.cJoel Bodenmann2012-11-261-4/+4
|
* Ginput and structure changesAndrew Hannam2012-11-261-0/+331
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system