index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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
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
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
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
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
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
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
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
2023-01-06
LibGfx: Make text painting better at aligning vector fonts vertically
Andreas Kling
2023-01-06
LibGfx: Make BitmapFont's line gap be Gfx::Painter::LINE_SPACING
Andreas Kling
2023-01-06
LibGfx: Round menu font size up when calculating menubar height
Andreas Kling
2023-01-06
WindowServer: Round menu item font sizes up when calculating height
Andreas Kling
2023-01-06
LibGUI: Tweak GUI::Label auto-sizing logic for floating point font sizes
Andreas Kling
2023-01-06
LibGfx: Use Gfx::Rect::align_within() to simplify text drawing logic
Andreas Kling
2023-01-06
LibGfx: Slim down Gfx::TextLayout API by removing unused accessors
Andreas Kling
2023-01-06
LibGfx: Make ScaledFont::glyph_height() return the pixel height
Andreas Kling
2023-01-06
LibGfx: Remove unused Font::point_size()
Andreas Kling
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-06
Terminal: Add zoom in/out action to increment/decrement the font size
Andreas Kling
2023-01-06
LibGfx: Remove bogus rounding in FontPixelMetrics::line_spacing()
Andreas Kling
2023-01-06
LibGfx/OpenType: Use typographic metrics when asked to by the OS/2 table
Andreas Kling
2023-01-06
LibVT: Simplify TerminalWidget::widget_size_for_font()
Andreas Kling
2023-01-06
LibVT: Use font pixel height (pixel_size) when calculating line heights
Andreas Kling
2023-01-06
LibVT: Compute the font metrics once and cache them
Andreas Kling
[prev]
[next]