summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Dialog.cpp
AgeCommit message (Expand)Author
2022-11-19LibGUI: Always close() Dialogs no matter the execution resultthankyouverycool
2022-11-16LibGUI: Allow more programmatic control over GUI::InputBoxTimothy Flynn
2022-11-07LibGUI: Fix a typoMike Akers
2022-09-08LibGUI: Only react on KeyDown when escaping a Dialogthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-06-20LibGUI: Prevent CenterWithinParent Dialogs from appearing offscreenMike Akers
2022-05-13LibGUI: Make Dialog::ScreenPosition an enum classSam Atkins
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-26LibGUI: Check if event loop is alive before quitting it in Dialog::closenetworkException
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-07-29LibGUI: Allow to specify position on screen for Dialog windowLuK1337
2021-07-13LibGUI: Handle KeyDown when checking for Key_Escape in Dialog tooLuK1337
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling