Commit History

Author SHA1 Message Date
  Andreas Kling f35a723f61 Everywhere: Convert a bunch of dbgprintf() to dbgln() 4 years ago
  Andreas Kling 7dc5a3ead8 LibGUI: Rewrite layout system in terms of min and max sizes 4 years ago
  thankyouverycool a4b2d6cf1e LibGUI: Set parent icon, margins and disable resize for InputBox 5 years ago
  Tom 65a11fb5f9 LibGUI: Add InputBox::show with required parent window argument 5 years ago
  Andreas Kling 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 years ago
  Andreas Kling 9f32d71782 LibGUI: Use "OK, Cancel" button order in InputBox 5 years ago
  Tibor Nagy 30964ba7d0 LibGUI: Remove remaining G prefixes 5 years ago
  Andreas Kling b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 years ago
  Andreas Kling 028c011760 LibCore: Make Core::Object::add<ChildType> return a ChildType& 5 years ago
  Andreas Kling 0f3e57a6fb LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients 5 years ago
  Andreas Kling 4697195645 LibGUI: Use set_layout<LayoutType>() in lots of client code 5 years ago
  Andreas Kling a26b63a958 LibGUI: Remove Button& parameter from Button::on_click hook 5 years ago
  Andreas Kling 45c25ffecd LibGUI: Use Core::Object::add() a whole bunch 5 years ago
  Andreas Kling e1ff4fa034 LibGUI: Remove more header dependencies from Widget.h 5 years ago
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 years ago