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
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-06
TextEditor: Fix hang on "Replace All"
Davi
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-10-23
TextEditor: Add syntax-highlighting for CSS files
Sam Atkins
2021-09-19
TextEditor: Show total character and word count without selection
thankyouverycool
2021-09-11
TextEditor: Remove wordiness and a separator in View menu
thankyouverycool
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-09-10
TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor/FileArgument: Remove file existance check for early exit
Mustafa Quraish
2021-09-02
TextEditor: Stop calling window->set_modified(false) on file save
Karol Kosek
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-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-31
HackStudio+TextEditor: Sync extensions from the FileIconProvider file
Karol Kosek
2021-07-31
TextEditor: Add automatic syntax highlighting for Shell and .htm files
Karol Kosek
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-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-21
TextEditor: Tighten unveil
Ralf Donau
2021-07-18
FileSystemAccessServer+TextEditor: Implement cross-process modal prompts
Timothy
2021-07-11
TextEditor: Show an error message when opening a file failed
Timothy
2021-07-11
TextEditor: Open files with ReadOnly when we're just reading them
Gunnar Beutner
2021-07-11
TextEditor: Avoid calling realpath()
Gunnar Beutner
2021-07-11
TextEditor: Show an error dialog when failing to open/save a file
Adam Hodgen
2021-07-10
TextEditor: Remove unused includes
Timothy
2021-07-10
TextEditor: Convert to east-const style
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-07-03
TextEditor: Reset editor width when disabling preview mode
Marcus Nilsson
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-22
TextEditor: Don't open files when the user cancelled saving changes
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-13
TextEditor: Don't allow opening directories
sinmineryt
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-03
TextEditor: Remove unused header includes
Brian Gianforcaro
2021-06-02
TextEditor/GMLPlayground: Don't close app if user aborts save on exit
Matthew Jones
2021-05-27
LibGUI+TextEditor: Add the calculation of selected words
ry-sev
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
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-17
LibGUI: Reset TextEditor modified state on sucessful write_to_file
faxe1008
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-09
TextEditor: Add support for SQL highlighting
Dylan Katz
2021-05-08
LibGUI+TextEditor: Make TextDocument modified state track undo stack
Andreas Kling
2021-05-06
TextEditor: Minor cleanups in the FileArgument class
Andreas Kling
2021-05-06
TextEditor: Rename "file_name" => "filename"
Andreas Kling
2021-05-06
LibGUI: Remember modified state on undo/redo actions
Carlos César Neves Enumo
[next]