aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Collapse)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, ↵inmarket2018-11-031-1/+1
| | | | gMutex etc
* 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 gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added type gColorformat to replace V2.x colorformatinmarket2018-07-082-1/+2
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-085-67/+74
| | | | gOrientationX replace GDISP_ROTATE_X
* Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros ↵inmarket2018-07-082-10/+12
| | | | JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM
* 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 ↵inmarket2018-07-082-25/+34
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-084-40/+51
| | | | replace justifyXXX
* Correct V2 powermode macrosinmarket2018-07-081-4/+4
|
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-084-20/+25
| | | | replace powerXXX
* 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 ↵inmarket2017-10-101-19/+42
| | | | algorithm
* 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 ↵inmarket2017-06-302-9/+42
| | | | more cross platform
* 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 ↵inmarket2017-03-114-83/+151
| | | | justification options
* 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
| | | | Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed.
* 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
|