summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-272-0/+26
|\
| * Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-242-0/+26
* | Check project settings live before lookup in crash handlerIbrahn Sahir2019-05-231-1/+6
|/
* added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
* Allow project export to be canceledGeorge Marques2019-05-181-5/+13
* [macOS] Allow using user provided `.icns` files for exported app icons.bruvzg2019-05-171-6/+16
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-1/+0
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-1/+0
* | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* | Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde2019-04-291-0/+5
|\ \
| * | [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-271-0/+5
* | | Merge pull request #28185 from KLee1248/key_remappingRémi Verschelde2019-04-291-4/+4
|\ \ \ | |/ / |/| |
| * | Re-maps KEY_BRACELEFT/RIGHT for OSX usersKLee12482019-04-191-4/+4
* | | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-7/+9
* | | Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-1/+1
|/ /
* | Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-4/+6
* | Merge pull request #27490 from bruvzg/macos_non_resizable_fullscreenRémi Verschelde2019-04-091-1/+5
|\ \
| * | [macOS] Allow non-resizeable windows to enter fullscreen mode.bruvzg2019-03-281-1/+5
* | | Remove unused importsHendrikto2019-04-061-1/+0
| |/ |/|
* | [macOS] Fix hiDPI scaling support in `OS.get_real_window_size` and `OS.set_wi...bruvzg2019-03-121-2/+2
|/
* osx: update mouse position on mouse pressPhilip Whitfield2019-03-071-7/+4
* [macOS] Fixes NumPad keys detection, adds some missing key mappings.bruvzg2019-03-061-15/+50
* Merge pull request #26707 from bruvzg/fix_macos_mscrollRémi Verschelde2019-03-061-1/+6
|\
| * Fix macOS accumulated mouse scroll events.bruvzg2019-03-061-1/+6
* | Fix directory check when exporting projectvolzhs2019-03-061-1/+1
|/
* Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde2019-03-061-1/+1
|\
| * Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-1/+1
* | Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-0/+4
|/
* More style cleanup...Rémi Verschelde2019-03-041-1/+0
* Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky2019-03-031-1/+4
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* [macOS] Make `move_window_to_foreground` to take focus in addition to moving ...bruvzg2019-02-231-1/+2
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-129-26/+31
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* [macOS] Fix rendering on retina displays with HiDPI support disabled.bruvzg2019-01-311-1/+3
* Using DisplayLink to emulate vsync on OSXBastiaan Olij2019-01-293-15/+60
* Avoid cyclic iteration check, fixes #24969Juan Linietsky2019-01-221-1/+3
* ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-2/+2
* [macOS] Fix missing mouse move event speed.bruvzg2019-01-111-1/+3
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-0116-32/+32
* SCons: Allow building Mono module with OSXCrossRémi Verschelde2018-12-221-1/+5
* Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde2018-12-141-0/+6
|\
| * Fixed button mask behaviormm2018-07-111-0/+6
* | Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde2018-12-112-17/+29
|\ \
| * | Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-232-17/+29
* | | Fix macOS icon export (add 1024px PNG icon and 32px/16px RLE icons).bruvzg2018-11-261-25/+141
|/ /
* | Merge pull request #21339 from Placinta/masterRémi Verschelde2018-11-201-0/+6
|\ \
| * | Pass -isysroot to compiler / linker when doing a macOS buildAlexandru Croitor2018-08-271-0/+6
* | | [macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK,bruvzg2018-11-191-9/+12