summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Expand)Author
2020-02-11Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde
2020-02-11Restore parts of #33783 and #32809 missing after rebase.bruvzg
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde
2020-02-11Merge pull request #32821 from bruvzg/vlk_fix_macos_exitRémi Verschelde
2020-02-11Move Vulkan context/rendering_device destruction to windowWillClose notificat...bruvzg
2020-02-11Improve HiDPI handling, fix incorrect window viewport clipping.bruvzg
2020-02-11SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde
2020-02-11Merge pull request #29993 from bruvzg/vulkanRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-11Custom material support seems complete.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-31Merge pull request #35684 from timothyqiu/macos-sanitizersRémi Verschelde
2020-01-31Adds extra cursors for macOSHaoyu Qiu
2020-01-29Adds sanitizer options for macOSHaoyu Qiu
2020-01-19Improve the console error logging appearanceHugo Locurcio
2020-01-14Remove unused ip_unix member from OSX/server.Fabio Alessandrelli
2020-01-14Fixes IME input backspace on macOSHaoyu Qiu
2020-01-10[macOS/Mono] Filter release/debug and rename Mono data folder on export.bruvzg
2020-01-10[macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg
2020-01-10macOS DMG export: create folder structure for the files extracted from export...bruvzg
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-22i18n: Sync translations with Weblate + update templateRémi Verschelde
2019-12-13Added microphone and camera usage descriptions to macOS builds.Catchawink
2019-12-08[macOS] Send resize event without actually resizing window on backing change.bruvzg
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-11-25[macOS] Fix locale detection.bruvzg
2019-11-22Fix typos with codespellRémi Verschelde
2019-11-21[macOS] Remove CVDisplayLink v-sync hack.bruvzg
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-10-18[macOS] Fix non-ASCII volume name listing, replace deprecated volume listing ...bruvzg
2019-10-13Merge pull request #32809 from bruvzg/macos_1015_non_hidpi_fixRémi Verschelde
2019-10-13Fix non-HiDPI mode on HiDPI displays on macOS Catalina.bruvzg
2019-10-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-10-04Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg
2019-10-03Merge pull request #32518 from nekomatata/fix-revert-cursorRémi Verschelde
2019-10-03Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp
2019-10-02macOS code signing improvements (timestamp and hardened runtime options, enti...bruvzg
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-14Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu