index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
TextEditor
/
TextEditorWidget.h
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
TextEditor: Implement replacement functionality
0xtechnobabble
2019-12-20
TextEditor: Handle drop events
Andreas Kling
2019-12-06
TextEditor: `Fix bug when document is marked dirty on open.
Sasan Hezarkhani
2019-11-30
TextEditor: Focus the editor widget on startup
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GStatusBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-08-27
TextEditor: Ask the user before closing a dirty (modified) document
Andreas Kling
2019-08-27
TextEditor: Add a "document dirty" flag and show it in the window title
Andreas Kling
2019-08-25
TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)
Andreas Kling
2019-08-25
TextEditor: Add a menu action for turning line-wrapping on/off
Andreas Kling
2019-08-24
TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.
Andrew Weller
2019-08-22
TextEditor: Search box should find on return, close itself on escape
Andreas Kling
2019-08-22
TextEditor: Hide the search bar until the user asks for it
Andreas Kling
2019-08-21
TextEditor: Add a search bar that allows you to search for text
Andreas Kling
2019-07-29
TextEditor: Include extension during SaveAs
rhin123
2019-07-26
TextEditor: Fix nullptr refrence to save action & m_path (#364)
Rhin
2019-07-24
TextEditor: Add "Save as..." action.
Andreas Kling
2019-07-15
TextEditorWidget: Added improved save feature.
rhin123
2019-07-11
TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
Rhin