summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-04-25LibVideo/VP9: Implement unscaled fast paths in inter predictionZaggy1024
2023-04-25LibVideo/VP9: Use the Y scale value in `predict_inter_block()`Zaggy1024
2023-04-25LibVideo: Convert subsampled frames in a vectorization-friendly wayZaggy1024
2023-04-25LibVideo/VP9: Consolidate frame size calculationsZaggy1024
2023-04-25LibVideo/VP9: Fix rounding of components in the motion vector selectionZaggy1024
2023-04-25LibCore: Include sys/ucred.h in System.h for FreeBSDnipos
2023-04-25LibVideo: Remove hook to override LibVideo's playback timersTimothy Flynn
2023-04-25LibWeb: Remove custom playback timer from HTMLMediaElementTimothy Flynn
2023-04-25LibCore: Remove unused cruft in EventLoop.hAndreas Kling
2023-04-25LibCore+Ladybird: Add EventLoopManager interface for persistent stateAndreas Kling
2023-04-25Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loopAndreas Kling
2023-04-25LibAudio: Make `WavWriter` check if a file was set during destructionJelle Raaijmakers
2023-04-25LibCore: Add a hook for custom construction of EventLoopImplementationAndreas Kling
2023-04-25LibCore: Big first step towards pluggable Core::EventLoopAndreas Kling
2023-04-25Userland: Remove serialize-to-JSON functions only used for InspectorAndreas Kling
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25LibCore: Remove unused EventLoop::Private::lockAndreas Kling
2023-04-25LibCore: Remove unused "client ID" from InspectorServerConnectionAndreas Kling
2023-04-25LibCore: Remove some unnecessary includes from EventLoop.hAndreas Kling
2023-04-25LibCore: Move deferred_invoke() implementation out of lineAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-25LibCore: Move event queueing to a per-thread event queueAndreas Kling
2023-04-25LibCore: Remove unused EventLoop::wake_current()Andreas Kling
2023-04-25LibCore: Remove awkward EventLoop::wake_once() APIAndreas Kling
2023-04-25LibSQL: Handle statements with malformed exists expressions correctlyTim Ledbetter
2023-04-25LibWeb: Add missing valid-identifiers for display CSS propertyEmil Militzer
2023-04-25LibWeb: Start fleshing out Navigable::navigate()Aliaksandr Kalenik
2023-04-25LibWeb: Add m_ongoing_navigation in NavigableAliaksandr Kalenik
2023-04-25LibWeb: Add HTML::Task::Source::NavigationAndTraversalAndreas Kling
2023-04-25LibWeb: Add ReferrerPolicy::EmptyStringAndreas Kling
2023-04-25LibWeb: Add HistoryHandlingBehavior::PushAndreas Kling
2023-04-25LibWeb: Add HTML::POSTResourceAliaksandr Kalenik
2023-04-25LibWeb: Fix the update of the favicon during navigationEmil Militzer
2023-04-25LibVideo/VP9: Wait for workers to finish when there are decoding errorsZaggy1024
2023-04-25LibManual: Allow paths that include subsections when creating PageNodesTim Ledbetter
2023-04-25LibManual: Associate SubsectionNode with similarly named markdown fileTim Ledbetter
2023-04-25LibVideo: Allocate Vector2D underlying storage with new, not mallocTimothy Flynn
2023-04-25LibWeb+WebContent: Make document background and Viewport transparentSigmund Lahn
2023-04-25AK: Rename `Stream::format()` to `Stream::write_formatted()`Tim Schumacher
2023-04-25LibGfx/JPEG: Factorize chunk size readingLucas CHOLLET
2023-04-25LibGfx/JPEG: Rename `qtable_id` => `quantization_table_id`Lucas CHOLLET
2023-04-25LibGfx/JPEG: Support up to 4 quantization tablesLucas CHOLLET
2023-04-25LibGfx/JPEG: Add myself to the copyright headerLucas CHOLLET
2023-04-25LibGfx/JPEG: Use more explicit types and add a bunch of `const`Lucas CHOLLET
2023-04-24LibChess: Remove use of DeprecatedString in Move::from_algebraic()Sam Atkins
2023-04-24LibChess: Return ErrorOr<String> from to-algebraic/fen methodsSam Atkins
2023-04-24LibChess: Add and use Square::{file,rank}_char() methodsSam Atkins
2023-04-24LibChess: Make `piece_for_char_promotion()` more generally usefulSam Atkins
2023-04-24LibChess: Include pawns in FEN outputSam Atkins
2023-04-24LibChess: Move inputs when creating chess CommandsSam Atkins