summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.mm
AgeCommit message (Expand)Author
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 #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-01Fix keycode problem on OSXNaoto Kondo
2018-10-29Fix OS X crash when running as .appMarcelo Fernandez
2018-10-29Server platform works on OS X tooMarcelo Fernandez
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-09-17Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe
2018-09-13Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-04Really fix the custom cursor hotspotMartin Capitanio
2018-09-03Fix custom cursor hotspotGuilherme Felipe
2018-08-26Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam
2018-08-04Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-09Added support for extra mouse buttons.unknown
2018-06-11IME context detection.Saracen
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-28Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe
2018-05-23More fixes to set_borderless_windowGuilherme Felipe
2018-05-21Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner
2018-05-21Fix OSXCROSS build with clang-6.0Fabio Alessandrelli
2018-05-20Fix #19033Guilherme Felipe
2018-05-13Merge pull request #15739 from poke1024/macos-catch-exceptionMax Hilbrunner
2018-05-13[macOS] Fix numeric keys scan-codes remapping.bruvzg
2018-05-11Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osxRémi Verschelde
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe
2018-05-09Fix custom cursor disappearing on osxGuilherme Felipe
2018-05-09Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
2018-04-09Fix custom cursor when it's hiddenGuilherme Felipe
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-04-05Remove size restriction for mouse cursorGuilherme Felipe
2018-03-28[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.bruvzg
2018-03-23Revert "Implement OS_OSX::execute"bruvzg
2018-03-22Fix dragging window from non-retina to retina display.bruvzg
2018-03-22Fix several in-class initialization clang warningMarcelo Fernandez
2018-03-19Implement OS_OSX::executebruvzg
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-03-03Hack to force macOS window activation for non-bundled app.bruvzg