index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gdisp
/
gdisp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed drawThickArc function
Corentin Barman
2016-12-11
1
-23
/
+45
*
Added a function to draw thick arcs
Corentin Barman
2016-11-27
1
-0
/
+97
*
Fixed and improved the get_normal_vector function
Corentin Barman
2016-11-12
1
-60
/
+28
*
Fixing bug in gdispGFillConvexPoly
Corentin Barman
2016-11-09
1
-0
/
+2
*
New dual circle drawing in GDISP
inmarket
2016-11-09
1
-0
/
+77
*
Add protection for a font not being supplied.
inmarket
2016-10-01
1
-1
/
+17
*
Fix 3 bugs in filled arc drawing...
inmarket
2016-10-01
1
-69
/
+73
*
(void)var statements must come after any variable definitions in strict c
inmarket
2016-08-13
1
-1
/
+2
*
Fixing possible crash when GDISP_NEED_TEXT_WORDWRAP is enabled.
Joel Bodenmann
2016-08-13
1
-1
/
+4
*
Fix clipping of gdispGFillString()
Joel Bodenmann
2016-07-13
1
-1
/
+1
*
Fix clipping of gdispGDrawString.
Martijn Stommels
2016-07-11
1
-1
/
+1
*
using GFX_PI internally to avoid issues with M_PI
Joel Bodenmann
2015-11-28
1
-4
/
+4
*
Make all include paths in ugfx relative.
inmarket
2015-11-21
1
-1
/
+1
*
Fixing vertical center alignment issue when word-wrap is turned on
Joel Bodenmann
2015-11-14
1
-4
/
+23
*
Handle antialiased font drawing when using word-wrap
inmarket
2015-11-04
1
-3
/
+11
*
Fixing previously introduced bug in gdispDrawStringBox()
Joel Bodenmann
2015-11-02
1
-1
/
+1
*
Fixing compiler warnings
Joel Bodenmann
2015-11-02
1
-2
/
+10
*
Fixing word-wrap
Joel Bodenmann
2015-11-02
1
-2
/
+1
*
Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()
Joel Bodenmann
2015-10-30
1
-2
/
+49
*
Replace all inline definitions with GFXINLINE
inmarket
2015-10-23
1
-4
/
+4
*
Moving INLINE macro to gfx.h main file as inlined functions are also used out...
Joel Bodenmann
2015-10-20
1
-12
/
+0
*
Add extra font metrics
inmarket
2015-10-06
1
-3
/
+13
*
Allow a zero sized clipping region
inmarket
2015-07-08
1
-1
/
+1
*
Added ability to compile ugfx as a single file (excluding driver and board fi...
inmarket
2015-06-08
1
-3
/
+3
*
Small fix for scrolling
inmarket
2015-04-07
1
-1
/
+3
*
Fix pixel error rounding in gdispDrawConvexPoly().
inmarket
2015-02-14
1
-0
/
+7
*
Change ugfx startup logo to white so it shows up on monochrome displays
inmarket
2015-02-07
1
-1
/
+2
*
Fix multiple display/keyboard/mouse problem with some compilers.
inmarket
2015-01-27
1
-7
/
+7
*
Big file rename to reduce problems with brain-dead IDE's that don't handle pr...
inmarket
2015-01-21
1
-0
/
+3370
*
Rename lots of files to help prevent compile time name conflicts.
inmarket
2014-08-20
1
-3100
/
+0
*
Some improvements for the Kiel C compiler
inmarket
2014-07-29
1
-1
/
+5
*
Add gdispContrastColor() and remove divides from gdispBlendColors()
inmarket
2014-05-11
1
-3
/
+13
*
bug fix
Joel Bodenmann
2014-05-06
1
-1
/
+1
*
Integrate the include files with each module. Simplifies structure of code.
inmarket
2014-02-19
1
-1
/
+1
*
Fix font clipping properly. Previous fix did not bound the font display in th...
inmarket
2014-02-03
1
-3
/
+21
*
added deinit() routines for all modules (not implemented so far)
Joel Bodenmann
2014-02-02
1
-2
/
+7
*
fixed clipping issue when widget text is long than the widget itself
Joel Bodenmann
2014-02-01
1
-3
/
+6
*
gdispDrawThickLine: handle zero-length lines correctly.
Petteri Aimonen
2013-12-19
1
-2
/
+6
*
Fix integer overflow in gdispGDrawThickLine().
Joel Bodenmann
2013-12-18
1
-39
/
+76
*
GDISP startup logo now optional
Joel Bodenmann
2013-12-16
1
-1
/
+5
*
Improve gdispDrawThickLine() when the line length is short.
Joel Bodenmann
2013-12-14
1
-2
/
+23
*
typo
Joel Bodenmann
2013-12-08
1
-1
/
+1
*
added gdispGDrawThickLine()
Joel Bodenmann
2013-12-08
1
-0
/
+125
*
Revert "INLINE -> inline"
inmarket
2013-11-30
1
-8
/
+8
*
INLINE -> inline
Joel Bodenmann
2013-11-27
1
-8
/
+8
*
Replace color format conversion macros with proper routines to prevent side e...
inmarket
2013-11-17
1
-0
/
+39
*
Re-order the GDISP initialisation routine so that it initialises all displays...
inmarket
2013-11-16
1
-53
/
+25
*
Boundary condition fixes to Arcs
inmarket
2013-11-14
1
-26
/
+27
*
Fix some compiler warnings.
inmarket
2013-11-10
1
-3
/
+5
*
Add support for a default application orientation.
inmarket
2013-11-09
1
-0
/
+9
[next]