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-09-20
Kernel: Don't blindly compile Bochs debug output code in ConsoleDevice
Liav A
2022-09-20
Kernel: Move PCSpeaker code to the x86-specific architecture directory
Liav A
2022-09-20
Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory
Liav A
2022-09-20
Kernel: Abstract platform-specific serial port access from kprintf
Liav A
2022-09-20
Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory
Liav A
2022-09-20
Kernel: Move CMOS code to the Kernel namespace
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-09-20
Kernel: Put the RTC code in the Kernel namespace
Liav A
2022-09-20
Kernel: Convert NVMe code includes to absolute paths
Liav A
2022-09-20
Kernel: Abstracts x86 reboot and shutdown specific methods
Liav A
2022-09-20
Kernel/PCI: Don't use x86 initialization methods in non-x86 builds
Liav A
2022-09-20
Kernel: Move QEMU shutdown code to the x86 subdirectory
Liav A
2022-09-20
Calendar: Add Settings button to configure the Calendar
Olivier De Cannière
2022-09-20
Calendar: Update month view on first_day_of_week setting change
Olivier De Cannière
2022-09-20
Calendar: Add setting to choose default view
Olivier De Cannière
2022-09-20
Calendar: Add a Calendar settings dialog for the first day of the week
Olivier De Cannière
2022-09-20
Calendar: Support preferred first day of the week
Olivier De Cannière
2022-09-20
LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing
Andreas Kling
2022-09-20
AK: Fix bad parsing of some file:/// URLs with base URL
Andreas Kling
2022-09-20
LibWeb: Implement Window.frameElement
Andreas Kling
2022-09-20
LibWeb: Flesh out the default "quirks mode" style sheet
Andreas Kling
2022-09-20
LibWeb: Initialize document referrer from Fetch Request if available
Andreas Kling
2022-09-20
LibWeb: Add referrer accessors to Fetch Request
Andreas Kling
2022-09-20
LibC+LibRegex: Move central regex definitions into LibC/bits
Ali Mohammad Pur
2022-09-20
LibCore: Actually tell people to stop using Core::File in new code
Sam Atkins
2022-09-20
MasterWord: Port to Core::Stream
Sam Atkins
2022-09-20
Profiler: Port to Core::Stream
Sam Atkins
2022-09-20
SoundPlayer: Port M3UParser to Core::Stream
Sam Atkins
2022-09-20
StateMachineGenerator: Port to LibMain and Core::Stream
Sam Atkins
2022-09-20
LibEDID: Use Core::Stream API to generate PnpIDs
Sam Atkins
2022-09-20
IPCCompiler: Use Core::Stream API
Sam Atkins
2022-09-20
Run: Use Core::Stream API for command history file
Sam Atkins
2022-09-20
PixelPaint: Remove unused Image::write_to_file() method
Sam Atkins
2022-09-20
LibGUI: Use fuzzy matching when searching for emoji by name
Timothy Flynn
2022-09-20
AK: Do not require an allocated String for fuzzy matching
Timothy Flynn
2022-09-20
LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages
Andreas Kling
2022-09-20
LibGUI: Fire Show/Hide events when adding/removing widget from tree
Andreas Kling
2022-09-20
LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms
Andreas Kling
2022-09-20
LibWeb: Keep more of the navigation parameters in Document
Andreas Kling
2022-09-20
LibWeb: Flesh out "document visibility" state a bit more
Andreas Kling
2022-09-20
LibWeb: Move HistoryHandlingBehavior enum to its own header
Andreas Kling
2022-09-20
LibWeb: Implement more spec-compliant iframe/frame attribute processing
Andreas Kling
2022-09-20
LibWeb: Set the document "completely loaded time" when appropriate
Andreas Kling
2022-09-20
LibWeb: Only create iframe nested context if iframe document has context
Andreas Kling
2022-09-20
LibWeb: Implement "browsing context group" concept from the HTML spec
Andreas Kling
2022-09-20
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
Andreas Kling
2022-09-20
LibWeb: Consolidate code for resolving vertical box model metrics in BFC
Andreas Kling
2022-09-20
GamesSettings: Always ensure last card back selected is saved
ne0ndrag0n
2022-09-19
LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests
Brian Gianforcaro
2022-09-19
Meta: Use time instead of /usr/bin/time in lint-ci.sh
Ben Wiederhake
[next]