| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce type gImage to replace v2.x gdispImage | Joel Bodenmann | 2019-04-10 | 8 | -10/+10 |
* | Minor fixups | inmarket | 2018-11-10 | 2 | -3/+3 |
* | Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g... | inmarket | 2018-11-03 | 8 | -16/+16 |
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 45 | -263/+263 |
* | FIx big endian bug | inmarket | 2018-10-21 | 3 | -3/+3 |
* | Update license header | Tibo Clausen | 2018-10-01 | 9 | -9/+9 |
* | Added type gThread to replace V2.x gfxThreadHandle | inmarket | 2018-07-08 | 6 | -6/+6 |
* | gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY | inmarket | 2018-07-08 | 10 | -12/+12 |
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 23 | -32/+32 |
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 5 | -12/+12 |
* | Added type gOrientation to replace V2.x orientation_t, and values gOrientatio... | inmarket | 2018-07-08 | 8 | -9/+9 |
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 24 | -30/+30 |
* | Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl... | inmarket | 2018-07-08 | 5 | -6/+6 |
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep... | inmarket | 2018-07-08 | 11 | -39/+39 |
* | Change color_t to gColor | inmarket | 2018-07-08 | 13 | -32/+32 |
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 1 | -1/+1 |
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 28 | -66/+66 |
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 2 | -4/+4 |
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 67 | -470/+470 |
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 55 | -247/+247 |
* | First set of V3 macro changes | inmarket | 2018-02-27 | 67 | -1121/+1120 |
* | STM32LTDC 2nd layer support with alpha | inmarket | 2017-10-01 | 1 | -1/+1 |
* | Updating /demos/modules/gwin/graph configuration file | Joel Bodenmann | 2017-09-26 | 1 | -0/+5 |
* | using GFX_PI instead of M_PI in graph demo | Joel Bodenmann | 2017-09-26 | 1 | -7/+7 |
* | Add compatibility with Visual Studio and make compile warning capabilities mo... | inmarket | 2017-06-30 | 4 | -6/+24 |
* | Add a demo for GFILE | inmarket | 2017-06-24 | 3 | -0/+73 |
* | Update font demo to show Anti-aliased drawing | inmarket | 2017-01-18 | 2 | -12/+27 |
* | Adding gdispGDrawThickArc() demo | Joel Bodenmann | 2016-12-11 | 3 | -0/+113 |
* | Adding screenshot of the expected result to /demos/modules/gdisp/images_palet... | Joel Bodenmann | 2016-11-11 | 1 | -0/+0 |
* | Adding demo to demonstrate image color palette modification | Joel Bodenmann | 2016-11-11 | 7 | -0/+222 |
* | Fixing misleading/wrong configuration of virtual keyboard demo | Joel Bodenmann | 2016-08-03 | 1 | -1/+1 |
* | Fixing makefiles of games that were moved to a dedicated location | Joel Bodenmann | 2016-07-28 | 3 | -3/+3 |
* | Move demo games into demo/games directory | Andrew Hannam | 2016-07-28 | 164 | -0/+0 |
* | Adding applications/justget10 demo | Joel Bodenmann | 2016-07-27 | 91 | -0/+26616 |
* | Adding applications/minesweeper demo | Joel Bodenmann | 2016-07-27 | 51 | -0/+14818 |
* | Updating logo(s) in applications/combo demo | Joel Bodenmann | 2016-06-26 | 5 | -616/+953 |
* | Adding demo using textedit with virtual keyboard widget | Joel Bodenmann | 2016-02-28 | 3 | -0/+177 |
* | Merge branch 'translation' | Joel Bodenmann | 2016-02-27 | 4 | -0/+900 |
|\ |
|
| * | Improving GTRANS basic demo | Joel Bodenmann | 2016-02-09 | 3 | -50/+802 |
| * | Adding documentation to GTRANS | Joel Bodenmann | 2016-02-08 | 1 | -1/+1 |
| * | Preliminary version of GTRANS | Joel Bodenmann | 2016-02-07 | 2 | -2/+39 |
| * | GTRANS module skeleton | Joel Bodenmann | 2016-02-07 | 3 | -0/+111 |
* | | Add PNG image support - Does not support interlaced PNG's | inmarket | 2016-02-27 | 1 | -5/+6 |
* | | Add necessary setting to graph demo | inmarket | 2016-02-13 | 1 | -0/+1 |
|/ |
|
* | Adding comments to graph demo | Joel Bodenmann | 2016-01-08 | 1 | -60/+67 |
* | Fixing 'progress' color of built-in widget styles | Joel Bodenmann | 2015-12-19 | 1 | -1/+1 |
* | using GFX_PI internally to avoid issues with M_PI | Joel Bodenmann | 2015-11-28 | 1 | -2/+2 |
* | Make no hardware keyboard the default for the textedit demo | inmarket | 2015-11-27 | 1 | -2/+2 |
* | Fix frame demo so that malloc is emulated as rand() needs it on some platforms | inmarket | 2015-11-27 | 2 | -1/+4 |
* | Revert "Adding justification parameter to gwinLabelCreate()" | Joel Bodenmann | 2015-11-07 | 6 | -18/+18 |