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-14
LibWeb: Resolve *all* percentages in abspos height calculation
Andreas Kling
2022-10-14
LibWeb: Implement basic support for align-content in flex layout
Andreas Kling
2022-10-14
LibWeb: Parse the CSS align-content property
Andreas Kling
2022-10-14
LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""
Andreas Kling
2022-10-14
LibWeb: Don't treat `content: ""` as collapsible whitespace
Andreas Kling
2022-10-14
LibWeb: Mark `content: "string"` text nodes as generated
Andreas Kling
2022-10-14
LibWeb: Remove unused Layout::TextNode::ChunkIterator::m_layout_mode
Andreas Kling
2022-10-14
LibWeb: Fix bogus inline-block check in line box layout
Andreas Kling
2022-10-14
LibWeb: Apply min/max constraints to sizes that are initially definite
Andreas Kling
2022-10-14
LibWeb: Clamp flex item's automatic cross sizes to min/max sizes
Andreas Kling
2022-10-14
LibWeb: Mark percentage heights as initially definite when appropriate
Andreas Kling
2022-10-14
LibJS/Temporal: Fix inconsistency in order of observable operations
Luke Wilde
2022-10-14
HexEditor: Render selection background without gaps between rows
Mart G
2022-10-14
LibAudio: Fix 24-bit PCM rescaling
kleines Filmröllchen
2022-10-14
LibAudio: Correctly rescale 8-bit PCM samples
kleines Filmröllchen
2022-10-14
LibSQL: Rewrite the SQL::Value type to be contained within one class
Timothy Flynn
2022-10-14
LibSQL: Remove infallible type conversions from SQL::Value
Timothy Flynn
2022-10-14
LibSQL: Return StringView from enum-to-string converters
Timothy Flynn
2022-10-14
LibSQL: Copy SQL::Value instances less frequently (which may be vectors)
Timothy Flynn
2022-10-14
LibSQL: Add missing header includes
Timothy Flynn
2022-10-14
LibWeb: Add missing property and methods for history object
leeight
2022-10-14
PixelPaint: Unveil clipboard using the right path
snooze6214
2022-10-14
Kernel: Move Scheduler current time method to the TimeManagement code
Liav A
2022-10-14
Kernel: Abstract platform-specific current time methods from Scheduler
Liav A
2022-10-14
Meta: Get rid of /res/version.ini
kleines Filmröllchen
2022-10-14
Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version
kleines Filmröllchen
2022-10-14
LibCore: Read version information from uname() instead of /res/version
kleines Filmröllchen
2022-10-14
uname: Report system revision version aka git commit hash
kleines Filmröllchen
2022-10-14
Kernel: Read version and git commit hash from baked-in version info
kleines Filmröllchen
2022-10-14
Kernel: Move sys$uname to use TypedTransfer
kleines Filmröllchen
2022-10-14
Kernel: Bake version information into the Kernel
kleines Filmröllchen
2022-10-14
PixelPaint: Change BucketTool and WandTool to use new Bitmap flood fill
Timothy Slater
2022-10-14
LibGfx: Implement flood fill algorithm in Bitmap class
Timothy Slater
2022-10-14
Base: Add more glyphs
demostanis
2022-10-14
Ports: Add a kakoune port
demostanis
2022-10-14
LibVT: Make Terminal::clear_in_line() keep line attributes
demostanis
2022-10-14
LibC: Add ffs{,l,ll}
demostanis
2022-10-14
AK: Make StringUtils::matches() handle escaping
demostanis
2022-10-14
Kernel+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-14
Kernel: Remove -nodefaultlibs compiler options
Gunnar Beutner
2022-10-14
Everywhere: Enable building userspace and test binaries on AARCH64
Gunnar Beutner
2022-10-14
LibC: Fix some compiler errors
Gunnar Beutner
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK: Stub out the NAKED macro on AARCH64
Gunnar Beutner
2022-10-14
Kernel: Implement userspace support for syscalls on AARCH64
Gunnar Beutner
2022-10-14
AK+Toolchain: Make char and wchar_t behave on AARCH64
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-14
Toolchain: Fix building libgcc for AARCH64
Gunnar Beutner
2022-10-14
Toolchain: Add SerenityOS to the LLVM config.guess
Tim Schumacher
[prev]
[next]