dxx-rebirth/common/ui
Kp 2243cd7f58 Use xrange for loops with zero start and constant numerical end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\s*;\s*\2\s*\(!=\|<\)\s*\([0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\4u))/
2019-05-04 18:27:36 +00:00
..
button.cpp Cache canvas in ui_draw_button 2017-02-11 21:42:46 +00:00
checkbox.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
dialog.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
file.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
gadget.cpp Set d_event type at construction 2018-05-12 18:24:19 +00:00
icon.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
inputbox.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
keypad.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
keypress.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
listbox.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
menu.cpp Pass font to ui_get_button_size 2017-02-11 21:42:34 +00:00
menubar.cpp Enable -Wformat-truncation 2018-08-26 18:10:36 +00:00
message.cpp Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00
radio.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
scroll.cpp Cache canvas in ui_draw_scrollbar 2017-02-11 21:42:37 +00:00
ui.cpp Pass canvas to gr_init_font 2017-03-11 19:56:22 +00:00
uidraw.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
userbox.cpp