summaryrefslogtreecommitdiffstats
path: root/src/eulogium_item_list.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-19hack around filelist return segfaulting.Olliver Schinagl1-4/+11
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-19Add widget handling and exporting to checkboxesOlliver Schinagl1-3/+13
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-16[griffin.hmi] define buttons, checkboxes and radio button for internal list ↵Olliver Schinagl1-39/+61
widget Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12[griffin.hmi] refactor eulogium_button_listOlliver Schinagl1-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>