summaryrefslogtreecommitdiff
path: root/test/boot/expo.c
AgeCommit message (Expand)Author
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: Check the screen contents after renderingSimon Glass
2025-05-30expo: Allow strings to be editableSimon Glass
2025-05-30expo: Create a struct for generic text attributesSimon Glass
2025-05-30expo: Line up all menu objectsSimon 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: Rename x and y in struct scene_obj_bboxSimon Glass
2025-05-30expo: Rename scene_dim to scene_obj_bboxSimon Glass
2025-05-30expo: Adjust how menu items are highlightedSimon Glass
2025-05-30expo: Provide access to the current menu itemSimon Glass
2025-02-11test: Drop suites.hSimon 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: Set the initial next_id to 1Simon Glass
2024-08-30list: use list_count_nodes() to count list entriesSughosh Ganu
2024-08-26test: boot: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2023-10-11expo: Update tests to include textlineSimon Glass
2023-08-25expo: Move cedit test into its own file and tidySimon Glass
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass
2023-07-14expo: Add tests for the configuration editorSimon Glass
2023-07-14expo: Support building an expo from a description fileSimon Glass
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass
2023-07-14expo: Move menu-item selection into a functionSimon 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: Rename exp_set_text_mode()Simon Glass
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass
2023-01-16expo: Add basic testsSimon Glass