summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update mouse location on background scroll and window focus in macOSColin Kinloch2018-10-241-8/+18
* | | Call -update when window becomes the key windowPatrick Beard2018-10-231-0/+1
* | | Merge pull request #22685 from remmah/patch-1Rémi Verschelde2018-10-051-10/+12
|\ \ \
| * | | Modernized copy/paste APIs on macOS #7185remmah2018-10-031-10/+12
* | | | Fix some OSX and iOS Clang warningsRémi Verschelde2018-10-041-7/+2
|/ / /
* | | SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-2/+2
* | | SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+1
* | | Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde2018-09-271-2/+2
* | | Fixed hang when segfaulting after OS object destroyed (OSX and X11)Ibrahn Sahir2018-09-241-2/+4
* | | Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe2018-09-171-1/+3
* | | Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe2018-09-131-2/+4
* | | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-128-17/+17
* | | Really fix the custom cursor hotspotMartin Capitanio2018-09-041-0/+1
* | | Fix custom cursor hotspotGuilherme Felipe2018-09-031-0/+1
|/ /
* | Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-9/+43
* | Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-241-2/+2
|\ \
| * | Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-041-2/+2
* | | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-6/+1
* | | Fix file hintsMarcin Zawiejski2018-08-231-3/+3
* | | BPTC supportelasota2018-08-211-0/+3
* | | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-3/+3
|/ /
* | Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-272-9/+24
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-263-21/+21
* | change framework name CoreMidi to CoreMIDIPanPan2018-07-261-1/+1
* | Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-253-2/+6
|\ \
| * | Added a new MIDIDriver classMarcelo Fernandez2018-07-213-2/+6
* | | -Fix disable_3d flagJuan Linietsky2018-07-211-2/+9
|/ /
* / -Project/Editor settings now use new inspectorJuan Linietsky2018-07-192-0/+9
|/
* Added support for extra mouse buttons.unknown2018-07-091-6/+22
* Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-021-0/+4
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-281-0/+0
* IME context detection.Saracen2018-06-112-1/+8
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-2/+2
* Change position of validation in set_custom_mouse_cursorGuilherme Felipe2018-05-281-1/+2
* Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner2018-05-281-0/+1
|\
| * Add validation in set_custom_mouse_cursorGuilherme Felipe2018-05-271-0/+1
* | Fix memory leak in set_custom_mouse_cursorGuilherme Felipe2018-05-261-3/+7
|/
* More fixes to set_borderless_windowGuilherme Felipe2018-05-232-1/+6
* Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner2018-05-211-1/+1
|\
| * Fix #19033Guilherme Felipe2018-05-201-1/+1
* | Fix OSXCROSS build with clang-6.0Fabio Alessandrelli2018-05-211-3/+7
|/
* Merge pull request #15739 from poke1024/macos-catch-exceptionMax Hilbrunner2018-05-131-5/+14
|\
| * Catch NSException in macOS run loop to prevent crashsBernhard Liebl2018-01-151-5/+14
* | [macOS] Fix numeric keys scan-codes remapping.bruvzg2018-05-131-10/+10
* | Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osxRémi Verschelde2018-05-111-5/+8
|\ \
| * | Fix custom cursor disappearing on osxGuilherme Felipe2018-05-091-5/+8
* | | Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe2018-05-101-0/+5
|/ /
* | Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe2018-05-091-11/+50
* | Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-082-0/+48
|\ \
| * | Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-072-0/+48