summaryrefslogtreecommitdiff
path: root/boot/scene.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14expo: Add a configuration editorSimon Glass1-0/+12
2023-07-14expo: Add spacing around menus and itemsSimon Glass1-2/+4
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass1-0/+80
2023-07-14expo: Draw the current opened menu on topSimon Glass1-0/+31
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass1-2/+64
2023-07-14expo: Support simple themesSimon Glass1-0/+28
2023-07-14expo: Set up the width and height of objectsSimon Glass1-0/+52
2023-07-14expo: Calculate text bounding-box correctlySimon Glass1-8/+22
2023-07-14expo: Use flags for objectsSimon Glass1-2/+15
2023-07-14expo: Add width and height to objectsSimon Glass1-4/+4
2023-07-14expo: Allow setting the start of the dynamic-ID rangeSimon Glass1-10/+0
2023-07-14bootstd: Add a separate log category for expoSimon Glass1-0/+2
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass1-7/+0
2023-07-14expo: Store the console in the expoSimon Glass1-8/+2
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass1-6/+2
2023-01-17expo: Add support for scenesSimon Glass1-0/+414