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-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
2021-05-02
TextEditor: Specify the starting line and column number using colons
ry755
2021-05-01
TextEditor: Make sure to mark the Window as unmodified after saving
Andreas Kling
2021-05-01
TextEditor: Use an automatic "modified" marker in the window title
Andreas Kling
2021-05-01
TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window
Andreas Kling
2021-05-01
TextEditor: Add some missing curly braces around a nested if statement
Andreas Kling
2021-05-01
TextEditor: Remove some unnecessary #include statements
Andreas Kling
2021-05-01
TextEditor: Rename TextEditorWidget => TextEditor::MainWidget
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibGUI: Rename Action::long_text to Action::status_tip
Andreas Kling
2021-04-17
TextEditor: Show action long texts in the status bar :^)
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-09
TextEditor: Add Alt shortcuts to menu actions
Andreas Kling
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-25
TextEditorWidget: Whitespace related options
lucastarche
2021-03-25
TextEditorWidget: Added tab width submenu
lucastarche
2021-03-19
TextEditor: Exit program when file is not opened
Edgar Araújo
2021-03-15
TextEditor: Add charcount info about selected text to the statusbar
Cesar Torres
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-01
TextEditor: Add a command line option to jump to a specific line number
ry755
2021-02-27
TextEditor: Initialize menubar before opening initial file
Andreas Kling
2021-02-27
TextEditor: Rename open_sesame() => open_file()
Andreas Kling
2021-02-26
TextEditor: Fix passing null parent to AboutDialog
thankyouverycool
2021-02-22
TextEditor+LibGUI: Add case matching and wrap around optionality
thankyouverycool
2021-02-15
TextEditor: Allow picking non-proportional font
Stephan Unverwerth
2021-02-13
TextEditor: Set wrapping and preview menus to correct defaults
thankyouverycool
2021-02-13
TextEditor: Add layout options to View menu
thankyouverycool
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-02-02
Revert "TextEditor: Add vim status indicators to the statusbar"
Andreas Kling
2021-02-02
TextEditor: Add vim status indicators to the statusbar
Zac
2021-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
2021-01-16
TextEditor: Add help documentation
Brendan Coles
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling