dxx-rebirth/common/ui
Chris Taylor 1c8ad24da3 Check for window_event_result::deleted for ui_get_filename polling loop
This is instead of using window_exists, which could give a false positive if a new window was allocated with the same pointer value as a deleted one.
2016-10-28 15:25:25 +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 Check for window_event_result::deleted for ui_get_filename polling loop 2016-10-28 15:25:25 +08:00
gadget.cpp Check for window_event_result::deleted in ui_dialog_do_gadgets 2016-10-28 08:40:50 +08: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