summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Use mouse and joypad enums instead of plain integersAaron Franke2021-06-203-13/+12
* | Move many input enums to their own fileAaron Franke2021-06-201-10/+10
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-13/+13
|/
* Add LSApplicationCategoryType to the template and export dialog.bruvzg2021-06-141-0/+4
* Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-4/+4
|\
| * Add Time singletonAaron Franke2021-06-111-4/+4
* | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-112-3/+3
|\ \
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-3/+3
| |/
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-3/+3
|\ \ | |/ |/|
| * Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-3/+3
* | Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-3/+8
|/
* Implement shader cachingreduz2021-05-311-4/+4
* Rename File::get_len() get_length()Marcel Admiraal2021-05-252-4/+4
* Merge pull request #46866 from bruvzg/symlinks_and_macos_gdn_framework_export_4Rémi Verschelde2021-05-241-3/+57
|\
| * Add GDNative Framework loading and export support.bruvzg2021-05-241-3/+57
* | [macOS] Allow "on top" windows to enter full-screen mode.bruvzg2021-05-241-2/+14
|/
* OS: Remove code duplicate in XDG paths handlingRémi Verschelde2021-05-211-14/+10
* Only allow absolute paths in XDG environment variablesHugo Locurcio2021-05-201-3/+21
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-6/+6
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-6/+6
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-172-2/+2
|/
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-1/+1