Block a user
3f9984cfa1
Merge remote-tracking branch 'origin/main' into ComplexShaping
e1a29b58bb
Fix: Curve resolution input node missing default
87f96b7664
Fix wrong variable being used as plan in 'gizmo_3d_dial_matrixbasis_calc'
a755e6e63f
Revert "MSVC: lower C4100 warning level from 4 to 3"
f72d28d7e7
Gizmo: use the final matrix for the dial3D clip plane
WIP: UI: Save Temp Window Sizes & Positions
9ef8eac91d
WIP: UI: Save Temp Window Sizes & Positions
85f8ba9db7
Cleanup: include missing header, sort CMake file lists
1ac80e8338
Cleanup: quiet unreachable-code warning, use ARRAY_SIZE macro
6dc88682ea
License headers: add missing license identifier
36937e523a
Fix #66863: Bisect plane rotation behavior bugged for side/cut view
UI: UIList Hover Highlighting
That bit of code was almost identical to code that was called later in that function - ui_handle_view_items_hover
, which removes any already-highlighted view items and then adds just the one…
BLF: Glyph Clipping Corrections
Does the text in buttons show any different with the current default font after? If so can you show it? For example when you make e.g. the properties editor narrow and a lot of clipping…
Win32: Auto-Raise and -Focus Windows on Hover
If I remember correctly preferences and file browser are child windows, while the render window is not. Regardless, I can't think of a case where I would want any of those windows to automaticall…
Win32: Auto-Raise and -Focus Windows on Hover
UI: Improvement to screen_find_area_xy
BLF: Glyph Clipping Corrections