aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility with newer ChibiOS, as upstream don't want to do so.HEADmasterNick Brassel2020-01-122-2/+2
* Fix to gImage BMP handling where the system pixel size is less than a byteinmarket2019-05-082-2/+12
* Typedef gImage compatibility only when GDISP_NEED_IMAGE is GFXONJoel Bodenmann2019-05-011-1/+3
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-1010-112/+113
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-031-1/+1
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-0349-716/+717
* Update license headerTibo Clausen2018-10-0139-39/+39
* Fix color macrosTibo Clausen2018-09-271-3/+3
* 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