Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release v2.9 | Joel Bodenmann | 2019-02-26 | 2 | -3/+3 |
| | |||||
* | Updating .gitignore | Joel Bodenmann | 2019-02-26 | 1 | -1/+5 |
| | |||||
* | Textedit fix - as per Neon1 | inmarket | 2018-11-17 | 1 | -4/+15 |
| | |||||
* | Minor fixups | inmarket | 2018-11-10 | 21 | -793/+804 |
| | |||||
* | Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵ | inmarket | 2018-11-03 | 47 | -357/+364 |
| | | | | gMutex etc | ||||
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 389 | -2967/+3000 |
| | |||||
* | FIx big endian bug | inmarket | 2018-10-21 | 3 | -3/+3 |
| | |||||
* | Fix gfxRealloc bug for RAW32 (and derivitives) | inmarket | 2018-10-14 | 2 | -2/+3 |
| | |||||
* | Reverse removal of label auto-sizing during label creation. Retained removal ↵ | inmarket | 2018-10-14 | 2 | -19/+22 |
| | | | | of auto-sizing during draw. | ||||
* | More updating of license header | inmarket | 2018-10-14 | 4 | -4/+4 |
| | |||||
* | Merge branch 'feature/update_license_header' of XenotriX/uGFX into master | Joel Bodenmann | 2018-10-01 | 518 | -518/+518 |
|\ | |||||
| * | Update license header | Tibo Clausen | 2018-10-01 | 518 | -518/+518 |
| | | |||||
* | | Merge branch 'feature/label_renderer' of XenotriX/uGFX into master | Joel Bodenmann | 2018-10-01 | 2 | -5/+16 |
|\ \ | |/ |/| | |||||
| * | Change gwinLabelDraw to gwinLabelDrawJustified | Tibo Clausen | 2018-10-01 | 2 | -5/+16 |
|/ | |||||
* | Updating changelog | Joel Bodenmann | 2018-10-01 | 1 | -0/+2 |
| | |||||
* | Merge branch 'feature/rm_label_auto-resize' of XenotriX/uGFX into master | Joel Bodenmann | 2018-10-01 | 2 | -49/+3 |
|\ | |||||
| * | Remove label auto-resizing | Tibo Clausen | 2018-10-01 | 2 | -49/+3 |
|/ | |||||
* | Merge branch 'hotfix/fsyncqueue' of XenotriX/uGFX into master | Joel Bodenmann | 2018-10-01 | 2 | -5/+5 |
|\ | |||||
| * | Fix fully sync queue | Tibo Clausen | 2018-10-01 | 2 | -5/+5 |
|/ | |||||
* | Merge branch 'hotfix/color' of XenotriX/uGFX into master | Joel Bodenmann | 2018-09-27 | 1 | -3/+3 |
|\ | |||||
| * | Fix color macros | Tibo Clausen | 2018-09-27 | 1 | -3/+3 |
|/ | |||||
* | Added type gThread to replace V2.x gfxThreadHandle | inmarket | 2018-07-08 | 34 | -76/+78 |
| | |||||
* | gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY | inmarket | 2018-07-08 | 30 | -67/+70 |
| | |||||
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 65 | -167/+170 |
| | |||||
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 63 | -349/+360 |
| | | | | | | 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 | 3 | -1/+3 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 68 | -737/+745 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros ↵ | inmarket | 2018-07-08 | 3 | -10/+13 |
| | | | | JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM | ||||
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 33 | -74/+76 |
| | |||||
* | Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵ | inmarket | 2018-07-08 | 12 | -51/+61 |
| | | | | replace fontXXX | ||||
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵ | inmarket | 2018-07-08 | 30 | -122/+134 |
| | | | | 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 | 60 | -330/+336 |
| | | | | replace powerXXX | ||||
* | Change color_t to gColor | inmarket | 2018-07-08 | 81 | -261/+263 |
| | |||||
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 22 | -56/+58 |
| | |||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 111 | -562/+564 |
| | |||||
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 17 | -45/+49 |
| | |||||
* | Fix some missing gBool conversions | inmarket | 2018-07-08 | 3 | -5/+9 |
| | |||||
* | Another ChibiOS V5 fix | inmarket | 2018-07-08 | 1 | -1/+5 |
| | |||||
* | Added WS29EPD driver by cpu20 for the WaveShare E-Paper display | inmarket | 2018-07-07 | 7 | -0/+395 |
| | |||||
* | Add support for ChibiOS V5 - Thanks Vrollei | inmarket | 2018-07-07 | 4 | -30/+38 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 343 | -4405/+4006 |
| | |||||
* | 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 branch 'ST7735_128x128' of kapacuk/uGFX into master | inmarket | 2018-06-23 | 1 | -18/+35 |
|\ \ | |||||
| * | | Added support for 1.44" board (128x128) | kapacuk | 2018-06-20 | 1 | -18/+35 |
| | | | | | | | | | | | | | | | ST7735_TYPE_R and ST7735_TYPE_B macros are deprecated (but supported for backward compatibility). Instead, ST7735_TYPE should be set to one of BOARD_TYPE_B, BOARD_TYPE_R, or BOARD_TYPE_R144 | ||||
* | | | Merge branch 'ST7735_fixes' of kapacuk/uGFX into master | Joel Bodenmann | 2018-06-20 | 1 | -3/+3 |
|\| | | |||||
| * | | A few minor fixes to be able to compile it on Linux with the latest GCC | kapacuk | 2018-06-20 | 1 | -3/+3 |
|/ / | | | | | | | | | | | - Added missing semicolon to the definition of write_data_repeat; - Added missing parameter to release_bus() call - Changed #include to use the lowercase file name | ||||
* | | Fix UC1610 driver private area initialisation | inmarket | 2018-04-03 | 2 | -3/+10 |
| | |