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
/
GTextEditor.cpp
Age
Commit message (
Expand
)
Author
2019-11-07
TextEditor: Added redo functionality & proper stack manipulation
rhin123
2019-11-04
GTextEditor: Move the cursor to column 0 after deleting a whole line
Andreas Kling
2019-11-03
TextEditor: Added undo functionality
rhin123
2019-11-01
LibGUI: Move text search functions from GTextEditor to GTextDocument
Andreas Kling
2019-10-30
LibGUI: Add GTextDocument::text_in_range(GTextRange)
Andreas Kling
2019-10-27
LibGUI: Support multiple GTextEditors editing the same GTextDocument
Andreas Kling
2019-10-27
LibGUI: Move visual line metadata from GTextDocument to GTextEditor
Andreas Kling
2019-10-27
LibGUI: Move GTextDocument out of GTextEditor
Andreas Kling
2019-10-27
GTextEditor: Double-clicking on a span should select the span
Andreas Kling
2019-10-27
GTextEditor: Backspace over soft tabs
Andreas Kling
2019-10-26
GTextEditor: set_text() should clear any existing spans
Andreas Kling
2019-10-26
LibGUI: Make GTextEditor::Span have a range instead of two positions
Andreas Kling
2019-10-26
GTextEditor: The Home key should jump to the first non-space character
Andreas Kling
2019-10-26
GTextEditor: Arrow keys should only modify selection when Shift is held
Andreas Kling
2019-10-26
GTextEditor: Allow setting a custom font for each span
Andreas Kling
2019-10-25
GTextEditor: Add a "span" mechanism for having custom-style text ranges
Andreas Kling
2019-10-21
LibGUI: Make GTextEditor::set_cursor() public
Andreas Kling
2019-09-16
GTextEditor: Unbreak right-aligned single-line text boxes
Andreas Kling
2019-09-14
LibGUI: Add Undo/Redo to GCommonActions
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-06
GTextEditor: Paint line numbers with TopRight text alignment
Andreas Kling
2019-09-06
TextEditor: Removed unnecessary use of for_each
rhin123
2019-09-05
TextEditor: Added GCommonActions
rhin123
2019-09-01
GTextEditor: Hide the horizontal scrollbar when line-wrapping is on
Andreas Kling
2019-09-01
GTextEditor: Fix wrong width calculations with line-wrapping enabled
Andreas Kling
2019-09-01
GTextEditor: Make visual lines stop after their last character
Andreas Kling
2019-09-01
TextEditor: Stopped disappearing text at end of document (#505)
Rhin
2019-09-01
LibGUI: Add a way for GWidget subclasses to learn that the font changed
Andreas Kling
2019-08-29
GTextEditor: Set content size based on the visual line rects (#500)
Rhin
2019-08-28
GTextEditor: Optimize write_to_file() with ftruncate()
Andreas Kling
2019-08-27
GTextEditor: Always call did_change() after deleting with backspace
Andreas Kling
2019-08-27
GTextEditor: Fixed bug on KeyCode::Key_Right pressed.
Andrew Weller
2019-08-27
GTextEditor: Fixed bug in find_prev
Andrew Weller
2019-08-25
GTextEditor: Add add_custom_context_menu_action()
Andreas Kling
2019-08-25
GTextEditor: Simplify computation of visual selection start/end
Andreas Kling
2019-08-25
GTextEditor: Relayout when the line-wrapping setting is changed
Andreas Kling
2019-08-25
GTextEditor: Unbreak selection painting in the new line-wrapping world
Andreas Kling
2019-08-25
GTextEditor: Fix computing content x/rect values with line wrapping
Andreas Kling
2019-08-25
GTextEditor: Take horizontal padding into account for line visual rects
Andreas Kling
2019-08-25
GTextEditor: Start working on a line-wrapping feature
Andreas Kling
2019-08-25
GTextEditor: Clean up some of the rect computations
Andreas Kling
2019-08-24
TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.
Andrew Weller
2019-08-23
GTextEditor: Fix obvious bug in find()
Andreas Kling
2019-08-21
GTextEditor: Implement a simple text search API
Andreas Kling
2019-08-21
GTextEditor: Run clang-format on GTextEditor.cpp
Andreas Kling
2019-08-21
GTextEditor: Give Line objects a back-reference to the GTextEditor
Andreas Kling
2019-07-27
TextEditor: Let's have line numbers starting at 1.
Andreas Kling
2019-07-24
LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
[next]