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-28
LibJS: Implement the Intl.PluralRules constructor
Timothy Flynn
2022-01-28
LibJS: Implement a nearly empty Intl.PluralRules object
Timothy Flynn
2022-01-28
LibJS: Move some Intl.NumberFormat fields into a NumberFormatBase class
Timothy Flynn
2022-01-28
LibMain: Invoke tzset in LibMain so all apps can have time zone info
Timothy Flynn
2022-01-28
LibSoftGPU: Simplify clipping logic
Lenny Maiorani
2022-01-27
LibGUI: Alphabetize the available entries in CommandPalette
Andreas Kling
2022-01-27
LibGUI: Show action icons in CommandPalette when available :^)
Andreas Kling
2022-01-27
LibGUI: Add a universally available "command palette" to GUI programs
Andreas Kling
2022-01-27
LibGUI: Make FilteringProxyModel::data() support multi-column data
Andreas Kling
2022-01-27
LibGUI: Fix bogus return value on error in FilteringProxyModel::data()
Andreas Kling
2022-01-27
LibGUI: Fix bogus root index column_count() in FilteringProxyModel
Andreas Kling
2022-01-27
LibGUI: Don't skip non-skipable spans on ctrl+right
Mathieu PATUREL
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.format
Timothy Flynn
2022-01-27
LibJS: Add explicit constructors for PatternPartition
Timothy Flynn
2022-01-27
LibJS: Change RelativeTimeFormat::number_format to return a reference
Timothy Flynn
2022-01-27
LibJS: Add missing spec link for InitializeRelativeTimeFormat
Timothy Flynn
2022-01-27
LibUnicode: Templatize our naive implementation of plurality selection
Timothy Flynn
2022-01-27
LibUnicode: Parse and generate relative-time format patterns
Timothy Flynn
2022-01-27
LibSoftGPU: Reduce Clipper class interface to minimum
Lenny Maiorani
2022-01-27
LibSoftGPU: Use default construction to clear AlphaBlendFactors
Lenny Maiorani
2022-01-27
LibGL: Set rasterizer material state without copying
Lenny Maiorani
2022-01-27
LibGL: Set rasterizer light state without copying
Lenny Maiorani
2022-01-27
LibJS: Respect per-locale minimum grouping digits when number formatting
Timothy Flynn
2022-01-27
LibUnicode: Generate per-locale minimum grouping digit values
Timothy Flynn
2022-01-27
LibJS: Prevent implicit pointer-to-bool conversion in Value constructor
Timothy Flynn
2022-01-26
LibGUI+LoginServer: Use default buttons in InputBox and LoginWindow
thankyouverycool
2022-01-26
LibGUI: Allow Buttons to set themselves as default
thankyouverycool
2022-01-26
LibGUI: Allow Windows to set a default return key widget
thankyouverycool
2022-01-26
LibGL: Implement `glMateriali{v}`
Jesse Buhagiar
2022-01-26
LibGL: Implement `glLighti{v}`
Jesse Buhagiar
2022-01-26
LibGL: Correctly set scene ambient in `glLightModelfv`
Jesse Buhagiar
2022-01-26
LibGL: Implement `glLightModeliv`
Jesse Buhagiar
2022-01-26
LibGL: Implement `glGetMaterial`
Jesse Buhagiar
2022-01-26
LibGL: Implement `glGetLight`
Jesse Buhagiar
2022-01-26
LibEDID: Use correct paths for LibEDID generated files
Timothy Flynn
2022-01-25
LibCore: Support (and use) DateTime string formatting of the form %Z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %:z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %z
Timothy Flynn
2022-01-25
LibJS: Use new construct AO overload where easily applicable
Timothy Flynn
2022-01-25
LibJS: Add templated overloads for the construct AO to create its MVL
Timothy Flynn
2022-01-25
LibJS: Use forwarding references for call's variadic template arguments
Timothy Flynn
2022-01-25
LibJS: Remove erroneous variadic template from some call overloads
Timothy Flynn
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2022-01-26
LibRegex: Don't return empty vectors from RegexStringView::lines()
Ali Mohammad Pur
2022-01-25
LibJS: Implement Intl.RelativeTimeFormat.prototype.resolvedOptions
Timothy Flynn
2022-01-25
LibJS: Fix errors in Intl.DateTimeFormat.prototype.resolvedOptions tests
Timothy Flynn
2022-01-25
LibJS: Implement Intl.RelativeTimeFormat.supportedLocalesOf
Timothy Flynn
2022-01-25
LibJS: Implement the Intl.RelativeTimeFormat constructor
Timothy Flynn
2022-01-25
LibJS: Implement a nearly empty Intl.RelativeTimeFormat object
Timothy Flynn
[prev]
[next]