summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-06-10LibEDID: Return "Unknown" string if failed to determine the manufacturerLiav A
2022-06-10LibWeb: Print correct value types in ComponentValue debug stringKarol Kosek
2022-06-10LibGUI: Fix GML parser command order regressionFrHun
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-06-10LibGUI: Fix crash when clicking on small Scrollbar gutterFrHun
2022-06-10WindowServer: Fix animated cursor not starting after cursor theme switchMacDue
2022-06-10Calculator: Replace "Euler's Constant" with "Euler's Number" in menuredsnout
2022-06-10LibPthread: Implement cleanup handlersTim Schumacher
2022-06-10LibIPC: Make noise when shutting down because of an errorJelle Raaijmakers
2022-06-10LibWeb/CSS: Add :focus-within serialisationLuke Wilde
2022-06-10LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisationLuke Wilde
2022-06-10SystemServer: Detect spawning user for AcceptSocketConnections servicesLucas CHOLLET
2022-06-10LibWeb: Apply content filter to DNS prefetch and pre-connectLuke Wilde
2022-06-10LibJS: Simplify Temporal unit AOsLinus Groh
2022-06-10LibJS: Remove unnecessary ToLimitedTemporalDuration AOLinus Groh
2022-06-10LibJS: Align DifferenceTemporalInstant with similar AOsLinus Groh
2022-06-10LibJS: Refactor Temporal parse AOsLinus Groh
2022-06-10LibJS: Rename DefaultMergeFields to DefaultMergeCalendarFieldsLinus Groh
2022-06-10LibJS: Mark a call of CreateTemporalDate as infallibleLinus Groh
2022-06-09SystemServer: Add Service::try_create to propagate errorsLucas CHOLLET
2022-06-09SystemServer: Propagate more errorsLucas CHOLLET
2022-06-09LibCore: Add a wrapper for endgrent()Lucas CHOLLET
2022-06-09Calculator: Add Phi constantAndrew Dykema
2022-06-08PixelPaint: Speed up and improve memory usage of bucket fill toolAaron J Yoder
2022-06-06LibWeb: Use `long long` where it was replaced with `long`stelar7
2022-06-06LibWeb: Adjust implementation of `Document::create_event`stelar7
2022-06-06js: Add a loadINI() function for loading INI files :^)Linus Groh
2022-06-06tar: Implement support for GNU longname headersTim Schumacher
2022-06-06WindowServer: Drop support for the DisplayConnector write interfaceLiav A
2022-06-06Mail: Fix mail settings not opening after prompt to configureMacDue
2022-06-06MouseSettings: Get highlight preview cursor via cursor theme Config.iniMacDue
2022-06-06LibWeb: Calculate floating elements width using min- and max-widthKarol Kosek
2022-06-05MouseSettings: Add tab to configure cursor highlightingMacDue
2022-06-05WindowServer: Add IPC calls for changing the cursor highlightingMacDue
2022-06-05WindowServer: Implement cursor highlightingMacDue
2022-06-05WindowServer: Factor out config sync check to sync_config_to_disk()MacDue
2022-06-05LibCore: Remove ConfigFile::write_color_entry()MacDue
2022-06-05LibWeb: Dispatch mouse events to topmost element instead of hit targetkleines Filmröllchen
2022-06-05LibIPC: Process remaining read bytes before shutting down due to EOFnetworkException
2022-06-05LibWeb: Paint list markers antialiasedMacDue
2022-06-05Pong: Paint ball antialiasedMacDue
2022-06-05Chess: Paint move marker antialiasedMacDue
2022-06-05Breakout: Paint ball antialiasedMacDue
2022-06-05LibGfx: Fix antialiased circles becoming too pointy at small sizesMacDue
2022-06-05LibGUI+Browser: Fix crash when activating a "Tab n" actionnetworkException
2022-06-04LibGL: Reject GL_LEFT and GL_RIGHT in glCullFaceLuke Wilde
2022-06-04LibC: Make asctime_r() in time.h POSIX compliantMay
2022-06-03LibWeb: Reject invalid background-repeat values instead of crashingIdan Horowitz
2022-06-03LibWeb: Support DocumentFragments in Node.prototype.cloneNodeIdan Horowitz
2022-06-03js: Create throw completions instead of raw error values on SyntaxErrorIdan Horowitz