Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -0/+171 |
| | |||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -1/+2 |
| | |||||
* | added slider enable/disable API | Joel Bodenmann | 2013-05-27 | 1 | -0/+7 |
| | |||||
* | More GOS module changes | inmarket | 2013-05-26 | 2 | -4/+201 |
| | | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support | ||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 5 | -47/+44 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | added enable and disable APIs to high level GWIN code | Joel Bodenmann | 2013-05-20 | 1 | -0/+4 |
| | |||||
* | button fix | Joel Bodenmann | 2013-05-20 | 1 | -8/+16 |
| | |||||
* | added gwin enabled parameter and implemented button enable/disable functions | Joel Bodenmann | 2013-05-20 | 1 | -0/+17 |
| | |||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 4 | -130/+170 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 5 | -128/+18 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 5 | -45/+0 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 5 | -0/+45 |
| | |||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 2 | -27/+60 |
| | | | | | | | | 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. | ||||
* | Create generic GWIN Draw routine | Andrew Hannam | 2013-04-06 | 1 | -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 support | Andrew Hannam | 2013-04-06 | 3 | -0/+297 |
| | |||||
* | coding style | Joel Bodenmann | 2013-03-31 | 1 | -2/+3 |
| | |||||
* | GWIN doc update and poly functions | Andrew Hannam | 2013-03-18 | 1 | -373/+117 |
| | | | | | Add poly functions to GWIN Move doxygen documentation to header file | ||||
* | GWIN Graph - use GDISP point definition | Andrew Hannam | 2013-03-18 | 1 | -362/+362 |
| | |||||
* | Change GDISP poly fns to support translation | Andrew Hannam | 2013-03-18 | 1 | -37/+37 |
| | | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN | ||||
* | GWIN button changes | Andrew Hannam | 2013-03-10 | 1 | -59/+177 |
| | | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support. | ||||
* | Fix compiler warning | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 4 | -4/+4 |
| | |||||
* | Add option GWIN_BUTTON_LAZY_RELEASE | Andrew Hannam | 2013-03-02 | 1 | -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. | ||||
* | Fix to allow destroying of gwin buttons | Andrew Hannam | 2013-03-02 | 1 | -544/+546 |
| | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 1 | -4/+4 |
| | | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers. | ||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 5 | -0/+1344 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 5 | -1344/+0 |
| | |||||
* | more update | Joel Bodenmann | 2012-12-21 | 1 | -54/+0 |
| | |||||
* | doxygen & cleanup | Joel Bodenmann | 2012-12-21 | 2 | -113/+0 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-21 | 1 | -2/+2 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 4 | -4/+4 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-18 | 1 | -2/+4 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 3 | -6/+12 |
| | |||||
* | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 1 | -2/+6 |
| | | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads. | ||||
* | Fixes to GWIN graph and demo | Andrew Hannam | 2012-12-06 | 1 | -1/+2 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 6 | -67/+980 |
| | | | | | | | | | | | | | 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 button | Andrew Hannam | 2012-12-02 | 1 | -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 fix | Andrew Hannam | 2012-12-02 | 1 | -5/+1 |
| | | | | GWIN Buttons are now tested and working. | ||||
* | src/gwin/button.c macro fix | Joel Bodenmann | 2012-11-26 | 1 | -3/+3 |
| | |||||
* | Revert "macro fix on src/gwin/button.c" | Joel Bodenmann | 2012-11-26 | 1 | -4/+4 |
| | | | | This reverts commit b7a836614008086e3f745cbe8dd95d75f1e57bf7. | ||||
* | macro fix on src/gwin/button.c | Joel Bodenmann | 2012-11-26 | 1 | -4/+4 |
| | |||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 4 | -0/+596 |
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system |