aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Collapse)AuthorAgeFilesLines
* Fix to GWIN console widgetinmarket2019-05-081-1/+1
|
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-1013-14/+14
|
* Textedit fix - as per Neon1inmarket2018-11-171-4/+15
|
* Minor fixupsinmarket2018-11-103-764/+764
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-2/+2
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-0330-133/+133
|
* Reverse removal of label auto-sizing during label creation. Retained removal ↵inmarket2018-10-141-17/+20
| | | | of auto-sizing during draw.
* Merge branch 'feature/update_license_header' of XenotriX/uGFX into masterJoel Bodenmann2018-10-0144-44/+44
|\
| * Update license headerTibo Clausen2018-10-0144-44/+44
| |
* | Change gwinLabelDraw to gwinLabelDrawJustifiedTibo Clausen2018-10-012-5/+16
|/
* Remove label auto-resizingTibo Clausen2018-10-012-49/+3
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-082-8/+8
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-083-3/+3
| | | | | | 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 gFont to replace V2.x font_tinmarket2018-07-083-10/+10
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-084-18/+18
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-0813-41/+41
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-0814-37/+37
|
* Change pixel_t to gPixelinmarket2018-07-083-3/+3
|
* Change coord_t to gCoordinmarket2018-07-0829-194/+194
|
* Change point and point_t to gPointinmarket2018-07-086-13/+13
|
* Added new type definitions - moving towards V3.0inmarket2018-06-2334-1114/+961
|
* Merge branch 'master' of Steffen/uGFX into masterinmarket2018-06-233-1/+59
|\
| * Added missing check for GDISP_NEED_CIRCLESteffen Schroeter2018-01-232-10/+14
| |
| * Add keyboard input to radio widgetSteffen Schroeter2018-01-193-1/+55
| |
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-1018-37/+37
| |
* | First set of V3 macro changesinmarket2018-02-2721-176/+176
|/
* Compiler warningsJoel Bodenmann2017-10-031-731/+738
|
* Updating #error messageJoel Bodenmann2017-08-271-1/+1
|
* Oops! Fix object referenceinmarket2017-08-261-1/+1
|
* Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey()inmarket2017-08-262-85/+131
|
* Fix a problem with gwinImage where an animated GIF can leave a running timer ↵inmarket2017-08-261-1/+5
| | | | when it is destroyed.
* Merge branch 'gwinDetachToggle' of raboof/ugfx into masterinmarket2017-08-261-0/+14
|\
| * OopsAram2017-07-011-0/+1
| |
| * Added gwinDetachToggle method interfaceAram2017-07-012-1/+14
| |
* | Fix gwinTextEdit() problemsinmarket2017-08-091-35/+60
|/
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-302-10/+50
| | | | more cross platform
* Another gwin concurrency fixinmarket2017-04-011-1/+5
|
* Prevent GWIN drawing while deleting a window from the listinmarket2017-04-011-0/+2
|
* Add gwinListItemSetText()inmarket2017-01-092-7/+67
|
* Fix console recursion bug - Thanks to Oleg Gerasimovinmarket2017-01-091-39/+51
|
* Fix window manager redraw problem with multi-tasking and large imagesinmarket2017-01-091-11/+10
|
* Removing obsolete color parameters from gwinFillDualCircle()Joel Bodenmann2016-12-152-4/+2
| | | | Fixes T27
* Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.Joel Bodenmann2016-12-142-0/+22
| | | | Fixes T18
* Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.Joel Bodenmann2016-12-142-0/+28
| | | | Fixes T16
* Properly fix the problem causing the compiler warninginmarket2016-11-241-2/+2
|
* Prevening compiler warningJoel Bodenmann2016-11-191-1/+1
|
* Fix progressbar bounds checking and decrementinginmarket2016-11-081-24/+19
|
* Fix keyboard handling for gwin checkbox and buttoninmarket2016-08-242-11/+10
|
* Tidy up function names in the gwin virtual keyboardinmarket2016-08-241-6/+6
|
* Fix function SendKeyboardEvent name conflict in single file buildOleg Gerasimov2016-08-201-6/+6
|