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-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
Ladybird: Remove Web::Platform plugins for Qt in favor of LibCore
Andreas Kling
2023-04-25
Ladybird: Run the Core::EventLoop with a Qt backend
Andreas Kling
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
Kernel: Remove is_sharing_with_others API from GenericInterruptHandler
Pankaj Raghav
2023-04-25
Kernel: Use SpinlockProtected list in SharedIRQHandler
Pankaj Raghav
2023-04-25
Kernel: Set IRQHandler m_shared_with_others when the irq is shared
Pankaj Raghav
2023-04-25
Base: Update reference to Help man file location
Tim Ledbetter
2023-04-25
Applications: Update man page links for applications
Tim Ledbetter
2023-04-25
LibManual: Allow paths that include subsections when creating PageNodes
Tim Ledbetter
2023-04-25
Help: Ensure window title is updated when a subsection is selected
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
Documentation: Fix markdown syntax
Emanuele Torre
2023-04-25
cal: Add the `-y` option to show the current year
Karol Baraniecki
2023-04-25
cal: Add the `-3` option
Karol Baraniecki
2023-04-25
cal: Get default week start day from Calendar
Karol Baraniecki
2023-04-25
cal: Make start of the week configurable
Karol Baraniecki
2023-04-25
cal: Pad days on the left with spaces instead of zeroes
Karol Baraniecki
2023-04-25
cal: Only show year next to each month in one-month-mode
Karol Baraniecki
2023-04-25
cal: Fix width calculation by not leaving an extra space at month's end
Karol Baraniecki
2023-04-25
cal: Display month names
Karol Baraniecki
2023-04-25
cal: Use global string widths instead of hardcoding them
Karol Baraniecki
2023-04-25
cal: Center the month-year text
Karol Baraniecki
2023-04-25
cal: Mark the current day as inverted text
Karol Baraniecki
2023-04-25
cal: Rewrite cal to use new Strings and handle errors
Karol Baraniecki
2023-04-25
cal: Correctly identify current day
Karol Baraniecki
[prev]
[next]