summaryrefslogtreecommitdiff
path: root/Applications/TextEditor
AgeCommit message (Expand)Author
2020-05-03Meta: Fix Makefile permissions (not executable)Ben Wiederhake
2020-05-01Applications: TextEditor INI file syntax highlighterHüseyin ASLITÜRK
2020-04-30TextEditor: Use document path as base URL for markdown preview HTMLAndreas Kling
2020-04-30TextEditor: Pledge "unix" so we can load images in Markdown previewAndreas Kling
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
2020-04-28TextEditor: Fix typo in commentLinus Groh
2020-04-28TextEditor: Add live preview when editing markdown :^)Andreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-22TextEditor: Add "Find Previous" 16x16 iconBrendan Coles
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-21TextEditor: Add "Find Next" 16x16 iconBrendan Coles
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-13TextEditor: Use Javascript syntax highlighterOriko
2020-03-11TextEditor: Quit after saving unsaved changes on close event.Oriko
2020-03-11TextEditor: Add syntax toggle to View menuOriko
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-24TextEditor: Pledge "thread" since it's needed by GUI::FilePickerAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
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