summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS: Remove GlobalObject from execute() and related AST functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise baseLinus Groh
2022-08-23LibWeb: Fix the prototype of a couple of WebAssembly prototype objectsLinus Groh
2022-08-23NetworkServer: Use Core::Stream instead of Core::Filehuttongrabiel
2022-08-23PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41Hendiadyoin1
2022-08-23Ports/SDL2_ttf: Update to 2.20.1Tim Schumacher
2022-08-23Ports/SDL2_net: Update to 2.2.0Tim Schumacher
2022-08-23Ports/SDL2_mixer: Update to 2.6.2Tim Schumacher
2022-08-23Ports/SDL2_image: Update to 2.6.2Tim Schumacher
2022-08-23Ports/SDL2: Update to 2.24.0Tim Schumacher
2022-08-23Ports/SDL2: Do an out-of-tree buildTim Schumacher
2022-08-23Ports: Add aclock portSeal Sealy
2022-08-23Base: Add five new emojisdjwisdom
2022-08-23Base: Add 5 new emojisRyan Liptak
2022-08-23LibWeb: Remove done TODO and fix typoMacDue
2022-08-23LibWeb: Avoid infinite loops in background paintingMacDue
2022-08-23CI: Install newer Bash via homebrew on macOSLinus Groh
2022-08-23LibGUI: Call on_segment_change handler from on_{click,focus_change}networkException
2022-08-23LibGUI: Don't call on_segment_change handler if the index did not changenetworkException
2022-08-23Kernel: Fix boot profilingSamuel Bowman
2022-08-23Base: Add More Emojiselectrikmilk
2022-08-23Base: Add more emojiXexxa
2022-08-23LibCore: Fix deadlock in SharedSingleProducerCircularQueuekleines Filmröllchen
2022-08-23Base: Add an example `linear-gradient` with double-position color stopsMacDue
2022-08-23LibWeb: Resolve double-position `linear-gradient()` color stopsMacDue
2022-08-23LibWeb: Don't regenerate linear gradient data unless size changesMacDue
2022-08-23LibWeb: Add missing checks to LinearGradientStyleValue::equals()MacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-23Kernel: Remove unused Process::in_group()Anthony Iacono
2022-08-23Kernel/ProcFS: Silently ignore attempts to update ProcFS timestampsAndreas Kling
2022-08-23Kernel/SysFS: Silently ignore attempts to update SysFS timestampsAndreas Kling
2022-08-22PixelPaint: Disambiguate layer vs image actions in their namesAndreas Kling
2022-08-22PixelPaint: Add actions for flipping and rotating an individual layerAndreas Kling
2022-08-22PixelPaint: Relayout ImageEditor immediately when image rect changesAndreas Kling
2022-08-22PixelPaint: Create undo items for more editing actionsAndreas Kling
2022-08-22PixelPaint: Restore image size from snapshotsAndreas Kling
2022-08-22ChessEngine: Don't throw away useful branches from last treeLucas CHOLLET
2022-08-22ChessEngine: Use reduced Board objects in MCTSTreeLucas CHOLLET
2022-08-22ChessEngine: Limit MCTSTree expansionLucas CHOLLET
2022-08-22Kernel/x86: Protect the CR3->PD map with a spinlockAndreas Kling
2022-08-22Kernel: Stop taking MM lock while using regular quickmapsAndreas Kling
2022-08-22Kernel: Stop taking MM lock while using PD/PT quickmapsAndreas Kling
2022-08-22Kernel: Make the page table quickmaps per-CPUAndreas Kling
2022-08-22Kernel: Make sys$utime() and sys$utimensat() not take the big lockAndreas Kling