summaryrefslogtreecommitdiff
path: root/LibGUI/GTextBox.cpp
AgeCommit message (Expand)Author
2019-02-05mmap all the font files!Andreas Kling
2019-02-04LibGUI: Use LightGray as the base UI color.Andreas Kling
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-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-31Add a simple clock window to guitest2.Andreas Kling
2019-01-27GTextBox: Avoid one instance of overdraw + naming cleanup.Andreas Kling
2019-01-27Font: Eagerly load all 256 glyphs. It's not that many.Andreas Kling
2019-01-26LibGUI: Flesh out focus implementation and more GTextBox work.Andreas Kling
2019-01-26LibGUI: Start bringing up GTextBox in the standalone world.Andreas Kling
2019-01-21LibGUI: Mass coding style fixes.Andreas Kling
2019-01-20Rename all the LibGUI classes to GClassName.Andreas Kling