summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-04-25cal: Don't accept passing a [day]Karol Baraniecki
2023-04-25Toolchain: Exit Build*.sh scripts if executed as rootKenneth Myhra
2023-04-25Meta: Use common method exit_if_running_as_root() in serenity.shKenneth Myhra
2023-04-25Meta: Add exit_if_running_as_root() to shell_include.shKenneth Myhra
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-24Kernel: Add bar_address_mask to mask the last 4 bits of a BAR addressPankaj Raghav
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
2023-04-24LibChess: Convert Commands to use String and propagate errorsSam Atkins
2023-04-24LibChess: Return Commands by pointer from `FooCommand::from_string()`Sam Atkins
2023-04-24LibChess: Fix typo that always created DebugCommands as "on"Sam Atkins
2023-04-24LibVideo: Do not invoke Vector2D's destructor in order to resize itTimothy Flynn
2023-04-24Meta: Fix a typo in CONTRIBUTING.mdthankyouverycool
2023-04-24Aplay: Determine absolute path before first `unveil`Jelle Raaijmakers
2023-04-24WebContent: Add the 'thread' pledge for video playbackTimothy Flynn
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-24LibWeb/Fetch: Pass recursive=false to manual navigation redirectAliaksandr Kalenik
2023-04-24Kernel: Improve context state keeping in the VirtIOGPU3DDevice classLiav A