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
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-06
TextEditor: Rename "file_name" => "filename"
Andreas Kling
2021-05-02
TextEditor: Specify the starting line and column number using colons
ry755
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-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-19
TextEditor: Exit program when file is not opened
Edgar Araújo
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-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
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