aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/list.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 4e3aaa6de54b6b2075ee3acc6281f35163847f3f.
* removed unnecessary macroJoel Bodenmann2014-01-021-1/+0
|
* Add multiple display support to GWIN.inmarket2013-10-241-13/+13
| | | | You can now create windows on multiple displays.
* 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
| | | | Updated GWIN widgets demo to match.
* Add GWIN List multi-select supportinmarket2013-08-011-6/+19
|
* Update GWIN list.inmarket2013-08-011-206/+216
| | | | | Now supports item and page scrolling. A few bugs fixed.
* 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