summaryrefslogtreecommitdiff
path: root/boot/scene.c
AgeCommit message (Expand)Author
2025-05-30expo: Provide a way to position things relative to displaySimon Glass
2025-05-30expo: Support highlighting menu itemsSimon Glass
2025-05-30expo: Begin implementation of a text editorSimon Glass
2025-05-30expo: Support object alignmentSimon Glass
2025-05-30expo: Implement a boxSimon Glass
2025-05-30expo: Support rendering multiple lines of textSimon Glass
2025-05-30expo: Tidy up scene_txt_render()Simon Glass
2025-05-30expo: Move text-rendering into its own functionSimon Glass
2025-05-30expo: Create a struct for generic text attributesSimon Glass
2025-05-30expo: Support setting the size and bounds of an objectSimon Glass
2025-05-30expo: Make bounding-box calculation more flexibleSimon Glass
2025-05-30expo: Separate dimensions from the bounding boxSimon Glass
2025-05-30expo: Rename x and y in struct scene_obj_bboxSimon Glass
2025-05-30expo: Rename scene_dim to scene_obj_bboxSimon Glass
2025-05-30abuf: Add a helper for initing and allocating a bufferSimon Glass
2025-05-02video: truetype: Support a limit on the width of a lineSimon Glass
2025-05-02video: Begin support for measuring multiple lines of textSimon Glass
2025-05-02video: Make white-on-black a video-device propertySimon Glass
2024-10-18expo: Drop scene_title_set()Simon Glass
2024-10-18expo: Place menu items to the right of all labelsSimon Glass
2024-10-18video: Add a dark-grey console colourSimon Glass
2024-08-30list: use list_count_nodes() to count list entriesSughosh Ganu
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2023-10-11expo: Plumb in textlines to a sceneSimon Glass
2023-10-11expo: Support opening a textlineSimon Glass
2023-10-11expo: Add some scene fields needed for text entrySimon Glass
2023-10-11expo: Allow rendering the background of any objectSimon Glass
2023-10-11expo: Make calculation of an object bounding box genericSimon Glass
2023-10-11expo: Allow highlighting other scene-object typesSimon Glass
2023-10-11expo: Correct the logic for duplicate-ID detectionSimon Glass
2023-10-11expo: Correct some swallowed errors in sceneSimon Glass
2023-10-11expo: Use switch statements more for object typesSimon Glass
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