aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix fully sync queueTibo Clausen2018-10-012-5/+5
* Fix color macrosTibo Clausen2018-09-271-3/+3
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-0825-68/+69
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-0816-50/+53
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-0836-125/+128
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-0853-319/+326
* 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-086-82/+89
* 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-088-44/+45
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...inmarket2018-07-086-43/+52
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-0818-83/+94
* 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-0824-173/+174
* Change pixel_t to gPixelinmarket2018-07-0813-32/+33
* Change coord_t to gCoordinmarket2018-07-0846-380/+381
* Change point and point_t to gPointinmarket2018-07-0813-38/+42
* Fix some missing gBool conversionsinmarket2018-07-082-4/+8
* Another ChibiOS V5 fixinmarket2018-07-081-1/+5
* Add support for ChibiOS V5 - Thanks Vrolleiinmarket2018-07-072-29/+32
* Added new type definitions - moving towards V3.0inmarket2018-06-23115-2899/+2915
* Merge branch 'master' of Steffen/uGFX into masterinmarket2018-06-233-1/+59
|\
| * Added missing check for GDISP_NEED_CIRCLESteffen Schroeter2018-01-232-10/+14
| * Add keyboard input to radio widgetSteffen Schroeter2018-01-193-1/+55
* | Merge remote-tracking branch 'origin/master'inmarket2018-03-103-0/+15
|\ \
| * | 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
| * | Tab to spacesThomas Sterren2018-03-061-1/+1
| * | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFXThomas Sterren2018-03-0672-731/+762
| |\ \
| * | | Compiler satisfactionThomas Sterren2018-02-201-0/+1
| * | | _gosPostInit() needs to be in CThomas Sterren2018-02-201-0/+1
| * | | Defined gfxRealloc() for GFX_USE_OS_QTThomas Sterren2018-02-202-0/+6
| | |/ | |/|
* | | Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-1024-97/+101
| |/ |/|
* | First set of V3 macro changesinmarket2018-02-2771-724/+739
* | Fixing issue in RTX5/CMSIS2 portJoel Bodenmann2018-02-261-1/+1
* | Added support for specifying calibration fonts and textinmarket2018-02-241-6/+22
|/
* 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
* Doxygen fixJoel Bodenmann2017-10-291-117/+111
* Update to hacked alpha support - now uses pre-multiplied color blending algor...inmarket2017-10-101-19/+42
* Compiler warningsJoel Bodenmann2017-10-031-731/+738
* Add alpha blending supportinmarket2017-10-022-18/+51
* Fix: ChibiOS V2 doesn't support dma cache handling at allinmarket2017-10-022-6/+16
* Work around yet another ChibiOS DMA/Cache buginmarket2017-10-022-20/+47
* Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for ...inmarket2017-10-022-12/+19
* 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