index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GTextBox.cpp
Age
Commit message (
Expand
)
Author
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-06
Add a bold variant of Katica and make that the system's default bold font.
Andreas Kling
2019-03-06
More work on the variable-width font support.
Andreas Kling
2019-03-06
Make a preparation pass for variable-width fonts.
Andreas Kling
2019-03-03
FileManager+LibGUI: Add a simple location textbox.
Andreas Kling
2019-02-28
LibGUI: Clip to paint event rect in most widgets.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-05
mmap all the font files!
Andreas Kling
2019-02-04
LibGUI: Use LightGray as the base UI color.
Andreas Kling
2019-02-04
LibGUI: GTextBox should only run a caret blink timer when focused.
Andreas Kling
2019-02-03
FontEditor: Add text box for editing the font name.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-31
Add a simple clock window to guitest2.
Andreas Kling
2019-01-27
GTextBox: Avoid one instance of overdraw + naming cleanup.
Andreas Kling
2019-01-27
Font: Eagerly load all 256 glyphs. It's not that many.
Andreas Kling
2019-01-26
LibGUI: Flesh out focus implementation and more GTextBox work.
Andreas Kling
2019-01-26
LibGUI: Start bringing up GTextBox in the standalone world.
Andreas Kling
2019-01-21
LibGUI: Mass coding style fixes.
Andreas Kling
2019-01-20
Rename all the LibGUI classes to GClassName.
Andreas Kling