summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-05-06Browser: Remove STL utility include from CookiesModelMacDue
2022-05-06SystemServer: Boot to text mode if there are no device nodes at /dev/gpuLiav A
2022-05-06SystemServer: Remove search of a FramebufferDeviceLiav A
2022-05-06BrowserSettings: Add missing code to update filtering checkboxIT6uru
2022-05-06Terminal+TerminalSettings: Allow disabling close confirmationsMacDue
2022-05-06Terminal: Close warnings for background/foreground processesMacDue
2022-05-05js: Print different type for each kind of ECMAScript function objectLinus Groh
2022-05-05js: Implement pretty-printing of generator objectsLinus Groh
2022-05-05LibJS: Set "prototype" property of async generator functionsLinus Groh
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