aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/list.c
Commit message (Expand)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-696/+0
* Create a generic GWIN event.inmarket2014-08-201-1/+1
* Add widget tag support (and fix a couple of doxygen problems)inmarket2014-07-151-0/+3
* Significant changes to the window redrawing methodology.inmarket2014-05-211-11/+11
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-201-8/+1
* spellinginmarket2014-05-111-1/+1
* Multiple changes to GWIN to support containers.inmarket2014-05-101-13/+13
* Added extra safety to GWIN objectsinmarket2014-05-011-95/+105
* Fix some gwin list widget mouse bugsinmarket2014-05-011-11/+9
* Added gwinListEnableRender()Joel Bodenmann2014-04-261-0/+20
* doxygen fixesJoel Bodenmann2014-03-281-1/+1
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
* Removing compiler warnings from new list codeinmarket2014-02-071-2/+2
* improving performance of gwinListAddItem() by Marc PignatJoel Bodenmann2014-02-021-3/+4
* default list render has now #defines for horizontal and vertical text paddingJoel Bodenmann2014-02-011-13/+14
* Add smooth scrolling option to ugfx list.daid2014-01-241-38/+113
* Revert "removed unnecessary macro"Joel Bodenmann2014-01-041-0/+1
* removed unnecessary macroJoel Bodenmann2014-01-021-1/+0
* Add multiple display support to GWIN.inmarket2013-10-241-13/+13
* Fix invalid return value in gwin/lists.cinmarket2013-10-241-1/+1
* fixed small bugJoel Bodenmann2013-10-241-1/+1
* Added gwinListSetScrollJoel Bodenmann2013-10-241-1/+19
* Added gwinListGetSelectedText()Joel Bodenmann2013-10-231-0/+12
* Fix GWIN lists font handling.inmarket2013-08-011-3/+3
* Add image support to GWIN Listboxes.inmarket2013-08-011-9/+66
* Add GWIN List multi-select supportinmarket2013-08-011-6/+19
* Update GWIN list.inmarket2013-08-011-206/+216
* list updateJoel Bodenmann2013-07-281-5/+16
* list fixJoel Bodenmann2013-07-281-10/+45
* cleanupJoel Bodenmann2013-07-281-14/+1
* some more list widget workJoel Bodenmann2013-07-281-20/+89
* list widget first implementationJoel Bodenmann2013-07-281-6/+6
* compiler warningsJoel Bodenmann2013-07-281-11/+11
* some more list workJoel Bodenmann2013-07-271-10/+167
* List updates and add list demo - still work in progressinmarket2013-07-271-43/+45
* list work in progressJoel Bodenmann2013-07-271-5/+16
* list widget - work in progressJoel Bodenmann2013-07-251-2/+141
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* doxygen updatesJoel Bodenmann2013-07-211-0/+1
* added list widget dummyJoel Bodenmann2013-07-171-0/+73