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-10-01
Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsole
Timon Kruiper
2022-10-01
Kernel/aarch64: Put correct memory size in multiboot_mmap
Timon Kruiper
2022-10-01
Kernel/aarch64: Set up pointer to kernel page directory
Timon Kruiper
2022-10-01
Kernel/aarch64: Set up quickmap infrastructure in initial page tables
Timon Kruiper
2022-10-01
Kernel/aarch64: Only identity map kernel image, instead of all of RAM
Timon Kruiper
2022-10-01
Kernel: Make PageDirectory.h architecture specific
Timon Kruiper
2022-10-01
Kernel: Add ability to dump backtrace from provided frame pointer
Timon Kruiper
2022-10-01
Kernel/aarch64: Implement tlb flushing
Timon Kruiper
2022-10-01
Kernel: Don't reserve Low Memory (0-1MB) on non-x86 architectures
Timon Kruiper
2022-10-01
Kernel/aarch64: Stub Inode::{read,write}_bytes
Timon Kruiper
2022-10-01
LibWeb: Remove FIXME for double-position `linear-gradient()` color stops
MacDue
2022-10-01
Base: Add rotateX, rotateY, rotateZ and matrix3d examples for transform
Luke Wilde
2022-10-01
LibWeb: Implement matrix3d transform function from css-transforms-2
Luke Wilde
2022-10-01
LibWeb: Implement rotation transform functions from css-transforms-2
Luke Wilde
2022-10-01
Magnifier: Don't error if cancelling capture save
MacDue
2022-10-01
LibWeb: Implement Element.insertAdjacentText
Luke Wilde
2022-10-01
LibWeb: Implement Element.insertAdjacentElement
Luke Wilde
2022-10-01
Welcome: Use StandardPaths to load README.md
thankyouverycool
2022-10-01
Welcome: Add new tips
thankyouverycool
2022-10-01
Welcome: Use fallible try_create_default_icon()
thankyouverycool
2022-10-01
Welcome: Update GML
thankyouverycool
2022-10-01
Welcome: Port to Core::Stream
thankyouverycool
2022-10-01
LibCore: Add documents_directory() to StandardPaths
thankyouverycool
2022-10-01
Welcome: Remove unnecessary include
thankyouverycool
2022-10-01
Welcome: Add/remove SystemServer group entry to toggle startup
thankyouverycool
2022-10-01
config: Enable adding and removing groups
thankyouverycool
2022-10-01
LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()
thankyouverycool
2022-10-01
LibConfig+ConfigServer: Make remove_key() synchronous
thankyouverycool
2022-09-30
Ports/qemu: Use the coarse monotonic clock for timing CPU ticks
Tim Schumacher
2022-09-30
AK: Fix a comment typo
Nico Weber
2022-09-30
Kernel: Fix a comment typo
Nico Weber
2022-10-01
LibJS: Align Instructions as void* and roundup variably sized ones sizes
Hendiadyoin1
2022-10-01
LibJS: Handle argument spreading in the bytecode vm
Hendiadyoin1
2022-10-01
LibJS: Add support for SpreadExpressions in array literals for bytecode
Hendiadyoin1
2022-10-01
LibJS: Switch to array-calls in the bytecode vm
Hendiadyoin1
2022-10-01
LibJS: Allow SpreadExpressions to generate bytecode
Hendiadyoin1
2022-09-30
LibWeb: Apply :enabled pseudo class to only certain elements
Luke Wilde
2022-09-30
LibWeb: Implement :enabled and :disabled pseudo classes to spec
Luke Wilde
2022-09-30
LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabled
Luke Wilde
2022-09-30
LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget
Andreas Kling
2022-09-30
Base: Add ~200 more ads and trackers to the default content filter list
Luke Wilde
2022-09-30
Base: Change 6sc.io in default content filter to 6sc.co
Luke Wilde
2022-09-30
Base: Adjust emoji sizes for some flags
Xexxa
2022-09-30
Base: Add more emoji
Xexxa
2022-09-29
LibWeb: Never claim that flex containers create a BFC
Andreas Kling
2022-09-29
LibWeb: Fix bogus comparison when measuring if a float can fit
Andreas Kling
2022-09-29
LibWeb: Don't draw only-translated stacking contexts via bitmap
Andreas Kling
2022-09-29
LibWeb: Don't round fragment widths while accumulating in LineBuilder
Andreas Kling
2022-09-29
LibWeb: Resolve cross-axis flex item margins in the common case
Andreas Kling
2022-09-29
LibWeb: Create flex items for empty generated boxes
Andreas Kling
[next]