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
/
MessageBox.cpp
Age
Commit message (
Expand
)
Author
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-07-23
LibGUI: Rename GUI::Image => GUI::ImageWidget
Andreas Kling
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-06-18
LibGUI: Fix MessageBox width calculation not including the icon width
Andreas Kling
2020-06-18
MessageBox: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-05-20
LibGUI: Add MessageBox question icon
Hüseyin ASLITÜRK
2020-05-13
LibGUI: Add GUI::MessageBox::show_error() convenience function
Andreas Kling
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-04-23
LibGUI: MessageBox min width control for show messages
Hüseyin ASLITÜRK
2020-04-21
LibGUI: MessageBox change height to icon cropping
Hüseyin ASLITÜRK
2020-04-12
LibGUI: Use parrent window icon for MessageBox dialog icon
Hüseyin ASLITÜRK
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-24
LibGUI: Fix silly nullptr dereference in MessageBox::show()
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-19
WindowServer+LibGUI+LibHTML: Fix build with -std=c++2a
Andreas Kling
2020-02-17
LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxes
thatlittlegit
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling