aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
Commit message (Expand)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-1/+1
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-0312-68/+68
* Update license headerTibo Clausen2018-10-0120-20/+20
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-2/+2
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-1/+1
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-081-15/+15
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-081-2/+2
* Change coord_t to gCoordinmarket2018-07-083-17/+17
* Change point and point_t to gPointinmarket2018-07-082-6/+6
* Added new type definitions - moving towards V3.0inmarket2018-06-2310-267/+235
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-7/+7
* First set of V3 macro changesinmarket2018-02-277-43/+43
* Added support for specifying calibration fonts and textinmarket2018-02-241-6/+22
* Indent src/ginput/ginput_keyboard.c with tabsArnout Engelen2017-07-011-13/+13
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-301-2/+10
* Make all include paths in ugfx relative.inmarket2015-11-2110-29/+29
* DoxygenJoel Bodenmann2015-11-074-6/+10
* Fix compiler errors for non-gcc compilers.inmarket2015-11-041-2/+4
* Fixing bug in mouse/touch calibration codeJoel Bodenmann2015-11-021-2/+5
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-4/+4
* Fixing more inliningsJoel Bodenmann2015-10-211-4/+4
* Add some keyboard widget supportinmarket2015-08-171-20/+19
* Fixing includeJoel Bodenmann2015-08-101-1/+1
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-081-0/+13
* 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 pr...inmarket2015-01-2115-16/+16
* 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 steved...inmarket2014-11-154-31/+11
* 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