aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_list.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-7/+7
* Update license headerTibo Clausen2018-10-011-1/+1
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...inmarket2018-07-081-6/+6
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-081-1/+1
* 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 mo...inmarket2017-06-301-1/+5
* 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
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* 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 fi...inmarket2015-06-081-43/+48
* Add the ability to change a gwin list selection via the apiinmarket2015-04-301-0/+59
* 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