index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-03
Shell: Implement a 'source' builtin
AnotherTest
2021-01-03
Shell: Show a snippet of what caused the error (if possible)
AnotherTest
2021-01-03
Shell: Give commands and globs a source position
AnotherTest
2021-01-03
Shell: Move AST::create() into the header and use it
AnotherTest
2021-01-03
TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some files
Emanuele Torre
2021-01-03
LibGfx+Ports: Add missing newlines at the end of file.
Emanuele Torre
2021-01-03
Meta: Add a script that makes sure files end in a newline.
Emanuele Torre
2021-01-03
FuzzJs: If the program successfully parsed, try running it
Luke
2021-01-03
LibGUI: Use String::formatted() and String::number() more
Andreas Kling
2021-01-03
LibGUI: Use String::formatted() and String::number() more
Andreas Kling
2021-01-03
LibWeb: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-03
CrashReporter: Make the window resizable
Andreas Kling
2021-01-03
FontEditor: Add help documentation
Brendan Coles
2021-01-03
ProtocolServer: Add some debug log output for failed downloads
Andreas Kling
2021-01-03
Demos: add CatDog (Neko clone)
TheMorc
2021-01-03
Browser: Tell LaunchServer we only want to show the downloads directory
Andreas Kling
2021-01-03
LaunchServer+LibDesktop: Add ability to allow URL without handler
Andreas Kling
2021-01-03
Revert "Terminal: Tell LaunchServer we only need to open "Help""
Andreas Kling
2021-01-03
Terminal: Tell LaunchServer we only need to open "Help"
Andreas Kling
2021-01-03
LaunchServer+LibDesktop: Add unveil-like mechanism for LaunchServer
Andreas Kling
2021-01-03
LibGUI: Also specialize PgUp/PgDn/Home/End in line-wrapped TextEditors
Andreas Kling
2021-01-03
LibGUI: Improve up/down arrow behavior in TextEditor with wrapping
Andreas Kling
2021-01-03
Help: Support loading help page by file path as command line argument
Brendan Coles
2021-01-03
LibGUI: Make the autocomplete box window a child of its editor's window
AnotherTest
2021-01-03
Playground: Improve the autocompleted suggestions
AnotherTest
2021-01-03
LibGUI: Stop the automatic autocomplete timer when typing whitespace
AnotherTest
2021-01-03
LibGUI: Register the various BoxLayouts
AnotherTest
2021-01-03
LibCore: Add a way to check if a property is readonly
AnotherTest
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2021-01-03
LibGUI: Add missing properties to Widget gml
Glenford Williams
2021-01-03
LibGUI: Move widget registrations to the corresponding cpp file
Andrew Kaster
2021-01-03
LibWeb: Fully implement end tag parsing in foreign content
Luke
2021-01-02
LibGUI: Remove Widget's unused m_{foreground,background}_color
Linus Groh
2021-01-02
NotificationServer: Reposition notifications on screen resolution change
Laria Carolin Chabowski
2021-01-02
Shell: Stop running the backgrounding test
AnotherTest
2021-01-02
LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)
Andreas Kling
2021-01-02
Kernel: Ignore TLB flush requests for user addresses of other processes
Tom
2021-01-02
Kernel: If a VMObject is shared, broadcast page remappings
Tom
2021-01-02
Revert "Kernel: Allocate shared memory regions immediately"
Tom
2021-01-02
Spreadsheet: Drop all references to example windows when closing them
AnotherTest
2021-01-02
Spreadsheet: Avoid OOB access and use-after-move in selection
AnotherTest
2021-01-02
Help: Add a "Home" action to the toolbar :^)
Andreas Kling
2021-01-02
Help: Rename manual section 1 to "User programs"
Andreas Kling
2021-01-02
Kernel: Allocate shared memory regions immediately
Andreas Kling
2021-01-02
Kernel: Pass "shared" flag to Region constructor
Andreas Kling
2021-01-02
LibWeb: Use Gfx::Bitmap::create_shareable() in OOPWV
Andreas Kling
2021-01-02
LibGfx: Add Gfx::Bitmap::create_shareable(format, size)
Andreas Kling
2021-01-02
LibC: Randomize the stack check cookie value on initialization
Brian Gianforcaro
2021-01-02
Kernel: Fix bad VMObject iteration in sys$purge()
Andreas Kling
2021-01-02
Kernel: Enable -fstack-protector-strong (again)
Brian Gianforcaro
[next]