Age | Commit message (Expand) | Author |
2020-08-23 | LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs | Andreas Kling |
2020-08-23 | LibGfx+WindowServer: Simplify notification window frame theming | Andreas Kling |
2020-08-23 | LibGfx: Add TextAlignment::BottomRight | Peter Elliott |
2020-08-21 | LibGfx: Use an enumerator macro for color roles | Andreas Kling |
2020-08-21 | LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() API | Andreas Kling |
2020-08-20 | LibGfx: Support loading GIF local color maps if present :^) | Andreas Kling |
2020-08-20 | LibGfx: Initialize some uninitialized things in GIFLoader | Andreas Kling |
2020-08-19 | LibGfx: Small improvement for DisjointRectSet::shatter | Tom |
2020-08-18 | LibGfx: Add convenience helpers for Rect | Tom |
2020-08-18 | LibGfx: Add convenience method Point::constrained | Tom |
2020-08-18 | LibGfx: Add a few convenience methods to DisjointRectSet | Tom |
2020-08-17 | LibGfx: Move original StylePainter code to ClassicStylePainter | Sarah |
2020-08-17 | LibGfx: Add abstract StylePainter class | Sarah |
2020-08-16 | LibGfx: Add initial font family matching | thankyouverycool |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-13 | LibGfx: use disposal method of previous frame in GIF transparency | Peter Nelson |
2020-08-13 | LibGfx: correctly handle transparency between GIF frames | Peter Nelson |
2020-08-12 | LibGfx: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-12 | Meta: Replace remaining LibM/math.h includes with math.h | Linus Groh |
2020-08-10 | LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h} | Andreas Kling |
2020-08-10 | WindowServer+LibGfx: Move window frame rect calculation to WindowTheme | Andreas Kling |
2020-08-10 | ClassicWindowTheme: Fix titlebar redraw issues | Sarah |
2020-08-09 | WindowServer+LibGfx: Move notification window frame painting to LibGfx | Andreas Kling |
2020-08-09 | WindowServer+LibGfx: Move normal window frame painting to a WindowTheme | Andreas Kling |
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 |