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
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
2023-04-25
cal: Don't accept passing a [day]
Karol Baraniecki
2023-04-25
Toolchain: Exit Build*.sh scripts if executed as root
Kenneth Myhra
2023-04-25
Meta: Use common method exit_if_running_as_root() in serenity.sh
Kenneth Myhra
2023-04-25
Meta: Add exit_if_running_as_root() to shell_include.sh
Kenneth Myhra
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
Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address
Pankaj Raghav
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
2023-04-24
LibChess: Convert Commands to use String and propagate errors
Sam Atkins
2023-04-24
LibChess: Return Commands by pointer from `FooCommand::from_string()`
Sam Atkins
2023-04-24
LibChess: Fix typo that always created DebugCommands as "on"
Sam Atkins
2023-04-24
LibVideo: Do not invoke Vector2D's destructor in order to resize it
Timothy Flynn
2023-04-24
Meta: Fix a typo in CONTRIBUTING.md
thankyouverycool
2023-04-24
Aplay: Determine absolute path before first `unveil`
Jelle Raaijmakers
2023-04-24
WebContent: Add the 'thread' pledge for video playback
Timothy Flynn
2023-04-24
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
Timothy Flynn
2023-04-24
LibWeb/Fetch: Pass recursive=false to manual navigation redirect
Aliaksandr Kalenik
2023-04-24
Kernel: Improve context state keeping in the VirtIOGPU3DDevice class
Liav A
2023-04-24
Kernel: Allow configuring a Jail to not impose PID isolation restriction
Liav A
2023-04-24
Browser: Support selections from the accessibility tab
Jonah
2023-04-24
LibWeb: Serialize element's IDs when serializing a11y tree
Jonah
2023-04-24
LibGUI: Convert `JsonArrayModel` to use `Core::File`
Cameron Youell
2023-04-24
Shell: Use `JsonArray::append` in `save_to`
Cameron Youell
2023-04-24
SQLStudio: Convert `MainWidget` to a failable constructor
Cameron Youell
[next]