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 |
|
Joel Bodenmann
|
0211a32e1f
|
Fixing 'progress' color of built-in widget styles
|
2015-12-19 00:56:53 +01:00 |
|
Joel Bodenmann
|
185c970da9
|
Compiler warning
|
2015-12-19 00:51:47 +01:00 |
|
Joel Bodenmann
|
a1c81e3449
|
Fixing textedit widget rendering
|
2015-12-19 00:51:18 +01:00 |
|
Joel Bodenmann
|
1e77535317
|
Removing obsolete code
|
2015-12-18 23:03:41 +01:00 |
|
Joel Bodenmann
|
e75f165bb4
|
Fixing progressbar widget rendering
|
2015-12-18 22:49:59 +01:00 |
|
Joel Bodenmann
|
0befb2ffce
|
Fixing slider widget rendering
|
2015-12-18 22:48:36 +01:00 |
|
Joel Bodenmann
|
e500c8cd8e
|
Fixing slider widget rendering
|
2015-12-18 22:47:33 +01:00 |
|
Joel Bodenmann
|
371e68beee
|
Allowing the cursor to be set anywhere in the string of a TextEdit widget
|
2015-12-13 18:46:53 +01:00 |
|
Joel Bodenmann
|
682a5efc42
|
Removing superfluous struct declaration
|
2015-12-13 11:41:56 +01:00 |
|
Joel Bodenmann
|
b89ce7c7b3
|
Improving keyboard widget default renderer (thanks to TriZet)
|
2015-12-10 21:58:12 +01:00 |
|
Joel Bodenmann
|
a51e2b3511
|
Improving keyboard widget default renderer (thanks to TriZet)
|
2015-12-09 21:28:28 +01:00 |
|
Joel Bodenmann
|
5bead36045
|
Fixing compiler errors for non-gcc compilers
|
2015-12-08 11:03:13 +01:00 |
|
inmarket
|
e5ec9415d1
|
Warning removal as supplied by woodstck
|
2015-11-25 07:29:34 +10:00 |
|
inmarket
|
c5a86757bd
|
Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
|
2015-11-21 19:27:08 +10:00 |
|
inmarket
|
461b0bf091
|
More compiler specific stuff
|
2015-11-18 09:59:11 +10:00 |
|
Joel Bodenmann
|
45174c4092
|
Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’
|
2015-11-15 12:26:04 +01:00 |
|
Joel Bodenmann
|
511bdd7349
|
Removing superfluous paranthesis
|
2015-11-15 12:23:52 +01:00 |
|
Woody Hawthorne
|
9ea93ff8e5
|
Fix virtual keyboard
|
2015-11-15 20:01:22 +11:00 |
|
Joel Bodenmann
|
10c047d0c0
|
Fixing typo in macros
|
2015-11-14 21:11:41 +01:00 |
|
inmarket
|
849369ccec
|
Fix compiler detection for Keil uVision V5
|
2015-11-12 18:43:20 +10:00 |
|
inmarket
|
6019d0b9c9
|
More compiler define fixes
|
2015-11-11 19:18:15 +10:00 |
|
Joel Bodenmann
|
54b76a7568
|
Fixing compiler errors for non-GCC compilers
|
2015-11-08 22:36:59 +01:00 |
|
Joel Bodenmann
|
ff01cc0212
|
Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL
|
2015-11-07 16:54:10 +01:00 |
|
Joel Bodenmann
|
6397a56e0b
|
Doxygen
|
2015-11-07 16:33:28 +01:00 |
|
Joel Bodenmann
|
778b23bdfd
|
Fixing compiler errors for non-GCC compilers
|
2015-11-07 15:27:37 +01:00 |
|
Joel Bodenmann
|
5d81aa2487
|
Adding rendering functions to label widget to control text justification
|
2015-11-07 00:51:23 +01:00 |
|
Joel Bodenmann
|
ea4cadec78
|
Revert "Adding justification parameter to gwinLabelCreate()"
This reverts commit e8a769c382 .
|
2015-11-07 00:39:08 +01:00 |
|
Joel Bodenmann
|
636b6edf81
|
Revert "Adding gwinLabelSetJustification() as it costs basically nothing"
This reverts commit 98f3609470 .
|
2015-11-07 00:39:02 +01:00 |
|
Joel Bodenmann
|
e4c207b706
|
Comment fix
|
2015-11-06 22:53:07 +01:00 |
|
Joel Bodenmann
|
98f3609470
|
Adding gwinLabelSetJustification() as it costs basically nothing
|
2015-11-06 22:52:50 +01:00 |
|
Joel Bodenmann
|
e8a769c382
|
Adding justification parameter to gwinLabelCreate()
|
2015-11-06 22:47:42 +01:00 |
|
Joel Bodenmann
|
c2b7e1bd41
|
Adding missing GDISP_NEED_CLIP around clipping call in list widget renderer
|
2015-11-06 20:59:31 +01:00 |
|
Woody Hawthorne
|
8c701eeda1
|
Fixing bug created by commit [86aef59 ]
|
2015-11-04 15:29:52 +11:00 |
|
Joel Bodenmann
|
07bf8a37f9
|
More doxygen improvements
|
2015-11-03 22:05:04 +01:00 |
|
Joel Bodenmann
|
86aef5990a
|
Doxygen (documenting each built-in rendering function for widgets)
|
2015-11-03 20:39:16 +01:00 |
|
Joel Bodenmann
|
de149299ae
|
Adding support for ChibiOS/RT 3.x to console widget streams
|
2015-11-02 21:47:55 +01:00 |
|
Joel Bodenmann
|
65fb1ca5ee
|
Fixing compiler warnings/errors
|
2015-10-21 10:08:49 +02:00 |
|
Joel Bodenmann
|
117e26bffd
|
Fixing wrong macro default value definition
|
2015-10-20 18:19:04 +02:00 |
|
Joel Bodenmann
|
3d618f8a7a
|
Adding boarder highlight if focused to checkbox widget
|
2015-10-19 10:07:05 +02:00 |
|