aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-12riscv: Remove common.h usageTEST/remove-common-h-part1Tom Rini34-32/+9
2023-10-12mips: Remove common.h usageTom Rini46-47/+4
2023-10-12microblaze: Remove common.h usageTom Rini10-9/+7
2023-10-12m68k: Remove common.h usageTom Rini39-30/+17
2023-10-12arc: Remove common.h usageTom Rini16-15/+3
2023-10-12include: Add <linux/types.h> in a few placesTom Rini3-0/+5
2023-10-12checkpatch.pl: Make common.h check boarderTom Rini1-1/+7
2023-10-12Merge branch '2023-10-12-expo-add-support-for-edting-lines-of-text'Tom Rini33-377/+1935
2023-10-11expo: Update documentation to include textlineWIP/2023-10-11-expo-add-support-for-edting-lines-of-textSimon Glass2-6/+45
2023-10-11expo: Update tests to include textlineSimon Glass6-5/+51
2023-10-11expo: Support building an expo with a textlineSimon Glass1-0/+45
2023-10-11expo: Plumb in textline to ceditSimon Glass1-1/+59
2023-10-11expo: Support handling any key in ceditSimon Glass2-2/+7
2023-10-11video: Mark truetype_measure() staticSimon Glass1-2/+2
2023-10-11expo: Plumb in textlines to a sceneSimon Glass2-2/+112
2023-10-11expo: Support opening a textlineSimon Glass3-5/+54
2023-10-11expo: Add basic support for textline objectsSimon Glass3-1/+272
2023-10-11expo: Add some scene fields needed for text entrySimon Glass2-0/+24
2023-10-11expo: Allow rendering the background of any objectSimon Glass3-37/+39
2023-10-11expo: Make calculation of an object bounding box genericSimon Glass3-36/+87
2023-10-11expo: Add a function to write a property to a devicetreeSimon Glass1-12/+26
2023-10-11expo: Allow highlighting other scene-object typesSimon Glass2-7/+12
2023-10-11expo: Correct the logic for duplicate-ID detectionSimon Glass1-1/+2
2023-10-11expo: Correct some swallowed errors in sceneSimon Glass1-3/+3
2023-10-11expo: Use switch statements more for object typesSimon Glass2-43/+83
2023-10-11expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass3-2/+12
2023-10-11expo: Add better error reportingSimon Glass1-12/+45
2023-10-11video: Support showing a cursorSimon Glass6-0/+237
2023-10-11video: Export vidconsole_entry_start()Simon Glass2-1/+10
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass3-0/+134
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass3-0/+83
2023-10-11cli: Add a function to set up a new creadSimon Glass2-10/+31
2023-10-11cli: Allow command completion to be disabledSimon Glass2-1/+4
2023-10-11cli: Allow history to be disabledSimon Glass2-20/+24
2023-10-11cli: Terminate the string in cread_line_process_ch()Simon Glass1-1/+7
2023-10-11cli: Create a function to process charactersSimon Glass2-45/+78
2023-10-11cli: Unindent some code in cread_line()Simon Glass1-140/+139
2023-10-11cli: Convert cread_line() to use a struct for the main varsSimon Glass2-55/+75
2023-10-11cli: Use unsigned int instead of unsigned longSimon Glass1-9/+8
2023-10-11cli: Implement delete-word in cread_line()Simon Glass1-0/+31
2023-10-11cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readlineSimon Glass2-43/+48
2023-10-11cli: Drop some #ifdefs in cli_readlineSimon Glass1-6/+14
2023-10-11cli: Add a command to show cmdline historySimon Glass9-3/+153
2023-10-11cli: Move simple readline into a functionSimon Glass1-33/+46
2023-10-11Revert "mkimage: update man page and -h output"Tom Rini2-5/+3
2023-10-11Merge branch '2023-10-11-port-gen_compile_commands_py'Tom Rini6-0/+330
2023-10-11scripts/gen_compile_commands: fix usage messageJoao Marcos Costa1-2/+2
2023-10-11doc: add ide_integration.rst to doc/developJoao Marcos Costa2-0/+13
2023-10-11doc: add documentation for gen_compile_commands.pyJoao Marcos Costa3-0/+85
2023-10-11.gitignore: add compile_commands.jsonJoao Marcos Costa1-0/+3