index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
TextEditor.h
Age
Commit message (
Expand
)
Author
2020-06-29
LibGUI: Add TextEditor::set_icon()
Andreas Kling
2020-06-15
LibGUI: Don't update cursor, if visual data out-of-date
Kevin Meyer
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-27
LibGUI: Defer line reflow during text insertion
Andreas Kling
2020-05-18
LibGUI: Add 1px of horizontal content padding to TextEditor
Andreas Kling
2020-05-18
LibGUI: Support variable-width fonts in TextEditor
Andreas Kling
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-04-20
LibGUI: Add Select all action to TextEditor
angel
2020-04-20
LibGUI: Keep scrolling while drag-selecting outside a TextEditor
Andreas Kling
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-12
LibGUI: Add underlines to highlighting
Oriko
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Don't require passing a parent to widget constructors
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling