Commit Graph

449 Commits (317db95c46578c399041f3f1a180bb1cd42a9faf)

Author SHA1 Message Date
Joel Bodenmann b3216fa0cc Minor doxygen fixes 2021-08-19 13:48:44 +02:00
Joel Bodenmann df7027881a Doxygen improvements 2021-04-13 18:36:22 +02:00
inmarket 127a7cd2a2 Fix to GWIN console widget 2019-05-08 09:01:56 +10:00
Joel Bodenmann 785047b0aa Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
inmarket 509fc7501e Textedit fix - as per Neon1 2018-11-17 18:50:25 +10:00
inmarket d528fb218d Minor fixups 2018-11-10 10:45:28 +10:00
inmarket 8a9ed5195b Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
inmarket 7c5a6c928f For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
inmarket 0f3310dd34 Reverse removal of label auto-sizing during label creation. Retained removal of auto-sizing during draw. 2018-10-14 14:58:53 +10:00
Joel Bodenmann b2b8b857ee Merge branch 'feature/update_license_header' of XenotriX/uGFX into master 2018-10-01 16:41:19 +02:00
Tibo Clausen 0840c8e784 Update license header 2018-10-01 17:34:15 +02:00
Tibo Clausen 82287d168f Change gwinLabelDraw to gwinLabelDrawJustified 2018-10-01 15:51:36 +02:00
Tibo Clausen 00c99374b1 Remove label auto-resizing 2018-10-01 13:12:28 +02:00
inmarket 93da5a0578 gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE 2018-07-08 15:15:15 +10:00
inmarket 215f31ee3d Added type gDelay to replace V2.x delaytime_t
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
2018-07-08 14:30:31 +10:00
inmarket cbf1d4dfa0 Added type gFont to replace V2.x font_t 2018-07-08 13:05:27 +10:00
inmarket a24fab0d72 Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX replace fontXXX 2018-07-08 12:50:05 +10:00
inmarket 2e8eaa3471 Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX 2018-07-08 12:19:30 +10:00
inmarket f9c848e985 Change color_t to gColor 2018-07-08 11:19:43 +10:00
inmarket cfb1b2a488 Change pixel_t to gPixel 2018-07-08 11:08:55 +10:00
inmarket 2ab2d77fcb Change coord_t to gCoord 2018-07-08 10:54:19 +10:00
inmarket 7e95acb731 Change point and point_t to gPoint 2018-07-08 10:43:30 +10:00
inmarket 41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
inmarket 3b97fb798e Merge branch 'master' of Steffen/uGFX into master 2018-06-23 03:01:37 +02:00
inmarket 94f1cc2f0a Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
inmarket f265924396 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
Steffen Schroeter c119ca4a5d Added missing check for GDISP_NEED_CIRCLE 2018-01-23 14:05:11 +01:00
Steffen Schroeter e0f22d9cb8 Add keyboard input to radio widget 2018-01-19 14:21:58 +01:00
Joel Bodenmann c3b484a865 Compiler warnings 2017-10-03 14:13:57 +02:00
Joel Bodenmann db99ea7d04 Updating #error message 2017-08-27 14:13:50 +02:00
inmarket 75e373c237 Oops! Fix object reference 2017-08-26 13:53:17 +10:00
inmarket 0388755df1 Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() 2017-08-26 11:15:56 +10:00
inmarket c4eed17a2e Fix a problem with gwinImage where an animated GIF can leave a running timer when it is destroyed. 2017-08-26 09:39:59 +10:00
inmarket 9f5a716344 Merge branch 'gwinDetachToggle' of raboof/ugfx into master 2017-08-26 01:31:46 +02:00
inmarket f1db3e940d Fix gwinTextEdit() problems 2017-08-09 09:02:33 +10:00
Aram e68c9c09e2 Oops 2017-07-01 21:18:17 +02:00
Aram aae423fd7f Added gwinDetachToggle method interface 2017-07-01 21:18:13 +02:00
inmarket 9b73187100 Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
inmarket ee33f13f7e Another gwin concurrency fix 2017-04-01 17:36:52 +10:00
inmarket 252b3b918a Prevent GWIN drawing while deleting a window from the list 2017-04-01 13:21:38 +10:00
inmarket 0e00642bfc Add gwinListItemSetText() 2017-01-09 11:40:48 +10:00
inmarket def8fd488f Fix console recursion bug - Thanks to Oleg Gerasimov 2017-01-09 10:23:48 +10:00
inmarket 28f4ac22ce Fix window manager redraw problem with multi-tasking and large images 2017-01-09 10:22:55 +10:00
Joel Bodenmann baa20c4e60 Removing obsolete color parameters from gwinFillDualCircle()
Fixes T27
2016-12-15 11:31:50 +01:00
Joel Bodenmann 37f25677ec Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.
Fixes T18
2016-12-14 14:49:11 +01:00
Joel Bodenmann 52c7f15673 Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.
Fixes T16
2016-12-14 14:43:21 +01:00
inmarket d4adcdb017 Properly fix the problem causing the compiler warning 2016-11-24 16:48:08 +10:00
Joel Bodenmann 6c7b3716b3 Prevening compiler warning 2016-11-19 23:46:50 +01:00
inmarket 59917dbe1a Fix progressbar bounds checking and decrementing 2016-11-08 09:31:47 +10:00
inmarket 8603afd309 Fix keyboard handling for gwin checkbox and button 2016-08-24 17:48:41 +10:00