aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_list.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-081-6/+6
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-1/+1
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-10/+10
|
* Change point and point_t to gPointinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-10/+10
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-1/+5
| | | | more cross platform
* Add gwinListItemSetText()inmarket2017-01-091-5/+53
|
* Added ability for List to scroll when navigted via toggleMatt Brejza2016-06-251-0/+17
|
* Fixing bug where the list item count wasn't decremented when an item was removedJoel Bodenmann2016-05-211-0/+1
|
* Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-171-21/+0
| | | | flags are available for custom draw routines.
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Fixing compiler errors for non-GCC compilersJoel Bodenmann2015-11-071-7/+6
|
* Adding missing GDISP_NEED_CLIP around clipping call in list widget rendererJoel Bodenmann2015-11-061-1/+3
|
* Doxygen (documenting each built-in rendering function for widgets)Joel Bodenmann2015-11-031-3/+1
|
* Add some keyboard widget supportinmarket2015-08-171-1/+1
|
* Passing keyboard events to widgets (not finished yet)Joel Bodenmann2015-08-121-0/+5
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-43/+48
| | | | | | files). Simply compile src/gfx_mk.c
* Add the ability to change a gwin list selection via the apiinmarket2015-04-301-0/+59
| | | | Add the ability to scroll a particular item into the current view.
* Toggle fixes.inmarket2015-02-141-1/+1
|
* Fix compiler warnings.inmarket2014-11-151-2/+2
|
* GWIN list toggle bug compile error fixJoel Bodenmann2014-10-261-2/+2
|
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+696