summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-07LibJS: Convert Console to use MarkedVector<Value>Luke Wilde
2022-05-07Ports/libmad: Use fresh config.guessEWouters
2022-05-06WindowServer: Separate physical resolution from scaling factorsLiav A
2022-05-06LibJS: Convert remaining Date AOs using JS::Value as in/output to doubleLinus Groh
2022-05-06LibJS: Add variant of to_integer_or_infinity() for plain doublesLinus Groh
2022-05-06LibJS: Remove unused LibCore/DateTime.h header from Date.cppLinus Groh
2022-05-06LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date classLinus Groh
2022-05-06Kernel: Force y offset 0 when switching between console & graphics modesLiav A
2022-05-06WindowServer: Remove hack to restore graphics after switch from consoleLiav A
2022-05-06Kernel/HID: Take a spinlock when calling KeyboardClient::on_key_pressedLiav A
2022-05-06Kernel/Graphics: Protect the list of display connectors with a SpinlockLiav A
2022-05-06Meta: Use VMWare SVGA adapter if running QEMU Q35 machineLiav A
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