index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
TextEditor
Age
Commit message (
Expand
)
Author
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-11-02
Applications: Use GUI::CommonActions for save and save as menu options
Brendan Coles
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-08
TextEditor: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-06
TextEditor: Use new format functions.
asynts
2020-09-30
HackStudio+TextEditor: Add the Shell syntax highlighter
AnotherTest
2020-09-14
Build+TextEditor: Add a compile_json_gui() CMake helper
Andreas Kling
2020-09-14
TextEditor: Move the find/replace buttons to JSON GUI
Andreas Kling
2020-09-14
TextEditor: Set initial widget visibilities from JSON
Andreas Kling
2020-09-14
TextEditor: Move the "find" and "replace" widget containers to JSON GUI
Andreas Kling
2020-09-14
TextEditor: Move the main window UI to JSON
Andreas Kling
2020-08-30
TextEditor: Don't try to move(lambda)
Ben Wiederhake
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-16
TextEditor: Put fonts in exclusive action group
thankyouverycool
2020-08-11
TextEditor: Show pageview URLs in statusbar on hover
Linus Groh
2020-08-11
TextEditor: Open links from Web::PageView using Desktop::Launcher
Linus Groh
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-20
TextEditor: Preserve preview scroll position across page refreshes
Sahan Fernando
2020-07-18
TextEditor: Auto-select C++ syntax highlighting for more extensions
Nico Weber
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-06
TextEditor: Use ArgsParser and allow the user to specify preview mode
AnotherTest
2020-07-04
TextEditor: Allow turning off the preview mode
Andreas Kling
2020-07-04
TextEditor: Tweak 16x16 icon
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-26
TextEditor: Add live preview for HTML documents :^)
Andreas Kling
2020-06-21
TextEditor: Use Web::PageView::load_html() for the markdown preview
Andreas Kling
2020-06-04
TextEditor: Allow "TextEditor foo.txt" to create a new file
Andreas Kling
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-09
TextEditor: Use JS syntax highlighting for .json files :^)
Andreas Kling
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-05-03
Meta: Fix Makefile permissions (not executable)
Ben Wiederhake
2020-05-01
Applications: TextEditor INI file syntax highlighter
Hüseyin ASLITÜRK
2020-04-30
TextEditor: Use document path as base URL for markdown preview HTML
Andreas Kling
2020-04-30
TextEditor: Pledge "unix" so we can load images in Markdown preview
Andreas Kling
2020-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-28
TextEditor: Fix typo in comment
Linus Groh
2020-04-28
TextEditor: Add live preview when editing markdown :^)
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-22
TextEditor: Add "Find Previous" 16x16 icon
Brendan Coles
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-21
TextEditor: Add "Find Next" 16x16 icon
Brendan Coles
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
[next]