summaryrefslogtreecommitdiff
path: root/platform/osx/export/export_plugin.cpp
AgeCommit message (Expand)Author
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-07-02[macOS export] Unref FileAccess to ensure chmod is successful.bruvzg
2022-06-08Add readable export errors.bruvzg
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-11Fix ZipIO crash when reused (and possible leaks).bruvzg
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-18Merge pull request #58455 from bruvzg/export_scriptRémi Verschelde
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-14[Export] Add "export console script" option for Linux, macOS, and Windows exp...bruvzg
2022-03-04Improve app name and system permission message localization.bruvzg
2022-03-04[macOS and iOS export] Add localized application name to the translation .pli...bruvzg
2022-02-16i18n: Sync editor translations with WeblateRémi Verschelde
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-03[macOS] Add empty translation files to the exported app bundle, to allow tran...bruvzg
2022-01-22[Export] Instead of removing unsupported options, hide it.bruvzg
2022-01-18[macOS export] Implements ad-hoc signing on Linux/Windows, adds extra priv...bruvzg
2022-01-10[macOS export] Improve code signing/notarization options validation.bruvzg
2022-01-05Merge pull request #56517 from bruvzg/fix_export_utf8Rémi Verschelde
2022-01-05Merge pull request #56047 from piiertho/feature/osx-sign-directoryRémi Verschelde
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-28OSX: Add signing of directory structure in Library when exporting for OSX.Pierre-Thomas Meisels
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-06[Export] Read and ZIP project files in 16K chunks instead of reading the whol...bruvzg
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-14Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee
2021-09-27[macOS, sandbox] Add export option to embed and sign helper executables.bruvzg
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-12Use the Unicode multiplication symbol where relevantHugo Locurcio
2021-08-12Split osx platform export template into multiple filesSergey Minakov