Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for mouse drivers that do their own orientation mapping as the ↵ | inmarket | 2013-11-16 | 1 | -13/+13 |
| | | | | display rotation changes. | ||||
* | Allow full range of values to be returned from the mouse driver when it is ↵ | inmarket | 2013-11-10 | 1 | -2/+7 |
| | | | | in RAW mode | ||||
* | Store the display locally within the mouse structure. | inmarket | 2013-10-24 | 1 | -32/+39 |
| | | | | Add ginputGetMouseDisplay() | ||||
* | New: ginputSetMouseDisplay() to allow the mouse to work with a non-default ↵ | inmarket | 2013-10-24 | 1 | -35/+48 |
| | | | | | | | display. Fix: Mouse orientation fixed to match the now corrected GDISP orientation. Comment updates | ||||
* | Change screen clear to match initial screen state (Black) in a non-GWIN ↵ | inmarket | 2013-07-29 | 1 | -1/+1 |
| | | | | situation. | ||||
* | clear after mouse calibration to avoid silly display | Joel Bodenmann | 2013-07-29 | 1 | -0/+7 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 5 | -5/+5 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -0/+2 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 6 | -31/+50 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | cleanup & tdisp warning fix | Joel Bodenmann | 2013-05-20 | 1 | -570/+570 |
| | |||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 4 | -75/+23 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 4 | -35/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 4 | -19/+35 |
| | |||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 1 | -36/+166 |
| | | | | | | | | 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. | ||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 4 | -4/+4 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 1 | -4/+4 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 5 | -0/+838 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 5 | -838/+0 |
| | |||||
* | Using ginput with polling allow thread preemption | Andrew Hannam | 2012-12-20 | 2 | -0/+8 |
| | | | | | | GINPUT when being exclusively polled by the application, did not allow pre-emption of the main thread and therefore some platforms (Win32) the mouse/toggle stopped working. | ||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 4 | -5/+7 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 4 | -4/+8 |
| | |||||
* | ginput/mouse doxygen | Joel Bodenmann | 2012-12-18 | 1 | -8/+0 |
| | |||||
* | SSD1289 calibration clear fix | Joel Bodenmann | 2012-12-17 | 1 | -5/+0 |
| | |||||
* | dirty dirty dirty very very dirty reset_viewport for mouse calibration fix | Joel Bodenmann | 2012-12-17 | 1 | -1/+3 |
| | |||||
* | SSD1289 reset_viewport quick fix | Joel Bodenmann | 2012-12-17 | 1 | -0/+4 |
| | |||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 1 | -5/+11 |
| | | | | | | | | Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing | ||||
* | Restructure | Andrew Hannam | 2012-12-06 | 4 | -16/+14 |
| | | | | | | | | | | | | | 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. | ||||
* | Add support for interrupt driven Toggle Inputs | Andrew Hannam | 2012-12-02 | 1 | -4/+10 |
| | |||||
* | GINPUT Touch Calibration | Andrew Hannam | 2012-11-30 | 1 | -7/+39 |
| | | | | | | | | Improvements to error detection and displaying that to the user during a calibration. Also introduced a hack to allow initialisation of a touch device without an automatic calibration for when the user application wants to do something with the raw readings first. | ||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 5 | -0/+789 |
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system |