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
2023-02-12
LibVideo/Matroska: Fix out-of-bounds access when seeking to cues
Zaggy1024
2023-02-12
LibWeb: Implement location.hash setter
Andreas Kling
2023-02-12
LibWeb: Use 'auto& vm =' once at beginning to reduce noise
Kenneth Myhra
2023-02-12
LibPDF: Check for end of stream in Reader::matches_regular_character()
Julian Offenhäuser
2023-02-12
LibPDF: Return an error if we fail to load a replacement font
Julian Offenhäuser
2023-02-12
LibPDF: Allow filter DecodeParms array entries to be null
Julian Offenhäuser
2023-02-12
LibPDF: Allow reading documents with incremental updates
Julian Offenhäuser
2023-02-12
LibGUI: Callback with the clamped value of Sliders on a jump to cursor
Zaggy1024
2023-02-12
Base: Add a test using FormData and FormDataEvent
Kenneth Myhra
2023-02-12
LibWeb: Implement algorithm 'construct the entry list given a form'
Kenneth Myhra
2023-02-12
AK: Add function 'shallow_clone()' to HashMap
Kenneth Myhra
2023-02-12
LibWeb: Add accessor function HTMLFormElement::constructing_entry_list()
Kenneth Myhra
2023-02-12
LibWeb: Implement HTMLFormElement::get_submittable_elements()
Kenneth Myhra
2023-02-12
LibWeb: Introduce the FormDataEvent interface
Kenneth Myhra
2023-02-12
LibWeb: Introduce the FormData interface from the XHR specification
Kenneth Myhra
2023-02-12
LibWeb: Add convert string into scalar value from Infra spec
Kenneth Myhra
2023-02-12
LibWeb: Re-implement checkbox painting using the UA stylesheet
Linus Groh
2023-02-11
LibJS: Port Symbol to String
Linus Groh
2023-02-11
LibJS: Unify Symbol::description() and raw_description()
Linus Groh
2023-02-11
LibJS: Remove unused forwarding getters from SymbolObject
Linus Groh
2023-02-11
LibJS: Rename Symbol::to_deprecated_string() to descriptive_string()
Linus Groh
2023-02-11
LibWeb: Scale font size to device pixels
Aliaksandr Kalenik
2023-02-11
LibGfx: Introduce with_size method for Font
Aliaksandr Kalenik
2023-02-11
Assistant: Allow arguments in AppProvider queries
Tim Ledbetter
2023-02-11
LibDesktop: Pass an optional arguments list to AppFile::spawn()
Tim Ledbetter
2023-02-11
FileManager: Show directory size and file count in PropertiesWindow
Tim Ledbetter
2023-02-11
FileManager: Propagate errors from PropertiesWindow initialization
Tim Ledbetter
2023-02-11
LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD
Luke Wilde
2023-02-11
WindowServer: Restore cursor animation
Karol Kosek
2023-02-11
LibGUI: Remove the `Core::File` overload of `write_to_file()`
Lucas CHOLLET
2023-02-11
LibGUI: Base `write_to_file(StringView path)` on the stream overload
Lucas CHOLLET
2023-02-11
FileManager: Factorize code to handle drag-and-drop
Lucas CHOLLET
2023-02-11
AK: Move try_make_ref_counted() to NonnullRefPtr.h
Nico Weber
2023-02-11
AK: Move try_make() to NonnullOwnPtr.h
Nico Weber
2023-02-11
Meta: Mark myself as a CODEOWNER of a few more things
Linus Groh
2023-02-11
LibWeb: Implement Headers.getSetCookie()
Linus Groh
2023-02-11
LibWeb: Fix UAF in convert_header_names_to_a_sorted_lowercase_set()
Linus Groh
2023-02-11
LibWeb: Add tests for flex formatting context
Aliaksandr Kalenik
2023-02-11
Ports: Add GemRB
Julian Offenhäuser
2023-02-11
Ports: Build python3 port with shared libraries
Julian Offenhäuser
2023-02-11
AK: Move adopt_nonnull_ref_or_enomem() to NonnullRefPtr.h
Nico Weber
2023-02-11
AK: Move adopt_nonnull_own_or_enomem() to NonnullOwnPtr.h
Nico Weber
2023-02-11
LibGfx: Make ICC code handle out-of-memory situations better
Nico Weber
2023-02-11
LibJS: Add missing assignment to offset_string in ZDT conversion
Luke Wilde
2023-02-10
LibGfx: Add scaffolding for curves in lutAToBType and lutBToAType
Nico Weber
2023-02-11
Toolchain: Add fuse2fs to serenity.nix
Baitinq
2023-02-11
Tests: Add a few tests to verify vectors are using inline storage
MacDue
2023-02-11
AK: Always initialize vector capacity to inline_capacity
MacDue
2023-02-10
Keymaps: Stop pt-br's r-shift printing "?"
Victor Panisa
2023-02-10
LibVideo/VP9: Rename `round_2()` to `rounded_right_shift()` for clarity
Zaggy1024
[next]