index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
/
Tools
/
TextTool.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-21
PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>
Andreas Kling
2023-02-19
PixelPaint: Enable more text tool keyboard shortcuts
Tim Ledbetter
2023-02-16
PixelPaint: Propagate errors from making tool property widgets
Karol Kosek
2023-02-16
PixelPaint: Set Tool on_*_color_change logic using virtual functions
Karol Kosek
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-02
PixelPaint: Update text tool font color on primary color change
Tim Ledbetter
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-16
PixelPaint: Add Text Tool
Timothy Slater