aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|