index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
expo.h
Age
Commit message (
Expand
)
Author
2025-05-30
expo: Provide a way to position things relative to display
Simon Glass
2025-05-30
expo: Drop the render from expo_poll()
Simon Glass
2025-05-30
expo: Support highlighting menu items
Simon Glass
2025-05-30
expo: Begin implementation of a text editor
Simon Glass
2025-05-30
expo: Support object alignment
Simon Glass
2025-05-30
expo: Implement a box
Simon Glass
2025-05-30
expo: Support rendering multiple lines of text
Simon Glass
2025-05-30
expo: Allow strings to be editable
Simon Glass
2025-05-30
expo: Create a struct for generic text attributes
Simon Glass
2025-05-30
expo: Support setting the size and bounds of an object
Simon Glass
2025-05-30
expo: Separate dimensions from the bounding box
Simon Glass
2025-05-30
expo: Use an abuf to hold strings
Simon Glass
2025-05-30
expo: Rename x and y in struct scene_obj_bbox
Simon Glass
2025-05-30
expo: Rename scene_dim to scene_obj_bbox
Simon Glass
2025-05-30
expo: Provide access to the current menu item
Simon Glass
2025-05-30
expo: Move cedit-state fields into expo
Simon Glass
2025-05-30
expo: Add a function to poll for input
Simon Glass
2025-05-30
expo: Add CLI context to the expo
Simon Glass
2024-11-03
x86: coreboot: Allow building an expo for editing CMOS config
Simon Glass
2024-10-18
expo: Drop scene_title_set()
Simon Glass
2024-10-18
expo: Allow menu items to have values
Simon Glass
2024-10-18
expo: Use standard numbering for save and discard
Simon Glass
2024-10-18
expo: Place menu items to the right of all labels
Simon Glass
2024-09-21
boot: correct struct expo_action description
Heinrich Schuchardt
2023-10-11
expo: Add basic support for textline objects
Simon Glass
2023-10-11
expo: Add some scene fields needed for text entry
Simon Glass
2023-10-11
expo: Allow highlighting other scene-object types
Simon Glass
2023-10-11
expo: Fix up comments for get_cur_menuitem_text() et al
Simon Glass
2023-10-02
Merge branch 'next'
Tom Rini
2023-09-16
expo: Fix documentation reference
Massimo Pegorer
2023-08-25
expo: cedit: Support writing settings to CMOS RAM
Simon Glass
2023-08-25
expo: Split out cedit into its own header
Simon Glass
2023-07-14
expo: Add a configuration editor
Simon Glass
2023-07-14
expo: Support building an expo from a description file
Simon Glass
2023-07-14
expo: Implement the keypress logic for popup menus
Simon Glass
2023-07-14
expo: Draw popup menus in both opened and closed states
Simon Glass
2023-07-14
expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM
Simon Glass
2023-07-14
expo: Support drawing of popup menus
Simon Glass
2023-07-14
expo: Support simple themes
Simon Glass
2023-07-14
expo: Set up the width and height of objects
Simon Glass
2023-07-14
expo: Use flags for objects
Simon Glass
2023-07-14
expo: Add width and height to objects
Simon Glass
2023-07-14
expo: Allow setting the start of the dynamic-ID range
Simon Glass
2023-07-14
expo: Rename exp_set_text_mode()
Simon Glass
2023-07-14
expo: Store the console in the expo
Simon Glass
2023-07-14
expo: Convert to using a string ID for the scene title
Simon Glass
2023-01-16
expo: Add basic implementation
Simon Glass