dxx-rebirth/common/ui
Chris Taylor 7b83123010 Pass window_event_result from a dialog handler all the way to the event system
In particular, window_event_result::deleted so the event system doesn't have to rely on the somewhat problematic window_exists. If a gadget is manipulated, it still returns at least window_event_result::handled so all the other gadgets in all the other windows don't have to be checked (that weren't already checked).
2016-10-27 19:42:48 +08:00
..
button.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
checkbox.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
dialog.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
file.cpp Make browser_handler (editor file opening dialog) return window_event_result::close instead of closing itself 2016-10-27 17:38:20 +08:00
gadget.cpp Use C++ static_cast for gadget downcast 2016-07-06 01:54:25 +00:00
icon.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
inputbox.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
keypad.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
keypress.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
listbox.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
menu.cpp Allow dcx::UI_DIALOG struct to be subclassed - step 2 2016-10-04 15:58:20 +08:00
menubar.cpp Pass grs_canvas &to window_create 2016-10-15 00:53:20 +00:00
message.cpp Allow dcx::UI_DIALOG struct to be subclassed - step 2 2016-10-04 15:58:20 +08:00
radio.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
scroll.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
ui.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
uidraw.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
userbox.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00