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
Age
Commit message (
Expand
)
Author
2021-05-06
Tests: Move LibSQL tests to Tests/LibSQL
Brian Gianforcaro
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2021-05-06
LibC: Update forkpty() master fd before fork()'s child branch
Linus Groh
2021-05-06
LibC: Remove 'int* aslave' parameter from forkpty()
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
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
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
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
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
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
Userland: Add groups program
setepenre
2021-05-05
LibCore: Call setgrent before looping on groups in get_extra_gids
setepenre
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
2021-05-04
LibWeb: Add support for extended attributes on IDL parameters
Luke
2021-05-04
LibWeb: Expose HTMLInputElement.name
Luke
2021-05-04
Userland: Pledge wpath & cpath in strace
Sergey Bugaev
2021-05-04
Userland: Refactor head(1) to not use stdio
Sergey Bugaev
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-05-04
Snake: Spruce up the GUI a tiny bit
Andreas Kling
2021-05-04
LibGUI: Make GUI::Widget ignore wheel events by default
Andreas Kling
2021-05-04
LibWeb: Compute intrinsic height of absolute replaced elements
Timothy Flynn
[next]