summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25Ladybird: Remove Web::Platform plugins for Qt in favor of LibCoreAndreas Kling
2023-04-25Ladybird: Run the Core::EventLoop with a Qt backendAndreas Kling
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-25Kernel: Remove is_sharing_with_others API from GenericInterruptHandlerPankaj Raghav
2023-04-25Kernel: Use SpinlockProtected list in SharedIRQHandlerPankaj Raghav
2023-04-25Kernel: Set IRQHandler m_shared_with_others when the irq is sharedPankaj Raghav
2023-04-25Base: Update reference to Help man file locationTim Ledbetter
2023-04-25Applications: Update man page links for applicationsTim Ledbetter
2023-04-25LibManual: Allow paths that include subsections when creating PageNodesTim Ledbetter
2023-04-25Help: Ensure window title is updated when a subsection is selectedTim 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-25Documentation: Fix markdown syntaxEmanuele Torre
2023-04-25cal: Add the `-y` option to show the current yearKarol Baraniecki
2023-04-25cal: Add the `-3` optionKarol Baraniecki
2023-04-25cal: Get default week start day from CalendarKarol Baraniecki
2023-04-25cal: Make start of the week configurableKarol Baraniecki
2023-04-25cal: Pad days on the left with spaces instead of zeroesKarol Baraniecki
2023-04-25cal: Only show year next to each month in one-month-modeKarol Baraniecki
2023-04-25cal: Fix width calculation by not leaving an extra space at month's endKarol Baraniecki
2023-04-25cal: Display month namesKarol Baraniecki
2023-04-25cal: Use global string widths instead of hardcoding themKarol Baraniecki
2023-04-25cal: Center the month-year textKarol Baraniecki
2023-04-25cal: Mark the current day as inverted textKarol Baraniecki
2023-04-25cal: Rewrite cal to use new Strings and handle errorsKarol Baraniecki
2023-04-25cal: Correctly identify current dayKarol Baraniecki