summaryrefslogtreecommitdiff
path: root/platform/macos/godot_content_view.mm
AgeCommit message (Collapse)Author
2022-09-15[macOS] Fix redraw lag at the edge of the resizing window.bruvzg
2022-09-14[macOS, 4.0] Fix unresponsive redraw during live resizing.bruvzg
2022-07-29Remove Signal connect bindsJuan Linietsky
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind()
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg