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
2021-06-02
HackStudio: Remove unused includes
Marcus Nilsson
2021-06-02
HackStudio: Close locator on exit
Marcus Nilsson
2021-06-02
Hearts: Play the first valid card (left-to-right) when pressing space
Matthew B. Jones
2021-06-02
Kernel: Avoid allocations in the VMObject constructor
Gunnar Beutner
2021-06-02
Kernel: Add operator delete for KString
Gunnar Beutner
2021-06-02
LibGUI: Tooltip no longer exceeds screen width, now truncates
Matthew Jones
2021-06-02
LibJS: Remove declarations of some TODO()'d BigInt and Promise functions
Linus Groh
2021-06-02
LibJS: Replace iterator hint string argument with an enum
Linus Groh
2021-06-02
LibRegex: Hide stray dbgln() behind REGEX_DEBUG
Linus Groh
2021-06-02
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
Matthew Jones
2021-06-02
TextEditor/GMLPlayground: Don't close app if user aborts save on exit
Matthew Jones
2021-06-02
KeyboardMapper: Add default path to keymaps
NonStandardModel
2021-06-02
LibC: Use memory_order_acquire instead of memory_order_acq_rel
Gunnar Beutner
2021-06-02
LibC: Fix race condition in pthread_mutex_unlock()
Gunnar Beutner
2021-06-02
LibC: Remove reinterpret_cast in pthread_mutex_{try,}lock
Gunnar Beutner
2021-06-02
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
Marcus Nilsson
2021-06-02
Terminal: Remove unused includes
Marcus Nilsson
2021-06-02
Terminal: Close find & settings windows on application exit
Marcus Nilsson
2021-06-02
WindowServer: Use RefPtr instead of raw pointers
Gunnar Beutner
2021-06-02
PixelPaint: Update Image.{cpp, h} to use east const
Marco Cutecchia
2021-06-02
PixelPaint: Support opening more image file formats
Marco Cutecchia
2021-06-02
Documentation: Correct some typos in kernel and browser docs
Siddhant Rao
2021-06-02
AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained
Ali Mohammad Pur
2021-06-02
Kernel: Make KString non-copyable and non-movable
Gunnar Beutner
2021-06-02
Kernel: Fix use-after-free in sys$mremap
Gunnar Beutner
2021-06-02
Utilities: Add support for relative paths in open command
Filip Kania
2021-06-02
LibWasm: Ensure that value signs are preserved when casting
Ali Mohammad Pur
2021-06-02
LibWasm: Parse the "extend" set of instructions
Ali Mohammad Pur
2021-06-02
Meta: Make the wasm test generator cast numbers to i32 when needed
Ali Mohammad Pur
2021-06-02
AK: Make checked division also check for divide by zero
Ali Mohammad Pur
2021-06-02
LibWasm: Don't execute the last instruction in the frame after return
Ali Mohammad Pur
2021-06-02
wasm: Add a way to create dummy function exports
Ali Mohammad Pur
2021-06-02
LibWasm: Implement reference instructions (ref.{null,func,is_null})
Ali Mohammad Pur
2021-06-02
Meta: Generate failing tests for unsupported assertions in wasm tests
Ali Mohammad Pur
2021-06-02
Inspector: Check if RemoteProcess `is_inspectable`
Matthew Jones
2021-06-02
InspectorServer: Add `is_inspectable` IPC
Matthew Jones
2021-06-02
LibChess: Change cursor style when hovering or dragging valid piece
BrandonKi
2021-06-02
WindowServer: Don't crash when we can't allocate a bitmap
Gunnar Beutner
2021-06-02
Utilities: Report correct memory addresses for pmap
Gunnar Beutner
2021-06-02
LibJS: Add the String.prototype.trim{Left, Right} aliases
Idan Horowitz
2021-06-02
WindowServer: Use user-defined background color, if defined
Matthew Jones
2021-06-02
SoundPlayer: Fix playback slider page stepping
Nick Miller
2021-06-02
Profiler: Fix loading profiles which previously would crash the profiler
Gunnar Beutner
2021-06-02
Meta: Remove duplicated ensure_toolchain from serenity.sh
Linus Groh
2021-06-02
LibJS: Fix indendation in CMakeLists.txt
Linus Groh
2021-06-01
Kernel: Handle OOM of file system in sys$mount
Brian Gianforcaro
2021-06-01
Kernel: Move ProcFS API towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move TmpFS towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move DevFS APIs towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Make AnonymousFile::create API OOM safe
Brian Gianforcaro
[next]