summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2020-03-26Make DisplayServerX11 thread safeJuan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Support for transient windowsJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-25SCons: Drop support for Python 2Rémi Verschelde
2020-03-24Merge pull request #37271 from akien-mga/cleanup-unused-classesRémi Verschelde
2020-03-24Merge pull request #37261 from m6c7l/feature/issue-37239Rémi Verschelde
2020-03-24Remove unused classes and stray headersRémi Verschelde
2020-03-24issue-37239 add relaxation to conditions in the joystick check routine for be...m6c7l
2020-03-23Fixed WM_DELETE flag being set too lateEv1lbl0w
2020-03-23Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-21Make file formatting comply with POSIX and Unix standardsAaron Franke
2020-03-20Fix Android export throwing Unicode errors.Marcel Admiraal
2020-03-19Update the naming scheme for the GodotPlugin's methods in preparate of the vu...fhuya
2020-03-18Merge pull request #37115 from RandomShaper/imvu/windows_stack_sizeRémi Verschelde
2020-03-18Removed unused code in android detect.py and SCsubunknown
2020-03-17Complete the implementation of the GodotPayment plugin.fhuya
2020-03-17Make stack size on Windows match Linux and MacOSPedro J. Estébanez
2020-03-17Merge pull request #36906 from m4gr3d/enable_android_studio_debuggingRémi Verschelde
2020-03-17Merge pull request #37106 from akien-mga/clang-format-cpp11Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-13Fix text_entered signal when max_length is used in LineEdit on AndroidPouleyKetchoupp
2020-03-12Merge pull request #36994 from akien-mga/typedefs-cleanupRémi Verschelde
2020-03-11typedefs: Cleanup unused macros and unnecessary checksRémi Verschelde
2020-03-11[HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli
2020-03-11AudioDriverJavascript uses IDHandler.Fabio Alessandrelli
2020-03-11Linux: Add Mesa 20 "Intel" to prime detectionRémi Verschelde
2020-03-11Merge pull request #36905 from Faless/js/restore_and_ciRémi Verschelde
2020-03-10Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"Rémi Verschelde
2020-03-09Merge pull request #36751 from Faless/debugger/threads_and_profilersRémi Verschelde
2020-03-09Fix initialization of the GodotPayment pluginfhuya
2020-03-08Enable Android studio debugger.fhuya
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-03-08OS_Javascript temporarly uses dummy rasterizer.Fabio Alessandrelli
2020-03-08Fix Javascript platform after PoolVector removal.Fabio Alessandrelli
2020-03-06Trim the whitespace around the plugins names.fhuya
2020-03-06assimp: Clean and document buildsystem, prepare for unbundlingRémi Verschelde
2020-03-06Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem...bruvzg
2020-03-05Re-architecture of the Godot Android plugin.fhuya
2020-03-05Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-05Merge pull request #36795 from hungrymonkey/issue_36720Rémi Verschelde
2020-03-05Merge pull request #36798 from m4gr3d/android_codebase_misc_cleanupRémi Verschelde
2020-03-04Miscellaneous cleanup for the Android codebase:fhuya
2020-03-04Merge pull request #36791 from akien-mga/scons-expand-cxxRémi Verschelde
2020-03-04Change LINKFLAGS to FRAMEWORKS which is supported sincehungrymonkey