dxx-rebirth/common/ui
Kp 1c13d3c8d3 Improve error reporting for PHYSFSX_openReadBuffered
Return the PHYSFS error code on failure, so that callers can report why
the open failed.
2021-07-25 23:00:56 +00:00
..
button.cpp Rename ui_button_do to UI_GADGET_BUTTON::event_handler 2020-10-12 03:28:26 +00:00
checkbox.cpp Pass UI_DIALOG& to ui_add_gadget_checkbox 2020-10-12 03:28:26 +00:00
dialog.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
file.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
gadget.cpp Remove unnecessary definitions of static member variables 2020-12-27 22:03:09 +00:00
icon.cpp Pass UI_DIALOG& to ui_add_gadget_icon 2020-10-12 03:28:26 +00:00
inputbox.cpp Pass UI_DIALOG& to ui_add_gadget_inputbox 2020-10-12 03:28:26 +00:00
keypad.cpp Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
keypress.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
listbox.cpp Pass UI_DIALOG& to ui_add_gadget_scrollbar 2020-10-12 03:28:26 +00:00
menu.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
menubar.cpp Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
message.cpp Remove unused UI_DIALOG d_callback 2020-12-19 16:13:26 +00:00
radio.cpp Pass UI_DIALOG& to ui_draw_radio 2020-10-12 03:28:26 +00:00
scroll.cpp Pass UI_DIALOG& to ui_draw_scrollbar 2020-10-12 03:28:26 +00:00
ui.cpp Add color_palette_index type alias, to note palette-related uint8_t 2020-07-16 02:31:04 +00:00
uidraw.cpp Remove unused function ui_draw_frame 2020-10-12 03:28:26 +00:00
userbox.cpp Pass UI_DIALOG& to ui_add_gadget_userbox 2020-10-12 03:28:26 +00:00