summaryrefslogtreecommitdiff
path: root/boot/scene_menu.c
AgeCommit message (Expand)Author
2025-07-08boot: menu: Do not dereference pointer if pointer is NULLAndrew Goodbody
2025-05-30expo: Support highlighting menu itemsSimon Glass
2025-05-30expo: Create a struct for generic text attributesSimon Glass
2025-05-30expo: Line up all menu objectsSimon 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-30expo: Adjust how menu items are highlightedSimon Glass
2025-05-30expo: Provide access to the current menu itemSimon Glass
2024-10-18expo: Support menu-item values in ceditSimon Glass
2024-10-18expo: Allow menu items to have valuesSimon Glass
2024-10-18expo: Place menu items to the right of all labelsSimon Glass
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: Allow rendering the background of any objectSimon Glass
2023-10-11expo: Make calculation of an object bounding box genericSimon Glass
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass
2023-08-25expo: Export scene_menuitem_find() for use in internal codeSimon Glass
2023-08-08expo: allocate correct amount of memoryDan Carpenter
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: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass
2023-07-14expo: Support drawing of popup menusSimon Glass
2023-07-14expo: Move menu-item selection into a functionSimon Glass
2023-07-14expo: Set up the width and height of objectsSimon Glass
2023-07-14expo: Add width and height to objectsSimon Glass
2023-07-14bootstd: Add a separate log category for expoSimon Glass
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass
2023-01-16expo: Add support for scene menusSimon Glass