aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
Commit message (Expand)AuthorAgeFilesLines
...
* New mouse updates. Just need a driver now.inmarket2014-09-255-576/+777
* More newmouse updatesinmarket2014-09-173-55/+91
* More mouse updates - not working yet.inmarket2014-09-163-254/+230
* Merge branch 'gdriver' into newmouseinmarket2014-08-231-2/+2
|\
| * Doco updatesinmarket2014-08-231-2/+2
* | Merge branch 'master' into newmouseinmarket2014-08-2011-197/+197
|\|
| * Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-2011-197/+197
* | First part new mouse infrastructureinmarket2014-07-023-330/+297
|/
* doxygen fixesJoel Bodenmann2014-03-284-4/+4
* Compiler warning fixinmarket2014-02-191-0/+2
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-1914-8/+1013
* Allow touch calibration to occur in any screen orientation (through the use o...inmarket2014-02-171-91/+145
* whitespaces take 3Joel Bodenmann2014-02-031-2/+2
* whitespacesJoel Bodenmann2014-02-031-3/+3
* whitespacesJoel Bodenmann2014-02-031-6/+6
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-5/+15
* Compiler error fix.inmarket2013-12-241-1/+1
* Mouse calibration data might be returned in a non-aligned structure. Copy saf...inmarket2013-12-211-1/+3
* WhitespacesJoel Bodenmann2013-11-251-2/+2
* Add support for edge to edge touch calibration.inmarket2013-11-251-9/+9
* Improvements to the GINPUT touch systeminmarket2013-11-241-12/+27
* Add support for mouse drivers that do their own orientation mapping as the di...inmarket2013-11-161-13/+13
* Allow full range of values to be returned from the mouse driver when it is in...inmarket2013-11-101-2/+7
* Store the display locally within the mouse structure.inmarket2013-10-241-32/+39
* New: ginputSetMouseDisplay() to allow the mouse to work with a non-default di...inmarket2013-10-241-35/+48
* Change screen clear to match initial screen state (Black) in a non-GWIN situa...inmarket2013-07-291-1/+1
* clear after mouse calibration to avoid silly displayJoel Bodenmann2013-07-291-0/+7
* fixed license headersJoel Bodenmann2013-07-215-5/+5
* License header updatesinmarket2013-06-155-5/+5
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-101-0/+2
* GOS module, for operating system independanceinmarket2013-05-256-31/+50
* cleanup & tdisp warning fixJoel Bodenmann2013-05-201-570/+570
* updated license headersJoel Bodenmann2013-05-034-75/+23
* Revert "updated license headers"Joel Bodenmann2013-05-024-35/+19
* updated license headersJoel Bodenmann2013-05-024-19/+35
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-071-36/+166
* updated copyright - 2013Joel Bodenmann2013-03-064-4/+4
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-4/+4
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-115-0/+838
* removed GDISP_LLD() macroJoel Bodenmann2013-02-115-838/+0
* Using ginput with polling allow thread preemptionAndrew Hannam2012-12-202-0/+8
* more doxygenJoel Bodenmann2012-12-184-5/+7
* doxygenJoel Bodenmann2012-12-184-4/+8
* ginput/mouse doxygenJoel Bodenmann2012-12-181-8/+0
* SSD1289 calibration clear fixJoel Bodenmann2012-12-171-5/+0
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-171-1/+3
* SSD1289 reset_viewport quick fixJoel Bodenmann2012-12-171-0/+4
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-5/+11
* RestructureAndrew Hannam2012-12-064-16/+14
* Add support for interrupt driven Toggle InputsAndrew Hannam2012-12-021-4/+10