summaryrefslogtreecommitdiff
path: root/Applications/TextEditor/TextEditorWidget.h
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-12TextEditor: Implement replacement functionality0xtechnobabble
2019-12-20TextEditor: Handle drop eventsAndreas Kling
2019-12-06TextEditor: `Fix bug when document is marked dirty on open.Sasan Hezarkhani
2019-11-30TextEditor: Focus the editor widget on startupAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-08-27TextEditor: Ask the user before closing a dirty (modified) documentAndreas Kling
2019-08-27TextEditor: Add a "document dirty" flag and show it in the window titleAndreas Kling
2019-08-25TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)Andreas Kling
2019-08-25TextEditor: Add a menu action for turning line-wrapping on/offAndreas Kling
2019-08-24TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.Andrew Weller
2019-08-22TextEditor: Search box should find on return, close itself on escapeAndreas Kling
2019-08-22TextEditor: Hide the search bar until the user asks for itAndreas Kling
2019-08-21TextEditor: Add a search bar that allows you to search for textAndreas Kling
2019-07-29TextEditor: Include extension during SaveAsrhin123
2019-07-26TextEditor: Fix nullptr refrence to save action & m_path (#364)Rhin
2019-07-24TextEditor: Add "Save as..." action.Andreas Kling
2019-07-15TextEditorWidget: Added improved save feature.rhin123
2019-07-11TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)Rhin