summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename fb prefix function names => graphics_connectorLiav A
2022-05-05Everywhere: Rename FB prefix structure names => GraphicsLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-05LibEDID: Export common structures into a header fileLiav A
2022-05-05Kernel/Graphics: Introduce the DisplayConnector classLiav A
2022-05-05LibSoftGPU: Remove initial fog factor value from DeviceJelle Raaijmakers
2022-05-05LibSoftGPU: Move back to `i32`-based subpixelsJelle Raaijmakers
2022-05-05LibGfx: Add `Vector::to_rounded<T>()`Jelle Raaijmakers
2022-05-05LibGfx: Add `IntVector2/3/4` typesJelle Raaijmakers
2022-05-05LibSoftGPU: Remove unused `Matrix3x3.h` includeJelle Raaijmakers
2022-05-05LibSoftGPU: Replace some `interpolate()` calls with `VectorN::dot`Jelle Raaijmakers
2022-05-05LibSoftGPU: East-const `interpolate`Jelle Raaijmakers
2022-05-05LibSoftGPU: Use `FloatVector4` pixel format for `Image`Jelle Raaijmakers
2022-05-05LibSoftGPU: Use `u64` for `Device` statistics varsJelle Raaijmakers
2022-05-05LibGL: Split up GLContext implementation into logical unitsJelle Raaijmakers
2022-05-05LibGL: Put the OpenGL API wrapper in a single code unitJelle Raaijmakers
2022-05-05LibC: Add IN6_IS_ADDR_MULTICASTTim Schumacher
2022-05-05LibJS: Correct SetMutableBinding fallibility bug in spec commentLinus Groh
2022-05-04LibWeb: Use Unicode data for CSS text-transform propertyKarol Kosek
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-05-03LibAudio: Move WAV sample reading and conversion into own helperskleines Filmröllchen
2022-05-03LibAudio: Move WavLoader to Core::Stream APIskleines Filmröllchen
2022-05-03LibAudio: Refactor and modernize WavLoaderkleines Filmröllchen
2022-05-03LibJS: Remove bogus FIXME in ArgumentsObject::internal_get()Linus Groh
2022-05-03LibJS: Use consistent phrasing for string lengthLinus Groh
2022-05-03LibJS: Update order of steps in CanonicalNumericIndexStringLinus Groh
2022-05-03LibJS: Reflect Array.prototype.toLocaleString comment in %TypedArray%Linus Groh
2022-05-03LibJS: Add assertion (comment) to MakeMatchIndicesIndexPairArrayLinus Groh
2022-05-03LibJS: Update spec comments to avoid = comparisons with signed zeroLinus Groh
2022-05-03LibJS: Update comments for Annex B changes to IsLooselyEqualLinus Groh
2022-05-03LibJS: Fix type confusion in msFromTimeLinus Groh
2022-05-03LibJS: Update two comments saying "completion value"Linus Groh
2022-05-03LibJS: Use more consistent wording for creating empty listsLinus Groh
2022-05-03LibJS: Use CreateDataPropertyOrThrow in MakeMatchIndicesIndexPairArrayLinus Groh
2022-05-03LibC: Hide `posix_memalign` by defaultTim Schumacher
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-05-02LibM: Remove stale commented out CMake commandsAndrew Kaster
2022-05-02LibGfx: Fix typo in Color constructorCésar Torres
2022-05-01LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOsLinus Groh
2022-05-01LibJS: Change "Record {}" to "Iterator Record {}" in commentsLinus Groh
2022-05-01LibJS: Change "Completion {}" to "Completion Record {}" in commentsLinus Groh
2022-05-01LibJS: Change "as [the] argument[s]" to "with arguments" in commentsLinus Groh
2022-05-01LibJS: Update outdated table reference in BoundFunctionCreateLinus Groh
2022-05-01LibJS: Rename some variables from "script body" to "script"Linus Groh
2022-05-01LibJS: Rename scope to environmentLinus Groh
2022-05-01LibJS: Update spec comments testing presence of a fieldLinus Groh
2022-05-01LibJS: Update ValidateAndApplyPropertyDescriptor implementationLinus Groh