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-05-06
Ports: Update Python to 3.9.5
Linus Groh
2021-05-06
LookupServer: Remove some unnecessary "rc" temporaries
Andreas Kling
2021-05-06
LookupServer: Check the return value after calling unveil()
Andreas Kling
2021-05-06
Base: Remove unnecessary UID separation of multi-process Browser
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
WindowServer: Don't let clients start resize of non-resizable windows
Andreas Kling
2021-05-06
LibGUI: Don't show resize corner in non-resizable window's statusbar
Andreas Kling
2021-05-06
LibC: Lazily initialize malloc chunks
Gunnar Beutner
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-06
DHCPClient: Handle invalid DHCP responses more gracefully
Gunnar Beutner
2021-05-06
Kernel: Truncate UDP packets on read
Gunnar Beutner
2021-05-06
LibGUI: Remember modified state on undo/redo actions
Carlos César Neves Enumo
2021-05-06
LibGUI: Clear undo stack when opening a new document
Carlos César Neves Enumo
2021-05-05
Meta: Add "Human language policy" to CONTRIBUTING.md
Andreas Kling
2021-05-05
Kernel: Allow remapping Caps Lock to Control (#6883)
Spencer Dixon
2021-05-05
LibGUI: Add ScrollableContainerWidget :^)
Andreas Kling
2021-05-05
LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()
Andreas Kling
2021-05-05
LibSQL: Fix incorrect return types
Gunnar Beutner
2021-05-05
Solitaire: Decrease new game animation delay
Timothy Flynn
2021-05-05
Solitaire: Add statusbar segment to display elapsed time
Timothy Flynn
2021-05-05
LibGUI: Allow specifying GUI::Statusbar segment count in GML
Timothy Flynn
2021-05-05
Solitaire: Add a GUI::Statusbar to the Solitaire window
Timothy Flynn
2021-05-05
Solitaire: Only start timer when the timer event is needed
Timothy Flynn
2021-05-05
Solitaire: Refactor painting logic to accomodate to-be-added widgets
Timothy Flynn
2021-05-05
Solitaire: Don't invoke srand multiple times
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire GUI to a frame
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire window to be created from GML
Timothy Flynn
2021-05-05
Solitaire: Place files in Solitaire namespace and rename main widget
Timothy Flynn
2021-05-05
Solitaire: Replace self-owned timer with Core::Object's timer
Timothy Flynn
2021-05-05
Solitaire: Bump stacked cards down to reveal suit
Timothy Flynn
2021-05-05
Meta: Enable linting of shell scripts under Toolchain
Brian Gianforcaro
2021-05-05
Toolchain: Fix expansion bugs and make BuildIt.sh shellcheck compliant
Brian Gianforcaro
2021-05-05
Toolchain: Make BuildFuseExt2.sh shellcheck compliant
Brian Gianforcaro
2021-05-05
Toolchain: Make BuildPython.sh shellcheck compliant
Brian Gianforcaro
2021-05-05
Base: Start LookupServer on boot
Sergey Bugaev
2021-05-05
LookupServer: Implement basic mDNS support :^)
Sergey Bugaev
2021-05-05
LookupServer: Implement DNSName::operator==()
Sergey Bugaev
2021-05-05
Kernel: Implement IP multicast support
Sergey Bugaev
2021-05-05
Meta: Add action to tweet each commit on push
Idan Horowitz
2021-05-05
Kernel: Fix `write`s to `ProcFS` (#6879)
Spencer Dixon
2021-05-05
Documentation: Update FAQ a bit and move it into Documentation/
Andreas Kling
2021-05-05
AK: Add a Variant<Ts...> implementation
Ali Mohammad Pur
2021-05-05
AK: Export integer_sequence_generate_array()
Ali Mohammad Pur
2021-05-05
AK: Add min() and max() methods to Array<T, N>
Ali Mohammad Pur
2021-05-05
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
Brian Gianforcaro
2021-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
2021-05-05
Kernel: Remove shadowing member variable from FileDescriptionBlocker
Tom
2021-05-05
LibWeb: Remove double comma in FrameLoader debug logging
Idan Horowitz
2021-05-05
LibJS/Tests: Use hasOwnProperty() for duplicate test check
Linus Groh
[next]