You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Placement and positioning strategy handling
Moved Placement enum and related documentation from geometry.h to a new placement.h file. Updated includes across the codebase to reference placement.h and positioning_strategy.h from their new locations. Added support for window-relative positioning strategies, including new API functions and logic to dynamically obtain window bounds for positioning. Renamed and relocated positioning_strategy files for improved organization.
0 commit comments