dxx-rebirth/common/ui
Chris Taylor 60ac1eaad3 Replace delete dcx::window kludge with a better solution
Replace delete dcx::window kludge with a better solution: instead of requiring every handler to delete the window, add a window_event_result::deleted, which gets returned if the window was deleted by the handler, so window_close knows not to attempt to delete it again.
2016-10-04 14:05:44 +08:00
..
button.cpp Remove cv_color 2016-02-12 04:02:28 +00:00
checkbox.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
dialog.cpp Replace delete dcx::window kludge with a better solution 2016-10-04 14:05:44 +08:00
file.cpp Reuse string_array_sort_func for file_sort_func 2016-09-04 19:10:43 +00:00
gadget.cpp Use C++ static_cast for gadget downcast 2016-07-06 01:54:25 +00:00
icon.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-16 03:56:44 +00:00
inputbox.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00: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 Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
menu.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
menubar.cpp Replace delete dcx::window kludge with a better solution 2016-10-04 14:05:44 +08:00
message.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
radio.cpp Simplify ui_radio_set_value loop 2016-07-06 01:54:25 +00:00
scroll.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00: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 Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00