inmarket
|
1fa5677d44
|
Fix grammer error
|
2015-11-11 19:18:38 +10:00 |
|
Joel Bodenmann
|
6397a56e0b
|
Doxygen
|
2015-11-07 16:33:28 +01:00 |
|
inmarket
|
90a65c1673
|
Move the stub font include files so that user projects with custom fonts in the old format will work.
|
2015-11-06 07:59:32 +10:00 |
|
inmarket
|
1ed7559ef0
|
Handle antialiased font drawing when using word-wrap
|
2015-11-04 15:05:16 +10:00 |
|
Joel Bodenmann
|
615819441b
|
Fixing previously introduced bug in gdispDrawStringBox()
|
2015-11-02 12:25:24 +01:00 |
|
Joel Bodenmann
|
58f6e0452e
|
Fixing compiler warnings
|
2015-11-02 12:24:13 +01:00 |
|
Joel Bodenmann
|
2dcd3509c9
|
Fixing word-wrap
|
2015-11-02 09:26:32 +01:00 |
|
Joel Bodenmann
|
69de17687c
|
Fixing compiler warnings
pull-request sent to upstream
|
2015-10-30 16:40:08 +01:00 |
|
Joel Bodenmann
|
051b3a9acc
|
Doxygen
|
2015-10-30 15:39:18 +01:00 |
|
Joel Bodenmann
|
ee2b82271d
|
Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()
Thanks to Koryagin Dmitry for this contribution
|
2015-10-30 15:37:55 +01:00 |
|
inmarket
|
48a9d334b7
|
Replace all inline definitions with GFXINLINE
|
2015-10-23 18:24:49 +10:00 |
|
Joel Bodenmann
|
fd7e047bf8
|
Moving INLINE macro to gfx.h main file as inlined functions are also used outside of gdisp.h
|
2015-10-20 20:00:45 +02:00 |
|
inmarket
|
64a184fc59
|
Fix compiler warning
|
2015-10-06 12:03:24 +10:00 |
|
inmarket
|
53cb1af757
|
Add extra font metrics
|
2015-10-06 12:02:58 +10:00 |
|
inmarket
|
9d62e631cf
|
Allow a zero sized clipping region
|
2015-07-08 13:34:53 +10:00 |
|
Joel Bodenmann
|
380c41b766
|
Improving Pixmap API
|
2015-07-03 17:08:28 +02:00 |
|
Joel Bodenmann
|
e9c03c857e
|
Improvind doxygen
|
2015-06-18 15:38:34 +02:00 |
|
inmarket
|
ccde54722f
|
Added ability to compile ugfx as a single file (excluding driver and board files).
Simply compile src/gfx_mk.c
|
2015-06-08 14:14:40 +10:00 |
|
inmarket
|
aa7ebf9c26
|
Add the license to the makefiles
|
2015-06-08 12:11:37 +10:00 |
|
Joel Bodenmann
|
37ab4ec1cd
|
Fixing doxygen
|
2015-05-16 20:17:50 +02:00 |
|
inmarket
|
1a09f151e2
|
Fix to LLD driver color conversions.
|
2015-05-10 17:12:00 +10:00 |
|
inmarket
|
beacfaa994
|
Fix in color conversions for some strange compilers that don't do macro expansion in the highest available integer format
|
2015-04-07 23:20:16 +10:00 |
|
inmarket
|
601fd6855d
|
Add more pixel format support
|
2015-04-07 23:19:10 +10:00 |
|
inmarket
|
f44b1c6412
|
Small fix for scrolling
|
2015-04-07 23:18:32 +10:00 |
|
inmarket
|
39459872b2
|
Fix pixel error rounding in gdispDrawConvexPoly().
The corrects strange gwin arrow button appearances for certain sizes.
|
2015-02-14 10:38:24 +10:00 |
|
inmarket
|
143d9be295
|
Change ugfx startup logo to white so it shows up on monochrome displays
|
2015-02-07 23:33:02 +10:00 |
|
inmarket
|
f12e847c30
|
Fix compiler warnings for some drivers
|
2015-02-05 00:20:37 +10:00 |
|
inmarket
|
adebde7a99
|
Fix multiple display/keyboard/mouse problem with some compilers.
|
2015-01-27 13:42:11 +10:00 |
|
inmarket
|
fa8167b94d
|
Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
|
2015-01-21 17:26:24 +10:00 |
|
inmarket
|
8b221b803a
|
Compile fix for default orientation with pixmaps.
|
2015-01-14 18:39:12 +10:00 |
|
inmarket
|
b68cfa0c29
|
Support dynamic displays at compile time, don't re-orient pixmaps at initialisation time.
|
2015-01-13 14:28:56 +10:00 |
|
inmarket
|
ef00cac45d
|
Add support and demo for pixmaps (in memory drawing)
|
2015-01-13 13:50:46 +10:00 |
|
inmarket
|
9ddf7c4284
|
Protect against NULL strings
|
2015-01-03 18:41:11 +10:00 |
|
Joel Bodenmann
|
30b47f1581
|
Fixing wrong font name in DejaVuSans20_aa font
|
2014-11-29 11:13:44 +01:00 |
|
Joel Bodenmann
|
0718866107
|
Fixing bug in gdispGDrawRoundedBox()
|
2014-11-29 11:08:32 +01:00 |
|
Joel Bodenmann
|
8e54d01db1
|
Fixing Doxygen
|
2014-11-28 19:47:57 +01:00 |
|
inmarket
|
bd3a58ccfc
|
Fix some extern structure definitions that cause problems with some compilers
|
2014-11-26 13:02:47 +10:00 |
|
Joel Bodenmann
|
fe976dac66
|
Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa
|
2014-11-17 21:42:03 +01:00 |
|
inmarket
|
8ca6fad9fd
|
Add DejaVuSans font in 20 point as a standard font
|
2014-11-15 15:20:47 +10:00 |
|
inmarket
|
599a163181
|
Spacing, comments and spelling mistakes
|
2014-11-15 15:19:46 +10:00 |
|
Joel Bodenmann
|
1541ae0d37
|
Adding GDISP_NEED_ARCSECTOR stuff that was missing
|
2014-10-28 12:02:47 +10:00 |
|
inmarket
|
3825cec8f8
|
Added new arc sector drawing routines (Thanks to steved for the inspiration).
Added demo to match.
|
2014-10-27 16:44:53 +10:00 |
|
inmarket
|
4b348f43ad
|
Update buildfonts.sh to match change to fonts.h
|
2014-10-06 15:57:37 +10:00 |
|
Joel Bodenmann
|
5427d3efe5
|
Fixing inclusion problem
|
2014-10-05 15:03:12 +02:00 |
|
inmarket
|
b7a89b2ada
|
doxygen updates
|
2014-09-29 16:09:08 +10:00 |
|
inmarket
|
b42a2098eb
|
Change to GDriver to support an initialisation parameter
|
2014-09-26 16:35:34 +10:00 |
|
inmarket
|
9f720b1f12
|
C decls on GDISP functions
|
2014-09-25 17:45:03 +10:00 |
|
inmarket
|
4886403bc6
|
Expose the GDISP_STARTUP_COLOR setting for the initial color of displays
|
2014-09-25 17:44:50 +10:00 |
|
inmarket
|
3a520359a0
|
GDISP updates to match previous GDRIVER and multiple display updates
|
2014-09-17 09:34:08 +10:00 |
|
inmarket
|
036ad5d3dd
|
SImplify the options for multiple displays.
This will also be more compatible with newmouse infrastructure
|
2014-09-17 08:45:40 +10:00 |
|