Andrew Kaster
|
c145d5410c
Userland: Don't leak objects when constructor arguments throw
|
1 年之前 |
Tim Ledbetter
|
b4e134cb52
Userland: Use non-fallible `EventReceiver::add()` where possible
|
1 年之前 |
Tim Ledbetter
|
3aa49f268c
Userland: Make `Window::set_main_widget()` non-fallible
|
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 年之前 |
thankyouverycool
|
a03fb66216
LibGUI: Adjust size and layout of InputBox
|
2 年之前 |
thankyouverycool
|
91bafc2653
LibGUI+Userland: Port Labels to String
|
2 年之前 |
thankyouverycool
|
ca8918f310
LibGUI: Add a numeric input type to InputBox
|
2 年之前 |
thankyouverycool
|
7c314f3855
LibGUI: Let InputBox display an ImageWidget
|
2 年之前 |
thankyouverycool
|
02a9e5d3f6
LibGUI+Userland: Improve error and font handling for InputBox
|
2 年之前 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年之前 |
Sam Atkins
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 年之前 |
Sam Atkins
|
9561ec15f4
Userland: Use Widget::add_spacer() everywhere
|
2 年之前 |
Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 年之前 |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 年之前 |
Karol Baraniecki
|
71f5bbab42
LibGUI: Verify NonemptyText InputBox doesn't result in an empty string
|
2 年之前 |
Karol Baraniecki
|
506c26acce
LibGUI+Userland: Switch order of parameters for InputBox::show
|
2 年之前 |
Karol Baraniecki
|
55dbfd24c0
LibGUI: Allow the InputBox to be of NonemptyText type
|
2 年之前 |
Sam Atkins
|
0c24522635
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Timothy Flynn
|
5b31a3dbc7
LibGUI: Allow more programmatic control over GUI::InputBox
|
2 年之前 |
networkException
|
802cf9bc69
Everywhere: Use my very shiny serenityos.org email :^)
|
2 年之前 |
FrHun
|
00df1c9532
LibGUI: Use new layout system in InputBox
|
3 年之前 |
FrHun
|
992ff4bd63
LibGUI: Use new DialogButton for consistency
|
3 年之前 |
Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 年之前 |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 年之前 |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 年之前 |
thankyouverycool
|
7beea36052
LibGUI+LoginServer: Use default buttons in InputBox and LoginWindow
|
3 年之前 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |