aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility with newer ChibiOS, as upstream don't want to do so.HEADmasterNick Brassel2020-01-124-5/+5
* Fix to gImage BMP handling where the system pixel size is less than a byteinmarket2019-05-083-2/+14
* Fix to GWIN console widgetinmarket2019-05-081-1/+1
* Fix release notesinmarket2019-05-081-1/+4
* Merge branch 'develop'Joel Bodenmann2019-05-0132-136/+140
|\
| * 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-1032-136/+138
* | Release v2.9Joel Bodenmann2019-02-262-3/+3
* | Updating .gitignoreJoel Bodenmann2019-02-261-1/+5
|/
* Textedit fix - as per Neon1inmarket2018-11-171-4/+15
* Minor fixupsinmarket2018-11-1021-793/+804
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-0347-357/+364
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-03389-2967/+3000
* FIx big endian buginmarket2018-10-213-3/+3
* Fix gfxRealloc bug for RAW32 (and derivitives)inmarket2018-10-142-2/+3
* Reverse removal of label auto-sizing during label creation. Retained removal ...inmarket2018-10-142-19/+22
* More updating of license headerinmarket2018-10-144-4/+4
* Merge branch 'feature/update_license_header' of XenotriX/uGFX into masterJoel Bodenmann2018-10-01518-518/+518
|\
| * Update license headerTibo Clausen2018-10-01518-518/+518
* | Merge branch 'feature/label_renderer' of XenotriX/uGFX into masterJoel Bodenmann2018-10-012-5/+16
|\ \ | |/ |/|
| * Change gwinLabelDraw to gwinLabelDrawJustifiedTibo Clausen2018-10-012-5/+16
|/
* Updating changelogJoel Bodenmann2018-10-011-0/+2
* Merge branch 'feature/rm_label_auto-resize' of XenotriX/uGFX into masterJoel Bodenmann2018-10-012-49/+3
|\
| * Remove label auto-resizingTibo Clausen2018-10-012-49/+3
|/
* Merge branch 'hotfix/fsyncqueue' of XenotriX/uGFX into masterJoel Bodenmann2018-10-012-5/+5
|\
| * Fix fully sync queueTibo Clausen2018-10-012-5/+5
|/
* Merge branch 'hotfix/color' of XenotriX/uGFX into masterJoel Bodenmann2018-09-271-3/+3
|\
| * Fix color macrosTibo Clausen2018-09-271-3/+3
|/
* 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
|\