summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GTextEditor.h
AgeCommit message (Expand)Author
2019-09-01GTextEditor: Fix wrong width calculations with line-wrapping enabledAndreas Kling
2019-09-01LibGUI: Add a way for GWidget subclasses to learn that the font changedAndreas Kling
2019-08-25GTextEditor: Add add_custom_context_menu_action()Andreas Kling
2019-08-25GTextEditor: Simplify computation of visual selection start/endAndreas Kling
2019-08-25GTextEditor: Relayout when the line-wrapping setting is changedAndreas Kling
2019-08-25GTextEditor: Start working on a line-wrapping featureAndreas Kling
2019-08-25GTextEditor: Clean up some of the rect computationsAndreas Kling
2019-08-24TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.Andrew Weller
2019-08-21GTextEditor: Implement a simple text search APIAndreas Kling
2019-08-21GTextEditor: Rename is_automatic_indentation_enabled() APIAndreas Kling
2019-08-21GTextEditor: Give Line objects a back-reference to the GTextEditorAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-24LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling