summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequestHein-Pieter van Braam2018-08-161-2/+15
* Merge pull request #18096 from aaronfranke/masterJuan Linietsky2018-08-141-1/+1
|\
| * [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* | Fix impossibility of removing folder which contains non-latin symbols(on Wind...Chaosus2018-08-141-9/+3
* | Merge pull request #20913 from pulkomandy/masterRémi Verschelde2018-08-1312-214/+176
|\ \
| * | Rebase patches for fixing haiku build.Adrien Destugues2018-08-1112-214/+176
| |/
| * Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-1/+0
| * Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-101-0/+1
| |\
| | * added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+1
* | | Fix Windows handles leakMarcin Zawiejski2018-07-301-8/+8
|/ /
* | Added missing support for traditional chinese on Windows, fixes #7674Juan Linietsky2018-07-291-0/+1
* | Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-277-27/+75
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-2610-145/+145
* | change framework name CoreMidi to CoreMIDIPanPan2018-07-261-1/+1
* | Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-259-4/+33
|\ \
| * | Added a new MIDIDriver classMarcelo Fernandez2018-07-219-4/+33
* | | Merge pull request #20245 from bruvzg/fix_win_pp_transpRémi Verschelde2018-07-241-2/+2
|\ \ \
| * | | Fix OpenGL buffer depth for per pixel transparency support (Windows, NVIDIA)bruvzg2018-07-181-2/+2
* | | | Removed unnecessary assignmentsWilson E. Alvarez2018-07-246-16/+7
* | | | SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde2018-07-221-0/+4
* | | | -Fix disable_3d flagJuan Linietsky2018-07-215-15/+53
| |/ / |/| |
* | | Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-206-6/+19
* | | Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-204-5/+17
* | | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-1914-5/+59
* | | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-1810-25/+8
|/ /
* | Merge pull request #20132 from ibrahn/fix-android-device-poll-threadRémi Verschelde2018-07-171-3/+6
|\ \
| * | fixed branch on uninit and data race in editor android device pollingIbrahn Sahir2018-07-131-3/+6
* | | Fix keep screen on property path for Android/iOS/UWPvolzhs2018-07-173-3/+3
|/ /
* | UWP: Add support for GLES2 driverGeorge Marques2018-07-125-46/+58
* | Merge pull request #19840 from jjay/ios_screen_orientationMax Hilbrunner2018-07-123-61/+25
|\ \
| * | Respect window/handheld/orientation setting in iOSYasha Borevich2018-07-013-61/+25
* | | Refactor OS_JavaScriptLeon Krause2018-07-104-695/+639
* | | Added support for extra mouse buttons.unknown2018-07-093-143/+178
* | | Merge pull request #20041 from hpvb/fix-android-exportHein-Pieter van Braam2018-07-082-200/+106
|\ \ \
| * | | Write new permissions to the AndroidManifest.xmlHein-Pieter van Braam2018-07-082-200/+106
* | | | added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster2018-07-051-1/+4
|/ / /
* | | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky2018-07-031-29/+41
* | | Merge pull request #19799 from kosz78/android-payment-fixMax Hilbrunner2018-07-031-9/+7
|\ \ \
| * | | Fix possible NullPointerException crash on cancel paymentKonstantin Zaitsev2018-06-271-9/+7
* | | | Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner2018-07-033-0/+11
|\ \ \ \
| * | | | Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-023-0/+11
| | |/ / | |/| |
* | | | Merge pull request #19934 from volzhs/gles2-androidRémi Verschelde2018-07-031-1/+1
|\ \ \ \
| * | | | Change required gles version to 2 for androidvolzhs2018-07-041-1/+1
| |/ / /
* | | | Merge pull request #19708 from RandomShaper/fix-windows-touchMax Hilbrunner2018-07-031-10/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Fix touch issues on WindowsPedro J. Estébanez2018-06-261-10/+14
* | | | Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-2813-0/+0
| |/ / |/| |
* | | Merge pull request #19766 from GodotExplorer/android-gles2Rémi Verschelde2018-06-264-14/+38
|\ \ \
| * | | Implement OpenGL ES rasterizer selection logic for Android.geequlim2018-06-264-14/+38
| |/ /
* | | Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde2018-06-251-1/+11
|\ \ \ | |/ / |/| |
| * | bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta2018-06-221-1/+11