summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* [macOS] Add support for OpenGLES3 video driver.bruvzg2021-11-027-242/+370
* [macOS] Add `create_instance` function to spawn editor copies.bruvzg2021-11-012-0/+60
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-315-25/+25
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-302-3/+2
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+2
* Adds support for 'use_coverage' flag in OSX.Sean Kim2021-10-281-0/+5
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-5/+5
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+4
* Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
* Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-1/+1
|\
| * Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* | Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde2021-10-151-2/+0
|\ \
| * | Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-2/+0
* | | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+0
|/ /
* / Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-2/+0
|/
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Replaced NULL with nullptrM. Huri2021-10-121-2/+2
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-5/+15
* Merge pull request #52684 from Frixuu/masterRémi Verschelde2021-10-012-134/+155
|\
| * Allow for mapping keycodes to current layoutFrixuu2021-09-212-134/+155
* | Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde2021-09-302-4/+17
|\ \
| * | [macOS] Prefer .app bundle icon over the default one.bruvzg2021-05-132-4/+17
* | | [macOS, sandbox] Add export option to embed and sign helper executables.bruvzg2021-09-271-5/+48
| |/ |/|
* | Merge pull request #47391 from Calinou/platform-feature-tags-lowercaseJuan Linietsky2021-09-071-1/+1
|\ \
| * | Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* | | fix fullscreen issue on macOSDaniel Kariv2021-09-031-0/+4
|/ /
* | Merge pull request #47829 from Calinou/improve-crash-handler-displayHugo Locurcio2021-08-251-0/+10
|\ \
| * | Improve crash handler message displayHugo Locurcio2021-06-171-0/+10
* | | Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-2/+2
* | | Add partial support for Android scoped storage.ne0fhyk2021-08-162-2/+2
* | | Merge pull request #51116 from Calinou/macos-fix-xbox-bluetooth-controllersRémi Verschelde2021-08-162-2/+15
|\ \ \
| * | | Fix Xbox controllers in Bluetooth mode on macOSHugo Locurcio2021-08-162-2/+15
* | | | Merge pull request #51587 from Calinou/use-unicode-multiplication-symbolRémi Verschelde2021-08-131-8/+8
|\ \ \ \
| * | | | Use the Unicode multiplication symbol where relevantHugo Locurcio2021-08-121-8/+8
* | | | | Add input buffering frameworkPedro J. Estébanez2021-08-131-1/+1
* | | | | Improve input event accumulationPedro J. Estébanez2021-08-131-8/+8
* | | | | Upgrade Vulkan memory allocatorPedro J. Estébanez2021-08-131-1/+1
|/ / / /
* | | | Split osx platform export template into multiple filesSergey Minakov2021-08-123-1147/+1214
* | | | Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-122-14/+10
* | | | Use Key enum instead of plain integersAaron Franke2021-08-102-10/+10
* | | | [macOS] Move captured mouse cursor to the center when window gain focus.bruvzg2021-08-081-2/+10
|/ / /
* | | Removed Redundant assignement of name inside configure_joypad functionvitika92021-07-271-1/+2
* | | [macOS] Add "debugging" (`get-task-allow`) to the export options, to allow us...bruvzg2021-07-261-0/+5
* | | Fix various typos with codespellluz paz2021-07-251-1/+1
* | | Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-224-213/+243
* | | Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...bruvzg2021-07-221-1/+2
* | | Merge pull request #48622 from Geometror/reimplement-disableable-vsyncHugo Locurcio2021-07-104-15/+34
|\ \ \
| * | | Restructure and reimplement vsync optionsHendrik Brucker2021-07-064-15/+34
* | | | [macOS, Mono] Automatically enable JIT entitlements for the Mono exports.bruvzg2021-07-091-8/+23
|/ / /
* | | [macOS] Fix custom mouse cursor not set after mouse mode change.bruvzg2021-06-231-0/+6