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
Age
Commit message (
Expand
)
Author
2019-12-22
TextEditor: Ask before opening a file if current document is dirty
Paweł Cholewa
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-20
TextEditor: Handle drop events
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
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-11-01
LibGUI: Move text search functions from GTextEditor to GTextDocument
Andreas Kling
2019-10-15
TextEditor: suppress "Not found" window when searching for empty string
Kevin Murphy
2019-09-30
GMessageBox: Hide the constructor and fix broken usages
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GWindow 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 GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-20
GCommonActions: Add "Open..." action
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-13
TextEditor+Base: Add an icon for the "Find" action :^)
Andreas Kling
2019-09-06
TextEditor: Implement File/New Action
Andrew Weller
2019-09-05
TextEditorWidget: Added GCommonActions
rhin123
2019-09-02
TextEditor: Use GAboutDialog :^)
Andreas Kling
2019-08-29
TextEditor: Clear the dirty flag in newly opened documents
Andreas Kling
2019-08-29
TextEditor: Move the Font menu inside the View menu
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-27
TextEditor: Let's enable line wrapping by default
Andreas Kling
2019-08-27
TextEditor: Move line wrapping setting to a new "View" menu
Andreas Kling
2019-08-26
TextEditor: Move all "File" menu entries into the app menu instead
Andreas Kling
2019-08-25
TextEditor: Select everything in the find textbox when pressing Ctrl+F
Andreas Kling
2019-08-25
LibGUI+TextEditor: Make GButton activate its action if present
Andreas Kling
2019-08-25
TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)
Andreas Kling
2019-08-25
TextEditor: Add search-related actions to the text editor context menu
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-23
TextEditor: Don't try to load contents of files we didn't even open
Andreas Kling
2019-08-23
TextEditor: Avoid an unnecessary whole-file copy when opening something
Andreas Kling
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-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-27
TextEditor: Let's have line numbers starting at 1.
Andreas Kling
2019-07-27
TextEditor: Add back lost "Save as..." action.
Andreas Kling
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-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
[prev]
[next]