aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
* Update to hacked alpha support - now uses pre-multiplied color blending algor...inmarket2017-10-101-19/+42
* Add alpha blending supportinmarket2017-10-022-18/+51
* Tidy upinmarket2017-10-021-3/+1
* Adding nullpointer checks to GDISP image functionsJoel Bodenmann2017-10-012-18/+30
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-0/+7
* Fix image byte extraction macrosinmarket2017-09-231-6/+5
* Fixing issue in JPG decoderJoel Bodenmann2017-09-221-0/+1
* Merge branch 'master' of git.ugfx.io:uGFX/uGFXJoel Bodenmann2017-08-271-1/+1147
|\
| * First attempt at the JPG decoder. Compiles but may not run.inmarket2017-08-261-1/+1147
* | Improving gdispPixmapCreate() documentationJoel Bodenmann2017-08-271-2/+2
|/
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-302-9/+42
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-241-0/+12
* Fixing clipping issue with gdispGDrawString()Joel Bodenmann2017-05-241-1/+1
* Fix font baseline_x problem, decrease word-wrap stack usage, add text justifi...inmarket2017-03-114-83/+151
* Fix a bug that can cause large fonts to not be read correctly.inmarket2017-03-113-3/+3
* Fixing an issue with word wrapping of strings containing dashes.Joel Bodenmann2017-02-211-0/+2
* Increase non-UTF8 font support to 0 to 255 rather than just the true ascii setinmarket2017-01-201-1/+1
* Fixed extra dots when drawing anti-aliased fonts with wordwrapinmarket2017-01-201-1/+1
* 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