summaryrefslogtreecommitdiffstats
path: root/src/eulogium_item_list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hack around filelist return segfaulting.Olliver Schinagl2015-06-191-4/+11
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Add widget handling and exporting to checkboxesOlliver Schinagl2015-06-191-3/+13
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] define buttons, checkboxes and radio button for internal list ↵Olliver Schinagl2015-06-161-39/+61
| | | | | | widget Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] refactor eulogium_button_listOlliver Schinagl2015-06-121-0/+140
eulogium_button_list has been changed to item_list where we take parameters for either a button OR a checklist, since a check button is very similar to a button. Worst case, if all fails, we can always use the parameters to put all items in a horizontal box. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>