summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/AboutDialog.cpp
AgeCommit message (Expand)Author
2020-10-26LibGUI: Tweak "OK" button height in GUI::AboutDialogAndreas Kling
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-06-18AboutDialog: Replace Label with Image to show banner and app iconHüseyin ASLITÜRK
2020-06-01LibGUI: Tweak AboutDialog a bit, remove big Buggie from system variantAndreas Kling
2020-05-28LibGUI: Don't show big Buggie in app about dialogsAndreas Kling
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
2020-05-20LibGUI: Update copyright character in about dialogHüseyin ASLITÜRK
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-03-30LibGUI: AboutDialog now inherits the icon of its parent windowTibor Nagy
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-23LibGUI: Use Core::Object::add() a whole bunchAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling