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
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
2021-06-01
md: Improve document parsing error message
Linus Groh
2021-06-01
Userland: Return 1 when help text is shown for insufficient args
Linus Groh
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-06-01
CppLanguageServer: Work with a HashMap of Symbols in each document
Itamar
2021-06-01
LibCpp: Consider declarations inside a function's body
Itamar
2021-06-01
LibSQL: Return an error for empty common table expression lists
Timothy Flynn
2021-06-01
InspectorServer: Remove extraneous curly brackets
Gunnar Beutner
2021-06-01
Kernel: Dont try to register ephemeral TCP ports twice
stelar7
2021-06-01
LibWeb: Use correct percent encode set for form submissions
Luke
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
AK: Strip leading/trailing C0-control-or-space in URLs correctly
Andreas Kling
2021-06-01
Meta: Make `serenity.sh` invoke `cmake` when `build.ninja` is missing
Jelle Raaijmakers
2021-06-01
HexEditor: Fix off-by-one bugs in selected text length calculations
Brendan Coles
2021-06-01
AK: Move identity check from URL::operator==() to equals()
Max Wipfli
2021-06-01
AK+LibWeb: Remove URL::to_string_encoded()
Max Wipfli
[next]