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-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
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling