summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx
AgeCommit message (Expand)Author
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
2020-08-23LibGfx+WindowServer: Simplify notification window frame themingAndreas Kling
2020-08-23LibGfx: Add TextAlignment::BottomRightPeter Elliott
2020-08-21LibGfx: Use an enumerator macro for color rolesAndreas Kling
2020-08-21LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() APIAndreas Kling
2020-08-20LibGfx: Support loading GIF local color maps if present :^)Andreas Kling
2020-08-20LibGfx: Initialize some uninitialized things in GIFLoaderAndreas Kling
2020-08-19LibGfx: Small improvement for DisjointRectSet::shatterTom
2020-08-18LibGfx: Add convenience helpers for RectTom
2020-08-18LibGfx: Add convenience method Point::constrainedTom
2020-08-18LibGfx: Add a few convenience methods to DisjointRectSetTom
2020-08-17LibGfx: Move original StylePainter code to ClassicStylePainterSarah
2020-08-17LibGfx: Add abstract StylePainter classSarah
2020-08-16LibGfx: Add initial font family matchingthankyouverycool
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-13LibGfx: use disposal method of previous frame in GIF transparencyPeter Nelson
2020-08-13LibGfx: correctly handle transparency between GIF framesPeter Nelson
2020-08-12LibGfx: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Meta: Replace remaining LibM/math.h includes with math.hLinus Groh
2020-08-10LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h}Andreas Kling
2020-08-10WindowServer+LibGfx: Move window frame rect calculation to WindowThemeAndreas Kling
2020-08-10ClassicWindowTheme: Fix titlebar redraw issuesSarah
2020-08-09WindowServer+LibGfx: Move notification window frame painting to LibGfxAndreas Kling
2020-08-09WindowServer+LibGfx: Move normal window frame painting to a WindowThemeAndreas Kling
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