aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
Commit message (Collapse)AuthorAgeFilesLines
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-0/+13
| | | | | | files). Simply compile src/gfx_mk.c
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Fixing doxygenJoel Bodenmann2015-05-163-3/+3
|
* Add GWIN virtual keyboard widgetinmarket2015-04-121-1/+5
|
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-211-0/+3
|
* Fix multiple display/keyboard/mouse problem with some compilers.inmarket2015-01-272-10/+8
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-2115-16/+16
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Oops - Error detection in the wrong place.inmarket2015-01-081-4/+0
|
* New keyboard driver interface with international keyboard support.inmarket2015-01-078-70/+1081
|
* Syntax Error Fixinmarket2014-12-041-1/+1
|
* Doxygen spelling fixesinmarket2014-11-261-7/+7
|
* Doc updates for multiple mouse supportinmarket2014-11-261-0/+14
|
* Fix some extern structure definitions that cause problems with some compilersinmarket2014-11-261-7/+9
|
* Fixing compiler errorJoel Bodenmann2014-11-171-1/+1
|
* Change the definition of the calibration load and save routines as per ↵inmarket2014-11-154-31/+11
| | | | steved suggestion.
* Spacing, comments and spelling mistakesinmarket2014-11-151-4/+4
|
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-072-6/+7
|
* Allow calibration to work in newmouse even if there is no text / font support.inmarket2014-10-271-17/+27
|
* New flag for newmouse driver useinmarket2014-10-131-0/+1
|
* Newmouse updates to calibration routineinmarket2014-10-092-122/+133
|
* Fix bugs in newmouse frameworkinmarket2014-10-071-2/+2
|
* doxygen updatesinmarket2014-09-291-0/+6
|
* some more doxygen fixesJoel Bodenmann2014-09-281-6/+23
|
* some doxygen fixes (more coming)Joel Bodenmann2014-09-281-0/+2
|
* Fix newmouse compiler warninginmarket2014-09-281-3/+1
|
* GINPUT mouse updated - first working version of newmouse.inmarket2014-09-263-20/+26
| | | | | Note: drivers to be ported. Note: not tested well yet.
* 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 ↵inmarket2014-02-171-91/+145
| | | | of the GDISP_DEFAULT_ORIENTATION define).
* 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 ↵inmarket2013-12-211-1/+3
| | | | safely.
* 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 ↵inmarket2013-11-161-13/+13
| | | | display rotation changes.
* Allow full range of values to be returned from the mouse driver when it is ↵inmarket2013-11-101-2/+7
| | | | in RAW mode
* Store the display locally within the mouse structure.inmarket2013-10-241-32/+39
| | | | Add ginputGetMouseDisplay()