summaryrefslogtreecommitdiffstats
path: root/platform/macos/godot_content_view.mm
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [macOS] Fix drag-and-drop feedback.bruvzg2024-07-111-1/+2
* Use current mouse button state instead of saved values.bruvzg2024-05-311-18/+6
* [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+8
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* Merge pull request #87277 from bruvzg/macos_swipeRémi Verschelde2024-02-131-15/+34
|\
| * [macOS] Handle Trackpad / Magic Mouse swipe events and simulate XBUTTON1 / XB...bruvzg2024-01-171-15/+34
* | Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+2
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+3
* | [macOS] Fix missing modifier + space key down events.bruvzg2024-01-231-12/+14
|/
* Add vararg call() method to C++ Callablekobewi2023-10-051-6/+1
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-6/+0
* [macOS] Fix live resize with the latest MoltenVK version.bruvzg2023-09-051-1/+8
* [macOS] Fix missing mouse exit events on window close.bruvzg2023-08-091-4/+2
* [macOS] Fix IME focus in popup windows.bruvzg2023-06-091-1/+1
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-0/+1
* [macOS] Bump min. version to 10.13, and remove deprecated code.bruvzg2023-04-241-21/+6
* Cleanup and unify keyboard input.bruvzg2023-01-231-93/+71
* Use BitField<> in core type masksJuan Linietsky2023-01-081-19/+22
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70624 from bruvzg/cur_scRémi Verschelde2023-01-031-9/+21
|\
| * Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg2022-12-291-9/+21
* | [macOS] Fix stylus tilt Y direction.bruvzg2022-12-231-1/+1
|/
* [macOS] Fix redraw lag at the edge of the resizing window.bruvzg2022-09-151-0/+18
* [macOS, 4.0] Fix unresponsive redraw during live resizing.bruvzg2022-09-141-0/+41
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-0/+771