index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
TextEditor
/
MainWidget.h
Age
Commit message (
Expand
)
Author
2023-05-05
LibMarkdown+LibSyntax: Add a Markdown syntax highlighter
Maciej
2023-04-20
TextEditor: Propagate errors from `MainWidget::initialize_menubar()`
Karol Kosek
2023-03-08
TextEditor: Enable CMakeCache.txt highlighting
Sam Atkins
2023-03-04
TextEditor: Enable CMake syntax highlighting
Sam Atkins
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-03
TextEditor: Propagate errors from `read_file()`
Lucas CHOLLET
2023-02-03
TextEditor: Port to `Core::Stream`
Lucas CHOLLET
2022-12-23
TextEditor: Add option to open the current file in File Manager
Kampsjaak
2022-12-12
LibGUI+TextEditor: Add a relative line number option for TextEditor
Snow
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-08-16
TextEditor: Correct typo in MainWidget.{cpp,h}
huttongrabiel
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-03-29
TextEditor: Use the search API of GUI::TextEditor
Itamar
2022-02-24
TextEditor: Update status bar to use clickable Segments
thankyouverycool
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-20
TextEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-18
TextEditor: Hookup git commit message detection and highlighting
Brian Gianforcaro
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-23
TextEditor: Add syntax-highlighting for CSS files
Sam Atkins
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-08-26
TextEditor: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-23
TextEditor: Unveil the full path to the config file
Ralf Donau
2021-07-23
TextEditor: Allow starting with a file argument that doesn't exist
Itamar
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-18
FileSystemAccessServer+TextEditor: Implement cross-process modal prompts
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-05-20
TextEditor: Don't launch a WebContent process until it's needed
Andreas Kling
2021-05-20
TextEditor+Browser: Enable HTML syntax highlighting on HTML documents
Ali Mohammad Pur
2021-05-09
TextEditor: Add support for SQL highlighting
Dylan Katz
2021-05-01
TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window
Andreas Kling
2021-05-01
TextEditor: Rename TextEditorWidget => TextEditor::MainWidget
Andreas Kling