summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde2020-09-032-3/+9
|\
| * Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-222-3/+9
* | [macOS] Fix heap use-after-free in DisplayServer.bruvzg2020-08-251-5/+7
|/
* Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-192-9/+3
* Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-162-2/+4
* Merge pull request #41285 from bruvzg/macos_on_top_4Rémi Verschelde2020-08-151-1/+5
|\
| * Fix "on top" incorrectly set on init (all platforms).bruvzg2020-08-151-1/+5
* | fixed linker being slow on OSXGordon MacPherson2020-08-151-0/+1
|/
* Remove obsolete GLES2 backend codeRémi Verschelde2020-08-132-2/+0
* platform: Update metadata for export platformsChristopher Davis2020-08-012-2/+2
* [macOS] Refocus last key window after `DisplayServer::alert` is closed.bruvzg2020-07-261-0/+4
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-1/+2
* Merge pull request #38727 from Riteo/tiling-wm-issues-testsRémi Verschelde2020-07-262-3/+9
|\
| * DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-232-3/+9
* | [macOS] Prevent setting `BORDERLESS` flag and calling `window_move_to_foregro...bruvzg2020-07-261-3/+15
* | [macOS / ARM64] Remove "-msse2" flag from ARM64 release export template build...bruvzg2020-07-241-2/+4
* | t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-1/+4
* | SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-1/+1
|/
* Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-211-1/+1
|\
| * Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* | Merge pull request #40562 from nekomatata/osxcross-vulkan-layerRémi Verschelde2020-07-211-3/+1
|\ \
| * | Fix MoltenVK layer creation when compiling with OSXCrossPouleyKetchoupp2020-07-211-3/+1
| |/
* / Set minimum osx version to 10.12 for OSXCross compilationPouleyKetchoupp2020-07-211-11/+14
|/
* Merge pull request #40268 from DanielZTing/masterRémi Verschelde2020-07-152-3/+3
|\
| * Fix cancel/OK button order on macOSDaniel Ting2020-07-102-3/+3
* | [macOS] Fix window size on macOS Big Sur (title bar height is no longer same ...bruvzg2020-07-141-9/+11
* | Merge pull request #40354 from bruvzg/add_vulkan_init_messageRémi Verschelde2020-07-141-1/+6
|\ \
| * | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg2020-07-131-1/+6
| |/
* / Commit other files changed by file_format.shAaron Franke2020-07-131-1/+1
|/
* Add override keywords.Marcel Admiraal2020-07-102-104/+104
* [macOS] Fix transient windows.bruvzg2020-07-091-2/+2
* Merge pull request #40111 from DanielZTing/masterRémi Verschelde2020-07-051-1/+7
|\
| * Fix opening URLS with special characters in macOSDaniel Ting2020-07-031-1/+7
* | [macOS] Implement seamless display scaling.bruvzg2020-07-042-221/+248
|/
* Improve the situation of DND on X11Juan Linietsky2020-07-031-0/+2
* [macOS] Implement confined mouse mode.bruvzg2020-07-022-5/+63
* Merge pull request #39788 from bruvzg/macos_apple_siliconRémi Verschelde2020-07-012-6/+23
|\
| * [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-292-6/+23
* | Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-1/+1
* | [macOS] Add application become/resign active notifications.bruvzg2020-06-301-0/+12
* | [macOS export] Set correct external file attributes (Unix mode), and creation...bruvzg2020-06-301-2/+3
|/
* macOS, prevent multiple CGDisplayHideCursor calls unpaired with CGDisplayShow...bruvzg2020-06-221-2/+6
* Set proper file type attribute for OSX zip exportPouleyKetchoupp2020-06-201-1/+4
* Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio2020-06-191-5/+5
* Merge pull request #39457 from bruvzg/kbd_layoutsRémi Verschelde2020-06-152-55/+103
|\
| * Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-132-55/+103
* | macOS export, add notarization support and id / signing / notarization config...bruvzg2020-06-101-1/+118
|/
* Update OSX GUID to SDL uid conversion.Marcel Admiraal2020-05-301-1/+8
* Merge pull request #33447 from bruvzg/macos_zip_signRémi Verschelde2020-05-191-181/+148
|\
| * macOS signing improvements: allow signed app exporting as ZIP, sign DMG after...bruvzg2020-05-151-181/+148