aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixing crash when passing NULL to gwinSetStyle()Joel Bodenmann2016-08-071-2/+2
|
* Minor WM_Raise tidy upAndrew Hannam2016-07-281-1/+1
|
* Minor fix in slider widget documentationJoel Bodenmann2016-07-261-2/+2
|
* Fixing bug in WM_Raise()Joel Bodenmann2016-07-251-12/+14
|
* FIx bug where WM_Raise doesn't raise children if the parent is raised.Andrew Hannam2016-07-251-0/+29
|
* fixing ellipse button drawingMatt Brejza2016-07-141-2/+2
|
* Add gwinPrintg() and fix null pointer handling in sprintg()Andrew Hannam2016-07-102-0/+56
|
* Merged in mattbrejza/ugfx/list_toggle_scroll (pull request #23)Andrew Hannam2016-07-091-0/+17
|\ | | | | | | Added ability for List to scroll when navigted via toggle
| * Added ability for List to scroll when navigted via toggleMatt Brejza2016-06-251-0/+17
| |
* | Enhancing toggle support for widgetsMatt Brejza2016-06-251-2/+26
|/
* Fixing bug where the list item count wasn't decremented when an item was removedJoel Bodenmann2016-05-211-0/+1
|
* Tidy up flags for custom redraw routinesinmarket2016-02-277-14/+14
|
* Adding missing default definitions of several macrosJoel Bodenmann2016-02-211-0/+23
|
* Move GWIN widget internal flags into the public header so that all the state ↵Joel Bodenmann2016-02-188-15/+15
| | | | flags are available for custom draw routines.
* Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-1716-47/+93
| | | | flags are available for custom draw routines.
* Change non-widget GWIN objects to always ensure their initial display is ↵inmarket2016-02-133-0/+3
| | | | flushed before any other drawing takes place.
* Updates to GWIN slider and progressbar Image draw routines to prevent ↵inmarket2016-02-132-12/+12
| | | | overwriting.
* Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on closeinmarket2016-02-102-10/+13
|
* Fix enabled buginmarket2015-12-221-1/+6
|
* Cleanupinmarket2015-12-221-1/+0
|
* Fixing 'progress' color of built-in widget stylesJoel Bodenmann2015-12-191-2/+2
|
* Compiler warningJoel Bodenmann2015-12-191-0/+2
|
* Fixing textedit widget renderingJoel Bodenmann2015-12-191-10/+14
|
* Removing obsolete codeJoel Bodenmann2015-12-181-5/+0
|
* Fixing progressbar widget renderingJoel Bodenmann2015-12-181-5/+6
|
* Fixing slider widget renderingJoel Bodenmann2015-12-181-1/+1
|
* Fixing slider widget renderingJoel Bodenmann2015-12-181-10/+13
|
* Allowing the cursor to be set anywhere in the string of a TextEdit widgetJoel Bodenmann2015-12-131-1/+26
|
* Removing superfluous struct declarationJoel Bodenmann2015-12-131-3/+0
|
* Improving keyboard widget default renderer (thanks to TriZet)Joel Bodenmann2015-12-101-70/+150
|
* Improving keyboard widget default renderer (thanks to TriZet)Joel Bodenmann2015-12-091-31/+50
|
* Fixing compiler errors for non-gcc compilersJoel Bodenmann2015-12-081-1/+2
|
* Warning removal as supplied by woodstckinmarket2015-11-252-2/+2
|
* Make all include paths in ugfx relative.inmarket2015-11-2122-43/+43
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* More compiler specific stuffinmarket2015-11-181-4/+0
|
* Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’Joel Bodenmann2015-11-151-1/+1
|