aboutsummaryrefslogtreecommitdiff
path: root/include/expo.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-11expo: Add basic support for textline objectsSimon Glass1-0/+36
2023-10-11expo: Add some scene fields needed for text entrySimon Glass1-0/+14
2023-10-11expo: Allow highlighting other scene-object typesSimon Glass1-0/+8
2023-10-11expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass1-1/+1
2023-10-02Merge branch 'next'Tom Rini1-25/+8
2023-09-16expo: Fix documentation referenceMassimo Pegorer1-1/+1
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass1-1/+5
2023-08-25expo: Split out cedit into its own headerSimon Glass1-24/+3
2023-07-14expo: Add a configuration editorSimon Glass1-0/+29
2023-07-14expo: Support building an expo from a description fileSimon Glass1-0/+14
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass1-0/+7
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass1-0/+30
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass1-3/+3
2023-07-14expo: Support drawing of popup menusSimon Glass1-0/+9
2023-07-14expo: Support simple themesSimon Glass1-0/+24
2023-07-14expo: Set up the width and height of objectsSimon Glass1-0/+21
2023-07-14expo: Use flags for objectsSimon Glass1-2/+11
2023-07-14expo: Add width and height to objectsSimon Glass1-4/+17
2023-07-14expo: Allow setting the start of the dynamic-ID rangeSimon Glass1-0/+19
2023-07-14expo: Rename exp_set_text_mode()Simon Glass1-2/+2
2023-07-14expo: Store the console in the expoSimon Glass1-0/+2
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass1-5/+5
2023-01-16expo: Add basic implementationSimon Glass1-0/+522