aboutsummaryrefslogtreecommitdiffstats
path: root/boot/scene_menu.c
Commit message (Expand)AuthorAgeFilesLines
* expo: Support menu-item values in ceditSimon Glass2024-10-181-1/+1
* expo: Allow menu items to have valuesSimon Glass2024-10-181-0/+17
* expo: Place menu items to the right of all labelsSimon Glass2024-10-181-3/+6
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* boot: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* expo: Allow rendering the background of any objectSimon Glass2023-10-111-29/+0
* expo: Make calculation of an object bounding box genericSimon Glass2023-10-111-36/+3
* expo: cedit: Support reading settings from CMOS RAMSimon Glass2023-08-251-0/+16
* expo: Export scene_menuitem_find() for use in internal codeSimon Glass2023-08-251-2/+2
* expo: allocate correct amount of memoryDan Carpenter2023-08-081-1/+1
* expo: Add spacing around menus and itemsSimon Glass2023-07-141-13/+24
* expo: Implement the keypress logic for popup menusSimon Glass2023-07-141-2/+8
* expo: Draw the current opened menu on topSimon Glass2023-07-141-0/+17
* expo: Draw popup menus in both opened and closed statesSimon Glass2023-07-141-0/+29
* expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass2023-07-141-2/+2
* expo: Support drawing of popup menusSimon Glass2023-07-141-21/+37
* expo: Move menu-item selection into a functionSimon Glass2023-07-141-13/+54
* expo: Set up the width and height of objectsSimon Glass2023-07-141-0/+79
* expo: Add width and height to objectsSimon Glass2023-07-141-6/+6
* bootstd: Add a separate log category for expoSimon Glass2023-07-141-1/+1
* expo: Avoid automatically arranging the sceneSimon Glass2023-07-141-9/+0
* expo: Add support for scene menusSimon Glass2023-01-161-0/+390