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
/
Libraries
/
LibGfx
Age
Commit message (
Expand
)
Author
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
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
LibGfx: Prefer largest image with best depth for ICO display
Simon Danner
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
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
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-05
LibGfx+LibPDF: Apply subpixel offset in affine transformation
MacDue
2023-01-05
LibGfx: Enable subpixel accurate text rendering in Painter::draw_text()
MacDue
2023-01-05
LibGfx: Add ability to request glyphs at subpixel offsets to fonts
MacDue
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-05
LibGfx+icc: Print if profile id is valid
Nico Weber
2023-01-05
LibGfx: Remove useless name from try_load_from_externally_owned_memory()
Nico Weber
2023-01-05
LibGfx: East-const-ify ICCProfile::pcs_illuminant()
Nico Weber
2023-01-05
LibGfx: Store profile id MD5 in ICCProfile
Nico Weber
2023-01-05
LibGfx: Sort ICC parsing functions by spec number
Nico Weber
2023-01-04
Everywhere: Make global `inline` functions not `static`
Nico Weber
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-03
LibGfx: Fix typos in ICC spec comments
Linus Groh
2023-01-03
LibGfx: Improve AA stroke_path() line intersections a little
MacDue
2023-01-03
LibGfx: Add Rect::translated(dboth)
MacDue
2023-01-03
LibGfx: Use the Midpoint Ellipse Algorithm for filled ellipses
Lucas CHOLLET
2023-01-03
LibGfx: Put the Midpoint Ellipse Algorithm in its own function
Lucas CHOLLET
2023-01-03
LibGfx: Make Font::glyph_width*() APIs return float
Andreas Kling
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-03
LibGfx: Adjust ClassicWindowTheme titlebar height calculation
Andreas Kling
2023-01-03
LibGfx: Make ClassicWindowTheme menubar heights respect the font size
Andreas Kling
2023-01-03
LibGfx: Make Font::pixel_size() return a float
Andreas Kling
2023-01-03
LibGfx/Font: Make Glyph metrics floating point
Andreas Kling
2023-01-03
LibGfx/Font: Make ScaledGlyphMetrics floating point
Andreas Kling
2023-01-03
LibCompress: Switch `ZlibCompressor` to a constructor pattern
Tim Schumacher
2023-01-03
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
Tim Schumacher
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Userland: Remove unused includes of AK/Math.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2023-01-02
LibGfx+icc: Print pcs illuminant
Nico Weber
[next]