summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx
AgeCommit message (Expand)Author
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
2021-04-05LibGfx: Move underline closer to text in draw_ui_text()Andreas Kling
2021-04-05LibGfx: Add Gfx::Painter::draw_ui_text()Andreas Kling
2021-04-04LibGfx: Avoid float->double->float when converting from linear to gammaOleg Sikorskiy
2021-04-03LibGfx: Use integer version of Bresenham's algorithm.Oleg Sikorskiy
2021-03-31WindowServer+LibGfx: Rename menu_bar => menubarAndreas Kling
2021-03-31WindowServer+LibGfx: Remove code for drawing the old-style menu barAndreas Kling
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-28LibGfx: Use zlib instead of just deflate when loading PNGsLuke
2021-03-26WindowServer+LibGfx: Make menubar menus slightly largerAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-21LibGfx: Don't use target's alpha if it doesn't have one (#5888)Oleg
2021-03-16LibGfx: Don't truncate macroblock indices in JPG decoder.Oleg Sikorskiy
2021-03-16LibGfx: Fail gracefuly on invalid interlace method in PNGLoaderIdan Horowitz
2021-03-16LibGfx: Add BitmapFormat::RGBA8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-15LibGfx: Draw window frame icon scaled to title_bar_icon_rect()Linus Groh
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12WindowServer+LibGfx: Enumerate Disallow cursorthankyouverycool
2021-03-12LibGfx+LibGUI: Add support for vertical ProgressBarsthankyouverycool
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-03-06LibGfx: Make most of Gfx::Color constexprAndreas Kling
2021-03-06LibGfx: Fix draw_triangle() precision issuesStephan Unverwerth
2021-03-06LibWeb: Make CSS background image painting respect destination origin and tra...Mihai Parparita
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-02-27LibGfx: Fix read buffer overflow in interlaced GIF decodeLuke
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-25LibGUI: Improve IconView rubberband performanceTom