summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-11LibCore: Add syscall wrapper for clock_settime()Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for getgrnam()Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for getpwnam()Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for chown()Kenneth Myhra
2021-12-11LibGL: Improve mipmap lookup in Texture2DJelle Raaijmakers
2021-12-11LibGL: Always inline `to_rgba32()`Jelle Raaijmakers
2021-12-11LibGL: Fix scissor box coordinate systemJelle Raaijmakers
2021-12-11LibGL: Remove unused default from rasterizer scissor_boxJelle Raaijmakers
2021-12-11LibGL: Use simpler syntax for `GL_SCISSOR_BOX` retrievalJelle Raaijmakers
2021-12-11LibGL: Make `glDeleteTextures` skip over 0 namesJelle Raaijmakers
2021-12-11LibGL: Remove unnecessary `break;` from SoftwareGLContextJelle Raaijmakers
2021-12-11LibGL: Fix a number of enum values in `gl.h`Jelle Raaijmakers
2021-12-11LibGL: Implement `GL_(UN)PACK_ALIGNMENT`Jelle Raaijmakers
2021-12-11LibGL: Use `Array::back()` for last mipmap selectionJelle Raaijmakers
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-11LibJS+LibUnicode: Generate unique numeric symbol listsTimothy Flynn
2021-12-10LibJS: Use AK::NaN<double> in Date::date_value() to fix build errorLinus Groh
2021-12-10LibJS: Implement the thisTimeValue() AO and use it where applicableLinus Groh
2021-12-10LibJS: Remove Object::value_of()Linus Groh
2021-12-10LibJS: Add test case for locales which do not define day periodsTimothy Flynn
2021-12-10LibJS: Use locale-aware day period time ranges to format period symbolsTimothy Flynn
2021-12-10LibUnicode: Parse and generate per-locale day period rangesTimothy Flynn
2021-12-10LibUnicode: Parse and generate secondary day period symbolsTimothy Flynn
2021-12-10LibJS+LibUnicode: Rename some Unicode::DayPeriod valuesTimothy Flynn
2021-12-10LibWeb: Implement AbortSignal.throwIfAbortedLuke Wilde
2021-12-10LibWeb: Add support for AbortSignal.reasonLuke Wilde
2021-12-10LibWeb: Fix off-by-one error when highlighting unquoted HTML attributesSam Atkins
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeStringTimothy Flynn
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleDateStringTimothy Flynn
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleStringTimothy Flynn
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToPartsTimothy Flynn
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeTimothy Flynn
2021-12-09LibJS: Store range format patterns in the Intl.DateTimeFormat objectTimothy Flynn
2021-12-09LibJS: Do not return views into potentially freed memoryTimothy Flynn
2021-12-09LibUnicode: Add method to combine two format pattern skeletonsTimothy Flynn
2021-12-09LibUnicode: Parse and generate date time range format patternsTimothy Flynn
2021-12-09LibUnicode: Parse and generate format pattern skeletonsTimothy Flynn
2021-12-09LibJS: Update spec comment in balance_duration_relative()Linus Groh
2021-12-09LibJS: Update spec comment in Temporal.Duration.prototype.round()Linus Groh
2021-12-09LibGUI: Add EngineType to EditingEngine classesscwfri
2021-12-09LibWeb: Remove now-unused CustomStyleValueSam Atkins
2021-12-09LibWeb: Handle dependency cycles in CSS var()s :^)Sam Atkins
2021-12-09LibWeb: Mitigate the billion-laughs attack on CSS variablesSam Atkins
2021-12-09LibWeb: Handle fallback values for CSS variables :^)Sam Atkins
2021-12-09LibWeb: Parse and resolve UnresolvedStyleValuesSam Atkins
2021-12-09LibWeb: Add new UnresolvedStyleValue classSam Atkins
2021-12-09LibWeb: Make StyleBlockRule more accessible to outsidersSam Atkins
2021-12-09LibWeb: Include custom properties in CSS dumpSam Atkins
2021-12-09LibWeb: Make CSS::Screen forward its ref count to DOM::WindowAndreas Kling