summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-11LibWeb: Store MessageEvent::m_data in a JS::HandleLuke Wilde
2022-07-10AK: Treat empty string as invalid JSONLuke Wilde
2022-07-10LibXML: Fail gracefully on integer overflow in character referencesIdan Horowitz
2022-07-10LibGfx: Default-initialize dummy scanlineKarol Kosek
2022-07-10Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variablegggggg-gggggg
2022-07-10LibGUI: Disallow selection identation in readonly text editorsnetworkException
2022-07-10LibGfx: Implement PNG filtering on writeKarol Kosek
2022-07-10LibGfx: Move PNG header and paeth_predictor function to a shared headerKarol Kosek
2022-07-10LibGfx: Use enum instead of magic numbers for PNG Color and Filter typesKarol Kosek
2022-07-10Kernel+SystemServer: Make KCOVDevice a character deviceLiav A
2022-07-10LibRegex: Treat inverted Compare entries as disjunctionsAli Mohammad Pur
2022-07-10LibRegex: Correctly track current inversion state in the optimizerAli Mohammad Pur
2022-07-10LibRegex: Flush compare tables before entering a permanent inverse stateAli Mohammad Pur
2022-07-10DynamicLoader: Stop performing relative relocations on non-pie objectsIdan Horowitz
2022-07-10LibCompress: Write Deflate window size in the Zlib headerKarol Kosek
2022-07-10LibWeb: Tiebreak corner color on existence of corresponding bordersMacDue
2022-07-10LibGUI: Allow deleting text editor indent selections in non tab casesnetworkException
2022-07-10LibJS: Fix typos in Temporal spec commentsLinus Groh
2022-07-10LibJS: Add Add IsValidISODate assertionsLinus Groh
2022-07-10js: Add missing built-in functions to help() outputLinus Groh
2022-07-10js: Remove load() built-in functionLinus Groh
2022-07-10LibWeb: Support flex item cross sizing based on intrinsic aspect ratioAndreas Kling
2022-07-10LibWeb: Don't include flex line margins in inner flex item cross sizesAndreas Kling
2022-07-10LibWeb: Improve support for flex-start/end with reversed flex-directionAndreas Kling
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-09LibWeb: Add LengthPercentage::is_auto() convenience helperAndreas Kling
2022-07-09LibGfx: Use float when calculating text width in ScaledFontAndreas Kling
2022-07-09LibGfx: Paint whitespace characters (including  ) as empty spaceAndreas Kling
2022-07-09LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classesLucas CHOLLET
2022-07-09FileManager: Change PGID of spawned processesLucas CHOLLET
2022-07-09LibWeb: Base marker size on font height rather than line heightMacDue
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-07-09Applications: Add a new NetworkSettings applicationMaciej
2022-07-09NetworkServer: Kill running DHCPServer before starting our ownMaciej
2022-07-09NetworkServer: Clear default gateway route entry before addingMaciej
2022-07-09route: Support removing entries with unknown gatewayMaciej
2022-07-09LibRegex: Fix lookup table-based range checks in CompareAli Mohammad Pur
2022-07-08LibC: Move stack canary initialization before the global constructorsTim Schumacher
2022-07-08Kernel: Implement `sigsuspend` using a SignalBlockerTim Schumacher
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-07-08LibM: Implement fmaTim Schumacher
2022-07-08LibC: Add stubs for glob and globfreeTim Schumacher
2022-07-08LibUnicode: Remove now-unused Unicode::select_pattern_with_pluralityTimothy Flynn
2022-07-08LibJS: Use Intl.PluralRules within Intl.NumberFormatTimothy Flynn
2022-07-08LibJS: Add an overload of ResolvePlural for use without PluralRulesTimothy Flynn
2022-07-08LibJS: Use Intl.PluralRules within Intl.DurationFormatTimothy Flynn
2022-07-08LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategoryTimothy Flynn
2022-07-08LibJS+LibUnicode: Do not generate the PluralCategory enumTimothy Flynn
2022-07-08LibGUI: Unindent selected text on shift+tab presshuttongrabiel
2022-07-08LibGUI: Indent selected text on tab presshuttongrabiel