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-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
2021-05-04
LibCore: Avoid unnecessary Vector copy in Account ctor
Linus Groh
2021-05-04
LibCore: Don't include user GID in Account::extra_gids()
Linus Groh
2021-05-04
LibC: setspent() should not print to stderr
Gunnar Beutner
2021-05-04
LibCore: Let Account::from_* succeed if /etc/shadow is unreadable
Gunnar Beutner
2021-05-04
Profiler: Don't link against LibCoreDump
Andreas Kling
2021-05-04
LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp
Andreas Kling
2021-05-04
Profiler: Print addresses in debug log in hex.
Brian Gianforcaro
2021-05-04
WindowServer: Ignore mouse clicks we're not handling
Gunnar Beutner
2021-05-03
LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()
Linus Groh
2021-05-03
LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()
Linus Groh
2021-05-03
WindowServer: Close any open menus when starting window move/resize
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of window construction asynchronous
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of menu construction asynchronous
Andreas Kling
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
2021-05-03
IPCCompiler: Don't generate handlers for response messages
Gunnar Beutner
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
[next]