index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gdisp
/
mcufont
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update license header
Tibo Clausen
2018-10-01
18
-18
/
+18
*
Fix some missing gBool conversions
inmarket
2018-07-08
1
-1
/
+5
*
C comment style
Thomas Sterren
2018-03-06
1
-1
/
+1
*
Got stuck in here with a source font file generated out of `arial` size 48
Thomas Sterren
2018-03-06
1
-0
/
+7
*
Support negative baseline_x in a font.
inmarket
2018-01-09
2
-19
/
+17
*
Fix for wordwrapping when there is a space then a newline
inmarket
2018-01-05
1
-38
/
+42
*
Fix a bug that can cause large fonts to not be read correctly.
inmarket
2017-03-11
3
-3
/
+3
*
Fixing an issue with word wrapping of strings containing dashes.
Joel Bodenmann
2017-02-21
1
-0
/
+2
*
Increase non-UTF8 font support to 0 to 255 rather than just the true ascii set
inmarket
2017-01-20
1
-1
/
+1
*
Make all include paths in ugfx relative.
inmarket
2015-11-21
1
-1
/
+1
*
Fixing word-wrap
Joel Bodenmann
2015-11-02
1
-2
/
+2
*
Fixing compiler warnings
Joel Bodenmann
2015-10-30
1
-3
/
+2
*
Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()
Joel Bodenmann
2015-10-30
1
-3
/
+8
*
Added ability to compile ugfx as a single file (excluding driver and board fi...
inmarket
2015-06-08
10
-18
/
+28
*
Integrate the include files with each module. Simplifies structure of code.
inmarket
2014-02-19
1
-2
/
+2
*
Fix some compiler warnings
inmarket
2013-09-18
1
-1
/
+2
*
Update fonts files to allow compiling without GDISP_NEED_TEXT.
inmarket
2013-09-06
9
-1
/
+44
*
Add new hand built bitmap fonts to replace old UI1 and UI2.
inmarket
2013-08-17
3
-4
/
+17
*
From mcufont upstream: Fix tab handling in mf_get_string_width
inmarket
2013-07-30
1
-0
/
+11
*
From mcufont upstream: Fix inconsistency between UTF8 and other encodings
inmarket
2013-07-30
1
-3
/
+8
*
Fix compiler warnings, operating system dependancies, and non-portable code.
inmarket
2013-07-29
8
-16
/
+22
*
Updated license headers on new font code
inmarket
2013-07-28
18
-0
/
+126
*
First cut - beautiful new font handling by PetteriAimonen
inmarket
2013-07-28
19
-0
/
+2035