summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-06-13LibGfx: Support AA rounded rectangles with elliptical bordersMacDue
2022-06-13LibJS/Bytecode: Define named functions as a variable inside their scopeLuke Wilde
2022-06-13LibJS/Bytecode: Pass contains_direct_call_to_eval into ESFO::createLuke Wilde
2022-06-13LibJS/Bytecode: Make `return;` return undefinedLuke Wilde
2022-06-13LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDsLuke Wilde
2022-06-13LibJS/Bytecode: Implement break/continue labelsLuke Wilde
2022-06-12LibELF: Always use parent object basename for $ORIGIN processingAndrew Kaster
2022-06-12LibC: Force default visibility for the _ctype_ symbolAndrew Kaster
2022-06-12LibC: Add public and independent ucontext.h headerAndrew Kaster
2022-06-12LibPthread: Set errno in sem_trywait()Timur Sultanov
2022-06-11LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_ruleLuke Wilde
2022-06-11LibWeb: Paint background border radius antialiasedMacDue
2022-06-11LibGfx: Clip outside the corners when painting an AA rounded rectangleMacDue
2022-06-11LibGfx: Fix rendering of bottom corners in AA rounded rectangleMacDue
2022-06-10LibGUI: Use new DialogButton for consistencyFrHun
2022-06-10LibGUI: Add DialogButton convenience classFrHun
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-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-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-09LibCore: Add a wrapper for endgrent()Lucas CHOLLET
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-06tar: Implement support for GNU longname headersTim Schumacher
2022-06-06LibWeb: Calculate floating elements width using min- and max-widthKarol Kosek
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-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-03LibWeb: Fix Array OOBs in the HTMLTokenizerstelar7
2022-06-02LibJS: Stub out String.prototype.normalizestelar7