Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix gfxRealloc bug for RAW32 (and derivitives) | inmarket | 2018-10-14 | 1 | -2/+2 |
| | |||||
* | Reverse removal of label auto-sizing during label creation. Retained removal ↵ | inmarket | 2018-10-14 | 1 | -17/+20 |
| | | | | of auto-sizing during draw. | ||||
* | Merge branch 'feature/update_license_header' of XenotriX/uGFX into master | Joel Bodenmann | 2018-10-01 | 227 | -227/+227 |
|\ | |||||
| * | Update license header | Tibo Clausen | 2018-10-01 | 227 | -227/+227 |
| | | |||||
* | | Change gwinLabelDraw to gwinLabelDrawJustified | Tibo Clausen | 2018-10-01 | 2 | -5/+16 |
|/ | |||||
* | Remove label auto-resizing | Tibo Clausen | 2018-10-01 | 2 | -49/+3 |
| | |||||
* | Fix fully sync queue | Tibo Clausen | 2018-10-01 | 2 | -5/+5 |
| | |||||
* | Fix color macros | Tibo Clausen | 2018-09-27 | 1 | -3/+3 |
| | |||||
* | Added type gThread to replace V2.x gfxThreadHandle | inmarket | 2018-07-08 | 25 | -68/+69 |
| | |||||
* | gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY | inmarket | 2018-07-08 | 16 | -50/+53 |
| | |||||
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 36 | -125/+128 |
| | |||||
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 53 | -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 colorformat | inmarket | 2018-07-08 | 2 | -1/+2 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 6 | -82/+89 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros ↵ | inmarket | 2018-07-08 | 2 | -10/+12 |
| | | | | JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM | ||||
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 8 | -44/+45 |
| | |||||
* | Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵ | inmarket | 2018-07-08 | 6 | -43/+52 |
| | | | | replace fontXXX | ||||
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵ | inmarket | 2018-07-08 | 18 | -83/+94 |
| | | | | replace justifyXXX | ||||
* | Correct V2 powermode macros | inmarket | 2018-07-08 | 1 | -4/+4 |
| | |||||
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵ | inmarket | 2018-07-08 | 4 | -20/+25 |
| | | | | replace powerXXX | ||||
* | Change color_t to gColor | inmarket | 2018-07-08 | 24 | -173/+174 |
| | |||||
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 13 | -32/+33 |
| | |||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 46 | -380/+381 |
| | |||||
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 13 | -38/+42 |
| | |||||
* | Fix some missing gBool conversions | inmarket | 2018-07-08 | 2 | -4/+8 |
| | |||||
* | Another ChibiOS V5 fix | inmarket | 2018-07-08 | 1 | -1/+5 |
| | |||||
* | Add support for ChibiOS V5 - Thanks Vrollei | inmarket | 2018-07-07 | 2 | -29/+32 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 115 | -2899/+2915 |
| | |||||
* | Merge branch 'master' of Steffen/uGFX into master | inmarket | 2018-06-23 | 3 | -1/+59 |
|\ | |||||
| * | Added missing check for GDISP_NEED_CIRCLE | Steffen Schroeter | 2018-01-23 | 2 | -10/+14 |
| | | |||||
| * | Add keyboard input to radio widget | Steffen Schroeter | 2018-01-19 | 3 | -1/+55 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | inmarket | 2018-03-10 | 3 | -0/+15 |
|\ \ | |||||
| * | | C comment style | Thomas Sterren | 2018-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Got stuck in here with a source font file generated out of `arial` size 48 | Thomas Sterren | 2018-03-06 | 1 | -0/+7 |
| | | | |||||
| * | | Tab to spaces | Thomas Sterren | 2018-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX | Thomas Sterren | 2018-03-06 | 72 | -731/+762 |
| |\ \ | |||||
| * | | | Compiler satisfaction | Thomas Sterren | 2018-02-20 | 1 | -0/+1 |
| | | | | |||||
| * | | | _gosPostInit() needs to be in C | Thomas Sterren | 2018-02-20 | 1 | -0/+1 |
| | | | | |||||
| * | | | Defined gfxRealloc() for GFX_USE_OS_QT | Thomas Sterren | 2018-02-20 | 2 | -0/+6 |
| | |/ | |/| | |||||
* | | | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 24 | -97/+101 |
| |/ |/| | |||||
* | | First set of V3 macro changes | inmarket | 2018-02-27 | 71 | -724/+739 |
| | | |||||
* | | Fixing issue in RTX5/CMSIS2 port | Joel Bodenmann | 2018-02-26 | 1 | -1/+1 |
| | | |||||
* | | Added support for specifying calibration fonts and text | inmarket | 2018-02-24 | 1 | -6/+22 |
|/ | |||||
* | Support negative baseline_x in a font. | inmarket | 2018-01-09 | 2 | -19/+17 |
| | |||||
* | Fix for wordwrapping when there is a space then a newline | inmarket | 2018-01-05 | 1 | -38/+42 |
| | |||||
* | Bug fix for drawing boxes of size 3x3 pixels | inmarket | 2017-11-07 | 1 | -11/+11 |
| | |||||
* | Doxygen fix | Joel Bodenmann | 2017-10-29 | 1 | -117/+111 |
| | |||||
* | Update to hacked alpha support - now uses pre-multiplied color blending ↵ | inmarket | 2017-10-10 | 1 | -19/+42 |
| | | | | algorithm | ||||
* | Compiler warnings | Joel Bodenmann | 2017-10-03 | 1 | -731/+738 |
| | |||||
* | Add alpha blending support | inmarket | 2017-10-02 | 2 | -18/+51 |
| |