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.cpp
Age
Commit message (
Expand
)
Author
2020-03-19
LibGUI: Remove G prefix from macros
Tibor Nagy
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-16
LibGUI: Use themes for syntax highlighting
Oriko
2020-03-12
HackStudio: Abstract over syntax highlighter
Oriko
2020-03-12
LibGUI: Add underlines to highlighting
Oriko
2020-03-11
LibGUI: Clear old syntax highlighting
Oriko
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-04
LibGUI: TextEditor should paint text with disabled color when disabled
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
LibGUI: Implement keyboard and mouse wheel events for SpinBox
Tibor Nagy
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-20
LibGfx+LibGUI: Allow theming the text cursor
Tibor Nagy
2020-02-19
LibGUI: Update TextEditor to use ruler colors from the system theme
Tibor Nagy
2020-02-15
LibGUI: Unfocused TextEditors should use inactive selection colors
Tibor Nagy
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-10
LibGUI: Single-line GUI::TextEditor should not have "go to line" action
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