summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-06Tests: Move LibSQL tests to Tests/LibSQLBrian Gianforcaro
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2021-05-06LibC: Update forkpty() master fd before fork()'s child branchLinus Groh
2021-05-06LibC: Remove 'int* aslave' parameter from forkpty()Linus Groh
2021-05-06LookupServer: Remove some unnecessary "rc" temporariesAndreas Kling
2021-05-06LookupServer: Check the return value after calling unveil()Andreas Kling
2021-05-06TextEditor: Minor cleanups in the FileArgument classAndreas Kling
2021-05-06TextEditor: Rename "file_name" => "filename"Andreas Kling
2021-05-06WindowServer: Don't let clients start resize of non-resizable windowsAndreas Kling
2021-05-06LibGUI: Don't show resize corner in non-resizable window's statusbarAndreas Kling
2021-05-06LibC: Lazily initialize malloc chunksGunnar Beutner
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-06DHCPClient: Handle invalid DHCP responses more gracefullyGunnar Beutner
2021-05-06LibGUI: Remember modified state on undo/redo actionsCarlos César Neves Enumo
2021-05-06LibGUI: Clear undo stack when opening a new documentCarlos César Neves Enumo
2021-05-05LibGUI: Add ScrollableContainerWidget :^)Andreas Kling
2021-05-05LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()Andreas Kling
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