| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor fixups | inmarket | 2018-11-10 | 1 | -1/+1 |
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 12 | -68/+68 |
* | Update license header | Tibo Clausen | 2018-10-01 | 20 | -20/+20 |
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 1 | -2/+2 |
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 1 | -1/+1 |
* | Added type gOrientation to replace V2.x orientation_t, and values gOrientatio... | inmarket | 2018-07-08 | 1 | -15/+15 |
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 1 | -1/+1 |
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep... | inmarket | 2018-07-08 | 1 | -2/+2 |
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 3 | -17/+17 |
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 2 | -6/+6 |
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 10 | -267/+235 |
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 1 | -7/+7 |
* | First set of V3 macro changes | inmarket | 2018-02-27 | 7 | -43/+43 |
* | Added support for specifying calibration fonts and text | inmarket | 2018-02-24 | 1 | -6/+22 |
* | Indent src/ginput/ginput_keyboard.c with tabs | Arnout Engelen | 2017-07-01 | 1 | -13/+13 |
* | Add compatibility with Visual Studio and make compile warning capabilities mo... | inmarket | 2017-06-30 | 1 | -2/+10 |
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 10 | -29/+29 |
* | Doxygen | Joel Bodenmann | 2015-11-07 | 4 | -6/+10 |
* | Fix compiler errors for non-gcc compilers. | inmarket | 2015-11-04 | 1 | -2/+4 |
* | Fixing bug in mouse/touch calibration code | Joel Bodenmann | 2015-11-02 | 1 | -2/+5 |
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -4/+4 |
* | Fixing more inlinings | Joel Bodenmann | 2015-10-21 | 1 | -4/+4 |
* | Add some keyboard widget support | inmarket | 2015-08-17 | 1 | -20/+19 |
* | Fixing include | Joel Bodenmann | 2015-08-10 | 1 | -1/+1 |
* | Added ability to compile ugfx as a single file (excluding driver and board fi... | inmarket | 2015-06-08 | 1 | -0/+13 |
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 3 | -3/+3 |
* | Add GWIN virtual keyboard widget | inmarket | 2015-04-12 | 1 | -1/+5 |
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 1 | -0/+3 |
* | Fix multiple display/keyboard/mouse problem with some compilers. | inmarket | 2015-01-27 | 2 | -10/+8 |
* | Big file rename to reduce problems with brain-dead IDE's that don't handle pr... | inmarket | 2015-01-21 | 15 | -16/+16 |
* | Oops - Error detection in the wrong place. | inmarket | 2015-01-08 | 1 | -4/+0 |
* | New keyboard driver interface with international keyboard support. | inmarket | 2015-01-07 | 8 | -70/+1081 |
* | Syntax Error Fix | inmarket | 2014-12-04 | 1 | -1/+1 |
* | Doxygen spelling fixes | inmarket | 2014-11-26 | 1 | -7/+7 |
* | Doc updates for multiple mouse support | inmarket | 2014-11-26 | 1 | -0/+14 |
* | Fix some extern structure definitions that cause problems with some compilers | inmarket | 2014-11-26 | 1 | -7/+9 |
* | Fixing compiler error | Joel Bodenmann | 2014-11-17 | 1 | -1/+1 |
* | Change the definition of the calibration load and save routines as per steved... | inmarket | 2014-11-15 | 4 | -31/+11 |
* | Spacing, comments and spelling mistakes | inmarket | 2014-11-15 | 1 | -4/+4 |
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 2 | -6/+7 |
* | Allow calibration to work in newmouse even if there is no text / font support. | inmarket | 2014-10-27 | 1 | -17/+27 |
* | New flag for newmouse driver use | inmarket | 2014-10-13 | 1 | -0/+1 |
* | Newmouse updates to calibration routine | inmarket | 2014-10-09 | 2 | -122/+133 |
* | Fix bugs in newmouse framework | inmarket | 2014-10-07 | 1 | -2/+2 |
* | doxygen updates | inmarket | 2014-09-29 | 1 | -0/+6 |
* | some more doxygen fixes | Joel Bodenmann | 2014-09-28 | 1 | -6/+23 |
* | some doxygen fixes (more coming) | Joel Bodenmann | 2014-09-28 | 1 | -0/+2 |
* | Fix newmouse compiler warning | inmarket | 2014-09-28 | 1 | -3/+1 |
* | GINPUT mouse updated - first working version of newmouse. | inmarket | 2014-09-26 | 3 | -20/+26 |