serenity/DevTools
FalseHonesty 139dbfd5b5 LibGUI: Add up & down arrow hooks and input history to TextBox
This patch adds the ability to enable "input history" on a textbox,
allowing to navigate between the history with the arrow keys.

Also removes a custom TextBox subclass from HackStudio that added
the exact same hooks, and moves it to use the now standard ones.
2020-05-27 20:04:52 +02:00
..
FormCompiler Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
HackStudio LibGUI: Add up & down arrow hooks and input history to TextBox 2020-05-27 20:04:52 +02:00
Inspector LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
IPCCompiler LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
ProfileViewer LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
VisualBuilder LibGUI: Change GUI::KeyEvent::key() type to KeyCode 2020-05-27 11:19:38 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00