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
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
Kernel: Prevent sign bit extension when creating a PDPTE
Luke
2020-12-30
Docs: Update WSL notes with some workarounds for known issues
Peter Nelson
2020-12-30
Toolchain: Fix incorrect use of ENV{SERENITY_ARCH} in CMakeToolchain.txt
Linus Groh
2020-12-30
CrashReporter: Show assertion message in backtrace, if any
Linus Groh
2020-12-30
LibC: Set "assertion" coredump metadata in __assertion_failed()
Linus Groh
2020-12-30
Kernel: Embed a Metadata notes entry in coredumps
Linus Groh
2020-12-30
Kernel: Add sys$set_coredump_metadata() syscall
Linus Groh
2020-12-30
LibELF+LibCoreDump: Add a Metadata notes entry
Linus Groh
2020-12-30
LibGUI: Make SpinBox up/down buttons look right when disabled
Andreas Kling
2020-12-30
WidgetGallery: Tweak UI layout for "Modals" tab
Andreas Kling
2020-12-30
LibGUI: Make disabled scrollbars have more disabled looking icons
Andreas Kling
2020-12-30
Terminal: Fix bell mode in Terminal Settings
Morc - Richard Gráčik
2020-12-30
WebContent: Pledge "recvfd" :^)
Andreas Kling
2020-12-30
LibGUI: Make GUI::ScrollBar inherit from AbstractSlider
Andreas Kling
2020-12-30
LibGUI: Rename AbstractSlider::on_value_changed => on_change
Andreas Kling
2020-12-30
LibGUI: Add page_step setting to AbstractSlider and use it in Slider
Andreas Kling
2020-12-30
LibGUI: Add GUI::AbstractSlider and move generic parts of Slider there
Andreas Kling
2020-12-30
CrashReporter: Show PID from coredump
Linus Groh
2020-12-30
CrashReporter: Read executable path from coredump process info
Linus Groh
2020-12-30
Kernel: Embed a ProcessInfo notes entry in coredumps
Linus Groh
2020-12-30
LibELF+LibCoreDump: Add a ProcessInfo notes entry
Linus Groh
2020-12-30
LibGUI: Use Window::center_within() in GUI::Dialog
Andreas Kling
2020-12-30
Terminal+LibVT: Add settings window to the terminal context menu
Andreas Kling
2020-12-30
LibGUI: Add Window::center_within(Window)
Andreas Kling
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-30
pro: Add support for sending POST requests and custom headers
AnotherTest
2020-12-30
AK: Add {Input,Output}FileStream
AnotherTest
2020-12-30
AK: Add a ByteBuffer::copy(ReadonlyBytes) overload
AnotherTest
2020-12-30
Base: Add Amazon's intermediate root certificate (Server CA 1B)
AnotherTest
2020-12-30
AK: Replace some SFINAE with requires clauses, clean up existing ones
Andrew Kaster
2020-12-30
Kernel: Consolidate the various BlockCondition::unblock variants
Tom
2020-12-30
Terminal: Tweak height of settings window
Andreas Kling
2020-12-30
Terminal: Make the find shortcut Ctrl+Shift+F
Andreas Kling
2020-12-30
Base: Remove some low-quality color themes
Andreas Kling
2020-12-30
Playground: Add autocomplete
AnotherTest
2020-12-30
LibGUI: Register a whole bunch of properties in various widgets
AnotherTest
2020-12-30
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
AnotherTest
2020-12-30
Terminal: Remove redundant scroll length settings option
Idan Horowitz
2020-12-30
Applications: Added a new MouseSettings application
Idan Horowitz
2020-12-30
WindowServer: Added IPC requests for getting and setting mouse settings
Idan Horowitz
2020-12-30
WindowServer: Added configurable mouse acceleration and scroll length
Idan Horowitz
2020-12-30
AK: Move String::number entirely to header file
Andrew Kaster
2020-12-30
AK: Add tests for type traits and IndexSequence
Andrew Kaster
2020-12-30
AK: Add a TypeList class for expanded compile-time tools
Andrew Kaster
2020-12-30
AK: Add IsArithmetic and IsFundamental type traits
Andrew Kaster
2020-12-30
AK: Correct name in TestMain for TestTrie
Andrew Kaster
2020-12-30
AK: Use MacOS pthread_get_stacksize_np to get stack size for StackInfo
Andrew Kaster
2020-12-30
FileManager: Use GUI::SeparatorWidget in the properties dialog
Andreas Kling
2020-12-30
LibGUI: Move GUI::SeparatorWidget from ToolBar.cpp to its own file
Andreas Kling
[next]