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-11-10
TextEditor: Go-to-line now shows line in middle of view (#4008)
Jack Byrne
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-21
LibGUI: Add optional placeholder to TextEditor
Peter Elliott
2020-09-01
LibGUI: Implement trailing whitespace visualization in TextEditor
Andreas Kling
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-01
LibGUI: Add focus hooks to TextEditor
AnotherTest
2020-07-15
LibGUI: Add hover highlighting and keyboard controls to ComboBox
thankyouverycool
2020-07-15
LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
thankyouverycool
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