summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Expand)Author
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-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
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-30Turn `OS.set_min/max_window_size()` warnings into errorsHugo Locurcio
2019-07-24Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-18Update macOS global mouse position at startupbruvzg
2019-06-17Add script to fix style issues and copyright headersRémi Verschelde
2019-06-17Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-15Add ability to limit maximum/minimum window size.bruvzg
2019-06-12Merge pull request #29481 from bruvzg/macos_fix_dvorak_qwerty_cmd_hotkeysRémi Verschelde
2019-06-12Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde
2019-06-04[macOS] Fixes hotkeys on "Dvorak - QWERTY ⌘" keyboard layout.bruvzg
2019-06-04[macOS] Fixes unicode input with IME mode inactive, Improves IME mode documen...bruvzg
2019-06-04Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg
2019-05-27Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-23Check project settings live before lookup in crash handlerIbrahn Sahir
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-18Allow project export to be canceledGeorge Marques
2019-05-17[macOS] Allow using user provided `.icns` files for exported app icons.bruvzg
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-29Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde
2019-04-29Merge pull request #28185 from KLee1248/key_remappingRémi Verschelde
2019-04-27[Input] Release keys/actions pressed if window loses focusGuilherme Felipe
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-04-19Re-maps KEY_BRACELEFT/RIGHT for OSX usersKLee1248