index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
AboutDialog.cpp
Age
Commit message (
Expand
)
Author
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-08-27
Base: Create /res/graphics/ and relocate system art assets
thankyouverycool
2020-07-23
LibGUI: Rename GUI::Image => GUI::ImageWidget
Andreas Kling
2020-06-18
AboutDialog: Replace Label with Image to show banner and app icon
Hüseyin ASLITÜRK
2020-06-01
LibGUI: Tweak AboutDialog a bit, remove big Buggie from system variant
Andreas Kling
2020-05-28
LibGUI: Don't show big Buggie in app about dialogs
Andreas Kling
2020-05-27
LibGUI, About: Implement system-wide W2k-esque About dialog
Nick Vella
2020-05-20
LibGUI: Update copyright character in about dialog
Hüseyin ASLITÜRK
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-03-30
LibGUI: AboutDialog now inherits the icon of its parent window
Tibor Nagy
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling