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-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
2019-07-17
TextEditor: Show window icon
rhin123
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-16
TextEditorWidget: Stop dbgprintf from printing null
rhin123
2019-07-16
TextEditor: Show window after text_widget loads
rhin123
2019-07-15
TextEditorWidget: Added improved save feature.
rhin123
2019-07-11
TextEditor: Fix build (copy_ref() in outdated PR changes.)
Andreas Kling
2019-07-11
TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
Rhin
2019-07-11
TextEditor: Remove use of copy_ref().
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-27
TextEditor: Fix window title when starting with an empty document.
Andreas Kling
2019-05-27
Applications: Let's put spaces in app names
Andreas Kling
2019-05-26
GFilePicker: Return paths as FileSystemPath rather than String
faissaloo
2019-05-16
TextEditor: Make use of GFilePicker to select a file to open
Robin Burchell
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-11
Fix some more victims of the new default layout spacing.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-24
GTextEditor: Turn off the ruler by default.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
[next]