aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'image_palette'Joel Bodenmann2016-11-113-7/+134
|\
| * Adding API documentation for new image color palette functionsJoel Bodenmann2016-11-111-0/+32
| * Minor changes & improvements on image color palletization handlingJoel Bodenmann2016-11-113-31/+42
| * Adding ability to modify the color palette of BMP images (untested)Joel Bodenmann2016-11-103-7/+91
* | Fixing gdispFillDualCircle() wrapper macro parametersJoel Bodenmann2016-11-111-1/+1
|/
* Fixing bug in gdispGFillConvexPolyCorentin Barman2016-11-091-0/+2
* New dual circle drawing in GDISPinmarket2016-11-093-0/+103
* Add protection for a font not being supplied.inmarket2016-10-011-1/+17
* Fix 3 bugs in filled arc drawing...inmarket2016-10-011-69/+73
* (void)var statements must come after any variable definitions in strict cinmarket2016-08-131-1/+2
* Fixing possible crash when GDISP_NEED_TEXT_WORDWRAP is enabled.Joel Bodenmann2016-08-131-1/+4
* Fixing crash when loading GIF image without enough memory availableJoel Bodenmann2016-07-271-0/+1
* Fixing commentJoel Bodenmann2016-07-141-1/+1
* Fix clipping of gdispGFillString()Joel Bodenmann2016-07-131-1/+1
* Fix clipping of gdispGDrawString.Martijn Stommels2016-07-111-1/+1
* 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