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-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
2022-01-25
LibJS: Convert Intl.NumberFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibJS: Convert Intl.DisplayNames to use Unicode::Style
Timothy Flynn
2022-01-25
LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibUnicode: Add helper methods to convert a Style to and from a string
Timothy Flynn
2022-01-25
LibUnicode: Remove the Unicode::Style::Numeric value
Timothy Flynn
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-25
LibC: Ensure tzname and related fields are intialized
Timothy Flynn
2022-01-25
LibC: Revert localtime_r to use time zone information set by tzset
Timothy Flynn
2022-01-25
LibC: Invoke tzset from time functions required to update time zone info
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
2022-01-25
LibC: Define the POSIX TZNAME_MAX limit
Timothy Flynn
2022-01-25
LibTimeZone: Add an API to retrieve both daylight and standard offsets
Timothy Flynn
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2022-01-25
LibThreading: Invoke BackgroundAction completions on origin event loop
Andreas Kling
2022-01-25
LibCore: Make Core::s_main_event_loop actually global
Andreas Kling
2022-01-25
LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZone
Linus Groh
2022-01-24
LibPDF: Make Filter::decode() return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibJS/Tests: Enable Number.isInteger() test that now passes
Linus Groh
2022-01-24
LibJS: Update ShadowRealm AO parameter declaration notations
Linus Groh
2022-01-24
LibJS: Let WrappedFunction inherit target name and length
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionLength AO
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionName AO
Linus Groh
2022-01-24
LibJS: Fix the execution context for the bytecode interpreter
davidot
2022-01-24
LibEDID: Fix handling extension maps
Tom
2022-01-24
LibEDID: Fix calculating height and refresh rate for interlaced modes
Tom
2022-01-24
LibProtocol: Overload Request::stream_into() to accept a Core::Stream
Sam Atkins
[next]