summaryrefslogtreecommitdiff
path: root/LibGUI/GTextBox.h
AgeCommit message (Collapse)Author
2019-04-10LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.Andreas Kling
2019-03-16LibGUI: Make class_name() public so you can always call it.Andreas Kling
I found myself having to cast to GWidget* all the time when writing some generic debugging code that just wanted to dump widget info.
2019-03-06More work on the variable-width font support.Andreas Kling
Katica is now the default system font, and it looks quite nice. :^) I'm gonna need to refine the GTextBox movement stuff eventually, but it works well-enough for basic editing now.
2019-03-03FileManager+LibGUI: Add a simple location textbox.Andreas Kling
The widget layout here is a bit off and needs work.
2019-02-25More moving towards using signed types.Andreas Kling
I'm still feeling this out, but I am starting to like the general idea.
2019-02-04LibGUI: GTextBox should only run a caret blink timer when focused.Andreas Kling
2019-02-03FontEditor: Add text box for editing the font name.Andreas Kling
2019-01-31Add a simple clock window to guitest2.Andreas Kling
This is driven by mousedown events right now, since there are no timers.
2019-01-27GTextBox: Avoid one instance of overdraw + naming cleanup.Andreas Kling
2019-01-26LibGUI: Flesh out focus implementation and more GTextBox work.Andreas Kling
2019-01-21LibGUI: Mass coding style fixes.Andreas Kling
2019-01-20Rename all the LibGUI classes to GClassName.Andreas Kling