summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2020-04-10Add signal support to Godot Android plugin:fhuya
2020-04-10Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settingsRémi Verschelde
2020-04-10Merge pull request #37745 from nekomatata/vulkan-warnings-androidRémi Verschelde
2020-04-10Fix extra warnings in Android buildPouleyKetchoupp
2020-04-10Fix loss of precision in X11 device info.Marcel Admiraal
2020-04-08Display Server supportPouleyKetchoupp
2020-04-07Update Android custom template build configuration.fhuya
2020-04-03Vulkan rendering for AndroidPouleyKetchoupp
2020-04-02Merge pull request #37533 from akien-mga/gradle-downgrade-3.5.3Rémi Verschelde
2020-04-02Android: Downgrade gradle plugin to 3.5.3Rémi Verschelde
2020-04-02Merge pull request #37525 from lupoDharkael/replace-0LRémi Verschelde
2020-04-02Replace 0L with a casted nullptrlupoDharkael
2020-04-02Replace more occurrences of NULL with nullptrRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-02Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-04-01Fix Clang warnings on WindowsRémi Verschelde
2020-03-31Fix exporting corrupted Xcode pbxproj if project name has spacesIgnacio Etcheverry
2020-03-31Mono/C#: Add iOS supportIgnacio Etcheverry
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-28Fix copyright headers for recently added filesRémi Verschelde
2020-03-28Fixed missed occurrences in #37361 renamings.dankan1890
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind...bruvzg
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Fixes to X11, still pretty brokenJuan Linietsky
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Implemented drag and drop across windows, both OS and embedded.Juan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-03-26Fixes to window style flagsJuan Linietsky
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Separate DisplayServer from OS on WindowsJuan Linietsky
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