summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-06Kernel/Graphics: Implement basic support for VMWare SVGA adapterLiav A
2022-05-06LibWeb: Remove a superfluous verify_cast on SVGGraphicsPaintableDexesTTP
2022-05-06LibWeb: Remove unneeded iteration filter on LiveNodeListDexesTTP
2022-05-06LibWeb: Remove unneeded .gitignoreDexesTTP
2022-05-06LibWeb: Only generate ResourceLoader signposts while on SerenityDexesTTP
2022-05-06LibWeb: Remove unneeded LibGUI include in Window.cppDexesTTP
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-06Kernel/Graphics: Use boot console if the subsystem is disabledLiav A
2022-05-06SystemServer: Remove search of a FramebufferDeviceLiav A
2022-05-06Kernel/Graphics: Implement basic cursor for FramebufferConsoleLiav 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-06Kernel: Add /proc/{pid}/children to ProcFSMacDue
2022-05-06Kernel: Expose .length() of KBufferBuilderMacDue
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-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