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-02-17
LibMarkdown: Add terminal color formatting
xSlendiX
2022-02-17
LibMarkdown: Add additional spacing for terminal rendering
xSlendiX
2022-02-17
man: Center "SerenityOS manual" title
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
ping: Fix broken count argument error
brapru
2022-02-17
ArgsParser: Add support for Optional<size_t>
brapru
2022-02-17
Base: Link aplay in Audio-subsystem
kleines Filmröllchen
2022-02-17
Base: Document /dev/audio devices
kleines Filmröllchen
2022-02-17
LibVT: Properly populate context menu with open actions
networkException
2022-02-17
Ports: Set the correct config.sub path for patch
Tim Schumacher
2022-02-17
Ports: Set the correct config.sub path for mpc
Tim Schumacher
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-17
Documentation: Change/add two pkgs in the FreeBSD instructions
Isak Holmstrom
2022-02-16
Ports: Disable socketpair support for curl
Tim Schumacher
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
AK: VERIFY inside release_value_but_fixme_should_propagate_errors()
Sam Atkins
2022-02-16
LibGUI: Add missing LibCore/File include
Sam Atkins
2022-02-16
Profiler: 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
Games: Use default constructors/destructors
Lenny Maiorani
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: Stop compiling AK::String and friends into the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringUtils String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringView String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringBuilder String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude JsonValue String APIs from the Kernel
Idan Horowitz
2022-02-16
Kernel+LibELF+LibVT: Remove unused AK::String header includes
Idan Horowitz
2022-02-16
AK: Use string_view() instead of to_string() in Formatter<wchar_t>
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder::string_view() instead of to_string()
Idan Horowitz
2022-02-16
AK: Exclude GenericLexer String APIs from the Kernel
Idan Horowitz
2022-02-16
LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel
Idan Horowitz
2022-02-16
AK: Return KString instead of String from encode_hex in 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
[next]