summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2020-09-29Merge pull request #42381 from timothyqiu/osx-hiddenRémi Verschelde
2020-09-28Merge pull request #41385 from m4gr3d/fix_splash_loading_masterRémi Verschelde
2020-09-28Merge pull request #42262 from akien-mga/ios-pvrtc-fixesRémi Verschelde
2020-09-28Merge pull request #42327 from bruvzg/4_mac_captured_fixRémi Verschelde
2020-09-28Hides special folders in FileDialog for macOSHaoyu Qiu
2020-09-27Add all headers to VS ProjectBartłomiej T. Listwon
2020-09-25Fix delay to process clipboard content from Godot in other programsPouleyKetchoupp
2020-09-25[macOS] Fix mouse position in captured mode.bruvzg
2020-09-24Fix general keyboard input lag on X11 display serverPouleyKetchoupp
2020-09-23iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov
2020-09-23Merge pull request #42178 from Faless/js/sync_fs_size_handlersRémi Verschelde
2020-09-23JS synchronous start, better persistent FS sync.Fabio Alessandrelli
2020-09-23Make canvas resize optional in HTML5.Fabio Alessandrelli
2020-09-23Better HiDPI support in HTML5.Fabio Alessandrelli
2020-09-23Window event listener do not use capture.Fabio Alessandrelli
2020-09-23Small refactor to JavaScript handlers.Fabio Alessandrelli
2020-09-23Expose request_quit method to JS in HTML5 export.Fabio Alessandrelli
2020-09-18Add overridable init method for the Godot fragment instance.Fredia Huya-Kouadio
2020-09-18[HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-18X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't foundRémi Verschelde
2020-09-18Linux/BSD: Fix support for NetBSDRémi Verschelde
2020-09-17Add window click-through support.bruvzg
2020-09-14Only display the Windows toggle console option if it can actually be usedHugo Locurcio
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-09-09Explicitly add implicitly added semicolons.Marcel Admiraal
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde
2020-09-03Fix drag and drop between windows in X11 display serverPouleyKetchoupp
2020-09-03Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde
2020-08-30Fix issue causing the textedit to move upwardFredia Huya-Kouadio
2020-08-27Merge pull request #41550 from godotengine/revert-40671-virtual-keyboard-heig...Rémi Verschelde
2020-08-26Merge pull request #41549 from godotengine/revert-40484-android-virtual-keybo...Rémi Verschelde
2020-08-26Revert "Fix virtual keyboard height regression"Fredia Huya-Kouadio
2020-08-26Revert "Disable virtual keyboard focus adjustment on Android"Fredia Huya-Kouadio
2020-08-26Revert "Move PopupWindow logic to GodotEditText on Android"Fredia Huya-Kouadio
2020-08-26Fix WINDOW_EVENT_FOCUS_IN for popups on WindowsPouleyKetchoupp
2020-08-26Fix menu popups delay and focus in X11 display serverPouleyKetchoupp
2020-08-25[macOS] Fix heap use-after-free in DisplayServer.bruvzg
2020-08-22Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp
2020-08-21Fix new black style check failures in various files.Marcel Admiraal
2020-08-19Fix splash screen loading on AndroidFredia Huya-Kouadio
2020-08-19Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky
2020-08-19Merge pull request #41080 from naithar/feature/ios-framework-importRémi Verschelde
2020-08-19iOS Export: Add a method to embed a frameworkSergey Minakov
2020-08-17Add Windows Subsystem build option.bruvzg
2020-08-17Revert "[Windows] Attach to parent console instead of creating new one."bruvzg
2020-08-17[Windows] Fix modifier keys when using tablet input.bruvzg
2020-08-16Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)