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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-01-31
LibJS: Implement Intl.supportedValuesOf
Timothy Flynn
2022-01-31
LibJS: Provide public access to list of sanctioned unit identifiers
Timothy Flynn
2022-01-31
LibJS: Allow calling Array::create_from without allocating a Vector
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available currencies
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available numbering systems
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available calendars
Timothy Flynn
2022-01-31
LibGUI: Remove `Window` background color
Jelle Raaijmakers
2022-01-30
LibJS: Implement ECMA-402 BigInt.prototype.toLocaleString
Timothy Flynn
2022-01-30
LibJS: Support BigInt number formatting with Intl.NumberFormat
Timothy Flynn
2022-01-30
LibJS: Generalize Intl.NumberFormat to operate on Value types
Timothy Flynn
2022-01-30
LibJS: Implement Intl %SegmentsPrototype%[@@iterator]
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl Segment Iterator objects
Idan Horowitz
2022-01-30
LibJS: Implement Intl.Segmenter.prototype.segment
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl Segments objects
Idan Horowitz
2022-01-30
LibJS: Implement Intl.Segmenter.prototype.resolvedOptions
Idan Horowitz
2022-01-30
LibJS: Implement Intl.Segmenter.supportedLocalesOf
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl.Segmenter
Idan Horowitz
2022-01-30
LibJS: Add support for JSON modules
davidot
2022-01-30
LibJS: Expose JSON.parse as an intrinsic value of the global object
davidot
2022-01-30
LibJS: Implement the import assertions proposal
davidot
2022-01-30
LibJS: Follow the spec with storing im- and export entries
davidot
2022-01-30
LibGUI: Collect menu and submenu actions for CommandPalette
networkException
2022-01-30
LibGUI: Increase the width of a CommandPalette dialog
networkException
2022-01-30
LibGUI: Add Menu column to CommandPalette :^)
networkException
2022-01-30
LibGUI: Flash menubar when using command palette
bugreport0
2022-01-30
LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxes
networkException
2022-01-29
LibJS: Visit m_async_from_sync_iterator_prototype in GlobalObject
Idan Horowitz
2022-01-29
LibJS: Update spec numbers for ECMA-402
Timothy Flynn
2022-01-29
LibJS: Implement Intl.Collator.prototype.resolvedOptions
Timothy Flynn
2022-01-29
LibJS: Implement Intl.Collator.supportedLocalesOf
Timothy Flynn
2022-01-29
LibJS: Implement the Intl.Collator constructor
Timothy Flynn
2022-01-29
LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocale
Timothy Flynn
2022-01-29
LibJS: Implement a nearly empty Intl.Collator object
Timothy Flynn
2022-01-29
WebContent: Switch scroll direction on shift modifier
Dmitry Petrov
2022-01-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
2022-01-29
LibGUI: Allow Label icons to be set from GML
Dylan Katz
2022-01-29
LibGUI: Show radio buttons for checkable actions in CommandPalette
networkException
2022-01-29
LibGUI: Allow falling back to default paint behavior in delegate
networkException
2022-01-28
LibCoredump: Copy out the FooInfo structs to an aligned address
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Use ByteReader to do unaligned reads
Ali Mohammad Pur
2022-01-28
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
Ali Mohammad Pur
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-28
LibAudio: Use ArrayLike concept to remove duplicate Buffer constructor
kleines Filmröllchen
2022-01-28
LibTextCodec: Do not allocate the various decoders
Daniel Bertalan
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-28
LibCore: Change DateTime format strings to be StringViews
Timothy Flynn
2022-01-28
LibCore: Remove time zone from default format string
Timothy Flynn
2022-01-28
LibJS: Implement Intl.PluralRules.prototype.resolvedOptions
Timothy Flynn
2022-01-28
LibJS: Implement Intl.PluralRules.supportedLocalesOf
Timothy Flynn
[next]