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
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Convert Gfx::Bitmap to east const style
Andreas Kling
2021-11-08
LibGfx: Deduplicate code in Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-05
LibGfx: Add FlagRole to GUI::Variant
Sam Atkins
2021-11-05
LibGfx: Use `read_bool_entry()` to read theme flags
Sam Atkins
2021-10-31
LibGfx: Add 'IsDark' flag to SystemTheme and Palette
Sam Atkins
2021-10-28
LibGfx: Add to_string() functions for MetricRole and PathRole
Sam Atkins
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-28
LibGfx: Make style painters use east const and virtual specifiers
Sam Atkins
2021-10-24
LibGfx: Make Color::from_string() case-insensitive
Sam Atkins
2021-10-24
LibGfx: Make Color use east-const
Sam Atkins
2021-10-23
LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()
Sam Atkins
2021-10-22
LibGfx: Restrict cleared area to GIF framebuffer
Ben Wiederhake
2021-10-10
LibGfx: Implement copy-assign for Matrix
Ben Wiederhake
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-06
LibGUI: Add missing headers
Ben Wiederhake
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-02
LibGFX: Draw the ends of lines with non-standard thickness
Gal Horowitz
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-24
LibGfx: Forward declare Gfx::FontMetrics as a struct
Andreas Kling
2021-09-24
LibGfx: Remove debug spam about not having some font installed
Andreas Kling
2021-09-24
LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)
Andreas Kling
2021-09-24
LibGfx: Make BitmapFont::variant() report a complete typeface
thankyouverycool
2021-09-24
LibGfx: Get weight from tables for TrueTypeFonts
thankyouverycool
2021-09-24
LibGfx: Support italic BitmapFonts
thankyouverycool
2021-09-21
LibGfx: Add rounded_int_rect() function for Rects
Sam Atkins
2021-09-20
LibGfx: Add optional bilinear filtering to draw_scaled_bitmap()
Sam Atkins
2021-09-19
LibGfx: Add per-side overloads of Rect::inflate() and ::shrink()
Sam Atkins
2021-09-19
LibGfx: Paint replacement character, 0xFFFD, for unknown glyphs
thankyouverycool
2021-09-19
LibGfx: Extend Unicode support for BitmapFonts
thankyouverycool
2021-09-18
LibGfx: Add Point<T>::to_rounded<U>()
Andreas Kling
2021-09-18
LibGfx: Implement cubic bezier curves by splitting them to subcurves
Ali Mohammad Pur
2021-09-18
LibGfx: Switch Painter.{h,cpp} to use east-const
Ali Mohammad Pur
2021-09-18
LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths
Ali Mohammad Pur
2021-09-18
LibGfx: Start a very basic anti-aliased Painter implementation
Ali Mohammad Pur
[next]