index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
multiple
/
X
/
gdisp_lld_X.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...
inmarket
2018-11-03
1
-2
/
+2
*
For all source files update integer types to the new gI8 etc type names
inmarket
2018-11-03
1
-6
/
+6
*
Update license header
Tibo Clausen
2018-10-01
1
-1
/
+1
*
Added type gThread to replace V2.x gfxThreadHandle
inmarket
2018-07-08
1
-1
/
+1
*
gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY
inmarket
2018-07-08
1
-1
/
+1
*
Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...
inmarket
2018-07-08
1
-1
/
+1
*
Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...
inmarket
2018-07-08
1
-1
/
+1
*
Change color_t to gColor
inmarket
2018-07-08
1
-1
/
+1
*
Change pixel_t to gPixel
inmarket
2018-07-08
1
-1
/
+1
*
Change coord_t to gCoord
inmarket
2018-07-08
1
-1
/
+1
*
Added new type definitions - moving towards V3.0
inmarket
2018-06-23
1
-15
/
+15
*
First set of V3 macro changes
inmarket
2018-02-27
1
-8
/
+8
*
Add compatibility with Visual Studio and make compile warning capabilities mo...
inmarket
2017-06-30
1
-1
/
+5
*
Make all include paths in ugfx relative.
inmarket
2015-11-21
1
-4
/
+4
*
Compile error and emulation errors for GFILE_NEED_STDIO
inmarket
2015-02-21
1
-0
/
+3
*
Big file rename to reduce problems with brain-dead IDE's that don't handle pr...
inmarket
2015-01-21
1
-4
/
+4
*
First keyboard driver for X
inmarket
2015-01-08
1
-41
/
+183
*
Allow a mouse driver to not return any results when it is polled.
inmarket
2014-11-07
1
-2
/
+3
*
X bug fix so that window closes properly when using a window manager
inmarket
2014-09-29
1
-0
/
+9
*
Move mouse initialisation to a better spot
inmarket
2014-09-29
1
-5
/
+5
*
First version X newmouse driver
inmarket
2014-09-26
1
-45
/
+87
*
Added Xresource.h include to get rid of a warning about XrmUniqueQuark
Steffan Woltjer
2014-05-22
1
-0
/
+1
*
Removed the doxygen inside of every driver as doxygen is only meant for highl...
Joel Bodenmann
2014-03-28
1
-14
/
+0
*
Integrate the include files with each module. Simplifies structure of code.
inmarket
2014-02-19
1
-3
/
+3
*
Remove variable name conflict with doom demo
inmarket
2013-12-30
1
-2
/
+2
*
Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.
inmarket
2013-12-21
1
-1
/
+1
*
Rename GDISP driver files to prevent problems when compiling for multiple con...
inmarket
2013-10-28
1
-0
/
+340