summaryrefslogtreecommitdiff
path: root/LibGUI/GMessageBox.cpp
AgeCommit message (Expand)Author
2019-06-07LibGUI: Run clang-format on everything.Andreas Kling
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-24LibGUI: Add a GAbstractButton base class for button widgets.Andreas Kling
2019-05-08GMessageBox: Add icons to message boxes with 3 standard ones to choose from.Andreas Kling
2019-04-10LibCore: Move LibGUI/GObject to LibCore/CObject.Andreas Kling
2019-03-27LibGUI: Make the buttons in GInputBox and GMessageBox slightly taller.Andreas Kling
2019-03-20FileManager: Add ability to create new directories.Andreas Kling
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling