aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-0834-76/+78
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-0830-67/+70
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-0865-167/+170
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-0863-349/+360
* Added type gColorformat to replace V2.x colorformatinmarket2018-07-083-1/+3
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-0868-737/+745
* Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros J...inmarket2018-07-083-10/+13
* Added type gFont to replace V2.x font_tinmarket2018-07-0833-74/+76
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...inmarket2018-07-0812-51/+61
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-0830-122/+134
* Correct V2 powermode macrosinmarket2018-07-081-4/+4
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...inmarket2018-07-0860-330/+336
* Change color_t to gColorinmarket2018-07-0881-261/+263
* Change pixel_t to gPixelinmarket2018-07-0822-56/+58
* Change coord_t to gCoordinmarket2018-07-08111-562/+564
* Change point and point_t to gPointinmarket2018-07-0817-45/+49
* Fix some missing gBool conversionsinmarket2018-07-083-5/+9
* Another ChibiOS V5 fixinmarket2018-07-081-1/+5
* Added WS29EPD driver by cpu20 for the WaveShare E-Paper displayinmarket2018-07-077-0/+395
* Add support for ChibiOS V5 - Thanks Vrolleiinmarket2018-07-074-30/+38
* Added new type definitions - moving towards V3.0inmarket2018-06-23343-4405/+4006
* 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 branch 'ST7735_128x128' of kapacuk/uGFX into masterinmarket2018-06-231-18/+35
|\ \
| * | Added support for 1.44" board (128x128)kapacuk2018-06-201-18/+35
* | | Merge branch 'ST7735_fixes' of kapacuk/uGFX into masterJoel Bodenmann2018-06-201-3/+3
|\| |
| * | A few minor fixes to be able to compile it on Linux with the latest GCCkapacuk2018-06-201-3/+3
|/ /
* | Fix UC1610 driver private area initialisationinmarket2018-04-032-3/+10
* | Merge remote-tracking branch 'origin/master'inmarket2018-03-101-0/+1
|\ \
| * | Updating changelogJoel Bodenmann2018-03-101-0/+1
* | | Merge remote-tracking branch 'origin/master'inmarket2018-03-105-1/+18
|\| |
| * | 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
| * | Typo in mcufontencoder helpThomas Sterren2018-03-061-1/+1
| * | Added clone() method to DataFile classThomas Sterren2018-03-061-0/+2
| * | Tab to spacesThomas Sterren2018-03-061-1/+1
| * | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFXThomas Sterren2018-03-06295-2625/+2724
| |\ \
| * | | 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-10108-416/+450
| |/ |/|
* | First set of V3 macro changesinmarket2018-02-27293-2601/+2665
* | Fixing issue in RTX5/CMSIS2 portJoel Bodenmann2018-02-262-1/+2
* | Added support for specifying calibration fonts and textinmarket2018-02-243-6/+36
* | Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ...inmarket2018-02-244-12/+16
* | Fix for ST7735 driverinmarket2018-02-241-5/+5
|/
* 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