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-06-16
LibGUI: Replace text attribute on KeyEvent with code_point attribute
Hüseyin ASLITÜRK
2020-06-15
LibGUI: Don't update cursor, if visual data out-of-date
Kevin Meyer
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-07
LibGUI: Don't scroll cursor into view while reflows are deferred
Andreas Kling
2020-06-07
LibGUI: Fix broken clip rect when scrolling a TextEditor
Andreas Kling
2020-06-06
LibGUI: Fix TextEditor painting glitch after add_clip_rect() change
Andreas Kling
2020-05-29
LibGUI: Fix cursor being out of view after typing
FalseHonesty
2020-05-29
LibGUI: Fix TextEditor crashing when selecting a blank line
FalseHonesty
2020-05-27
LibGUI: Defer line reflow during text insertion
Andreas Kling
2020-05-27
LibGUI: Make TextEditor::select_all() move the cursor to document head
Andreas Kling
2020-05-25
LibGUI: Add flag to TextDocument's word break locator methods
FalseHonesty
2020-05-24
LibGUI: Use word breaks to intelligently navigate a TextEditor
FalseHonesty
2020-05-23
LibGUI: Improve double click selection on documents without spans
FalseHonesty
2020-05-21
LibGUI: Always paint the cursor visible when focusing a TextEditor
Andreas Kling
2020-05-18
LibGUI: Make text selection feel better in single-line editors
Andreas Kling
2020-05-18
LibGUI: Grow the "line content rect" slightly in single line text boxes
Andreas Kling
2020-05-18
LibGUI: Use a variable-width font by default in single-line TextEditors
Andreas Kling
2020-05-18
LibGUI: Support variable-width fonts in TextEditor
Andreas Kling
2020-05-18
LibGUI: Remove outdated FIXME in TextEditor
Andreas Kling
2020-05-17
LibGUI: TextEditor now opts in to emoji input by default :^)
Andreas Kling
2020-05-17
LibGUI: Make the TextEditor widget store UTF-32 codepoints
Andreas Kling
2020-04-28
LibGUI: Paint TextEditor background same as widget's if it's not enabled
Andres Vieira
2020-04-24
LibGUI: Fix display issue when selecting multi-lines in TextEditor
DexesTTP
2020-04-24
LibGUI: Fix laggy mouse selection in TextEditor widget
Andreas Kling
2020-04-21
LibGUI: Don't accelerate TextEditor autoscroll on wiggle (#1897)
Valtteri Koskivuori
2020-04-20
LibGUI: Add Select all action to TextEditor
angel
2020-04-20
LibGUI: Fix unpleasant selection behavior when dragging far to the left
Andreas Kling
2020-04-20
LibGUI: Keep scrolling while drag-selecting outside a TextEditor
Andreas Kling
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