summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
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
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