Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 年間 前 |
Tim Ledbetter
|
f34b1c7a7e
PixelPaint: Make tool properties widget construction non-fallible
|
1 年間 前 |
Tim Ledbetter
|
b4e134cb52
Userland: Use non-fallible `EventReceiver::add()` where possible
|
1 年間 前 |
Tim Ledbetter
|
a6f6a1afd2
Userland: Prefer non-fallible construction for LibGUI objects
|
1 年間 前 |
Bastiaan van der Plaat
|
494a8cb816
AK: Add to_radians and to_degrees math functions
|
1 年間 前 |
Andreas Kling
|
58e482a06d
LibGUI: Remove Layout::try_add_spacer()
|
1 年間 前 |
Andreas Kling
|
8322b31b97
LibGUI: Remove Widget::try_set_layout<T>()
|
1 年間 前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年間 前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 年間 前 |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 年 前 |
MacDue
|
bd0bf8250e
PixelPaint: Use ValueSlider for radial gradient hardness
|
2 年 前 |
MacDue
|
95c571ca53
PixelPaint: Make gradient tool hardness slider width match other inputs
|
2 年 前 |
MacDue
|
3a60ddc5a8
PixelPaint: Correct variable names in GradientTool.cpp
|
2 年 前 |
thankyouverycool
|
91bafc2653
LibGUI+Userland: Port Labels to String
|
2 年 前 |
Tim Ledbetter
|
fd9b6878f6
PixelPaint: Clip the gradient tool preview to the active layer rect
|
2 年 前 |
Torstennator
|
cd33f271b1
PixelPaint: Add radial gradient support
|
2 年 前 |
Ethan Yeager
|
bf5a18babb
PixelPaint: Correct gradient tool's position during preview
|
2 年 前 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年 前 |
Andreas Kling
|
df07416171
PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>
|
2 年 前 |
Sam Atkins
|
6b66e39df4
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
|
2 年 前 |
Sam Atkins
|
9561ec15f4
Userland: Use Widget::add_spacer() everywhere
|
2 年 前 |
Karol Kosek
|
be717edd33
PixelPaint: Propagate errors from making tool property widgets
|
2 年 前 |
Karol Kosek
|
83da3c5c3e
PixelPaint: Add an option for making a Gradient with a secondary color
|
2 年 前 |
Karol Kosek
|
1ce2d7e674
PixelPaint: Put the main gradient color at the cursor
|
2 年 前 |
Karol Kosek
|
d27d19f012
PixelPaint: Set Tool on_*_color_change logic using virtual functions
|
2 年 前 |
Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 年 前 |
MacDue
|
69580d7f0e
PixelPaint: Allow the gradient tool to work with selections
|
2 年 前 |
MacDue
|
681ed93a41
PixelPaint: Fix gradient tool clipping issues
|
2 年 前 |
Torstennator
|
452285a3f8
PixelPaint: Add a GradientTool
|
2 年 前 |