| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix to GWIN console widget | inmarket | 2019-05-08 | 1 | -1/+1 |
* | Introduce type gImage to replace v2.x gdispImage | Joel Bodenmann | 2019-04-10 | 13 | -14/+14 |
* | Textedit fix - as per Neon1 | inmarket | 2018-11-17 | 1 | -4/+15 |
* | Minor fixups | inmarket | 2018-11-10 | 3 | -764/+764 |
* | Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g... | inmarket | 2018-11-03 | 1 | -2/+2 |
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 30 | -133/+133 |
* | Reverse removal of label auto-sizing during label creation. Retained removal ... | inmarket | 2018-10-14 | 1 | -17/+20 |
* | Merge branch 'feature/update_license_header' of XenotriX/uGFX into master | Joel Bodenmann | 2018-10-01 | 44 | -44/+44 |
|\ |
|
| * | Update license header | Tibo Clausen | 2018-10-01 | 44 | -44/+44 |
* | | Change gwinLabelDraw to gwinLabelDrawJustified | Tibo Clausen | 2018-10-01 | 2 | -5/+16 |
|/ |
|
* | Remove label auto-resizing | Tibo Clausen | 2018-10-01 | 2 | -49/+3 |
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 2 | -8/+8 |
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 3 | -3/+3 |
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 3 | -10/+10 |
* | Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl... | inmarket | 2018-07-08 | 4 | -18/+18 |
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep... | inmarket | 2018-07-08 | 13 | -41/+41 |
* | Change color_t to gColor | inmarket | 2018-07-08 | 14 | -37/+37 |
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 3 | -3/+3 |
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 29 | -194/+194 |
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 6 | -13/+13 |
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 34 | -1114/+961 |
* | 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 |
* | | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 18 | -37/+37 |
* | | First set of V3 macro changes | inmarket | 2018-02-27 | 21 | -176/+176 |
|/ |
|
* | Compiler warnings | Joel Bodenmann | 2017-10-03 | 1 | -731/+738 |
* | Updating #error message | Joel Bodenmann | 2017-08-27 | 1 | -1/+1 |
* | Oops! Fix object reference | inmarket | 2017-08-26 | 1 | -1/+1 |
* | Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() | inmarket | 2017-08-26 | 2 | -85/+131 |
* | Fix a problem with gwinImage where an animated GIF can leave a running timer ... | inmarket | 2017-08-26 | 1 | -1/+5 |
* | Merge branch 'gwinDetachToggle' of raboof/ugfx into master | inmarket | 2017-08-26 | 1 | -0/+14 |
|\ |
|
| * | Oops | Aram | 2017-07-01 | 1 | -0/+1 |
| * | Added gwinDetachToggle method interface | Aram | 2017-07-01 | 2 | -1/+14 |
* | | Fix gwinTextEdit() problems | inmarket | 2017-08-09 | 1 | -35/+60 |
|/ |
|
* | Add compatibility with Visual Studio and make compile warning capabilities mo... | inmarket | 2017-06-30 | 2 | -10/+50 |
* | Another gwin concurrency fix | inmarket | 2017-04-01 | 1 | -1/+5 |
* | Prevent GWIN drawing while deleting a window from the list | inmarket | 2017-04-01 | 1 | -0/+2 |
* | Add gwinListItemSetText() | inmarket | 2017-01-09 | 2 | -7/+67 |
* | Fix console recursion bug - Thanks to Oleg Gerasimov | inmarket | 2017-01-09 | 1 | -39/+51 |
* | Fix window manager redraw problem with multi-tasking and large images | inmarket | 2017-01-09 | 1 | -11/+10 |
* | Removing obsolete color parameters from gwinFillDualCircle() | Joel Bodenmann | 2016-12-15 | 2 | -4/+2 |
* | Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function. | Joel Bodenmann | 2016-12-14 | 2 | -0/+22 |
* | Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function. | Joel Bodenmann | 2016-12-14 | 2 | -0/+28 |
* | Properly fix the problem causing the compiler warning | inmarket | 2016-11-24 | 1 | -2/+2 |
* | Prevening compiler warning | Joel Bodenmann | 2016-11-19 | 1 | -1/+1 |
* | Fix progressbar bounds checking and decrementing | inmarket | 2016-11-08 | 1 | -24/+19 |
* | Fix keyboard handling for gwin checkbox and button | inmarket | 2016-08-24 | 2 | -11/+10 |
* | Tidy up function names in the gwin virtual keyboard | inmarket | 2016-08-24 | 1 | -6/+6 |
* | Fix function SendKeyboardEvent name conflict in single file build | Oleg Gerasimov | 2016-08-20 | 1 | -6/+6 |