index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
Age
Commit message (
Expand
)
Author
2020-08-09
LibGfx: Add a basic abstract WindowTheme class
Andreas Kling
2020-08-07
LibGfx: Add dummy Font::x_height() getter
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibGfx: Make draw_scaled_bitmap() apply relative opacity
Andreas Kling
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-01
Themes: Fix default theme window stripes and shadow after #2811
Nico Weber
2020-08-01
LibGfx: Add Paths to themes
thankyouverycool
2020-07-27
LibGfx: Fix dumb typo in PNG decoder
Andreas Kling
2020-07-27
LibGfx: Simplify some excessive use of pow() in scanline unfiltering
Andreas Kling
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-26
LibWeb: Abstract common operations of graphical SVG elements
Matthew Olsson
2020-07-26
LibGfx: Add FloatPoint methods
Matthew Olsson
2020-07-26
LibGfx: Add elliptical curves to Path
Matthew Olsson
2020-07-26
LibWeb: Begin SVG element support
Matthew Olsson
2020-07-25
LibGfx: Add a generic Matrix variant
AnotherTest
2020-07-25
LibGfx: Add Matrix4x4::elements() getters
AnotherTest
2020-07-23
Lagom: Add LibGemini, LibGfx
Nico Weber
2020-07-23
LibGfx: Add an "opacity" argument to Painter::draw_scaled_bitmap()
Andreas Kling
2020-07-17
WindowServer: New title bar vars for themes
Nullspeak
2020-07-16
LibGfx: Set correct frame type on JPEG images
stelar7
2020-07-15
LibGfx: Minor IntRect::shatter and FloatRect::shatter optimization
Tom
2020-06-28
LibGfx+JPGLoader: Print failure message for progressive JPEGs
devashish
2020-06-27
LibGfx+JPGLoader: Fix decoding outside of LibWeb
devashish
2020-06-27
LibGfx: Add PGM image file type support
Hüseyin ASLITÜRK
2020-06-26
LibGfx: Teach AffineTransform how to rotate and multiply
Andreas Kling
2020-06-23
JPGLoader: Move JPGLoader internal structs and #defines to JPGLoader.cpp
devashish
2020-06-23
LibGfx: Integrate JPEG decoder with rest of the system
devashish
2020-06-23
LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb
Devashish
2020-06-22
ImageDecoder: Add a new service for out-of-process image decoding :^)
Andreas Kling
2020-06-22
LibGfx: Add PPM image file type support
Hüseyin ASLITÜRK
2020-06-21
LibGfx: Prefer the largest image in the file when loading an ICO
Paul Roukema
2020-06-21
LibGfx: Add support for uncompressed/classic ICO files
Paul Roukema
2020-06-21
LibGfx: Initial support for ICO image files.
Paul Roukema
2020-06-21
LibGfx: Add PBM image file type support
Hüseyin ASLITÜRK
2020-06-21
LibGfx: Add BMP loader
Matthew Olsson
2020-06-18
LibGfx: Fix color alfa for transparent color in GIFLoader
Hüseyin ASLITÜRK
2020-06-15
LibGfx: Add a new Bitmap::is_path_a_supported_image_format() method
Hüseyin ASLITÜRK
2020-06-13
LibGfx: Painter::draw_line() can just return early if alpha == 0
Andreas Kling
2020-06-13
LibGfx: Add Color::Transparent as a named color
Andreas Kling
2020-06-13
LibGfx: Implement support for decoding interlaced PNGs
Paul Roukema
2020-06-13
LibGfx: Fix PNG decoder handling of 16-bit RGB images
Paul Roukema
2020-06-13
LibGfx: Silence debug spam in the PNG decoder
Andreas Kling
2020-06-13
LibGfx: Don't keep an unused GIF decoder plugin in failed ImageDecoders
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-11
LibGfx: Return paint_button() earlier and replace overdrawn rect
thankyouverycool
2020-06-11
LibGfx: Fail PNG decoding on invalid scanline filter
Andreas Kling
[prev]
[next]