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
/
TextEditorWidget.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-05
TextEditor+EditingEngine: Add support for the basics of Vim emulation
Rok Povsic
2021-01-05
TextEditor: Change 'Find regex' shortcut to Ctrl+Shift+R
Rok Povsic
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
2020-12-30
TextEditor: Switch to using GUI::FontPicker for picking editor font :^)
Andreas Kling
2020-12-30
TextEditor: Show "Untitled" when there's no current document path
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-26
TextEditor+HexEditor: Tweak dirty document warning messages
Andreas Kling
2020-12-23
TextEditor: Rename {Main => TextEditor}Window.gml
Linus Groh
2020-12-21
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
Andreas Kling
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
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
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-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-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-09
TextEditor: Use JS syntax highlighting for .json files :^)
Andreas Kling
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-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
[next]