dxx-rebirth/common/ui
Kp 92b6cd3883 Replace ui_create_dialog specialization with helper
Rename ui_create_dialog<void *> specialization with free function
untyped_ui_create_dialog.  GCC 4.6 incorrectly considers a
specialization to be a redundant declaration, causing a
-Wredundant-decls failure with the specialization form.

Fixes: be041a9cfc ("Add type checking for ui_create_dialog")
2015-04-02 02:36:52 +00:00
..
button.cpp Return unique_ptr from ui_add_gadget_button 2014-12-20 04:36:10 +00:00
checkbox.cpp Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
dialog.cpp Replace ui_create_dialog specialization with helper 2015-04-02 02:36:52 +00:00
file.cpp Make file_get*list static 2015-03-22 18:49:21 +00:00
gadget.cpp Pass window_send_event arg by & 2015-01-17 18:31:40 +00:00
icon.cpp Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
inputbox.cpp Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
keypad.cpp Refactor ui_pad_activate 2015-01-29 04:27:35 +00:00
keypress.cpp Remove string copying in GetKeyDescription 2015-01-29 04:27:35 +00:00
listbox.cpp Return unique_ptr from ui_add_gadget_listbox 2014-12-20 04:36:10 +00:00
menu.cpp Add wrappers for screen width/height 2015-03-22 18:49:21 +00:00
menubar.cpp Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
message.cpp Add wrappers for screen width/height 2015-03-22 18:49:21 +00:00
radio.cpp Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
scroll.cpp Return unique_ptr from ui_add_gadget_scrollbar 2014-12-20 04:36:10 +00:00
ui.cpp Use unique_ptr to manage fonts 2014-07-22 23:48:23 +00:00
uidraw.cpp Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
userbox.cpp Return unique_ptr from ui_add_gadget_userbox 2014-12-20 04:36:09 +00:00