summaryrefslogtreecommitdiff
path: root/Applications/TextEditor
AgeCommit message (Expand)Author
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-11-02Applications: Use GUI::CommonActions for save and save as menu optionsBrendan Coles
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-25LibGfx+LibGUI+Clients: Make fonts findable by their qualified nameAndreas Kling
2020-10-08TextEditor: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-06TextEditor: Use new format functions.asynts
2020-09-30HackStudio+TextEditor: Add the Shell syntax highlighterAnotherTest
2020-09-14Build+TextEditor: Add a compile_json_gui() CMake helperAndreas Kling
2020-09-14TextEditor: Move the find/replace buttons to JSON GUIAndreas Kling
2020-09-14TextEditor: Set initial widget visibilities from JSONAndreas Kling
2020-09-14TextEditor: Move the "find" and "replace" widget containers to JSON GUIAndreas Kling
2020-09-14TextEditor: Move the main window UI to JSONAndreas Kling
2020-08-30TextEditor: Don't try to move(lambda)Ben Wiederhake
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-16TextEditor: Put fonts in exclusive action groupthankyouverycool
2020-08-11TextEditor: Show pageview URLs in statusbar on hoverLinus Groh
2020-08-11TextEditor: Open links from Web::PageView using Desktop::LauncherLinus Groh
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-20TextEditor: Preserve preview scroll position across page refreshesSahan Fernando
2020-07-18TextEditor: Auto-select C++ syntax highlighting for more extensionsNico Weber
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-06TextEditor: Use ArgsParser and allow the user to specify preview modeAnotherTest
2020-07-04TextEditor: Allow turning off the preview modeAndreas Kling
2020-07-04TextEditor: Tweak 16x16 iconAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-26TextEditor: Add live preview for HTML documents :^)Andreas Kling
2020-06-21TextEditor: Use Web::PageView::load_html() for the markdown previewAndreas Kling
2020-06-04TextEditor: Allow "TextEditor foo.txt" to create a new fileAndreas Kling
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-09TextEditor: Use JS syntax highlighting for .json files :^)Andreas Kling
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
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