Andreas Kling
|
58e482a06d
LibGUI: Remove Layout::try_add_spacer()
|
2 vuotta sitten |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
2 vuotta sitten |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
2 vuotta sitten |
Valtteri Koskivuori
|
825c9eaeb1
LibGUI: Make `GUI::ColorPicker` interactive
|
2 vuotta sitten |
thankyouverycool
|
02d94a303c
Base+Userland: Apply Human Interface Guidelines to Object text
|
2 vuotta sitten |
MacDue
|
5f93f62f1c
LibGUI: Fix ColorSlider crash when the selected hue is 360
|
2 vuotta sitten |
thankyouverycool
|
91bafc2653
LibGUI+Userland: Port Labels to String
|
2 vuotta sitten |
Karol Kosek
|
797968c310
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
|
2 vuotta sitten |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 vuotta sitten |
Sam Atkins
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 vuotta sitten |
Sam Atkins
|
9561ec15f4
Userland: Use Widget::add_spacer() everywhere
|
2 vuotta sitten |
Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 vuotta sitten |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 vuotta sitten |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 vuotta sitten |
Sam Atkins
|
0c24522635
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2 vuotta sitten |
networkException
|
c8f9bfe026
LibGUI: Make color picker opacity sliders react to the chosen color
|
2 vuotta sitten |
Baitinq
|
75ea339ee9
LibGUI: Fix bug in the ColorPicker's spinbox not changing colors
|
2 vuotta sitten |
FrHun
|
e647ad2ce3
LibGUI: Add OpacitySlider to ColorPicker dialog
|
2 vuotta sitten |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 vuotta sitten |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 vuotta sitten |
CodeforEvolution
|
23db98d1e9
LibGUI: Sync ColorPicker's color slider with other color widgets
|
3 vuotta sitten |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 vuotta sitten |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 vuotta sitten |
FrHun
|
992ff4bd63
LibGUI: Use new DialogButton for consistency
|
3 vuotta sitten |
Karol Kosek
|
5f89369f67
LibGUI: Use default buttons in ColorPicker and FontPicker
|
3 vuotta sitten |
Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 vuotta sitten |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 vuotta sitten |
Itamar
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
3 vuotta sitten |
Jelle Raaijmakers
|
48eecaad64
LibGUI: Remove `Window` background color
|
3 vuotta sitten |
networkException
|
b46ea5158d
WindowsServer+LibGUI: Avoid getting color under cursor outside screen
|
3 vuotta sitten |