dxx-rebirth/common/ui
Kp 0d97683cee Construct PHYSFSX_counted_list with the correct count
Remove the method for adjusting the count later, and instead store the
list in a PHYSFSX_uncounted_list until the count is available, then move
it into the PHYSFSX_counted_list along with the count.  This prevents
using a list with its count unset.
2023-02-04 19:21:25 +00:00
..
button.cpp Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
checkbox.cpp Remote write-only field UI_GADGET::status 2021-08-26 03:13:46 +00:00
dialog.cpp Delegate UI_DIALOG deletion back to window_close 2023-01-29 20:42:03 +00:00
file.cpp Construct PHYSFSX_counted_list with the correct count 2023-02-04 19:21:25 +00:00
gadget.cpp Make window_send_event a method of window 2022-12-18 23:10:39 +00:00
icon.cpp Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
inputbox.cpp Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
keypad.cpp Fix OS X clang build 2022-10-31 00:51:32 +00:00
keypress.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
listbox.cpp Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
menu.cpp Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
menubar.cpp Return std::unique_ptr from d_strdup 2022-10-09 23:15:20 +00:00
message.cpp Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
radio.cpp Tighten type info for d_strdup 2022-04-24 20:42:01 +00:00
scroll.cpp Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +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 Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
userbox.cpp Remote write-only field UI_GADGET::status 2021-08-26 03:13:46 +00:00