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-07-19
TextEditor: Debounce update_preview() in on_change event
MacDue
2022-07-19
LibCore: Add Core::debounce(function, timeout)
MacDue
2022-07-19
Kernel/Storage: Remove redundant reference to a controller in IDEChannel
Liav A
2022-07-19
Kernel/Storage: Introduce basic abstraction layer for ATA components
Liav A
2022-07-19
Kernel/Storage: Move ATA device signature definitions to a general file
Liav A
2022-07-19
Kernel/Storage: Merge IDE functionality from BusMasterChannel to Channel
Liav A
2022-07-19
Kernel/Storage: Rename ATA.h => Definitions.h
Liav A
2022-07-19
Kernel/Storage: Move AHCI and IDE code into new subdirectories
Liav A
2022-07-19
Utilities: Remove the edid-dump utility
Liav A
2022-07-19
Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl
Liav A
2022-07-19
Userland: Make graphics_connector_get_head_edid to read EDID from SysFS
Liav A
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
2022-07-19
Kernel/SysFS: Add exposing interface for DisplayConnectors
Liav A
2022-07-19
Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDs
Liav A
2022-07-19
Toolchain: Don't pass `-lpthread` when pthreads are requested
Tim Schumacher
2022-07-19
LibC: Remove the `LibPthread` interface target
Tim Schumacher
2022-07-19
Everywhere: Fully remove the separate LibPthread directory
Tim Schumacher
2022-07-19
Tests: Move the LibPthread tests to the correct namespace
Tim Schumacher
2022-07-19
LibPthread: Move the pthread and semaphore implementation to LibC
Tim Schumacher
2022-07-19
Everywhere: Refer to `pthread.h` by its non-prefixed name
Tim Schumacher
2022-07-19
Ports: Update serenity-theming use latest commit 98ea1b3
djwisdom
2022-07-19
LibGUI: Add MoveLineUpOrDownCommand
Lucas CHOLLET
2022-07-19
LibGUI: Remove wrong casts in TextDocument.cpp
Lucas CHOLLET
2022-07-19
LibGUI: Add TextDocument::take_line(size_t line_index)
Lucas CHOLLET
2022-07-19
LibGUI: Add a default virtual destructor to virtual classes
Lucas CHOLLET
2022-07-19
LibGUI: Add VerticalDirection::operator!
Lucas CHOLLET
2022-07-19
Meta: Add Android cross-compile support to Lagom
Andrew Kaster
2022-07-19
LibCore: Add support for compiling for Android with API Version >= 30
Andrew Kaster
2022-07-19
AK: Add support for building on Android with API version >= 30
Andrew Kaster
2022-07-19
headless-browser: Simplify the arguments used to select resources
DexesTTP
2022-07-19
headless-browser: Split the setters for the screen and the viewport rect
DexesTTP
2022-07-19
headless-browser: Use port 443 as default for HTTPS requests
DexesTTP
2022-07-19
LibWeb: Split WrapperGenerator namespace check into an Array + contains
Linus Groh
2022-07-19
LibWeb: Implement '5.1. Headers class' from the Fetch API :^)
Linus Groh
2022-07-19
LibWeb: Implement HeaderList::sort_and_combine()
Linus Groh
2022-07-19
LibWeb: Implement CaseInsensitiveBytesTraits::equals()
Linus Groh
2022-07-19
LibWeb: Prepare WrapperGenerator for Fetch bindings
Linus Groh
2022-07-19
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
Linus Groh
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changes
Timothy Flynn
2022-07-18
LibJS: Implement Intl.NumberFormat V3's [[RoundingMode]] changes
Timothy Flynn
2022-07-18
LibJS: Relax integer size requirements on some NumberFormat helpers
Timothy Flynn
2022-07-18
LibJS: Add missing VERIFY_NOT_REACHED in string-to-enum conversion
Timothy Flynn
2022-07-18
LibWeb: Add support for Blob to XHR::send()
Kenneth Myhra
2022-07-18
LibWeb: Move extract_body() towards spec compliance
Kenneth Myhra
2022-07-18
LibWeb: XHR::extra_body() rewrite to use Variant::visit()
Kenneth Myhra
2022-07-18
LibWeb: Mark body argument of extract_body() as const reference
Kenneth Myhra
2022-07-18
LibWeb: Mark URLSearchParams::to_string() as const
Kenneth Myhra
2022-07-18
LibWeb: Rename safely_extract_body() to extract_body()
Kenneth Myhra
2022-07-18
Base: Add some more fun gradient demos
MacDue
2022-07-18
LibWeb: Replace LibGfx gradient painting with new GradientPainting
MacDue
[next]