summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-06LibJS: Implement Intl.Locale.prototype.hourCycles propertyTimothy Flynn
2022-07-06LibJS: Partially implement Intl.Locale.prototype.collations propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.calendars propertyTimothy Flynn
2022-07-06LibJS: Revert partial resizable ArrayBuffer implementationLinus Groh
2022-07-06FontEditor: Rename FontEditorWidget => FontEditor::MainWidgetthankyouverycool
2022-07-06FontEditor: Hide Widget::set_font() in GlyphEditorWidgetthankyouverycool
2022-07-06FontEditor: Remove unused headers and member variablesthankyouverycool
2022-07-06FontEditor: Simplify GlyphMapWidget context menu constructionthankyouverycool
2022-07-06FontEditor: Update GML for new layout systemthankyouverycool
2022-07-06FontEditor: Convert preview window to GML and propagate its errorsthankyouverycool
2022-07-06FontEditor: Propagate errors when pushing undo commandsthankyouverycool
2022-07-06LibGUI: Add fallible try_push() variant to UndoStackthankyouverycool
2022-07-06FontEditor: Normalize GlyphMap selection before creating UndoSelectionthankyouverycool
2022-07-06FontEditor: Improve error propagation during constructionthankyouverycool
2022-07-06Meta: Build select Services in LagomAndrew Kaster
2022-07-06LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAXTimon Kruiper
2022-07-06LookupServer: Use designated initializers for sockaddr_inAndrew Kaster
2022-07-06RequestServer: Only attach SIGINFO signal handler if SIGINFO is definedAndrew Kaster
2022-07-06LibCore: Stub out pledge and unveil for non-serenity systemsAndrew Kaster
2022-07-06LibCore: Stub out FileWatcher for Lagom platformsAndrew Kaster
2022-07-06LibJS: Make AST.cpp compile with -O0Linus Groh
2022-07-06LibJS: Properly compute the line for source location hintsDexesTTP
2022-07-06LibIMAP: Properly escape the whole string instead of the first characterDexesTTP
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-06LibC: Stop leaking FILE in `getpwuid` and `getpwnam`Tim Schumacher
2022-07-06LibC: Don't clear static storage during `endpwent`Tim Schumacher
2022-07-06LibC: Don't clear static storage during `endgrent`Tim Schumacher
2022-07-06LibWeb: Cache flex item main sizes to avoid relayout during same cycleAndreas Kling
2022-07-05LibJS: Rename TimeHourMinuteBasicFormatNotAmbiguousLinus Groh
2022-07-05LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegativeLinus Groh
2022-07-05LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousLinus Groh
2022-07-05LibJS: Simplify TimeZoneNumericUTCOffsetNotAmbiguousLinus Groh
2022-07-05LibJS: Consistently check Temporal overflow optionsLinus Groh
2022-07-05LibJS: Remove unnecessary checks for undefined before ToPositiveIntegerLinus Groh
2022-07-05LibWeb: Trigger a relayout after setting Element.innerHTMLItamar
2022-07-05LibGUI: Don't ignore invisible widgets during layout changesthankyouverycool
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-07-05WebContent: Invalidate document style when changing the page's paletteLuke Wilde
2022-07-05Browser+WebContent: Fix inspecting non-visible nodesMacDue
2022-07-05LibELF: Take TLS segment alignment into account in DynamicLoaderIdan Horowitz
2022-07-05LibRegex: Use the correct values for comparing LUT entriesAli Mohammad Pur
2022-07-05LibRegex: Use proper CharRange constructor instead of bit_castingAli Mohammad Pur
2022-07-05LibArchive: Guard against major() and minor() macros from old glibcAndrew Kaster
2022-07-05LibGfx: Always truncate glyph coordinates in Painter::draw_text_run()Andreas Kling
2022-07-04LibRegex: Fully interpret the Compare Op when looking for overlapsAli Mohammad Pur
2022-07-04LibWeb: Support adding a border-radius to <iframe> elementsMacDue
2022-07-04LibWeb: Support adding a border-radius to <canvas> elementsMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for image paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for shadow paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for background paintingMacDue