tornavis/source/blender/editors/space_image
Hans Goudey d29ce3d531 UI: Remove uiBut a1 and a2 values
Over the last couple years (!) UI buttons have moved to derived classes,
meaning we don't need to use the same "a1" and "a2" variables to store
different information. At this point, that information is set specifically
by internal UI code, or functions like `UI_but_*_set`.

These values are only set to their default 0 values now (or -1 in some
non-meaningful cases). This commit removes the values from buttons
and removes the remaining a1 and a2 arguments from the UI API.
2024-03-01 14:27:57 -05:00
..
CMakeLists.txt Cleanup: move image_intern.h -> .hh 2023-12-20 15:07:48 +02:00
image_buttons.cc UI: Remove uiBut a1 and a2 values 2024-03-01 14:27:57 -05:00
image_draw.cc Cleanup: Move BLF headers to C++ 2024-01-31 14:04:56 -05:00
image_edit.cc Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00
image_intern.hh UI: Image Rotate 2024-01-31 23:36:28 +01:00
image_ops.cc UI: Changes to Props Dialogs 2024-02-27 20:19:33 +01:00
image_sequence.cc Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00
image_undo.cc Cleanup: Use enum class and forward declaration for paint mode 2024-01-26 18:43:13 -05:00
space_image.cc Merge branch 'blender-v4.1-release' 2024-02-26 14:54:35 +02:00