summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx
AgeCommit message (Expand)Author
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
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