Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Lluis Sanchez 94c669a2e9 The Imrpove WindowFrame.Close
The Close method now returns a boolean that indicates wether the window
could be closed or not.
2013-11-14 18:17:13 +01:00
Lluis Sanchez 4985e45073 Fixes to match new closing event behavior for Dialog 2013-11-14 16:06:04 +01:00
Lluis Sanchez b2680e123a [WPF] Window close event fixes 2013-11-14 15:31:01 +01:00
Lluis Sanchez 1c9ab98e8c [Mac] Fixes for the closing event unit tests 2013-11-14 14:00:30 +01:00
Lluis Sanchez 2cf479a5b8 Window and dialog closing improvements
Add Closed event to Window. Properly handle closing of dialogs.
A dialog is now always "closed" when Respond is called. The CloseRequested
and Closed events are fired. A respond can be canceled by a CloseRequested
handler. Added unit tests to verify all this semantic.
2013-11-14 12:20:09 +01:00