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 |
|
|
c3b484a865
|
Compiler warnings
|
2017-10-03 14:13:57 +02:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
baa20c4e60
|
Removing obsolete color parameters from gwinFillDualCircle()
Fixes T27
|
2016-12-15 11:31:50 +01:00 |
|
|
37f25677ec
|
Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.
Fixes T18
|
2016-12-14 14:49:11 +01:00 |
|
|
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 |
|
|
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 |
|
inmarket
|
ea0419c29b
|
Tidy up function names in the gwin virtual keyboard
|
2016-08-24 17:48:09 +10:00 |
|
Oleg Gerasimov
|
026379bafd
|
Fix function SendKeyboardEvent name conflict in single file build
|
2016-08-20 17:52:30 +03:00 |
|
|
0c695b2471
|
Fixing crash when passing NULL to gwinSetStyle()
|
2016-08-07 20:38:55 +02:00 |
|
Andrew Hannam
|
868a272d6e
|
Minor WM_Raise tidy up
|
2016-07-28 16:34:34 +10:00 |
|
|
e67e314df4
|
Minor fix in slider widget documentation
|
2016-07-26 11:47:37 +02:00 |
|
|
1853f9d014
|
Fixing bug in WM_Raise()
|
2016-07-25 17:03:27 +02:00 |
|
Andrew Hannam
|
dded46b567
|
FIx bug where WM_Raise doesn't raise children if the parent is raised.
|
2016-07-25 19:26:28 +10:00 |
|
Matt Brejza
|
365b7ac702
|
fixing ellipse button drawing
|
2016-07-14 00:26:44 +01:00 |
|
Andrew Hannam
|
9ac3c368b4
|
Add gwinPrintg() and fix null pointer handling in sprintg()
|
2016-07-10 10:42:21 +10:00 |
|
Andrew Hannam
|
ed9b268d5b
|
Merged in mattbrejza/ugfx/list_toggle_scroll (pull request #23)
Added ability for List to scroll when navigted via toggle
|
2016-07-09 17:27:44 +10:00 |
|
Matt Brejza
|
47e0a03721
|
Enhancing toggle support for widgets
|
2016-06-25 17:15:57 +01:00 |
|
Matt Brejza
|
1cd0120480
|
Added ability for List to scroll when navigted via toggle
|
2016-06-25 16:23:59 +01:00 |
|
|
238e19d77f
|
Fixing bug where the list item count wasn't decremented when an item was removed
|
2016-05-21 17:39:38 +02:00 |
|
inmarket
|
ecc7f94c88
|
Tidy up flags for custom redraw routines
|
2016-02-27 11:56:12 +10:00 |
|
Joel Bodenmann
|
3d78787b07
|
Adding missing default definitions of several macros
|
2016-02-21 13:32:32 +01:00 |
|
Joel Bodenmann
|
3a840480ed
|
Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines.
|
2016-02-18 00:17:38 +01:00 |
|
inmarket
|
addbf47bdb
|
Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines.
|
2016-02-17 20:00:23 +10:00 |
|
inmarket
|
0f0964da99
|
Change non-widget GWIN objects to always ensure their initial display is flushed before any other drawing takes place.
|
2016-02-13 13:04:30 +10:00 |
|
inmarket
|
71d72208b9
|
Updates to GWIN slider and progressbar Image draw routines to prevent overwriting.
|
2016-02-13 11:33:20 +10:00 |
|
inmarket
|
507fb2d57e
|
Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on close
|
2016-02-10 13:57:04 +10:00 |
|
inmarket
|
6b70d3a63f
|
Fix enabled bug
|
2015-12-22 13:20:36 +10:00 |
|
inmarket
|
184f1e0d9b
|
Cleanup
|
2015-12-22 13:20:05 +10:00 |
|