summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TextBox.cpp
AgeCommit message (Collapse)Author
2020-05-27LibGUI: Add up & down arrow hooks and input history to TextBoxFalseHonesty
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-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling