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-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