summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-05LibSQL: Fix incorrect return typesGunnar Beutner
2021-05-05Solitaire: Decrease new game animation delayTimothy Flynn
2021-05-05Solitaire: Add statusbar segment to display elapsed timeTimothy Flynn
2021-05-05LibGUI: Allow specifying GUI::Statusbar segment count in GMLTimothy Flynn
2021-05-05Solitaire: Add a GUI::Statusbar to the Solitaire windowTimothy Flynn
2021-05-05Solitaire: Only start timer when the timer event is neededTimothy Flynn
2021-05-05Solitaire: Refactor painting logic to accomodate to-be-added widgetsTimothy Flynn
2021-05-05Solitaire: Don't invoke srand multiple timesTimothy Flynn
2021-05-05Solitaire: Convert Solitaire GUI to a frameTimothy Flynn
2021-05-05Solitaire: Convert Solitaire window to be created from GMLTimothy Flynn
2021-05-05Solitaire: Place files in Solitaire namespace and rename main widgetTimothy Flynn
2021-05-05Solitaire: Replace self-owned timer with Core::Object's timerTimothy Flynn
2021-05-05Solitaire: Bump stacked cards down to reveal suitTimothy Flynn
2021-05-05LookupServer: Implement basic mDNS support :^)Sergey Bugaev
2021-05-05LookupServer: Implement DNSName::operator==()Sergey Bugaev
2021-05-05Kernel: Implement IP multicast supportSergey Bugaev
2021-05-05LibWeb: Remove double comma in FrameLoader debug loggingIdan Horowitz
2021-05-05LibJS/Tests: Use hasOwnProperty() for duplicate test checkLinus Groh
2021-05-05Spreadsheet: Use shrink-to-fit for cell fg/bg color input layoutLinus Groh
2021-05-05Userland: Add groups programsetepenre
2021-05-05LibCore: Call setgrent before looping on groups in get_extra_gidssetepenre
2021-05-04LibWeb: Implement EventTarget.dispatchEventLuke
2021-05-04LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}Luke
2021-05-04LibWeb: Use HTML-uppercased qualified name for the Element node nameLuke
2021-05-04LibWeb: Add createDocument and createDocumentType for DOMImplementationLuke
2021-05-04LibWeb: Add support for extended attributes on IDL parametersLuke
2021-05-04LibWeb: Expose HTMLInputElement.nameLuke
2021-05-04Userland: Pledge wpath & cpath in straceSergey Bugaev
2021-05-04Userland: Refactor head(1) to not use stdioSergey Bugaev
2021-05-04Profiler: Move everything into the "Profiler" namespaceAndreas Kling
2021-05-04Snake: Spruce up the GUI a tiny bitAndreas Kling
2021-05-04LibGUI: Make GUI::Widget ignore wheel events by defaultAndreas Kling
2021-05-04LibWeb: Compute intrinsic height of absolute replaced elementsTimothy Flynn
2021-05-04LibCore: Avoid unnecessary Vector copy in Account ctorLinus Groh
2021-05-04LibCore: Don't include user GID in Account::extra_gids()Linus Groh
2021-05-04LibC: setspent() should not print to stderrGunnar Beutner
2021-05-04LibCore: Let Account::from_* succeed if /etc/shadow is unreadableGunnar Beutner
2021-05-04Profiler: Don't link against LibCoreDumpAndreas Kling
2021-05-04LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cppAndreas Kling
2021-05-04Profiler: Print addresses in debug log in hex.Brian Gianforcaro
2021-05-04WindowServer: Ignore mouse clicks we're not handlingGunnar Beutner
2021-05-03LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()Linus Groh
2021-05-03LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()Linus Groh
2021-05-03WindowServer: Close any open menus when starting window move/resizeAndreas Kling
2021-05-03WindowServer+LibGUI: Make much of window construction asynchronousAndreas Kling
2021-05-03WindowServer+LibGUI: Make much of menu construction asynchronousAndreas Kling
2021-05-03Userland: Add try_* IPC handlersGunnar Beutner
2021-05-03IPCCompiler: Don't generate handlers for response messagesGunnar Beutner
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner