index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Dialog.cpp
Age
Commit message (
Expand
)
Author
2022-11-19
LibGUI: Always close() Dialogs no matter the execution result
thankyouverycool
2022-11-16
LibGUI: Allow more programmatic control over GUI::InputBox
Timothy Flynn
2022-11-07
LibGUI: Fix a typo
Mike Akers
2022-09-08
LibGUI: Only react on KeyDown when escaping a Dialog
thankyouverycool
2022-08-25
LibGUI+WindowServer: Introduce WindowModes
thankyouverycool
2022-06-20
LibGUI: Prevent CenterWithinParent Dialogs from appearing offscreen
Mike Akers
2022-05-13
LibGUI: Make Dialog::ScreenPosition an enum class
Sam Atkins
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-26
LibGUI: Check if event loop is alive before quitting it in Dialog::close
networkException
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-07-29
LibGUI: Allow to specify position on screen for Dialog window
LuK1337
2021-07-13
LibGUI: Handle KeyDown when checking for Key_Escape in Dialog too
LuK1337
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling