aboutsummaryrefslogtreecommitdiffstats
path: root/boot/scene.c
Commit message (Expand)AuthorAgeFilesLines
* expo: Drop scene_title_set()Simon Glass2024-10-181-7/+0
* expo: Place menu items to the right of all labelsSimon Glass2024-10-181-2/+50
* video: Add a dark-grey console colourSimon Glass2024-10-181-1/+1
* list: use list_count_nodes() to count list entriesSughosh Ganu2024-08-301-7/+1
* 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: Plumb in textlines to a sceneSimon Glass2023-10-111-2/+54
* expo: Support opening a textlineSimon Glass2023-10-111-0/+32
* expo: Add some scene fields needed for text entrySimon Glass2023-10-111-0/+10
* expo: Allow rendering the background of any objectSimon Glass2023-10-111-1/+39
* expo: Make calculation of an object bounding box genericSimon Glass2023-10-111-0/+45
* expo: Allow highlighting other scene-object typesSimon Glass2023-10-111-7/+4
* expo: Correct the logic for duplicate-ID detectionSimon Glass2023-10-111-1/+2
* expo: Correct some swallowed errors in sceneSimon Glass2023-10-111-3/+3
* expo: Use switch statements more for object typesSimon Glass2023-10-111-7/+31
* expo: Provide a way to iterate through all scene objectsSimon Glass2023-08-251-0/+16
* expo: Make scene_obj_find() take a const sceneSimon Glass2023-08-251-1/+1
* expo: Add a configuration editorSimon Glass2023-07-141-0/+12
* expo: Add spacing around menus and itemsSimon Glass2023-07-141-2/+4
* expo: Implement the keypress logic for popup menusSimon Glass2023-07-141-0/+80
* expo: Draw the current opened menu on topSimon Glass2023-07-141-0/+31
* expo: Draw popup menus in both opened and closed statesSimon Glass2023-07-141-2/+64
* expo: Support simple themesSimon Glass2023-07-141-0/+28
* expo: Set up the width and height of objectsSimon Glass2023-07-141-0/+52
* expo: Calculate text bounding-box correctlySimon Glass2023-07-141-8/+22
* expo: Use flags for objectsSimon Glass2023-07-141-2/+15
* expo: Add width and height to objectsSimon Glass2023-07-141-4/+4
* expo: Allow setting the start of the dynamic-ID rangeSimon Glass2023-07-141-10/+0
* bootstd: Add a separate log category for expoSimon Glass2023-07-141-0/+2
* expo: Avoid automatically arranging the sceneSimon Glass2023-07-141-7/+0
* expo: Store the console in the expoSimon Glass2023-07-141-8/+2
* expo: Convert to using a string ID for the scene titleSimon Glass2023-07-141-6/+2
* expo: Add support for scenesSimon Glass2023-01-161-0/+414