summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30FontEditor: Correct member type and initialization in UndoGlyphthankyouverycool
2021-11-30FontEditor: Remove unused Vector<String>thankyouverycool
2021-11-30FontEditor: Correct NewFontDialog layout issuesthankyouverycool
2021-11-30FontEditor: Clean up GlyphMapWidget headerthankyouverycool
2021-11-30FontEditor: Remove superfluous 'this' pointersthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-30FontEditor: Add scaled offset members to GlyphEditorthankyouverycool
2021-11-30FontEditor: Update status bar on initializationthankyouverycool
2021-11-30FontEditor: Remove code duplication when resizing GlyphEditorthankyouverycool
2021-11-30FontEditor: Account for glyph width when pastingthankyouverycool
2021-11-30FontEditor: Don't allow cutting and copying absent glyphsthankyouverycool
2021-11-30FontEditor: Don't null check newly created NonnullRefPtr fontsthankyouverycool
2021-11-30FontEditor: Factor out redundant code for a request to closethankyouverycool
2021-11-30FontEditor: Convert mode and transform buttons into toolbar actionsthankyouverycool
2021-11-30FontEditor: Simplify start-upthankyouverycool
2021-11-30FontEditor: Use LibUnicode to convert character casethankyouverycool
2021-11-30LibGfx+FontEditor: Add helper to determine raw glyph presencethankyouverycool
2021-11-30LibCore: Fix relative seeking in IODeviceArne Elster
2021-11-30LibJS: Change LargerOfTwoTemporalUnits AO to return a StringViewTimothy Flynn
2021-11-29LibJS: Implement Temporal.Duration.prototype.subtractLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.addLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.roundLuke Wilde
2021-11-29LibJS: Implement Intl.DateTimeFormat.prototype.resolvedOptionsTimothy Flynn
2021-11-29LibJS: Implement Intl.DateTimeFormat.supportedLocalesOfTimothy Flynn
2021-11-29js: Implement pretty-printing of Intl.DateTimeFormatTimothy Flynn
2021-11-29LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructorTimothy Flynn
2021-11-29LibJS: Implement a nearly empty Intl.DateTimeFormat objectTimothy Flynn
2021-11-29LibUnicode: Add special handling of hour cycle (hc) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate regional hour cyclesTimothy Flynn
2021-11-29LibUnicode: Parse and generate available candidate format patternsTimothy Flynn
2021-11-29LibUnicode: Parse and generate date, time, and date-time format patternsTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn
2021-11-29LibJS: Change Intl's GetOption AO to accept a Span rather than a VectorTimothy Flynn
2021-11-29LibDSP: Fix potential slicing issue in volume_from_envelopeBrian Gianforcaro
2021-11-29LibCpp: Fix copy paste typo in Parser::match_secondary_expressionBrian Gianforcaro
2021-11-293DFileViewer: Set correct aspect ratio in view frustumJelle Raaijmakers
2021-11-29LibGL: Mark SoftwareGLContext::gl_scissor as overrideHendiadyoin1
2021-11-29LibGfx: Link against LibIPCHendiadyoin1
2021-11-29LibGfx: Load default font lazilyHendiadyoin1
2021-11-29LibJS: Implement parsing and executing for-await-of loopsdavidot
2021-11-29LibJS: Implement the async versions of iterator operationsdavidot
2021-11-29LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instancesdavidot
2021-11-29LibJS: Move the TRY_OR_REJECT macro to PromiseReactiondavidot
2021-11-29LibJS: Add AsyncIteratorPrototypedavidot
2021-11-29ImageDecoder: Fix assertion after failed decodeAndreas Kling
2021-11-293DFileViewer: Improve FPS displayJelle Raaijmakers
2021-11-29LibIPC: Mark m_sockfd as maybe_unused on non Serenity platformsdavidot
2021-11-29LibIPC: Replace u32/u64 value coders with u/ul/ull value codersAndreas Kling
2021-11-28SpiceAgent: Port to LibMain :^)Andreas Kling