summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-09-02LibGL: Allow numerical internal formats in glTexImage2DStephan Unverwerth
2021-09-02LibGL: Implement glPolygonOffsetStephan Unverwerth
2021-09-02LibGL: Implement glDrawBufferStephan Unverwerth
2021-09-02AboutDialog: Accept a version stringMahmoud Mandour
2021-09-02LibCore: Refactor a version-reading utilityMahmoud Mandour
2021-09-02LibCore+LibGUI: Define a Serenity version in LibCoreMahmoud Mandour
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-09-02LibWeb: Add missing shadow including ancestor checks in EventDispatcherLuke Wilde
2021-09-02LibWeb: Add shadow including ancestor/descendant checksLuke Wilde
2021-09-02LibCore: Remove deferred_invoke overload with Object& parametersin-ack
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
2021-09-01LibGUI: Don't draw Scrollbar scrubber when scrubber rect is nullthankyouverycool
2021-09-01LibGUI:: Style Combo and SpinBox buttons as ThickCapsthankyouverycool
2021-09-01LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()Andreas Kling
2021-09-01LibIMAP: Remove accidental use of STLAndreas Kling
2021-09-01LibGUI: Show an error message box in the FilePicker on no permissionsKarol Kosek
2021-09-01LibJS: Change offset in ISODateTimeWithinLimits to actually 24hLinus Groh
2021-09-01LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration()Linus Groh
2021-09-01LibJS: Make 'options' argument of Calendar prototype functions optionalLinus Groh
2021-09-01LibJS: Throw RangeError in PrepareTemporalFields for +/-∞Linus Groh
2021-09-01LibJS: Throw TypeError if Instant.prototype.round() options is undefinedLinus Groh
2021-09-01LibJS: Handle undefined, NaN, and Infinity in ToTemporalDurationRecordLinus Groh
2021-09-01LibUnicode: Resolve the most likely territory alias when there are manyTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale likely subtag dataTimothy Flynn
2021-09-01LibUnicode: Perform complex Unicode locale alias substitutionTimothy Flynn
2021-09-01LibUnicode: Generate complex Unicode locale alias matchingTimothy Flynn
2021-09-01LibUnicode: Canonicalize calendar subtagsTimothy Flynn
2021-09-01LibUnicode: Canonicalize timezone subtagsTimothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "imperial" to "uksystem"Timothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "primary" and "tertiary" to "levelN"Timothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "names" to "prprname"Timothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "yes" to "true"Timothy Flynn
2021-09-01LibUnicode: Substitute Unicode locale aliases during canonicalizationTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale alias dataTimothy Flynn
2021-09-01LibJS+LibUnicode: Store parsed Unicode locale data as full stringsTimothy Flynn
2021-09-01LibJS: Handle Unicode locale extensions in LookupMatcher AOTimothy Flynn
2021-09-01LibJS: Add support for public fields in classesdavidot
2021-09-01LibJS: Fix small issues in parserdavidot
2021-09-01LibRegex: Correctly advance string positions in Compare::compare_stringAli Mohammad Pur
2021-09-01LibRegex: Correctly handle failing in the middle of explicit repeatsAli Mohammad Pur
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-09-01LibELF: Don't copy read-only data sectionsAndreas Kling
2021-09-01LibGUI: Adjust BreadcrumbButtons width on resizeMarcus Nilsson
2021-08-31PixelPaint: Add grayscale filtersavary1
2021-08-31LibGUI/Desktop: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-31LibMarkdown: Match HTML formatting of Commonmark testsPeter Elliott
2021-08-31LibMarkdown: Add render_to_inline_html() to DocumentPeter Elliott
2021-08-31LibTest: Add TEST_SETUP macro that runs before all test casesPeter Elliott
2021-08-31WindowServer: Add message to notify clients of applet area resizeJoe Bentley