aboutsummaryrefslogtreecommitdiff
path: root/boot/scene.c
AgeCommit message (Expand)Author
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass
2023-08-25expo: Make scene_obj_find() take a const sceneSimon Glass
2023-07-14expo: Add a configuration editorSimon Glass
2023-07-14expo: Add spacing around menus and itemsSimon Glass
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass
2023-07-14expo: Draw the current opened menu on topSimon Glass
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass
2023-07-14expo: Support simple themesSimon Glass
2023-07-14expo: Set up the width and height of objectsSimon Glass
2023-07-14expo: Calculate text bounding-box correctlySimon Glass
2023-07-14expo: Use flags for objectsSimon Glass
2023-07-14expo: Add width and height to objectsSimon Glass
2023-07-14expo: Allow setting the start of the dynamic-ID rangeSimon Glass
2023-07-14bootstd: Add a separate log category for expoSimon Glass
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass
2023-07-14expo: Store the console in the expoSimon Glass
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass
2023-01-16expo: Add support for scenesSimon Glass