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-09-21
Base: Add the PlaceholderText attribute to themes
Peter Elliott
2020-09-21
LibGUI: Add optional placeholder to TextEditor
Peter Elliott
2020-09-11
LibGUI: Use widget override cursors in GUI::TextEditor
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-09-01
LibGUI: Disable whitespace visualization in single-line text editors
Andreas Kling
2020-09-01
LibGUI: Implement trailing whitespace visualization in TextEditor
Andreas Kling
2020-08-22
TextEditor: Increase padding in ruler width
Itamar
2020-08-16
LibGUI: Use matching family fonts for TextEditor ruler
thankyouverycool
2020-08-16
LibGUI: Resize TextEditor ruler based on needed space
thankyouverycool
2020-08-15
LibGUI: When focusing a TextEditor via keyboard, select all contents
Andreas Kling
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-12
LibGUI: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibGUI: Use set_cursor() in TextEditor::set_document()
Linus Groh
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-01
LibGUI: Add focus hooks to TextEditor
AnotherTest
2020-07-23
TextEditor: Jump to word break when deleting and holding Ctrl modifier
Sasan Hezarkhani
2020-07-16
LibGUI: Add InputBox::show with required parent window argument
Tom
2020-07-16
LibGUI: Disallow typing in DisplayOnly TextEditors
thankyouverycool
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-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-03
LibGUI: Add GUI::CommonActions::make_select_all_action() :^)
Andreas Kling
2020-06-29
LibGUI: Add TextEditor::set_icon()
Andreas Kling
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
[next]