summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-1714-24/+25
* | | Fix text_entered signal when max_length is used in LineEdit on AndroidPouleyKetchoupp2020-03-131-3/+13
|/ /
* | Merge pull request #36994 from akien-mga/typedefs-cleanupRémi Verschelde2020-03-121-2/+4
|\ \
| * | typedefs: Cleanup unused macros and unnecessary checksRémi Verschelde2020-03-111-2/+4
* | | [HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli2020-03-1113-482/+567
* | | AudioDriverJavascript uses IDHandler.Fabio Alessandrelli2020-03-112-40/+54
|/ /
* | Linux: Add Mesa 20 "Intel" to prime detectionRémi Verschelde2020-03-111-0/+1
* | Merge pull request #36905 from Faless/js/restore_and_ciRémi Verschelde2020-03-114-40/+25
|\ \
| * | OS_Javascript temporarly uses dummy rasterizer.Fabio Alessandrelli2020-03-081-1/+5
| * | Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-084-39/+20
| |/
* | Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"Rémi Verschelde2020-03-101-3/+3
* | Merge pull request #36751 from Faless/debugger/threads_and_profilersRémi Verschelde2020-03-091-4/+5
|\ \
| * | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-4/+5
| |/
* / Fix initialization of the GodotPayment pluginfhuya2020-03-091-1/+0
|/
* Trim the whitespace around the plugins names.fhuya2020-03-062-3/+6