summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-02LibCore+LibGUI: Define a Serenity version in LibCoreMahmoud Mandour
2021-09-02TextEditor: Stop calling window->set_modified(false) on file saveKarol Kosek
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-02PixelPaint: Ctrl+click on palette colors now sets primary/secondaryMustafa Quraish
2021-09-02PixelPaint: Allow changing colors temporarily without paletteMustafa Quraish
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-02Welcome: Replace rand()/srand() with AK::get_random_uniform()thankyouverycool
2021-09-02Welcome: Make license headers uniformthankyouverycool
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-01js: Use CodepointOriented spans and use the codepoint length of tokensin-ack
2021-09-013DFileViewer: Maintain the FPS counter's positionDawid Wolosowicz
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-01SpaceAnalyzer: Enable icons within the breadcrumbbarDawid Wolosowicz
2021-09-01SoundPlayer: Use GUI::ActionGroup for Visualization menuThitat Auareesuksakul
2021-09-01Profiler: Minor static code analysis issues in FlameGraphViewBrian Gianforcaro
2021-09-01Profiler: Use = default for empty destructorBrian Gianforcaro
2021-09-01HackStudio: Fix typo in C++ file extension mapping codeBrian Gianforcaro
2021-09-01SoundPlayer: Fix file leak in M3UParser::from_file(..)Brian Gianforcaro
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-01PixelPaint: Add "Change Offset" to the GuideToolTobias Christiansen
2021-09-01PixelPaint: Add setter for the orientation of a GuideTobias Christiansen
2021-09-01PixelPaint: Allow initial values for the EditGuideDialogTobias Christiansen