summaryrefslogtreecommitdiff
path: root/boot/scene_menu.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14expo: Add spacing around menus and itemsSimon Glass1-13/+24
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass1-2/+8
2023-07-14expo: Draw the current opened menu on topSimon Glass1-0/+17
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass1-0/+29
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass1-2/+2
2023-07-14expo: Support drawing of popup menusSimon Glass1-21/+37
2023-07-14expo: Move menu-item selection into a functionSimon Glass1-13/+54
2023-07-14expo: Set up the width and height of objectsSimon Glass1-0/+79
2023-07-14expo: Add width and height to objectsSimon Glass1-6/+6
2023-07-14bootstd: Add a separate log category for expoSimon Glass1-1/+1
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass1-9/+0
2023-01-17expo: Add support for scene menusSimon Glass1-0/+390