Commit History

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