Currently there's a mix of a few different naming conventions for functions in
this file. Mostly the issues I see are unclear names, and a lot of use of the
ui_ prefix for static functions. Although this is somewhat of a noisy change,
it's mostly contained in this file, and it would be quite nice to have consistent naming.
Here is a complete list of the changes:
| Before | After |
| compare_panel | panel_compare_sort_order |
| panel_active_animation_changed | panels_active_animation_changed |
| get_panel_expand_flag | panel_expand_flag_from_data_recursive |
| ui_offset_panel_block | panel_block_buttons_offset |
| ui_draw_aligned_panel | ui_panel_draw_aligned |
| UI_panel_category_draw_all | UI_panel_category_tabs_draw |
| get_panel_real_size_y | panel_real_size_y |
| get_panel_size_y | panel_size_y |
| get_panel_real_ofsy | panel_real_offset_y |
| uiAlignPanelStep | panels_align_step |
| ui_panels_size | region_panels_size |
| ui_do_animate | panel_animate |
| ui_do_drag | panel_handle_drag |
| ui_panel_mouse_state_get | panel_mouse_state_get |
| ui_panel_drag_collapse_handler_remove | panel_drag_collapse_handler_remove |
| ui_panel_drag_collapse | panels_drag_collapse |
| ui_panel_drag_collapse_handler | panel_handle_drag_collapse |
| ui_panel_drag_collapse_handler_add | panels_drag_collapse_handler_add |
| ui_handle_panel_header | panel_handle_header |
| ui_panel_category_active_set | panel_category_active_set |
| ui_handle_panel_category_cycling | panels_handle_category_cycling |
| ui_panel_custom_data_set_recursive | panel_custom_data_set_recursive |
| ui_handler_panel | panel_handle_modal |
| ui_handler_remove_panel | panel_handler_modal_remove |