summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05Kernel/Console: Use 8x16 character font bitmap instead of old 8x8 bitmapLiav A
2022-05-05LibGfx: Fix Clang build failulres in VectorNAndreas Kling
2022-05-05SystemMonitor: Consistently use u64 for ValueFormat::text_formatterLuke Wilde
2022-05-05Kernel/Graphics: Simplify the GenericGraphicsAdapter classLiav A
2022-05-05Kernel/Graphics: Simplify the feature level of the Graphics subsystemLiav A
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-05Kernel/Graphics: Use DisplayConnector design with generic framebuffersLiav A
2022-05-05Kernel/Graphics: Apply DisplayConnector design on the VirtIO driverLiav A
2022-05-05WindowServer: Use FB_IOCTL_FLUSH_HEAD to flush a framebuffer if possibleLiav A
2022-05-05Kernel/Graphics: Use VirtIO GPU3DDevice constructor indirectlyLiav A
2022-05-05Kernel/Graphics: Migrate Intel driver to use the DisplayConnector designLiav A
2022-05-05Kernel/Graphics: Use DisplayConnector design for the Bochs driverLiav 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-05Kernel/Memory: Add TypedMapping base_address methodLiav A
2022-05-05LibEDID: Export common structures into a header fileLiav A
2022-05-05Kernel/Graphics: Export Bochs definitions to a header fileLiav A
2022-05-05Userland: Re-organize /dev GPU nodesLiav A
2022-05-05Kernel/Graphics: Introduce the DisplayConnector classLiav A
2022-05-05Kernel/Graphics: Declare BochsGraphicsAdapter::get_edid private methodLiav 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-05Kernel: Add IPv4 network class masksTim Schumacher
2022-05-05Kernel: Add IPsec ESP and AH protocol numbersTim Schumacher
2022-05-05Kernel: Properly define `IOV_MAX`Tim Schumacher
2022-05-05Kernel: Add the remaining POSIX `MADV_*` constantsTim Schumacher
2022-05-05Kernel: Add `O_SYNC` into `fcntl.h`Tim Schumacher
2022-05-05LibJS: Correct SetMutableBinding fallibility bug in spec commentLinus Groh
2022-05-04Browser: Set an icon for the 'Edit Bookmark' DialogKarol Kosek