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-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: Change typedef to using directive
Lenny Maiorani
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-21
Toolchain: Enable native host optimizations when building toolchain
Brian Gianforcaro
2021-05-21
Shell: Use /tmp for all file operations valid.sh test
Andrew Kaster
2021-05-21
Shell: Hide job times behind SHELL_JOB_DEBUG flag
Andrew Kaster
2021-05-21
Base/CI: Run tests from /usr/Tests in GitHub Actions
Andrew Kaster
2021-05-21
Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdir
Andrew Kaster
2021-05-21
LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to()
Ali Mohammad Pur
2021-05-21
Kernel: Fix type, dectivate_writes => deactivate_writes
Liav A
2021-05-21
Kernel/Graphics: Choose VMObject considering enabled state when mmaping
Liav A
2021-05-21
Kernel: Fix framebuffer resolution modesetting after boot
Liav A
2021-05-21
Kernel/TTY: Don't flush dirty lines if VirtualConsole is not active
Liav A
2021-05-21
Kernel: Process request to change virtual console from the IO Work queue
Liav A
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-21
LibWasm: Print instruction arguments too
Ali Mohammad Pur
2021-05-21
LibWasm: Fix nested structured instruction parsing
Ali Mohammad Pur
2021-05-21
LibWasm: Resolve labels starting from the top of the stack
Ali Mohammad Pur
2021-05-21
LibWasm: Implement a very basic linker
Ali Mohammad Pur
2021-05-21
LibWasm: Make the instantiation process produce an OwnPtr
Ali Mohammad Pur
2021-05-21
LibWasm: Decouple ModuleInstance from the AbstractMachine
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Implement instantiation/execution primitives in test-wasm
Ali Mohammad Pur
2021-05-21
LibWasm: Trap instead of VERIFY()'ing
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Add test-wasm and optionally test the conformance tests
Ali Mohammad Pur
2021-05-21
Meta: Add a Wasm parser fuzzer
Ali Mohammad Pur
2021-05-21
CI: Bump update-alternatives priority to 100
Linus Groh
2021-05-21
CI: Also apt-get purge clang-11 in build_and_test_lagom step
Linus Groh
2021-05-20
LibCore: Let IODevice::can_read_line() buffer until \n or EOF
r-paiva
2021-05-20
AK: Added contains_in_range to Vector
r-paiva
2021-05-20
Utilities: Fix grep match when reading from stdin
r-paiva
2021-05-20
LibGL: Implement glHint()
Stephan Unverwerth
2021-05-20
3DFileViewer: Clean up file handling
Gunnar Beutner
2021-05-20
3DFileViewer: Move the example model into the home directory
Gunnar Beutner
2021-05-20
TextEditor: Don't launch a WebContent process until it's needed
Andreas Kling
2021-05-20
Clipboard+LibGUI: Remove unnecessary client/server greeting message
Andreas Kling
2021-05-20
WindowServer+LibGUI: Make client/server greeting faster
Andreas Kling
2021-05-20
LibGfx: Remove unused current_system_theme() function
Andreas Kling
2021-05-20
FontEditor: Make statusbar text generation more robust
Max Wipfli
2021-05-20
AK: Add UnicodeUtils with Unicode-related helper functions
Max Wipfli
2021-05-20
FontEditor: Add tooltip to "Move Glyph" button
Max Wipfli
2021-05-20
Kernel: Close a Thread tid lookup race
Tom
2021-05-20
LibWeb: Deal with Boxes that have a background, border and -radius
Tobias Christiansen
2021-05-20
LibWeb: Take border-radius into account when painting borders
Tobias Christiansen
2021-05-20
LibWeb: Introduce struct to hold border radii and normalize once
Tobias Christiansen
2021-05-20
LibWeb: Draw rounded corners for the backgrounds of Boxes
Tobias Christiansen
2021-05-20
LibWeb: Basic rendering of border-radius
Tobias Christiansen
2021-05-20
LibGfx: Add Painter::draw_circle_arc_intersecting()
Tobias Christiansen
2021-05-20
LibGfx: Add Painter::fill_rect_with_rounded_corners()
Tobias Christiansen
2021-05-20
LibWeb: Resolve shorthand for border-radius
Tobias Christiansen
2021-05-20
LibWeb: Make border-radius attibutes accessible
Tobias Christiansen
[next]