aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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-082-2/+12
|
* Fix to GWIN console widgetinmarket2019-05-081-1/+1
|
* 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-1023-126/+127
|
* Textedit fix - as per Neon1inmarket2018-11-171-4/+15
|
* Minor fixupsinmarket2018-11-1010-779/+785
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-0334-331/+336
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-03152-1146/+1176
|
* Fix gfxRealloc bug for RAW32 (and derivitives)inmarket2018-10-141-2/+2
|
* Reverse removal of label auto-sizing during label creation. Retained removal ↵inmarket2018-10-141-17/+20
| | | | of auto-sizing during draw.
* Merge branch 'feature/update_license_header' of XenotriX/uGFX into masterJoel Bodenmann2018-10-01227-227/+227
|\
| * Update license headerTibo Clausen2018-10-01227-227/+227
| |
* | Change gwinLabelDraw to gwinLabelDrawJustifiedTibo Clausen2018-10-012-5/+16
|/
* Remove label auto-resizingTibo Clausen2018-10-012-49/+3
|
* 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 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-086-82/+89
| | | | 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-088-44/+45
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-086-43/+52
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-0818-83/+94
| | | | 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-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
| |