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-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-06
LibGfx+icc: Print device attribute flags
Nico Weber
2023-01-06
LibGfx: Fix incorrect bitmask in Gfx::ICC::Flags
Nico Weber
2023-01-06
LibWeb: Fix abspos flex container with height:auto getting zero height
Andreas Kling
2023-01-06
LibWeb: Verify optional argument has a value before static_cast-ing it
Kenneth Myhra
2023-01-06
LibGfx+icc: Verify ICCProfile ID at parse time instead of in icc
Nico Weber
2023-01-06
LibGfx: Rename variable in parse_profile_id() to match spec better
Nico Weber
2023-01-06
Documentation: Add section about curly braces to CodingStyle.md
Linus Groh
2023-01-06
LibGfx: Verify ICC reserved header bytes are zero
Nico Weber
2023-01-06
LibGfx: Extract all_bytes_are_zero() function in ICCProfile
Nico Weber
2023-01-06
LibGfx: Add quotes and reflow for glanceability
Nico Weber
2023-01-06
LibGfx: Rename ICCHeader::profile_md5 to profile_id to match spec
Nico Weber
2023-01-06
CI: Use default provided GITHUB_TOKEN for PR label workflow
Linus Groh
2023-01-06
Documentation: Update VirtualBox docs memory section
Børlaag
2023-01-06
Documentation: Update VMWare docs memory section
Børlaag
2023-01-06
CI: Unify secrets.BUGGIEBOT and secrets.BUGGIEBOT_TOKEN
Linus Groh
2023-01-06
LibPDF: Load destinations from Catalogue -> Names -> Dests name tree
Rodrigo Tobar
2023-01-06
LibPDF: Implement name tree lookups
Rodrigo Tobar
2023-01-06
LibPDF: Add more utility methods to {Dict,Array}Object
Rodrigo Tobar
2023-01-06
LibPDF: Move casting code to its own cast_to function
Rodrigo Tobar
2023-01-06
LibPDF: Support null destination parameters
Rodrigo Tobar
2023-01-06
LibPDF: Fix Destination formatting
Rodrigo Tobar
2023-01-06
PDFViewer: Inform users of underlying issue when loading document
Rodrigo Tobar
2023-01-06
LibGfx: Prefer largest image with best depth for ICO display
Simon Danner
2023-01-06
Kernel: Add helper function to check if a Process is in jail
Liav A
2023-01-06
PixelPaint: Fix typo in variable name
Tim Ledbetter
2023-01-06
PixelPaint: Allow move tool to scale in all directions
Tim Ledbetter
2023-01-06
AK: Support fixed point formatting to print real numbers
Lucas CHOLLET
2023-01-06
AK: Rename `StandardFormatter::Mode::Float` => `FixedPoint`
Lucas CHOLLET
2023-01-06
Meta/Lagom: Link Threads::Threads
MacDue
2023-01-06
Solitaire: Replace animation Card with manual painting
Sam Atkins
2023-01-06
Spider: Highlight valid target stack when hovering over it
Sam Atkins
2023-01-06
Spider: Make Game creation fallible
Sam Atkins
2023-01-06
Spider: Save and load u32 config values as u32s
Sam Atkins
2023-01-06
Solitaire: Save and load u32 config values as u32s
Sam Atkins
2023-01-06
Solitaire: Make Game creation fallible
Sam Atkins
2023-01-06
AK: Export `adopt_nonnull_ref_or_enomem` to the global namespace
Sam Atkins
2023-01-06
LibCards+Games: Make `CardGame::add_stack()` fallible
Sam Atkins
2023-01-06
Solitaire: Preview cards in a stack with the right mouse button
Timothy Flynn
2023-01-06
LibCards: Support "previewing" cards that may be covered by other cards
Timothy Flynn
2023-01-06
FileSystemAccessServer: Use `Core::Stream`
Lucas CHOLLET
2023-01-06
Meta: Pass `Core::Stream::OpenMode` by value in the `IPCCompiler`
Lucas CHOLLET
2023-01-06
LibIPC: Add `File(Core::Stream::File& file, ...)`
Lucas CHOLLET
2023-01-06
LibCore: Add `Stream::File::leak_fd(Badge<IPC::File>)`
Lucas CHOLLET
2023-01-06
PixelPaint: Draw polygonal select tool lines with two colors
Tim Ledbetter
2023-01-06
PixelPaint: Draw the lasso tool preview path with two colors
Tim Ledbetter
2023-01-06
CI: Automatically apply pull request labels for generic PR actions
Luke Wilde
2023-01-06
LibGUI: Simplify GUI::Label preferred height calculation
Andreas Kling
2023-01-06
Terminal: Run clang-format on main.cpp
Andreas Kling
2023-01-06
LibWeb: Use default system fonts for `serif`, `sans-serif`, etc.
Andreas Kling
[next]