index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from execute() and related AST functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-23
LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise base
Linus Groh
2022-08-23
LibWeb: Fix the prototype of a couple of WebAssembly prototype objects
Linus Groh
2022-08-23
NetworkServer: Use Core::Stream instead of Core::File
huttongrabiel
2022-08-23
PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41
Hendiadyoin1
2022-08-23
Ports/SDL2_ttf: Update to 2.20.1
Tim Schumacher
2022-08-23
Ports/SDL2_net: Update to 2.2.0
Tim Schumacher
2022-08-23
Ports/SDL2_mixer: Update to 2.6.2
Tim Schumacher
2022-08-23
Ports/SDL2_image: Update to 2.6.2
Tim Schumacher
2022-08-23
Ports/SDL2: Update to 2.24.0
Tim Schumacher
2022-08-23
Ports/SDL2: Do an out-of-tree build
Tim Schumacher
2022-08-23
Ports: Add aclock port
Seal Sealy
2022-08-23
Base: Add five new emojis
djwisdom
2022-08-23
Base: Add 5 new emojis
Ryan Liptak
2022-08-23
LibWeb: Remove done TODO and fix typo
MacDue
2022-08-23
LibWeb: Avoid infinite loops in background painting
MacDue
2022-08-23
CI: Install newer Bash via homebrew on macOS
Linus Groh
2022-08-23
LibGUI: Call on_segment_change handler from on_{click,focus_change}
networkException
2022-08-23
LibGUI: Don't call on_segment_change handler if the index did not change
networkException
2022-08-23
Kernel: Fix boot profiling
Samuel Bowman
2022-08-23
Base: Add More Emojis
electrikmilk
2022-08-23
Base: Add more emoji
Xexxa
2022-08-23
LibCore: Fix deadlock in SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-08-23
Base: Add an example `linear-gradient` with double-position color stops
MacDue
2022-08-23
LibWeb: Resolve double-position `linear-gradient()` color stops
MacDue
2022-08-23
LibWeb: Don't regenerate linear gradient data unless size changes
MacDue
2022-08-23
LibWeb: Add missing checks to LinearGradientStyleValue::equals()
MacDue
2022-08-23
LibWeb: Parse double-position `linear-gradient()` color stops
MacDue
2022-08-23
Kernel: Remove unused Process::in_group()
Anthony Iacono
2022-08-23
Kernel/ProcFS: Silently ignore attempts to update ProcFS timestamps
Andreas Kling
2022-08-23
Kernel/SysFS: Silently ignore attempts to update SysFS timestamps
Andreas Kling
2022-08-22
PixelPaint: Disambiguate layer vs image actions in their names
Andreas Kling
2022-08-22
PixelPaint: Add actions for flipping and rotating an individual layer
Andreas Kling
2022-08-22
PixelPaint: Relayout ImageEditor immediately when image rect changes
Andreas Kling
2022-08-22
PixelPaint: Create undo items for more editing actions
Andreas Kling
2022-08-22
PixelPaint: Restore image size from snapshots
Andreas Kling
2022-08-22
ChessEngine: Don't throw away useful branches from last tree
Lucas CHOLLET
2022-08-22
ChessEngine: Use reduced Board objects in MCTSTree
Lucas CHOLLET
2022-08-22
ChessEngine: Limit MCTSTree expansion
Lucas CHOLLET
2022-08-22
Kernel/x86: Protect the CR3->PD map with a spinlock
Andreas Kling
2022-08-22
Kernel: Stop taking MM lock while using regular quickmaps
Andreas Kling
2022-08-22
Kernel: Stop taking MM lock while using PD/PT quickmaps
Andreas Kling
2022-08-22
Kernel: Make the page table quickmaps per-CPU
Andreas Kling
2022-08-22
Kernel: Make sys$utime() and sys$utimensat() not take the big lock
Andreas Kling
[next]