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.h
Age
Commit message (
Expand
)
Author
2019-09-01
GTextEditor: Fix wrong width calculations with line-wrapping enabled
Andreas Kling
2019-09-01
LibGUI: Add a way for GWidget subclasses to learn that the font changed
Andreas Kling
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: 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-21
GTextEditor: Implement a simple text search API
Andreas Kling
2019-08-21
GTextEditor: Rename is_automatic_indentation_enabled() API
Andreas Kling
2019-08-21
GTextEditor: Give Line objects a back-reference to the GTextEditor
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-24
LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling