aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
...
* Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-15/+24
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-16/+18
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-11/+14
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-6/+9
* Removing obsolete codeJoel Bodenmann2017-01-101-7/+0
* Improving docJoel Bodenmann2017-01-101-1/+1
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-12/+21
* Doxygen fixesJoel Bodenmann2016-12-111-15/+15
* Fixed drawThickArc functionCorentin Barman2016-12-111-23/+45
* Added a function to draw thick arcsCorentin Barman2016-11-272-0/+122
* Add support for adding fonts to the font listinmarket2016-11-142-13/+50
* Merge branch 'master' of CorentinB/uGFX into masterJoel Bodenmann2016-11-131-60/+28
|\
| * Fixed and improved the get_normal_vector functionCorentin Barman2016-11-121-60/+28
* | 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