Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 years ago |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Sam Atkins
|
0c24522635
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2 years ago |
networkException
|
c8f9bfe026
LibGUI: Make color picker opacity sliders react to the chosen color
|
2 years ago |
Baitinq
|
75ea339ee9
LibGUI: Fix bug in the ColorPicker's spinbox not changing colors
|
2 years ago |
FrHun
|
e647ad2ce3
LibGUI: Add OpacitySlider to ColorPicker dialog
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
CodeforEvolution
|
23db98d1e9
LibGUI: Sync ColorPicker's color slider with other color widgets
|
3 years ago |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
FrHun
|
992ff4bd63
LibGUI: Use new DialogButton for consistency
|
3 years ago |
Karol Kosek
|
5f89369f67
LibGUI: Use default buttons in ColorPicker and FontPicker
|
3 years ago |
Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 years ago |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |
Itamar
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
3 years ago |
Jelle Raaijmakers
|
48eecaad64
LibGUI: Remove `Window` background color
|
3 years ago |
networkException
|
b46ea5158d
WindowsServer+LibGUI: Avoid getting color under cursor outside screen
|
3 years ago |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 years ago |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 years ago |
Ben Wiederhake
|
b3e9a4e603
Libraries: Fix visibility of Object-derivative constructors
|
3 years ago |
Ben Wiederhake
|
6b75a4dfc3
Everywhere: Mark overridden methods 'override'
|
3 years ago |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 years ago |
Mustafa Quraish
|
253eb5c6d7
ColorPicker: Add ability to select a color on the screen
|
3 years ago |
sin-ack
|
e11d177618
Userland+LibGUI: Add shorthand versions of the Margins constructor
|
3 years ago |
sin-ack
|
9c9a5c55cb
Userland+LibGUI: Make Margins arguments match CSS ordering
|
3 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 years ago |
Daniel Bertalan
|
714bd011e1
Everywhere: Use the correct literal suffixes
|
4 years ago |
Ali Mohammad Pur
|
7ac196974d
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
|
4 years ago |