summaryrefslogtreecommitdiff
path: root/Applications/TextEditor
AgeCommit message (Expand)Author
2019-09-06TextEditor: Implement File/New ActionAndrew Weller
2019-09-05TextEditorWidget: Added GCommonActionsrhin123
2019-09-02TextEditor: Use GAboutDialog :^)Andreas Kling
2019-08-29TextEditor: Clear the dirty flag in newly opened documentsAndreas Kling
2019-08-29TextEditor: Move the Font menu inside the View menuAndreas 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-27TextEditor: Let's enable line wrapping by defaultAndreas Kling
2019-08-27TextEditor: Move line wrapping setting to a new "View" menuAndreas Kling
2019-08-26TextEditor: Move all "File" menu entries into the app menu insteadAndreas Kling
2019-08-25TextEditor: Select everything in the find textbox when pressing Ctrl+FAndreas Kling
2019-08-25LibGUI+TextEditor: Make GButton activate its action if presentAndreas Kling
2019-08-25TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)Andreas Kling
2019-08-25TextEditor: Add search-related actions to the text editor context menuAndreas 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-23TextEditor: Don't try to load contents of files we didn't even openAndreas Kling
2019-08-23TextEditor: Avoid an unnecessary whole-file copy when opening somethingAndreas Kling
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-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-27TextEditor: Let's have line numbers starting at 1.Andreas Kling
2019-07-27TextEditor: Add back lost "Save as..." action.Andreas Kling
2019-07-26TextEditor: Fix nullptr refrence to save action & m_path (#364)Rhin
2019-07-24TextEditor: Add "Save as..." action.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-17TextEditor: Show window iconrhin123
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-07-16TextEditorWidget: Stop dbgprintf from printing nullrhin123
2019-07-16TextEditor: Show window after text_widget loadsrhin123
2019-07-15TextEditorWidget: Added improved save feature.rhin123
2019-07-11TextEditor: Fix build (copy_ref() in outdated PR changes.)Andreas Kling
2019-07-11TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)Rhin
2019-07-11TextEditor: Remove use of copy_ref().Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-27TextEditor: Fix window title when starting with an empty document.Andreas Kling
2019-05-27Applications: Let's put spaces in app namesAndreas Kling
2019-05-26GFilePicker: Return paths as FileSystemPath rather than Stringfaissaloo
2019-05-16TextEditor: Make use of GFilePicker to select a file to openRobin Burchell
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-11Fix some more victims of the new default layout spacing.Andreas Kling
2019-04-25GTextEditor: Add very basic automatic indentation.Andreas Kling
2019-04-24GTextEditor: Turn off the ruler by default.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling