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
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
2021-05-05
Spreadsheet: Use shrink-to-fit for cell fg/bg color input layout
Linus Groh
2021-05-05
Base: Add manpage for groups(1)
setepenre
2021-05-05
Userland: Add groups program
setepenre
2021-05-05
LibCore: Call setgrent before looping on groups in get_extra_gids
setepenre
2021-05-05
Base: Fix typos and spelling errors in man pages
Brendan Coles
2021-05-05
Base: Minor cleanup of a few man pages.
Brian Gianforcaro
2021-05-05
Base: Add a boot_parameters(7) to document kernel boot parameters.
Brian Gianforcaro
2021-05-04
LibWeb: Implement EventTarget.dispatchEvent
Luke
2021-05-04
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
Luke
2021-05-04
LibWeb: Use HTML-uppercased qualified name for the Element node name
Luke
2021-05-04
LibWeb: Add createDocument and createDocumentType for DOMImplementation
Luke
[next]