aboutsummaryrefslogtreecommitdiffstats
path: root/test/boot/expo.c
Commit message (Expand)AuthorAgeFilesLines
* test: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* expo: Update tests to include textlineSimon Glass2023-10-111-1/+1
* expo: Move cedit test into its own file and tidySimon Glass2023-08-251-43/+0
* expo: Provide a way to iterate through all scene objectsSimon Glass2023-08-251-0/+45
* expo: Add tests for the configuration editorSimon Glass2023-07-141-0/+44
* expo: Support building an expo from a description fileSimon Glass2023-07-141-0/+80
* expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass2023-07-141-2/+2
* expo: Move menu-item selection into a functionSimon Glass2023-07-141-1/+1
* expo: Support simple themesSimon Glass2023-07-141-1/+7
* expo: Set up the width and height of objectsSimon Glass2023-07-141-0/+42
* expo: Use flags for objectsSimon Glass2023-07-141-3/+3
* expo: Add width and height to objectsSimon Glass2023-07-141-16/+16
* expo: Rename exp_set_text_mode()Simon Glass2023-07-141-1/+1
* expo: Avoid automatically arranging the sceneSimon Glass2023-07-141-1/+3
* expo: Convert to using a string ID for the scene titleSimon Glass2023-07-141-9/+10
* expo: Add basic testsSimon Glass2023-01-161-0/+539