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 年 前 |
Andreas Kling
|
c098a6495b
LibGUI: Use default Button and TextBox heights in InputBox
|
3 年 前 |
sin-ack
|
e11d177618
Userland+LibGUI: Add shorthand versions of the Margins constructor
|
3 年 前 |
sin-ack
|
9c9a5c55cb
Userland+LibGUI: Make Margins arguments match CSS ordering
|
3 年 前 |
Brian Gianforcaro
|
8623cec0d7
LibGUI: Remove unused header includes
|
3 年 前 |
Tom
|
81c183e06a
LibGUI: Add InputType enum to allow creating a password InputBox dialog
|
4 年 前 |
networkException
|
3fce0e58e5
LibGUI: Use east const style in InputBox.{cpp,h}
|
4 年 前 |
networkException
|
72776b2f61
LibGUI: Allow InputBox to show placeholder
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Linus Groh
|
e265054c12
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
|
4 年 前 |
Linus Groh
|
f10967e364
LibGUI: Set InputBox initial value to text_value string
|
4 年 前 |