summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-05-05LibJS: Fix "prototype" property of generator functions, againLinus Groh
2022-05-05LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype%Linus Groh
2022-05-05LibJS: Add AsyncGenerator / AsyncGeneratorPrototypeLinus Groh
2022-05-05LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() gettersLinus Groh
2022-05-05Browser: Consolidate StorageWidget tabs into a single gml filenetworkException
2022-05-05WindowServer: Take vertical menu offset into account when adjusting posLinus Groh
2022-05-05Browser: Set all cookies at once instead adding them separatelyRafał Babiarz
2022-05-05Browser: Rename "on_want_cookies" to match local storage equivalentRafał Babiarz
2022-05-05LibGfx: Fix Clang build failulres in VectorNAndreas Kling
2022-05-05SystemMonitor: Consistently use u64 for ValueFormat::text_formatterLuke Wilde
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-05WindowServer: Use FB_IOCTL_FLUSH_HEAD to flush a framebuffer if possibleLiav A
2022-05-05WindowServer: Implement mechanism to restore safe mode settingLiav 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-05Userland: Re-organize /dev GPU nodesLiav 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-05su: Change the HOME enviroment variable on loginUndefine
2022-05-05LibC: Add IN6_IS_ADDR_MULTICASTTim Schumacher
2022-05-05LibJS: Correct SetMutableBinding fallibility bug in spec commentLinus Groh
2022-05-04Browser: Set an icon for the 'Edit Bookmark' DialogKarol Kosek
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