summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx
AgeCommit message (Expand)Author
2021-05-03Revert "LibGfx: Add directional floating-point scaling to Painter"Andreas Kling
2021-05-03Revert "LibGfx: Re-add missing bounds-checks to Painter::draw_rect"Andreas Kling
2021-05-03LibGfx: Re-add missing bounds-checks to Painter::draw_rectMatthew Olsson
2021-05-02LibGfx: Add scaling methods to BitmapMatthew Olsson
2021-05-02Color: Add interpolate methodMatthew Olsson
2021-05-02LibGfx: Add directional floating-point scaling to PainterMatthew Olsson
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02LibGfx: Add some helper methods to AffineTransformMatthew Olsson
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01WindowServer+LibGfx: Automatic "modified" markers in window titlesAndreas Kling
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29LibGfx: Add basic support for bidirectional text renderingIdan Horowitz
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23LibGfx+FontEditor: Account for raw width when painting glyphsthankyouverycool
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGfx: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibGfx: Minor clean-ups in Gfx::FontDatabaseAndreas Kling
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
2021-04-18LibGfx: Report font glyph presence based on glyph's specific widthIdan Horowitz
2021-04-18FontEditor+LibGfx: Allow user to specify if a specific glyph is presentIdan Horowitz
2021-04-18LibGfx: Always load font widths array and use it for glyph presenceIdan Horowitz
2021-04-18LibGfx: Use size_t instead of int for glyph countIdan Horowitz
2021-04-18LibGfx: Add support for fonts that include the Hebrew Unicode BlockIdan Horowitz
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
2021-04-17LibGfx: Fix sse enabled builds by removing implicit float conversionSahan Fernando
2021-04-17LibGfx: Make top highlight of classic buttons fit to the top left cornerLuke
2021-04-17LibGfx: Switch a bunch of API's from taking StringView to StringAndreas Kling
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()AnotherTest
2021-04-15LibGfx: Add a Path::arc_to() helperAnotherTest
2021-04-15LibGfx+LibWeb: Move out the EllipticArcTo() logic into PathAnotherTest
2021-04-15LibGfx: Un-recursive-ify the Bezier and Elliptic curve implementationsAnotherTest
2021-04-14LibGfx: initialize winding number to 1 for NonZero winding rulesIdan Horowitz
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-11LibGfx: Add a count to FontTypes and a helper to return type namesthankyouverycool
2021-04-11LibGfx: Make sure draw_ui_text() paints underlines with text colorAndreas Kling
2021-04-11LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip textsAndreas Kling
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-09LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::TrayAndreas Kling
2021-04-09LibGfx: Make draw_ui_text() underlines take glyph spacing into accountAndreas Kling
2021-04-09LibGfx: Add a Gfx::TextAlignment parameter to Painter::draw_ui_text()Andreas Kling
2021-04-09LibGfx: Adjust parameter order for Painter::draw_ui_text()Andreas Kling
2021-04-09LibGfx: Added dirty and raw cyrillic support for bitmap fonts.Dmitrii Trifonov
2021-04-07LibGfx: Update to PNGLoader to modern dbgln_if and if constexpr loggingIdan Horowitz
2021-04-07LibGfx: Fix IHDR filter method field validationIdan Horowitz
2021-04-07LibGfx: Zero out dummy filter scanlineIdan Horowitz