aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
* Add PNG image support - Does not support interlaced PNG'sinmarket2016-02-273-1/+1762
* typoJoel Bodenmann2016-01-081-1/+1
* using GFX_PI internally to avoid issues with M_PIJoel Bodenmann2015-11-281-4/+4
* Fix compiler errors and warnings on image handling with multiple image format...inmarket2015-11-254-42/+55
* Prevent naming conflicts when compiling multiple image formats with GFXSINGLE...inmarket2015-11-243-173/+173
* Make all include paths in ugfx relative.inmarket2015-11-2113-15/+16
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-182-13/+13
|\
| * Fix endian macro'sinmarket2015-11-182-13/+13
* | Fixing commentJoel Bodenmann2015-11-181-1/+1
|/
* Fixing vertical center alignment issue when word-wrap is turned onJoel Bodenmann2015-11-141-4/+23
* More endian updates. Images should now work for any endian machine even stran...inmarket2015-11-122-12/+85
* Clean up endian support for images based on new system definesinmarket2015-11-118-207/+150
* Fix grammer errorinmarket2015-11-111-1/+1
* DoxygenJoel Bodenmann2015-11-073-5/+8
* Move the stub font include files so that user projects with custom fonts in t...inmarket2015-11-063-45/+0
* Handle antialiased font drawing when using word-wrapinmarket2015-11-041-3/+11
* Fixing previously introduced bug in gdispDrawStringBox()Joel Bodenmann2015-11-021-1/+1
* Fixing compiler warningsJoel Bodenmann2015-11-021-2/+10
* Fixing word-wrapJoel Bodenmann2015-11-022-4/+3
* Fixing compiler warningsJoel Bodenmann2015-10-301-3/+2
* DoxygenJoel Bodenmann2015-10-301-0/+1
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-303-5/+65
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-4/+4
* Moving INLINE macro to gfx.h main file as inlined functions are also used out...Joel Bodenmann2015-10-201-12/+0
* Fix compiler warninginmarket2015-10-061-0/+1
* Add extra font metricsinmarket2015-10-062-5/+32
* Allow a zero sized clipping regioninmarket2015-07-081-1/+1
* Improving Pixmap APIJoel Bodenmann2015-07-032-8/+8
* Improvind doxygenJoel Bodenmann2015-06-181-5/+40
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-0818-24/+108
* Add the license to the makefilesinmarket2015-06-081-0/+5
* Fixing doxygenJoel Bodenmann2015-05-161-1/+5
* Fix to LLD driver color conversions.inmarket2015-05-101-2/+2
* Fix in color conversions for some strange compilers that don't do macro expan...inmarket2015-04-071-9/+9
* Add more pixel format supportinmarket2015-04-071-1/+5
* Small fix for scrollinginmarket2015-04-071-1/+3
* Fix pixel error rounding in gdispDrawConvexPoly().inmarket2015-02-141-0/+7
* Change ugfx startup logo to white so it shows up on monochrome displaysinmarket2015-02-071-1/+2
* Fix compiler warnings for some driversinmarket2015-02-051-34/+17
* Fix multiple display/keyboard/mouse problem with some compilers.inmarket2015-01-271-7/+7
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-2114-90/+72
* Compile fix for default orientation with pixmaps.inmarket2015-01-141-2/+4
* Support dynamic displays at compile time, don't re-orient pixmaps at initiali...inmarket2015-01-133-6/+20
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-138-13/+447
* Protect against NULL stringsinmarket2015-01-031-0/+3
* Fixing wrong font name in DejaVuSans20_aa fontJoel Bodenmann2014-11-291-329/+327
* Fixing bug in gdispGDrawRoundedBox()Joel Bodenmann2014-11-291-4/+4
* Fixing DoxygenJoel Bodenmann2014-11-281-6/+28
* Fix some extern structure definitions that cause problems with some compilersinmarket2014-11-261-5/+7
* Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aaJoel Bodenmann2014-11-172-31/+31