index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compatibility with newer ChibiOS, as upstream don't want to do so.
HEAD
master
Nick Brassel
2020-01-12
4
-5
/
+5
*
Fix to gImage BMP handling where the system pixel size is less than a byte
inmarket
2019-05-08
3
-2
/
+14
*
Fix to GWIN console widget
inmarket
2019-05-08
1
-1
/
+1
*
Fix release notes
inmarket
2019-05-08
1
-1
/
+4
*
Merge branch 'develop'
Joel Bodenmann
2019-05-01
32
-136
/
+140
|
\
|
*
Typedef gImage compatibility only when GDISP_NEED_IMAGE is GFXON
Joel Bodenmann
2019-05-01
1
-1
/
+3
|
*
Introduce type gImage to replace v2.x gdispImage
Joel Bodenmann
2019-04-10
32
-136
/
+138
*
|
Release v2.9
Joel Bodenmann
2019-02-26
2
-3
/
+3
*
|
Updating .gitignore
Joel Bodenmann
2019-02-26
1
-1
/
+5
|
/
*
Textedit fix - as per Neon1
inmarket
2018-11-17
1
-4
/
+15
*
Minor fixups
inmarket
2018-11-10
21
-793
/
+804
*
Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...
inmarket
2018-11-03
47
-357
/
+364
*
For all source files update integer types to the new gI8 etc type names
inmarket
2018-11-03
389
-2967
/
+3000
*
FIx big endian bug
inmarket
2018-10-21
3
-3
/
+3
*
Fix gfxRealloc bug for RAW32 (and derivitives)
inmarket
2018-10-14
2
-2
/
+3
*
Reverse removal of label auto-sizing during label creation. Retained removal ...
inmarket
2018-10-14
2
-19
/
+22
*
More updating of license header
inmarket
2018-10-14
4
-4
/
+4
*
Merge branch 'feature/update_license_header' of XenotriX/uGFX into master
Joel Bodenmann
2018-10-01
518
-518
/
+518
|
\
|
*
Update license header
Tibo Clausen
2018-10-01
518
-518
/
+518
*
|
Merge branch 'feature/label_renderer' of XenotriX/uGFX into master
Joel Bodenmann
2018-10-01
2
-5
/
+16
|
\
\
|
|
/
|
/
|
|
*
Change gwinLabelDraw to gwinLabelDrawJustified
Tibo Clausen
2018-10-01
2
-5
/
+16
|
/
*
Updating changelog
Joel Bodenmann
2018-10-01
1
-0
/
+2
*
Merge branch 'feature/rm_label_auto-resize' of XenotriX/uGFX into master
Joel Bodenmann
2018-10-01
2
-49
/
+3
|
\
|
*
Remove label auto-resizing
Tibo Clausen
2018-10-01
2
-49
/
+3
|
/
*
Merge branch 'hotfix/fsyncqueue' of XenotriX/uGFX into master
Joel Bodenmann
2018-10-01
2
-5
/
+5
|
\
|
*
Fix fully sync queue
Tibo Clausen
2018-10-01
2
-5
/
+5
|
/
*
Merge branch 'hotfix/color' of XenotriX/uGFX into master
Joel Bodenmann
2018-09-27
1
-3
/
+3
|
\
|
*
Fix color macros
Tibo Clausen
2018-09-27
1
-3
/
+3
|
/
*
Added type gThread to replace V2.x gfxThreadHandle
inmarket
2018-07-08
34
-76
/
+78
*
gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY
inmarket
2018-07-08
30
-67
/
+70
*
gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
inmarket
2018-07-08
65
-167
/
+170
*
Added type gDelay to replace V2.x delaytime_t
inmarket
2018-07-08
63
-349
/
+360
*
Added type gColorformat to replace V2.x colorformat
inmarket
2018-07-08
3
-1
/
+3
*
Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...
inmarket
2018-07-08
68
-737
/
+745
*
Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros J...
inmarket
2018-07-08
3
-10
/
+13
*
Added type gFont to replace V2.x font_t
inmarket
2018-07-08
33
-74
/
+76
*
Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...
inmarket
2018-07-08
12
-51
/
+61
*
Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...
inmarket
2018-07-08
30
-122
/
+134
*
Correct V2 powermode macros
inmarket
2018-07-08
1
-4
/
+4
*
Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...
inmarket
2018-07-08
60
-330
/
+336
*
Change color_t to gColor
inmarket
2018-07-08
81
-261
/
+263
*
Change pixel_t to gPixel
inmarket
2018-07-08
22
-56
/
+58
*
Change coord_t to gCoord
inmarket
2018-07-08
111
-562
/
+564
*
Change point and point_t to gPoint
inmarket
2018-07-08
17
-45
/
+49
*
Fix some missing gBool conversions
inmarket
2018-07-08
3
-5
/
+9
*
Another ChibiOS V5 fix
inmarket
2018-07-08
1
-1
/
+5
*
Added WS29EPD driver by cpu20 for the WaveShare E-Paper display
inmarket
2018-07-07
7
-0
/
+395
*
Add support for ChibiOS V5 - Thanks Vrollei
inmarket
2018-07-07
4
-30
/
+38
*
Added new type definitions - moving towards V3.0
inmarket
2018-06-23
343
-4405
/
+4006
*
Merge branch 'master' of Steffen/uGFX into master
inmarket
2018-06-23
3
-1
/
+59
|
\
[next]