summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/MessageBox.cpp
AgeCommit message (Expand)Author
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-06-28LibGUI: Remove usages of deprecated implicit conversionsFrHun
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-18Userland: Dynamically update the MonitorSettingsWidget countdown timerstijndr
2022-02-01LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changesThitat Auareesuksakul
2022-01-09LibGUI: Show hours and minutes in "unsaved changes" dialogsRafał Babiarz
2022-01-04LibGUI: Don't show "last saved" information for never-saved documentsAndreas Kling
2022-01-04LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogsAndreas Kling
2022-01-04LibGUI: Add GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-22LibGUI: Handle multiple lines of text in MessageBoxTimothy
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-09LibGUI: Remove left margin on MessageBox text when icon is unsetLuK1337
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling