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
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
LibGUI: Remove deprecated text and set_text functions in AbstractButton
Karol Kosek
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI: Store text using the new String class in the AbstractButton
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-13
LibGUI: Make Clipboard::set_plain_text take text as a StringView
Karol Kosek
2023-02-13
LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String
Karol Kosek
2023-02-13
LibPDF: Add more built-in SIDs
Rodrigo Tobar
2023-02-13
LibVideo/VP9: Convert the Parser to use AK/BitStream.h
Zaggy1024
2023-02-13
LibGfx: Validate presence of curves for lutAToBType and lutBToAType
Nico Weber
2023-02-12
Userland: Use allocation-failure safe functions where it's easy
Nico Weber
2023-02-12
LibWeb: Move setting of FormDataPrototype to initialize()
Kenneth Myhra
2023-02-12
LibArchive: Add support for modification time and date
Ollrogge
2023-02-12
LibGfx: Let ICC code validate tag data alignment
Nico Weber
2023-02-12
LibGfx: Implement curve parsing for lutAToBType and lutBToAType
Nico Weber
2023-02-12
LibGfx: Add a size-less ParametricCurveTagData::from_bytes() overload
Nico Weber
2023-02-12
LibGfx: Add a size-less CurveTagData::from_bytes() overload in ICC code
Nico Weber
2023-02-12
LibVideo: Create Resuming handler for seek/buffer handlers to inherit
Zaggy1024
2023-02-12
LibVideo/VideoPlayer: Dispatch state change events and update play icon
Zaggy1024
2023-02-12
LibVideo: Display the first frame when paused after opening a video
Zaggy1024
2023-02-12
LibVideo: Add StartingStateHandler to prepare the first frames of video
Zaggy1024
2023-02-12
LibVideo: Check whether it's time to present frames before doing so
Zaggy1024
2023-02-12
LibVideo: Delay playback errors by their sample timestamps when we can
Zaggy1024
2023-02-12
LibVideo: Deduplicate logic for dispatching video frame queue items
Zaggy1024
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
LibWeb: Implement algorithm 'construct the entry list given a form'
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
LibDesktop: Pass an optional arguments list to AppFile::spawn()
Tim Ledbetter
2023-02-11
LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD
Luke Wilde
2023-02-11
LibGUI: Remove the `Core::File` overload of `write_to_file()`
Lucas CHOLLET
[next]