summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37533 from akien-mga/gradle-downgrade-3.5.3Rémi Verschelde2020-04-021-1/+1
|\
| * Android: Downgrade gradle plugin to 3.5.3Rémi Verschelde2020-04-021-1/+1
* | Merge pull request #37525 from lupoDharkael/replace-0LRémi Verschelde2020-04-021-1/+1
|\ \
| * | Replace 0L with a casted nullptrlupoDharkael2020-04-021-1/+1
| |/
* / Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-022-3/+3
|/
* Replace NULL with nullptrlupoDharkael2020-04-0258-417/+417
* Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde2020-04-021-8/+9
|\
| * Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-8/+9
* | Fix Clang warnings on WindowsRémi Verschelde2020-04-013-4/+11
* | Fix exporting corrupted Xcode pbxproj if project name has spacesIgnacio Etcheverry2020-03-311-1/+1
* | Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-1/+24
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-3023-1186/+1405
|/
* Fix copyright headers for recently added filesRémi Verschelde2020-03-286-6/+66
* Fixed missed occurrences in #37361 renamings.dankan18902020-03-281-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-2718-70/+70
* Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind...bruvzg2020-03-262-40/+50
* Add macOS DisplayServer implementation.bruvzg2020-03-2611-3063/+4013
* Fixes to X11, still pretty brokenJuan Linietsky2020-03-262-27/+111
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-263-44/+132
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-264-4/+69
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-262-12/+35
* Popups have also been converted to windowsJuan Linietsky2020-03-264-7/+52
* Fixes to window style flagsJuan Linietsky2020-03-264-34/+41
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-264-24/+53
* Popups are now windows also (broken!)Juan Linietsky2020-03-262-3/+31
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-269-2898/+3228
* Make DisplayServerX11 thread safeJuan Linietsky2020-03-262-3/+127
* Working multiple window support, including editorJuan Linietsky2020-03-262-16/+50
* Support for transient windowsJuan Linietsky2020-03-262-0/+48
* Refactored input, goes all via windows now.Juan Linietsky2020-03-2623-75/+163
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-264-14/+30
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-2629-3991/+712
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-2619-37/+3564
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-3/+1
* Merge pull request #37271 from akien-mga/cleanup-unused-classesRémi Verschelde2020-03-242-48/+2
|\
| * Remove unused classes and stray headersRémi Verschelde2020-03-242-48/+2
* | Merge pull request #37261 from m6c7l/feature/issue-37239Rémi Verschelde2020-03-241-1/+4
|\ \
| * | issue-37239 add relaxation to conditions in the joystick check routine for be...m6c7l2020-03-241-1/+4
| |/
* / Fixed WM_DELETE flag being set too lateEv1lbl0w2020-03-231-3/+3
|/
* Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde2020-03-237-0/+35
|\
| * Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-237-0/+35
* | Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-212-2/+2
|/
* Update the naming scheme for the GodotPlugin's methods in preparate of the vu...fhuya2020-03-195-24/+40
* Merge pull request #37115 from RandomShaper/imvu/windows_stack_sizeRémi Verschelde2020-03-181-0/+6
|\
| * Make stack size on Windows match Linux and MacOSPedro J. Estébanez2020-03-171-0/+6
* | Removed unused code in android detect.py and SCsubunknown2020-03-182-8/+0
* | Complete the implementation of the GodotPayment plugin.fhuya2020-03-1711-175/+39
* | Merge pull request #36906 from m4gr3d/enable_android_studio_debuggingRémi Verschelde2020-03-173-4/+6
|\ \ | |/ |/|
| * Enable Android studio debugger.fhuya2020-03-083-4/+6
* | Merge pull request #37106 from akien-mga/clang-format-cpp11Rémi Verschelde2020-03-1714-24/+25
|\ \