summaryrefslogtreecommitdiff
path: root/Applications/TextEditor
AgeCommit message (Expand)Author
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-12TextEditor: Replace text in find textbox with selection0xtechnobabble
2020-01-12TextEditor: Implement replacement functionality0xtechnobabble
2020-01-11TextEditor: Use pledge()Andreas Kling
2020-01-01Applications: Add new keyboard shortcuts & update few existing onesJami Kettunen
2019-12-31Applications: Space out SystemMonitor & TextEditor in AboutDialogsJami Kettunen
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-22TextEditor: Ask before opening a file if current document is dirtyPaweł Cholewa
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20TextEditor: Handle drop eventsAndreas Kling
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas 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-11-01LibGUI: Move text search functions from GTextEditor to GTextDocumentAndreas Kling
2019-10-15TextEditor: suppress "Not found" window when searching for empty stringKevin Murphy
2019-09-30GMessageBox: Hide the constructor and fix broken usagesAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibGUI: Don't create GMessageBox and GInputBox on the stackAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GToolBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-20GCommonActions: Add "Open..." actionAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-13TextEditor+Base: Add an icon for the "Find" action :^)Andreas Kling
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