summaryrefslogtreecommitdiff
path: root/Applications/TextEditor
AgeCommit message (Expand)Author
2020-02-17TextEditor: Use Yes/No/Cancel for some dialogs when buffer is dirtythatlittlegit
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-07TextEditor: Enable C++ syntax highlighting for .cpp and .h files :^)Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-23TextEditor: Focus the editor after opening a new fileAndreas Kling
2020-01-23TextEditor: Various UI text tweaksAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
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