Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "slider does not change position if disabled" | inmarket | 2014-05-01 | 1 | -4/+0 |
| | | | | This reverts commit 2c57363efc343ae521857cddbcfbcaec50eaedab. | ||||
* | slider does not change position if disabled | Joel Bodenmann | 2014-04-30 | 1 | -0/+4 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw() | Joel Bodenmann | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | gwinSliderSetPosition() automatically redraws the widget | Joel Bodenmann | 2013-12-01 | 1 | -0/+2 |
| | |||||
* | No doxygen comments in any C file now. They are all in the h files | inmarket | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Bugfix... how could we miss this? | Joel Bodenmann | 2013-10-28 | 1 | -0/+2 |
| | |||||
* | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 1 | -24/+24 |
| | | | | You can now create windows on multiple displays. | ||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | GWIN renaming, tidy up, color styles | inmarket | 2013-07-07 | 1 | -45/+45 |
| | |||||
* | Remove widget structure members when they are not needed for input tracking | inmarket | 2013-07-06 | 1 | -152/+154 |
| | | | | Also doco update for Enabled Flag | ||||
* | GWIN Init structures are const (read-only to GWIN) | inmarket | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | GWIN reduce Initialisation parameters and fix visibility issues | inmarket | 2013-06-24 | 1 | -2/+4 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -17/+74 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -3/+4 |
| | |||||
* | GWIN fixes | inmarket | 2013-06-06 | 1 | -4/+15 |
| | |||||
* | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 1 | -201/+201 |
| | |||||
* | added slider enable/disable API | Joel Bodenmann | 2013-05-27 | 1 | -0/+7 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -2/+0 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 1 | -0/+10 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -25/+3 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -9/+0 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -0/+9 |
| | |||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 1 | -19/+48 |
| | | | | | | | | 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. | ||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 1 | -0/+281 |