aboutsummaryrefslogtreecommitdiffstats
path: root/include/expo.h
Commit message (Expand)AuthorAgeFilesLines
* x86: coreboot: Allow building an expo for editing CMOS configSimon Glass2024-11-031-0/+8
* expo: Drop scene_title_set()Simon Glass2024-10-181-9/+0
* expo: Allow menu items to have valuesSimon Glass2024-10-181-0/+2
* expo: Use standard numbering for save and discardSimon Glass2024-10-181-0/+20
* expo: Place menu items to the right of all labelsSimon Glass2024-10-181-0/+12
* boot: correct struct expo_action descriptionHeinrich Schuchardt2024-09-211-1/+1
* expo: Add basic support for textline objectsSimon Glass2023-10-111-0/+36
* expo: Add some scene fields needed for text entrySimon Glass2023-10-111-0/+14
* expo: Allow highlighting other scene-object typesSimon Glass2023-10-111-0/+8
* expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass2023-10-111-1/+1
* Merge branch 'next'Tom Rini2023-10-021-25/+8
|\
| * expo: cedit: Support writing settings to CMOS RAMSimon Glass2023-08-251-1/+5
| * expo: Split out cedit into its own headerSimon Glass2023-08-251-24/+3
* | expo: Fix documentation referenceMassimo Pegorer2023-09-161-1/+1
|/
* expo: Add a configuration editorSimon Glass2023-07-141-0/+29
* expo: Support building an expo from a description fileSimon Glass2023-07-141-0/+14
* expo: Implement the keypress logic for popup menusSimon Glass2023-07-141-0/+7
* expo: Draw popup menus in both opened and closed statesSimon Glass2023-07-141-0/+30
* expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass2023-07-141-3/+3
* expo: Support drawing of popup menusSimon Glass2023-07-141-0/+9
* expo: Support simple themesSimon Glass2023-07-141-0/+24
* expo: Set up the width and height of objectsSimon Glass2023-07-141-0/+21
* expo: Use flags for objectsSimon Glass2023-07-141-2/+11
* expo: Add width and height to objectsSimon Glass2023-07-141-4/+17
* expo: Allow setting the start of the dynamic-ID rangeSimon Glass2023-07-141-0/+19
* expo: Rename exp_set_text_mode()Simon Glass2023-07-141-2/+2
* expo: Store the console in the expoSimon Glass2023-07-141-0/+2
* expo: Convert to using a string ID for the scene titleSimon Glass2023-07-141-5/+5
* expo: Add basic implementationSimon Glass2023-01-161-0/+522