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-04-25
LibVideo/VP9: Implement unscaled fast paths in inter prediction
Zaggy1024
2023-04-25
LibVideo/VP9: Use the Y scale value in `predict_inter_block()`
Zaggy1024
2023-04-25
LibVideo: Convert subsampled frames in a vectorization-friendly way
Zaggy1024
2023-04-25
LibVideo/VP9: Consolidate frame size calculations
Zaggy1024
2023-04-25
LibVideo/VP9: Fix rounding of components in the motion vector selection
Zaggy1024
2023-04-25
LibCore: Include sys/ucred.h in System.h for FreeBSD
nipos
2023-04-25
LibVideo: Remove hook to override LibVideo's playback timers
Timothy Flynn
2023-04-25
LibWeb: Remove custom playback timer from HTMLMediaElement
Timothy Flynn
2023-04-25
LibCore: Remove unused cruft in EventLoop.h
Andreas Kling
2023-04-25
LibCore+Ladybird: Add EventLoopManager interface for persistent state
Andreas Kling
2023-04-25
Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loop
Andreas Kling
2023-04-25
LibAudio: Make `WavWriter` check if a file was set during destruction
Jelle Raaijmakers
2023-04-25
LibCore: Add a hook for custom construction of EventLoopImplementation
Andreas Kling
2023-04-25
LibCore: Big first step towards pluggable Core::EventLoop
Andreas Kling
2023-04-25
Userland: Remove serialize-to-JSON functions only used for Inspector
Andreas Kling
2023-04-25
Userland: Remove "Inspector" program and related utilities
Andreas Kling
2023-04-25
LibCore: Remove unused EventLoop::Private::lock
Andreas Kling
2023-04-25
LibCore: Remove unused "client ID" from InspectorServerConnection
Andreas Kling
2023-04-25
LibCore: Remove some unnecessary includes from EventLoop.h
Andreas Kling
2023-04-25
LibCore: Move deferred_invoke() implementation out of line
Andreas Kling
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-25
LibCore: Move event queueing to a per-thread event queue
Andreas Kling
2023-04-25
LibCore: Remove unused EventLoop::wake_current()
Andreas Kling
2023-04-25
LibCore: Remove awkward EventLoop::wake_once() API
Andreas Kling
2023-04-25
LibSQL: Handle statements with malformed exists expressions correctly
Tim Ledbetter
2023-04-25
LibWeb: Add missing valid-identifiers for display CSS property
Emil Militzer
2023-04-25
LibWeb: Start fleshing out Navigable::navigate()
Aliaksandr Kalenik
2023-04-25
LibWeb: Add m_ongoing_navigation in Navigable
Aliaksandr Kalenik
2023-04-25
LibWeb: Add HTML::Task::Source::NavigationAndTraversal
Andreas Kling
2023-04-25
LibWeb: Add ReferrerPolicy::EmptyString
Andreas Kling
2023-04-25
LibWeb: Add HistoryHandlingBehavior::Push
Andreas Kling
2023-04-25
LibWeb: Add HTML::POSTResource
Aliaksandr Kalenik
2023-04-25
LibWeb: Fix the update of the favicon during navigation
Emil Militzer
2023-04-25
LibVideo/VP9: Wait for workers to finish when there are decoding errors
Zaggy1024
2023-04-25
LibManual: Allow paths that include subsections when creating PageNodes
Tim Ledbetter
2023-04-25
LibManual: Associate SubsectionNode with similarly named markdown file
Tim Ledbetter
2023-04-25
LibVideo: Allocate Vector2D underlying storage with new, not malloc
Timothy Flynn
2023-04-25
LibWeb+WebContent: Make document background and Viewport transparent
Sigmund Lahn
2023-04-25
AK: Rename `Stream::format()` to `Stream::write_formatted()`
Tim Schumacher
2023-04-25
LibGfx/JPEG: Factorize chunk size reading
Lucas CHOLLET
2023-04-25
LibGfx/JPEG: Rename `qtable_id` => `quantization_table_id`
Lucas CHOLLET
2023-04-25
LibGfx/JPEG: Support up to 4 quantization tables
Lucas CHOLLET
2023-04-25
LibGfx/JPEG: Add myself to the copyright header
Lucas CHOLLET
2023-04-25
LibGfx/JPEG: Use more explicit types and add a bunch of `const`
Lucas CHOLLET
2023-04-24
LibChess: Remove use of DeprecatedString in Move::from_algebraic()
Sam Atkins
2023-04-24
LibChess: Return ErrorOr<String> from to-algebraic/fen methods
Sam Atkins
2023-04-24
LibChess: Add and use Square::{file,rank}_char() methods
Sam Atkins
2023-04-24
LibChess: Make `piece_for_char_promotion()` more generally useful
Sam Atkins
2023-04-24
LibChess: Include pawns in FEN output
Sam Atkins
2023-04-24
LibChess: Move inputs when creating chess Commands
Sam Atkins
[next]