Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-27 | LibGUI: Add up & down arrow hooks and input history to TextBox | FalseHonesty | |
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-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling | |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |