summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | [macOS] Disable setWantsLayer on macOS < 10.14bruvzg2018-11-181-1/+3
* | | [macOS] Fix blank splash screenbruvzg2018-11-091-1/+1
* | | Fix initial blank screen on macOS Mojave (except splash).bruvzg2018-11-041-0/+10
* | | Fix .app bundle crash on macOSbruvzg2018-11-041-5/+5
* | | Merge pull request #23389 from marcelofg55/multiple_extRémi Verschelde2018-11-021-4/+12
|\ \ \
| * | | Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez2018-11-011-4/+12
* | | | Merge pull request #23431 from buresu/fix-keycodeRémi Verschelde2018-11-021-1/+1
|\ \ \ \
| * | | | Fix keycode problem on OSXNaoto Kondo2018-11-011-1/+1
* | | | | Fix init of VisualServerRasterRémi Verschelde2018-11-011-3/+1
* | | | | Fix initialization of visual server in all platformsGeorge Marques2018-11-011-1/+2
|/ / / /
* / / / Fix OS X crash when running as .appMarcelo Fernandez2018-10-291-1/+2
|/ / /
* | | Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde2018-10-292-0/+8
|\ \ \
| * | | Server platform works on OS X tooMarcelo Fernandez2018-10-292-0/+8
* | | | Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-1/+1
|/ / /