summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx
AgeCommit message (Expand)Author
2020-08-09LibGfx: Add a basic abstract WindowTheme classAndreas Kling
2020-08-07LibGfx: Add dummy Font::x_height() getterAndreas Kling
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibGfx: Make draw_scaled_bitmap() apply relative opacityAndreas Kling
2020-08-04Revert "LibM: Always include <math.h> instead of <LibM/math.h>"Andreas Kling
2020-08-04LibM: Always include <math.h> instead of <LibM/math.h>Andreas Kling
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-01Themes: Fix default theme window stripes and shadow after #2811Nico Weber
2020-08-01LibGfx: Add Paths to themesthankyouverycool
2020-07-27LibGfx: Fix dumb typo in PNG decoderAndreas Kling
2020-07-27LibGfx: Simplify some excessive use of pow() in scanline unfilteringAndreas Kling
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-26LibWeb: Abstract common operations of graphical SVG elementsMatthew Olsson
2020-07-26LibGfx: Add FloatPoint methodsMatthew Olsson
2020-07-26LibGfx: Add elliptical curves to PathMatthew Olsson
2020-07-26LibWeb: Begin SVG element supportMatthew Olsson
2020-07-25LibGfx: Add a generic Matrix variantAnotherTest
2020-07-25LibGfx: Add Matrix4x4::elements() gettersAnotherTest
2020-07-23Lagom: Add LibGemini, LibGfxNico Weber
2020-07-23LibGfx: Add an "opacity" argument to Painter::draw_scaled_bitmap()Andreas Kling
2020-07-17WindowServer: New title bar vars for themesNullspeak
2020-07-16LibGfx: Set correct frame type on JPEG imagesstelar7
2020-07-15LibGfx: Minor IntRect::shatter and FloatRect::shatter optimizationTom
2020-06-28LibGfx+JPGLoader: Print failure message for progressive JPEGsdevashish
2020-06-27LibGfx+JPGLoader: Fix decoding outside of LibWebdevashish
2020-06-27LibGfx: Add PGM image file type supportHüseyin ASLITÜRK
2020-06-26LibGfx: Teach AffineTransform how to rotate and multiplyAndreas Kling
2020-06-23JPGLoader: Move JPGLoader internal structs and #defines to JPGLoader.cppdevashish
2020-06-23LibGfx: Integrate JPEG decoder with rest of the systemdevashish
2020-06-23LibGfx+LibWeb: Add JPEG decoder and integrate with LibWebDevashish
2020-06-22ImageDecoder: Add a new service for out-of-process image decoding :^)Andreas Kling
2020-06-22LibGfx: Add PPM image file type supportHüseyin ASLITÜRK
2020-06-21LibGfx: Prefer the largest image in the file when loading an ICOPaul Roukema
2020-06-21 LibGfx: Add support for uncompressed/classic ICO filesPaul Roukema
2020-06-21LibGfx: Initial support for ICO image files.Paul Roukema
2020-06-21LibGfx: Add PBM image file type supportHüseyin ASLITÜRK
2020-06-21LibGfx: Add BMP loaderMatthew Olsson
2020-06-18LibGfx: Fix color alfa for transparent color in GIFLoaderHüseyin ASLITÜRK
2020-06-15LibGfx: Add a new Bitmap::is_path_a_supported_image_format() methodHüseyin ASLITÜRK
2020-06-13LibGfx: Painter::draw_line() can just return early if alpha == 0Andreas Kling
2020-06-13LibGfx: Add Color::Transparent as a named colorAndreas Kling
2020-06-13LibGfx: Implement support for decoding interlaced PNGsPaul Roukema
2020-06-13LibGfx: Fix PNG decoder handling of 16-bit RGB imagesPaul Roukema
2020-06-13LibGfx: Silence debug spam in the PNG decoderAndreas Kling
2020-06-13LibGfx: Don't keep an unused GIF decoder plugin in failed ImageDecodersAndreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-11LibGfx: Return paint_button() earlier and replace overdrawn rectthankyouverycool
2020-06-11LibGfx: Fail PNG decoding on invalid scanline filterAndreas Kling