index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-02-17
LibMarkdown: Add additional spacing for terminal rendering
xSlendiX
2022-02-17
LibWeb: Make <input type=checkbox> fire click events when clicked :^)
Andreas Kling
2022-02-17
LibWeb: Add the HTMLInputElement.type attribute
Andreas Kling
2022-02-17
LibWeb: Fire "input" and "change" events when editing a text <input>
Andreas Kling
2022-02-17
ArgsParser: Add support for Optional<size_t>
brapru
2022-02-17
LibVT: Properly populate context menu with open actions
networkException
2022-02-17
LibWeb: Use public inheritance for the RefCounted base class
Daniel Bertalan
2022-02-17
LibWeb: Fix -Wmismatched-tags warning from Clang
Daniel Bertalan
2022-02-17
LibCore: Make FreeBSD build SerenityOS
Isak Holmstrom
2022-02-17
LibCore: Add FreeBSD as OpenBSD/Apple in System.cpp & System.h
Isak Holmstrom
2022-02-16
LibCore: Migrate ConfigFile to Core::Stream API :^)
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
Sam Atkins
2022-02-16
LibCore: Create ConfigFiles with an already-open File
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-16
LibGUI: Add missing LibCore/File include
Sam Atkins
2022-02-16
LibCore+Tests: Add SeekableStream::truncate()
Sam Atkins
2022-02-16
LibCore: Make ConfigFile parsing work for non-null-terminated strings
Sam Atkins
2022-02-16
LibWeb: Omit origin check for content document in FrameBox::paint()
Linus Groh
2022-02-16
LibWeb: Support "useCapture" parameter to add/removeEventListener
Andreas Kling
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-16
LibWeb: Follow HTTP 3xx redirections when loading images
Andreas Kling
2022-02-16
Kernel+LibELF+LibVT: Remove unused AK::String header includes
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder::string_view() instead of to_string()
Idan Horowitz
2022-02-16
LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel
Idan Horowitz
2022-02-16
LibELF: Exclude sorted symbols APIs from the Kernel
Idan Horowitz
2022-02-16
LibELF: Exclude MemoryRegionInfo::object_name() from the Kernel
Idan Horowitz
2022-02-16
LibEDID: Exclude display_product_{name, serial_number} from the Kernel
Idan Horowitz
2022-02-16
LibEDID: Store manufacturer id instead of allocating on each call
Idan Horowitz
2022-02-16
LibEDID: Store EDID version instead of allocating on each getter call
Idan Horowitz
2022-02-16
LibVT: Use NNOP<KString> to store window titles in the Kernel
Idan Horowitz
2022-02-16
LibCrypto: Exclude class_name() methods from the Kernel
Idan Horowitz
2022-02-16
LibCrypto: Exclude AESCipher{Block, Key}::to_string() from the Kernel
Idan Horowitz
2022-02-16
LibELF: Use StringBuilder::string_view() to avoid String allocation
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder's inline capacity instead of temporary Strings
Idan Horowitz
2022-02-16
LibWeb: Explain discrepancy with media-query parsing
Sam Atkins
2022-02-16
LibWeb: Stop treating undefined lengths as valid
Sam Atkins
2022-02-16
LibWeb: Remove content-size hack from SVGFormattingContext
Sam Atkins
2022-02-16
LibWeb: Stop treating all SVG elements as inline
Sam Atkins
2022-02-16
LibWeb: Give SVG geometry elements a position
Sam Atkins
2022-02-16
LibWeb: Give `<svg>` elements a size again
Sam Atkins
2022-02-16
LibWeb: Add basic implementation of progress bar element
Rafał Babiarz
2022-02-16
Meta: Make the WrapperGenerator generate includes based on imports
Ali Mohammad Pur
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-16
LibWasm: Fix validation of if-else blocks
Ali Mohammad Pur
2022-02-16
LibWeb: Implement responseType and response for XHR
Ali Mohammad Pur
2022-02-16
LibWeb: Implement a very basic version of TextDecoder
Ali Mohammad Pur
2022-02-16
Meta: Add support for enumerations to the IDL compiler
Ali Mohammad Pur
2022-02-16
LibWasm: Make MemoryInstance allocation fail if initial growth fails
Ali Mohammad Pur
2022-02-16
LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructor
Ali Mohammad Pur
2022-02-16
LibGUI: Make a copy of source_rows before resizing it in sort_mapping()
Vitaly Dyachkov
[next]