summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* Remove mouse events that closed the popup from queue, to fix pop-up reopening.bruvzg2022-06-023-6/+12
* Add a new HashSet templatereduz2022-05-203-3/+3
* Replace most uses of Map by HashMapreduz2022-05-169-42/+43
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-2/+4
* [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.bruvzg2022-05-108-38/+44
* Crash handler: Use `print_error` to include backtrace in logsRémi Verschelde2022-05-051-10/+12
* Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-032-2/+2
|\
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-2/+2
* | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-292-2/+7
|/
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-285-0/+385
* Fix sub-menu keyboard navigation.bruvzg2022-04-131-1/+1
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-14/+16
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-1111-142/+106
* Fix some issues found by cppcheck.bruvzg2022-04-064-5/+7
* Fix a possible race condition on popup close, that might cause multiple delet...bruvzg2022-04-051-14/+22
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* [macOS] Add bundle launch code for older (pre 10.15) macOS versions.bruvzg2022-04-041-10/+23
* Add CI build with clang sanitizers, increase stack size to 30 MB for builds w...bruvzg2022-04-012-0/+11
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-272-3/+3
* Fix PopupMenu behavior on MacOS when multiple monitors are usedC.Even2022-03-241-1/+5
* [macOS] Add missing global menu features.bruvzg2022-03-223-29/+556
* Merge pull request #58455 from bruvzg/export_scriptRémi Verschelde2022-03-182-9/+41
|\
| * [Export] Add "export console script" option for Linux, macOS, and Windows exp...bruvzg2022-03-142-9/+41
* | Implement GDExtension export plugin.bruvzg2022-03-162-14/+23
|/
* Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde2022-03-111-2/+2
|\
| * Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+2
* | Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde2022-03-111-12/+106
|\ \ | |/ |/|
| * Improve app name and system permission message localization.bruvzg2022-03-041-12/+106
* | [X11] Do not try to focus unmapped window.bruvzg2022-03-081-1/+1
|/
* Merge pull request #58738 from bruvzg/mac_resize_crashRémi Verschelde2022-03-044-1/+27
|\
| * [macOS] Disable window redraw during resize, when rendering in the separate t...bruvzg2022-03-044-1/+27
* | [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-041-0/+5
|/
* Improve popup window handling.bruvzg2022-02-256-15/+172
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-166-14/+23
* i18n: Sync editor translations with WeblateRémi Verschelde2022-02-161-9/+9
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-152-0/+12
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-152-2/+7
* [OSX] Codesign exporter now uses CryptoCore RNG.Fabio Alessandrelli2022-02-142-4/+6
* [macOS] Fix macOS producing alert sound on some input actions.bruvzg2022-02-121-0/+4
* Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde2022-02-122-2/+28
|\
| * Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-122-2/+28
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+1
|/
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-4/+3
* OSX: Pass `-mmacosx-version-min=11.0` instead of `11.00`Rémi Verschelde2022-02-081-3/+3
* [macOS] Fix NO_FOCUS macOS flag.bruvzg2022-02-082-2/+3
* Merge pull request #57305 from bruvzg/macos_cleanupRémi Verschelde2022-02-0727-2541/+3278
|\
| * [macOS] Cleanup and split Objective-C objects to the separate filesbruvzg2022-02-0126-2485/+3266
| * [macOS] Enable Objective-C ARCbruvzg2022-02-015-93/+49
* | Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-041-0/+2
|\ \