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
2021-12-11
LibCore: Add syscall wrapper for clock_settime()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getgrnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getpwnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for chown()
Kenneth Myhra
2021-12-11
LibGL: Improve mipmap lookup in Texture2D
Jelle Raaijmakers
2021-12-11
LibGL: Always inline `to_rgba32()`
Jelle Raaijmakers
2021-12-11
LibGL: Fix scissor box coordinate system
Jelle Raaijmakers
2021-12-11
LibGL: Remove unused default from rasterizer scissor_box
Jelle Raaijmakers
2021-12-11
LibGL: Use simpler syntax for `GL_SCISSOR_BOX` retrieval
Jelle Raaijmakers
2021-12-11
LibGL: Make `glDeleteTextures` skip over 0 names
Jelle Raaijmakers
2021-12-11
LibGL: Remove unnecessary `break;` from SoftwareGLContext
Jelle Raaijmakers
2021-12-11
LibGL: Fix a number of enum values in `gl.h`
Jelle Raaijmakers
2021-12-11
LibGL: Implement `GL_(UN)PACK_ALIGNMENT`
Jelle Raaijmakers
2021-12-11
LibGL: Use `Array::back()` for last mipmap selection
Jelle Raaijmakers
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-10
LibJS: Use AK::NaN<double> in Date::date_value() to fix build error
Linus Groh
2021-12-10
LibJS: Implement the thisTimeValue() AO and use it where applicable
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-10
LibJS: Add test case for locales which do not define day periods
Timothy Flynn
2021-12-10
LibJS: Use locale-aware day period time ranges to format period symbols
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate per-locale day period ranges
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate secondary day period symbols
Timothy Flynn
2021-12-10
LibJS+LibUnicode: Rename some Unicode::DayPeriod values
Timothy Flynn
2021-12-10
LibWeb: Implement AbortSignal.throwIfAborted
Luke Wilde
2021-12-10
LibWeb: Add support for AbortSignal.reason
Luke Wilde
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleDateString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleString
Timothy Flynn
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts
Timothy Flynn
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRange
Timothy Flynn
2021-12-09
LibJS: Store range format patterns in the Intl.DateTimeFormat object
Timothy Flynn
2021-12-09
LibJS: Do not return views into potentially freed memory
Timothy Flynn
2021-12-09
LibUnicode: Add method to combine two format pattern skeletons
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate date time range format patterns
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate format pattern skeletons
Timothy Flynn
2021-12-09
LibJS: Update spec comment in balance_duration_relative()
Linus Groh
2021-12-09
LibJS: Update spec comment in Temporal.Duration.prototype.round()
Linus Groh
2021-12-09
LibGUI: Add EngineType to EditingEngine classes
scwfri
2021-12-09
LibWeb: Remove now-unused CustomStyleValue
Sam Atkins
2021-12-09
LibWeb: Handle dependency cycles in CSS var()s :^)
Sam Atkins
2021-12-09
LibWeb: Mitigate the billion-laughs attack on CSS variables
Sam Atkins
2021-12-09
LibWeb: Handle fallback values for CSS variables :^)
Sam Atkins
2021-12-09
LibWeb: Parse and resolve UnresolvedStyleValues
Sam Atkins
2021-12-09
LibWeb: Add new UnresolvedStyleValue class
Sam Atkins
2021-12-09
LibWeb: Make StyleBlockRule more accessible to outsiders
Sam Atkins
2021-12-09
LibWeb: Include custom properties in CSS dump
Sam Atkins
2021-12-09
LibWeb: Make CSS::Screen forward its ref count to DOM::Window
Andreas Kling
[next]