aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-086-14/+14
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-087-15/+15
* Added type gColorformat to replace V2.x colorformatinmarket2018-07-082-1/+2
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-085-67/+74
* Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros J...inmarket2018-07-082-10/+12
* Added type gFont to replace V2.x font_tinmarket2018-07-084-33/+34
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...inmarket2018-07-082-25/+34
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-084-40/+51
* Correct V2 powermode macrosinmarket2018-07-081-4/+4
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...inmarket2018-07-084-20/+25
* Change color_t to gColorinmarket2018-07-0810-136/+137
* Change pixel_t to gPixelinmarket2018-07-0810-29/+30
* Change coord_t to gCoordinmarket2018-07-0812-167/+168
* Change point and point_t to gPointinmarket2018-07-082-11/+15
* Fix some missing gBool conversionsinmarket2018-07-082-4/+8
* Added new type definitions - moving towards V3.0inmarket2018-06-2311-361/+329
* Merge remote-tracking branch 'origin/master'inmarket2018-03-101-0/+7
|\
| * C comment styleThomas Sterren2018-03-061-1/+1
| * Got stuck in here with a source font file generated out of `arial` size 48Thomas Sterren2018-03-061-0/+7
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-104-47/+47
|/
* First set of V3 macro changesinmarket2018-02-279-309/+334
* Support negative baseline_x in a font.inmarket2018-01-092-19/+17
* Fix for wordwrapping when there is a space then a newlineinmarket2018-01-051-38/+42
* Bug fix for drawing boxes of size 3x3 pixelsinmarket2017-11-071-11/+11
* 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