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
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.formatToParts
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.format
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.supportedLocalesOf
Timothy Flynn
2021-09-06
LibJS: Implement the Intl.ListFormat constructor
Timothy Flynn
2021-09-06
js: Implement pretty-printing of Intl.ListFormat
Timothy Flynn
2021-09-06
LibJS: Implement a nearly empty Intl.ListFormat object
Timothy Flynn
2021-09-06
LibUnicode: Parse and generate the Unicode locale list patterns dataset
Timothy Flynn
2021-09-07
PixelPaint: Fix layer dragging bug
Mustafa Quraish
2021-09-06
js: Include calendar in pretty-printing output of more Temporal objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainMonthDay objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainYearMonth objects
Linus Groh
2021-09-06
PixelPaint: Add `Crop to Selection` Action
Mustafa Quraish
2021-09-06
LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.since
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.until
Idan Horowitz
2021-09-06
LibJS: Add a bunch of Temporal Abstract Operations
Idan Horowitz
2021-09-06
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
Idan Horowitz
2021-09-06
Solitaire: Add Auto-Collect gameplay option
Thitat Auareesuksakul
2021-09-06
LibWeb+WebContent: Remove old console-logging IPC calls
Sam Atkins
2021-09-06
Browser+WebContent: Initialize WebContentConsoleClient earlier
Sam Atkins
2021-09-06
Browser: Convert JS ConsoleWidget to new API
Sam Atkins
2021-09-06
WebContent: Store messages in WebContentConsoleClient
Sam Atkins
2021-09-06
LibWeb+WebContent: Add new console-message IPC calls
Sam Atkins
2021-09-06
WebContent: Implement `$0` special variable in Browser JS Console
Sam Atkins
2021-09-06
WebContent: Implement ConsoleGlobalObject which proxies to WindowObject
Sam Atkins
2021-09-06
Browser: Reconnect the JS console when the current page changes
Sam Atkins
2021-09-06
Browser: Move `show_console_window()` to Tab
Sam Atkins
2021-09-06
Browser: Delete unused BrowserConsoleClient.{h,cpp}
Sam Atkins
2021-09-06
Keyboard Mapper: Better text color for buttons in dark theme
Anders Fimreite
2021-09-06
LibGUI: Dynamically resize editing content rect in IconView
Marcus Nilsson
2021-09-06
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-09-06
LibJS: Only remove Unicode locale extensions during the LookupMatcher AO
Timothy Flynn
2021-09-06
LibUnicode+LibJS: Return removed extensions from remove_extension_type
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware BEFORE_DOT special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware MORE_ABOVE special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware AFTER_SOFT_DOTTED special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware AFTER_I special casing
Timothy Flynn
2021-09-06
LibUnicode: Ensure case conversion methods increment the current index
Timothy Flynn
2021-09-06
LibUnicode: Add public wrapper for the generated locale_from_string
Timothy Flynn
2021-09-06
LibRegex: Avoid keeping track of checkpoints across forks
Ali Mohammad Pur
2021-09-06
ThemeEditor: Make the model derived from ItemListModel
Karol Kosek
2021-09-06
LibGUI: Add Gfx::ColorRole to Variant
Karol Kosek
2021-09-06
FontEditor: Don't loop over all glyphs to find selected one
Mustafa Quraish
2021-09-06
LibRegex: Make infinite repetitions short-circuit on empty matches
Ali Mohammad Pur
2021-09-06
PixelPaint: Allow opening of files dropped onto application :^)
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish
2021-09-06
LibJS: Clean up token constructor and use method instead for identifiers
davidot
2021-09-06
LibJS: Fix that windows style line endings were not ignored or converted
davidot
2021-09-06
LibWeb: Make Node.textContent more spec compliant
Luke Wilde
[next]