summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools/TextTool.cpp
AgeCommit message (Expand)Author
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-21PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>Andreas Kling
2023-02-19PixelPaint: Enable more text tool keyboard shortcutsTim Ledbetter
2023-02-16PixelPaint: Propagate errors from making tool property widgetsKarol Kosek
2023-02-16PixelPaint: Set Tool on_*_color_change logic using virtual functionsKarol Kosek
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-02PixelPaint: Update text tool font color on primary color changeTim Ledbetter
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-16PixelPaint: Add Text ToolTimothy Slater