summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-07-08mount: Allow extending `fstab` via drop-in files in `fstab.d`Tim Schumacher
2022-07-08mount: Separate mounting by line into a new functionTim Schumacher
2022-07-08LibGUI: Support typing to search for ComboBoxzzLinus
2022-07-08LibWeb: Add URLSearchParams as part of union type for XHR::send()Kenneth Myhra
2022-07-08HackStudio: Add the "Copy Full Path" TreeView context menu optionYuval
2022-07-08HackStudio: Add the "Copy Relative Path" TreeView context menu optionYuval
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-08LibJS: Use Intl.PluralRules within Intl.RelativeFormatTimothy Flynn
2022-07-08LibJS: Implement Intl.PluralRules.prototype.selectTimothy Flynn
2022-07-08LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptionsTimothy Flynn
2022-07-08LibJS: Replace JS::Intl::PluralRules::Type with Unicode::PluralFormTimothy Flynn
2022-07-08LibJS: Mark the NumberFormat parameter of FormatNumericToString as constTimothy Flynn
2022-07-08LibUnicode: Generate a list of available plural categories per localeTimothy Flynn
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-07-07WebSocket: Change target name to deconflict with LibWebSocket on LagomAndrew Kaster
2022-07-06LibWeb: Use correct margin & padding values in anonymous wrapper boxesAndreas Kling
2022-07-06LibWeb: Cache a pointer to the IFC root in InlineLevelIteratorAndreas Kling
2022-07-06LibWeb: Keep the "remaining free space" across flexbox algo stepsAndreas Kling
2022-07-06LibWeb: Add a 1-entry lookup cache to FormattingStateAndreas Kling
2022-07-06LibWeb: Make non-finite CSS lengths resolve to "auto"Andreas Kling
2022-07-06LibJS: Implement Intl.Locale.prototype.weekInfo propertyTimothy Flynn
2022-07-06LibUnicode: Generate per-region week dataTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.textInfo propertyTimothy Flynn
2022-07-06LibUnicode: Generate per-locale text layout informationTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.timeZones propertyTimothy Flynn
2022-07-06LibTimeZone: Parse and generate a list of time zones used by regionTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.numberingSystems propertyTimothy Flynn