summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Expand)Author
2019-03-12[macOS] Fix hiDPI scaling support in `OS.get_real_window_size` and `OS.set_wi...bruvzg
2019-03-07osx: update mouse position on mouse pressPhilip Whitfield
2019-03-06[macOS] Fixes NumPad keys detection, adds some missing key mappings.bruvzg
2019-03-06Merge pull request #26707 from bruvzg/fix_macos_mscrollRémi Verschelde
2019-03-06Fix macOS accumulated mouse scroll events.bruvzg
2019-03-06Fix directory check when exporting projectvolzhs
2019-03-06Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde
2019-03-05Fixes misleading error message when trying to exportRicardo Lüders
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-03-04More style cleanup...Rémi Verschelde
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-23[macOS] Make `move_window_to_foreground` to take focus in addition to moving ...bruvzg
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-02-12Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde
2019-01-31[macOS] Fix rendering on retina displays with HiDPI support disabled.bruvzg
2019-01-29Using DisplayLink to emulate vsync on OSXBastiaan Olij
2019-01-22Avoid cyclic iteration check, fixes #24969Juan Linietsky
2019-01-21ExportDialog: Make error messages translatableRémi Verschelde
2019-01-11[macOS] Fix missing mouse move event speed.bruvzg
2019-01-09Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-22SCons: Allow building Mono module with OSXCrossRémi Verschelde
2018-12-14Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde
2018-12-11Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde
2018-11-26Fix macOS icon export (add 1024px PNG icon and 32px/16px RLE icons).bruvzg
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg
2018-11-20Merge pull request #21339 from Placinta/masterRémi Verschelde
2018-11-19[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK,bruvzg
2018-11-18[macOS] Disable setWantsLayer on macOS < 10.14bruvzg
2018-11-09[macOS] Fix blank splash screenbruvzg
2018-11-04Fix initial blank screen on macOS Mojave (except splash).bruvzg
2018-11-04Fix .app bundle crash on macOSbruvzg
2018-11-02Merge pull request #23389 from marcelofg55/multiple_extRémi Verschelde
2018-11-02Merge pull request #23431 from buresu/fix-keycodeRémi Verschelde
2018-11-01Fix init of VisualServerRasterRémi Verschelde
2018-11-01Fix initialization of visual server in all platformsGeorge Marques
2018-11-01Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez
2018-11-01Fix keycode problem on OSXNaoto Kondo
2018-10-29Fix OS X crash when running as .appMarcelo Fernandez
2018-10-29Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde
2018-10-29Server platform works on OS X tooMarcelo Fernandez
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-10-24Update mouse location on background scroll and window focus in macOSColin Kinloch
2018-10-23Call -update when window becomes the key windowPatrick Beard
2018-10-05Merge pull request #22685 from remmah/patch-1Rémi Verschelde
2018-10-04Fix some OSX and iOS Clang warningsRémi Verschelde
2018-10-03Modernized copy/paste APIs on macOS #7185remmah
2018-10-01SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde