| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compatibility with newer ChibiOS, as upstream don't want to do so.HEADmaster | Nick Brassel | 2020-01-12 | 2 | -2/+2 |
* | Fix to gImage BMP handling where the system pixel size is less than a byte | inmarket | 2019-05-08 | 2 | -2/+12 |
* | Typedef gImage compatibility only when GDISP_NEED_IMAGE is GFXON | Joel Bodenmann | 2019-05-01 | 1 | -1/+3 |
* | Introduce type gImage to replace v2.x gdispImage | Joel Bodenmann | 2019-04-10 | 10 | -112/+113 |
* | Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g... | inmarket | 2018-11-03 | 1 | -1/+1 |
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 49 | -716/+717 |
* | Update license header | Tibo Clausen | 2018-10-01 | 39 | -39/+39 |
* | Fix color macros | Tibo Clausen | 2018-09-27 | 1 | -3/+3 |
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 6 | -14/+14 |
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 7 | -15/+15 |
* | 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 gOrientatio... | inmarket | 2018-07-08 | 5 | -67/+74 |
* | Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros J... | inmarket | 2018-07-08 | 2 | -10/+12 |
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 4 | -33/+34 |
* | Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl... | inmarket | 2018-07-08 | 2 | -25/+34 |
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep... | inmarket | 2018-07-08 | 4 | -40/+51 |
* | Correct V2 powermode macros | inmarket | 2018-07-08 | 1 | -4/+4 |
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla... | inmarket | 2018-07-08 | 4 | -20/+25 |
* | Change color_t to gColor | inmarket | 2018-07-08 | 10 | -136/+137 |
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 10 | -29/+30 |
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 12 | -167/+168 |
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 2 | -11/+15 |
* | Fix some missing gBool conversions | inmarket | 2018-07-08 | 2 | -4/+8 |
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 11 | -361/+329 |
* | Merge remote-tracking branch 'origin/master' | inmarket | 2018-03-10 | 1 | -0/+7 |
|\ |
|
| * | 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 |
* | | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 4 | -47/+47 |
|/ |
|
* | First set of V3 macro changes | inmarket | 2018-02-27 | 9 | -309/+334 |
* | 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 |
* | Update to hacked alpha support - now uses pre-multiplied color blending algor... | inmarket | 2017-10-10 | 1 | -19/+42 |
* | Add alpha blending support | inmarket | 2017-10-02 | 2 | -18/+51 |
* | Tidy up | inmarket | 2017-10-02 | 1 | -3/+1 |
* | Adding nullpointer checks to GDISP image functions | Joel Bodenmann | 2017-10-01 | 2 | -18/+30 |
* | STM32LTDC 2nd layer support with alpha | inmarket | 2017-10-01 | 1 | -0/+7 |
* | Fix image byte extraction macros | inmarket | 2017-09-23 | 1 | -6/+5 |
* | Fixing issue in JPG decoder | Joel Bodenmann | 2017-09-22 | 1 | -0/+1 |
* | Merge branch 'master' of git.ugfx.io:uGFX/uGFX | Joel Bodenmann | 2017-08-27 | 1 | -1/+1147 |
|\ |
|
| * | First attempt at the JPG decoder. Compiles but may not run. | inmarket | 2017-08-26 | 1 | -1/+1147 |
* | | Improving gdispPixmapCreate() documentation | Joel Bodenmann | 2017-08-27 | 1 | -2/+2 |
|/ |
|
* | Add compatibility with Visual Studio and make compile warning capabilities mo... | inmarket | 2017-06-30 | 2 | -9/+42 |
* | Improve handling of streaming drivers with a setpos and a fillarea acceleration | inmarket | 2017-06-24 | 1 | -0/+12 |
* | Fixing clipping issue with gdispGDrawString() | Joel Bodenmann | 2017-05-24 | 1 | -1/+1 |
* | Fix font baseline_x problem, decrease word-wrap stack usage, add text justifi... | inmarket | 2017-03-11 | 4 | -83/+151 |
* | Fix a bug that can cause large fonts to not be read correctly. | inmarket | 2017-03-11 | 3 | -3/+3 |
* | Fixing an issue with word wrapping of strings containing dashes. | Joel Bodenmann | 2017-02-21 | 1 | -0/+2 |
* | Increase non-UTF8 font support to 0 to 255 rather than just the true ascii set | inmarket | 2017-01-20 | 1 | -1/+1 |
* | Fixed extra dots when drawing anti-aliased fonts with wordwrap | inmarket | 2017-01-20 | 1 | -1/+1 |