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-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename fb prefix function names => graphics_connector
Liav A
2022-05-05
Everywhere: Rename FB prefix structure names => Graphics
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-05
DisplaySettings+WindowServer: Add support for display connector devices
Liav A
2022-05-05
LibEDID: Export common structures into a header file
Liav A
2022-05-05
Kernel/Graphics: Introduce the DisplayConnector class
Liav A
2022-05-05
LibSoftGPU: Remove initial fog factor value from Device
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Move back to `i32`-based subpixels
Jelle Raaijmakers
2022-05-05
LibGfx: Add `Vector::to_rounded<T>()`
Jelle Raaijmakers
2022-05-05
LibGfx: Add `IntVector2/3/4` types
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Remove unused `Matrix3x3.h` include
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Replace some `interpolate()` calls with `VectorN::dot`
Jelle Raaijmakers
2022-05-05
LibSoftGPU: East-const `interpolate`
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Use `FloatVector4` pixel format for `Image`
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Use `u64` for `Device` statistics vars
Jelle Raaijmakers
2022-05-05
LibGL: Split up GLContext implementation into logical units
Jelle Raaijmakers
2022-05-05
LibGL: Put the OpenGL API wrapper in a single code unit
Jelle Raaijmakers
2022-05-05
LibC: Add IN6_IS_ADDR_MULTICAST
Tim Schumacher
2022-05-05
LibJS: Correct SetMutableBinding fallibility bug in spec comment
Linus Groh
2022-05-04
LibWeb: Use Unicode data for CSS text-transform property
Karol Kosek
2022-05-03
LibAudio+Userland: Remove Audio::LegacyBuffer
kleines Filmröllchen
2022-05-03
LibAudio: Move WAV sample reading and conversion into own helpers
kleines Filmröllchen
2022-05-03
LibAudio: Move WavLoader to Core::Stream APIs
kleines Filmröllchen
2022-05-03
LibAudio: Refactor and modernize WavLoader
kleines Filmröllchen
2022-05-03
LibJS: Remove bogus FIXME in ArgumentsObject::internal_get()
Linus Groh
2022-05-03
LibJS: Use consistent phrasing for string length
Linus Groh
2022-05-03
LibJS: Update order of steps in CanonicalNumericIndexString
Linus Groh
2022-05-03
LibJS: Reflect Array.prototype.toLocaleString comment in %TypedArray%
Linus Groh
2022-05-03
LibJS: Add assertion (comment) to MakeMatchIndicesIndexPairArray
Linus Groh
2022-05-03
LibJS: Update spec comments to avoid = comparisons with signed zero
Linus Groh
2022-05-03
LibJS: Update comments for Annex B changes to IsLooselyEqual
Linus Groh
2022-05-03
LibJS: Fix type confusion in msFromTime
Linus Groh
2022-05-03
LibJS: Update two comments saying "completion value"
Linus Groh
2022-05-03
LibJS: Use more consistent wording for creating empty lists
Linus Groh
2022-05-03
LibJS: Use CreateDataPropertyOrThrow in MakeMatchIndicesIndexPairArray
Linus Groh
2022-05-03
LibC: Hide `posix_memalign` by default
Tim Schumacher
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2022-05-02
LibM: Remove stale commented out CMake commands
Andrew Kaster
2022-05-02
LibGfx: Fix typo in Color constructor
César Torres
2022-05-01
LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOs
Linus Groh
2022-05-01
LibJS: Change "Record {}" to "Iterator Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "Completion {}" to "Completion Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "as [the] argument[s]" to "with arguments" in comments
Linus Groh
2022-05-01
LibJS: Update outdated table reference in BoundFunctionCreate
Linus Groh
2022-05-01
LibJS: Rename some variables from "script body" to "script"
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-05-01
LibJS: Update spec comments testing presence of a field
Linus Groh
2022-05-01
LibJS: Update ValidateAndApplyPropertyDescriptor implementation
Linus Groh
[next]