summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-30expo: Support object alignmentSimon Glass
2025-05-30expo: Implement a boxSimon Glass
2025-05-30expo: Support white-on-black in the themeSimon 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: Tidy up scene_txt_render()Simon Glass
2025-05-30expo: Move text-rendering into its own functionSimon 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: Make bounding-box calculation more flexibleSimon 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: Allow adding a single bootflow to a menuSimon Glass
2025-05-30expo: Split bootflow_menu_new() into two piecesSimon Glass
2025-05-30expo: Split bootflow_menu_run() into two piecesSimon Glass
2025-05-30expo: Test editing a lineeditSimon Glass
2025-05-30expo: Adjust how menu items are highlightedSimon Glass
2025-05-30expo: Provide access to the current menu itemSimon Glass
2025-05-30expo: Test rendering a lineeditSimon Glass
2025-05-30expo: Pass in the video device for cedit_prepare()Simon Glass
2025-05-30expo: Test some cedit actionsSimon Glass
2025-05-30expo: Move cedit-state fields into expoSimon Glass
2025-05-30expo: Create a rendering test for ceditSimon Glass
2025-05-30expo: Destroy the cedit expo when doneSimon Glass
2025-05-30expo: Add a function to poll for inputSimon Glass
2025-05-30expo: Add CLI context to the expoSimon Glass
2025-05-30abuf: Add a way to printf() into a bufferSimon Glass
2025-05-30abuf: Add a function to copy a bufferSimon Glass
2025-05-30abuf: Add a helper for initing and allocating a bufferSimon Glass
2025-05-29Merge patch series "Update kbuild"Tom Rini
2025-05-29kbuild: add -Werror=strict-prototypes flag unconditionallyIlias Apalodimas
2025-05-29kbuild: make -r/-R effective in top Makefile for old Make versionsIlias Apalodimas
2025-05-29kbuild: remove unused archmrproperIlias Apalodimas
2025-05-29kbuild: strip whitespace in cmd_record_mcount findstringIlias Apalodimas
2025-05-29kbuild: hardcode genksyms path and remove GENKSYMS variableIlias Apalodimas
2025-05-29kbuild: generate modules.order only when CONFIG_MODULES=yIlias Apalodimas
2025-05-29kbuild: refactor quiet_modtagIlias Apalodimas
2025-05-29kbuild: remove redundant quiet_modtag for $(obj-m)Ilias Apalodimas
2025-05-29kbuild: remove redundant 'set -e' from cmd_* definesIlias Apalodimas
2025-05-29kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleIlias Apalodimas
2025-05-29kbuild: change if_changed_rule for multi-line recipeIlias Apalodimas
2025-05-29kbuild: refactor modversions build rulesIlias Apalodimas
2025-05-29kbuild: remove redundant 'set -e' from sub_cmd_record_mcountIlias Apalodimas
2025-05-29kbuild: let fixdep directly write to .*.cmd filesIlias Apalodimas
2025-05-29kbuild: move archive command to scripts/Makefile.libIlias Apalodimas
2025-05-29kbuild: remove unnecessary in-subshell executionIlias Apalodimas