summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Expand)Author
2021-07-22Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...bruvzg
2021-07-10Merge pull request #48622 from Geometror/reimplement-disableable-vsyncHugo Locurcio
2021-07-09[macOS, Mono] Automatically enable JIT entitlements for the Mono exports.bruvzg
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-06-23[macOS] Fix custom mouse cursor not set after mouse mode change.bruvzg
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-20Move many input enums to their own fileAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17Improve crash handler message displayHugo Locurcio
2021-06-14Add LSApplicationCategoryType to the template and export dialog.bruvzg
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde
2021-06-11Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde
2021-06-11Add Time singletonAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Add MOUSE_MODE_CONFINED_HIDDENAaron Franke
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-05-31Implement shader cachingreduz
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-24Merge pull request #46866 from bruvzg/symlinks_and_macos_gdn_framework_export_4Rémi Verschelde
2021-05-24Add GDNative Framework loading and export support.bruvzg
2021-05-24[macOS] Allow "on top" windows to enter full-screen mode.bruvzg
2021-05-21OS: Remove code duplicate in XDG paths handlingRémi Verschelde
2021-05-20Only allow absolute paths in XDG environment variablesHugo Locurcio
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-13[macOS] Prefer .app bundle icon over the default one.bruvzg
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-16Fix macOS build with all sanitizers enabled.bruvzg
2021-04-15Add more sanitizer flags to shows more bugsRafał Mikrut
2021-03-29Merge pull request #47435 from madmiraal/rename-texture-get_dataRémi Verschelde
2021-03-29[macOS] Enable code signing by default, use ad-hoc signature if no identity s...bruvzg
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-20Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde
2021-03-18Add "Replace existing signature" to the macOS export (enabled by default).bruvzg
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-03-03Merge pull request #43768 from sjml/mac-mono-export-fixRémi Verschelde
2021-03-03Merge pull request #46621 from bruvzg/macos_export_entitlemenst_4Rémi Verschelde
2021-03-03Mono/macOS: Separate data dir into frameworks and resources for codesigningShane Liesegang
2021-03-03[macOS] Add entitlements config and export template `dylib` signing to the ex...bruvzg
2021-03-02add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky
2021-02-15[macOS] Ignore mouse move event caused by mouse mode switch.bruvzg
2021-02-08SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde
2021-02-03SCons: Add `production=yes` option to use production defaultsRémi Verschelde
2021-01-09Split OS::execute into two methodsMarcel Admiraal