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
2022-02-14
LibGfx/PNG: Respect the tRNS chunk transparency with color type 2
Andreas Kling
2022-02-14
LibGfx/PNG: Collect tRNS (transparency chunk) info for all color types
Andreas Kling
2022-02-14
LibGfx: Remove unnecessary includes from PNGLoader.cpp
Andreas Kling
2022-02-14
LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888
Andreas Kling
2022-02-14
LibGfx: Support color blending in Painter::draw_bitmap
Steven Schmoll
2022-02-13
LibGfx: Allow changing the default font path
Filiph Sandström
2022-02-11
LibGfx: Add Path::[horizontal,vertical]_path_to()
Sam Atkins
2022-02-09
LibGfx: Add more syntax-related ColorRoles
Itamar
2022-02-07
LibGfx: Return proper ColorRole for GutterBorders
thankyouverycool
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-02-06
LibGfx: Avoid inclusion of xmmintrin.h on non-X86 architectures
Morten Larsen
2022-02-05
LibGfx: Fail gracefully when trying to load invalid-sized HiDPI image
Maciej
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-02-01
LibGfx: Determine slope attributes for TrueTypeFonts from tables
thankyouverycool
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-26
LibGUI: Allow Buttons to set themselves as default
thankyouverycool
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
LibGfx: Expand TextAttributes with more information about underlining
Tobias Christiansen
2022-01-23
LibGfx: Add Painter::draw_triangle_wave()
Tobias Christiansen
2022-01-22
LibGfx: Fix stylistic issues in BitmapFont
Maciej
2022-01-22
LibGfx: Always scale emojis to fit font height
Maciej
2022-01-18
LibGfx: Add `::xyz()` swizzle operator to `Vector4`
Jesse Buhagiar
2022-01-18
LibGfx: Add unary `operator-()` to Vector2/3/4
Jesse Buhagiar
2022-01-13
LibGfx: Change return type of Adler32 checksums in PNGWriter
Marcus Nilsson
2022-01-12
LibGfx+LibGL: Allow singular matrices to be inverted
Jelle Raaijmakers
2022-01-11
LibGfx+LibGL: Do not crash if matrix inverse does not exist
Jelle Raaijmakers
2022-01-09
LibGfx: Allow Vector{2,3,4} operators to accept different argument types
Stephan Unverwerth
2022-01-08
PixelPaint+LibGfx: Add sepia color filter
Xavier Defrang
2022-01-08
LibGfx: Implement Grayscale/Invert filters as ColorFilter
Xavier Defrang
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-04
LibGfx: Add LumaFilter
Tobias Christiansen
2022-01-04
LibGfx: Add BitmapMixer
Tobias Christiansen
2022-01-04
LibGfx: Add BitmapFormat::BGRx8888 support to the FastBoxBlurFilter
Tobias Christiansen
2022-01-04
Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer
Andrew Kaster
2022-01-01
Theming: Add alignment section
Filiph Sandström
2022-01-01
LibGfx: Remove VERIFY in draw_rect_with_thickness
Filiph Sandström
2022-01-01
LibGfx: Add window border/title theming options
Filiph Sandström
2021-12-30
LibGfx: Mark some `Matrix` functions as `[[nodiscard]]`
Jelle Raaijmakers
2021-12-30
LibGfx: Add `Matrix3x3`
Jelle Raaijmakers
2021-12-28
ThemeEditor: Implement a way to simulate color blindness in preview
TheGrizzlyDev
2021-12-23
LibGfx: Harden TTF parsing against fuzzers
Brian Gianforcaro
2021-12-23
LibGfx: Fix incorrect error handling in ICOLoader
Brian Gianforcaro
2021-12-22
LibGfx: Keep alpha value of previous pixel for QOI_OP_RGB chunk
Linus Groh
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-21
LibGfx: Remove 'QOIImageDecoderPlugin: ' prefix from error messages
Linus Groh
2021-12-21
LibGfx: Add support for "The Quite OK Image Format" (QOI)
Linus Groh
2021-12-16
LibGfx: Handle malformed Platform ID during TTF parsing
Brian Gianforcaro
2021-11-30
LibGfx+FontEditor: Consolidate BitmapFont width and height limits
thankyouverycool
[next]