summaryrefslogtreecommitdiff
path: root/include/expo.h
AgeCommit message (Expand)Author
2025-05-30expo: Provide a way to position things relative to displaySimon Glass
2025-05-30expo: Drop the render from expo_poll()Simon Glass
2025-05-30expo: Support highlighting menu itemsSimon Glass
2025-05-30expo: Begin implementation of a text editorSimon Glass
2025-05-30expo: Support object alignmentSimon Glass
2025-05-30expo: Implement a boxSimon Glass
2025-05-30expo: Support rendering multiple lines of textSimon Glass
2025-05-30expo: Allow strings to be editableSimon Glass
2025-05-30expo: Create a struct for generic text attributesSimon Glass
2025-05-30expo: Support setting the size and bounds of an objectSimon Glass
2025-05-30expo: Separate dimensions from the bounding boxSimon Glass
2025-05-30expo: Use an abuf to hold stringsSimon Glass
2025-05-30expo: Rename x and y in struct scene_obj_bboxSimon Glass
2025-05-30expo: Rename scene_dim to scene_obj_bboxSimon Glass
2025-05-30expo: Provide access to the current menu itemSimon Glass
2025-05-30expo: Move cedit-state fields into expoSimon Glass
2025-05-30expo: Add a function to poll for inputSimon Glass
2025-05-30expo: Add CLI context to the expoSimon Glass
2024-11-03x86: coreboot: Allow building an expo for editing CMOS configSimon Glass
2024-10-18expo: Drop scene_title_set()Simon Glass
2024-10-18expo: Allow menu items to have valuesSimon Glass
2024-10-18expo: Use standard numbering for save and discardSimon Glass
2024-10-18expo: Place menu items to the right of all labelsSimon Glass
2024-09-21boot: correct struct expo_action descriptionHeinrich Schuchardt
2023-10-11expo: Add basic support for textline objectsSimon Glass
2023-10-11expo: Add some scene fields needed for text entrySimon Glass
2023-10-11expo: Allow highlighting other scene-object typesSimon Glass
2023-10-11expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass
2023-10-02Merge branch 'next'Tom Rini
2023-09-16expo: Fix documentation referenceMassimo Pegorer
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass
2023-08-25expo: Split out cedit into its own headerSimon Glass
2023-07-14expo: Add a configuration editorSimon Glass
2023-07-14expo: Support building an expo from a description fileSimon Glass
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass
2023-07-14expo: Support drawing of popup menusSimon Glass
2023-07-14expo: Support simple themesSimon Glass
2023-07-14expo: Set up the width and height of objectsSimon Glass
2023-07-14expo: Use flags for objectsSimon Glass
2023-07-14expo: Add width and height to objectsSimon Glass
2023-07-14expo: Allow setting the start of the dynamic-ID rangeSimon Glass
2023-07-14expo: Rename exp_set_text_mode()Simon Glass
2023-07-14expo: Store the console in the expoSimon Glass
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass
2023-01-16expo: Add basic implementationSimon Glass