summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2019-11-12X11: Fix memory leak in handle_key_eventRémi Verschelde
2019-11-11Merge pull request #33482 from piratesephiroth/masterRémi Verschelde
2019-11-09[UWP] [Export] added additional checks for blank valuespiratesephiroth
2019-11-09Set ShellExecuteW's verb to NULL - fixes #33388piratesephiroth
2019-11-07Fix graphic tablet input coordinates on Windows.bruvzg
2019-11-05Fix crash on exit or resume on iOS 13Max
2019-11-02Android : implement InputEventMagnifyGesture and InputEventPanGestureJérémy Zurcher
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg
2019-10-29Update natvis file to display Node class correctly in Visual Studio debuggerPouleyKetchoupp
2019-10-27Fix invalid window border when toggled from fullscreen to windowed modeYuri Roubinsky
2019-10-26Allow use of relative and speed properties for InputEventScreenDrag on WIndowsJoe Sweeney
2019-10-25Specify MINGW_HAS_SECURE_API=1Yeongho Kim
2019-10-25Merge pull request #32326 from starryalley/ios_get_model_nameRémi Verschelde
2019-10-24Merge pull request #33035 from bruvzg/macos_fix_warningsRémi Verschelde
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-10-24Remove ECMAScript 6 "arrow operator".Fabio Alessandrelli
2019-10-23Implement HTTP server for HTML5 exportFabio Alessandrelli
2019-10-23Improve EditorExportPlatform interface.Fabio Alessandrelli
2019-10-22Add request permission automatically at androidCagdas
2019-10-22Merge pull request #32977 from bruvzg/mingw_clangRémi Verschelde
2019-10-22Merge pull request #32858 from m4gr3d/expand_singleton_base_apiRémi Verschelde
2019-10-22Add "llvm/thinlto" options to MinGW build.bruvzg
2019-10-18Add `View onMainCreateView(Activity activity)` api to the `Godot.SingletonBas...Fredia Huya-Kouadio
2019-10-18[macOS] Fix non-ASCII volume name listing, replace deprecated volume listing ...bruvzg
2019-10-13Merge pull request #32809 from bruvzg/macos_1015_non_hidpi_fixRémi Verschelde
2019-10-13Fix non-HiDPI mode on HiDPI displays on macOS Catalina.bruvzg
2019-10-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-10-12Fix X11 modifier keys.bruvzg
2019-10-11Cleanup fix for the meta-data parsing crashing bug.fhuya
2019-10-11Android: Work around crash in _fix_manifestRémi Verschelde
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-10-08Merge pull request #32556 from bruvzg/win_codesignRémi Verschelde
2019-10-04Adds Pen support for AndroidAlexander Holland
2019-10-04Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg
2019-10-03Merge pull request #32518 from nekomatata/fix-revert-cursorRémi Verschelde
2019-10-03Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp
2019-10-03Merge pull request #32514 from akien-mga/android-one-click-dont-uninstallRémi Verschelde
2019-10-03Android: Fix manifest parsing and APK names in export codeRémi Verschelde
2019-10-03Android one-click deploy: Don't clear by defaultRémi Verschelde
2019-10-02macOS code signing improvements (timestamp and hardened runtime options, enti...bruvzg
2019-10-01Fixed running the export templates with newer emscripten versions.Relintai
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-25ios: support get_model_nameMark Kuo
2019-09-24Merge pull request #32269 from m4gr3d/improve_build_timeRémi Verschelde
2019-09-24Updates the Godot gradle tasks to enable manual runs of the `scons` command.fhuya
2019-09-24Fix copyright headers and style issuesRémi Verschelde
2019-09-24Merge pull request #32194 from AlexRixhardson/fix-7945Rémi Verschelde
2019-09-23Merge pull request #32250 from lawnjelly/android-keyboard2Rémi Verschelde
2019-09-23Fix Android keyboard crash with left cursorlawnjelly