FalseHonesty
|
e0312ec2ce
LibGUI: Improve double click selection on documents without spans
|
5 years ago |
Andreas Kling
|
4cdbdf0a84
LibGUI: Always paint the cursor visible when focusing a TextEditor
|
5 years ago |
Andreas Kling
|
bdfd1f1545
LibGUI: Make text selection feel better in single-line editors
|
5 years ago |
Andreas Kling
|
558ca65ca5
LibGUI: Grow the "line content rect" slightly in single line text boxes
|
5 years ago |
Andreas Kling
|
a6e2125727
LibGUI: Use a variable-width font by default in single-line TextEditors
|
5 years ago |
Andreas Kling
|
2e11c16be4
LibGUI: Support variable-width fonts in TextEditor
|
5 years ago |
Andreas Kling
|
088841202d
LibGUI: Remove outdated FIXME in TextEditor
|
5 years ago |
Andreas Kling
|
604fb278c1
LibGUI: TextEditor now opts in to emoji input by default :^)
|
5 years ago |
Andreas Kling
|
1bef057ec3
LibGUI: Make the TextEditor widget store UTF-32 codepoints
|
5 years ago |
Andres Vieira
|
be8dc41b9c
LibGUI: Paint TextEditor background same as widget's if it's not enabled
|
5 years ago |
DexesTTP
|
424f47cbe5
LibGUI: Fix display issue when selecting multi-lines in TextEditor
|
5 years ago |
Andreas Kling
|
c350bb9178
LibGUI: Fix laggy mouse selection in TextEditor widget
|
5 years ago |
Valtteri Koskivuori
|
3339a77f6c
LibGUI: Don't accelerate TextEditor autoscroll on wiggle (#1897)
|
5 years ago |
angel
|
441c2715bb
LibGUI: Add Select all action to TextEditor
|
5 years ago |
Andreas Kling
|
563a377f6b
LibGUI: Fix unpleasant selection behavior when dragging far to the left
|
5 years ago |
Andreas Kling
|
5c15c24976
LibGUI: Keep scrolling while drag-selecting outside a TextEditor
|
5 years ago |
Tibor Nagy
|
9e6e731a78
LibGUI: Remove G prefix from macros
|
5 years ago |
Oriko
|
2a32330257
LibGUI: Add a ThemeChange event
|
5 years ago |
Oriko
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 years ago |
Oriko
|
137d68a2ae
HackStudio: Abstract over syntax highlighter
|
5 years ago |
Oriko
|
6d89f48dd8
LibGUI: Add underlines to highlighting
|
5 years ago |
Oriko
|
03b1748d3f
LibGUI: Clear old syntax highlighting
|
5 years ago |
Shannon Booth
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 years ago |
Andreas Kling
|
3a34323a78
LibGUI: TextEditor should paint text with disabled color when disabled
|
5 years ago |
Andreas Kling
|
22d0a6d92f
AK: Remove unnecessary casts to size_t, after Vector changes
|
5 years ago |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 years ago |
Tibor Nagy
|
5f913c67d9
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
5 years ago |
Andreas Kling
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 years ago |
Andreas Kling
|
bfd86c4631
LibGUI: Make GUI::Frame have the 2px sunken container look by default
|
5 years ago |
Tibor Nagy
|
c8bc53e987
LibGfx+LibGUI: Allow theming the text cursor
|
5 years ago |