index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-07-09
LibGfx: Paint whitespace characters (including ) as empty space
Andreas Kling
2022-07-09
LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes
Lucas CHOLLET
2022-07-09
FileManager: Change PGID of spawned processes
Lucas CHOLLET
2022-07-09
LibWeb: Base marker size on font height rather than line height
MacDue
2022-07-09
LibCore+Userland: Use StringViews when calling Core::System::open
kleines Filmröllchen
2022-07-09
Applications: Add a new NetworkSettings application
Maciej
2022-07-09
NetworkServer: Kill running DHCPServer before starting our own
Maciej
2022-07-09
NetworkServer: Clear default gateway route entry before adding
Maciej
2022-07-09
route: Support removing entries with unknown gateway
Maciej
2022-07-09
LibRegex: Fix lookup table-based range checks in Compare
Ali Mohammad Pur
2022-07-08
LibC: Move stack canary initialization before the global constructors
Tim Schumacher
2022-07-08
Kernel: Implement `sigsuspend` using a SignalBlocker
Tim Schumacher
2022-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
2022-07-08
LibM: Implement fma
Tim Schumacher
2022-07-08
LibC: Add stubs for glob and globfree
Tim Schumacher
2022-07-08
LibUnicode: Remove now-unused Unicode::select_pattern_with_plurality
Timothy Flynn
2022-07-08
LibJS: Use Intl.PluralRules within Intl.NumberFormat
Timothy Flynn
2022-07-08
LibJS: Add an overload of ResolvePlural for use without PluralRules
Timothy Flynn
2022-07-08
LibJS: Use Intl.PluralRules within Intl.DurationFormat
Timothy Flynn
2022-07-08
LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategory
Timothy Flynn
2022-07-08
LibJS+LibUnicode: Do not generate the PluralCategory enum
Timothy Flynn
2022-07-08
LibGUI: Unindent selected text on shift+tab press
huttongrabiel
2022-07-08
LibGUI: Indent selected text on tab press
huttongrabiel
2022-07-08
mount: Allow extending `fstab` via drop-in files in `fstab.d`
Tim Schumacher
2022-07-08
mount: Separate mounting by line into a new function
Tim Schumacher
2022-07-08
LibGUI: Support typing to search for ComboBox
zzLinus
2022-07-08
LibWeb: Add URLSearchParams as part of union type for XHR::send()
Kenneth Myhra
2022-07-08
HackStudio: Add the "Copy Full Path" TreeView context menu option
Yuval
2022-07-08
HackStudio: Add the "Copy Relative Path" TreeView context menu option
Yuval
2022-07-08
Userland: Add `/usr/local/sbin` to `PATH` by default
Tim Schumacher
2022-07-08
LibJS: Use Intl.PluralRules within Intl.RelativeFormat
Timothy Flynn
2022-07-08
LibJS: Implement Intl.PluralRules.prototype.select
Timothy Flynn
2022-07-08
LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptions
Timothy Flynn
2022-07-08
LibJS: Replace JS::Intl::PluralRules::Type with Unicode::PluralForm
Timothy Flynn
2022-07-08
LibJS: Mark the NumberFormat parameter of FormatNumericToString as const
Timothy Flynn
2022-07-08
LibUnicode: Generate a list of available plural categories per locale
Timothy Flynn
2022-07-08
LibUnicode: Parse and generate per-locale plural rules from the CLDR
Timothy Flynn
2022-07-07
WebSocket: Change target name to deconflict with LibWebSocket on Lagom
Andrew Kaster
2022-07-06
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
Andreas Kling
2022-07-06
LibWeb: Cache a pointer to the IFC root in InlineLevelIterator
Andreas Kling
2022-07-06
LibWeb: Keep the "remaining free space" across flexbox algo steps
Andreas Kling
2022-07-06
LibWeb: Add a 1-entry lookup cache to FormattingState
Andreas Kling
2022-07-06
LibWeb: Make non-finite CSS lengths resolve to "auto"
Andreas Kling
2022-07-06
LibJS: Implement Intl.Locale.prototype.weekInfo property
Timothy Flynn
2022-07-06
LibUnicode: Generate per-region week data
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.textInfo property
Timothy Flynn
2022-07-06
LibUnicode: Generate per-locale text layout information
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.timeZones property
Timothy Flynn
2022-07-06
LibTimeZone: Parse and generate a list of time zones used by region
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.numberingSystems property
Timothy Flynn
[next]