summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #68287 from HolonProduction/android_keysRémi Verschelde2022-11-061-1/+5
|\
| * Fix wrong android key mapping.HolonProduction2022-11-051-1/+5
* | [Web] Force WebGL2 when supported.Fabio Alessandrelli2022-11-051-15/+10
* | [Web] Improve Godot shutdown and cleanup.Fabio Alessandrelli2022-11-052-19/+19
|/
* Merge pull request #67434 from bruvzg/win_wrapperRémi Verschelde2022-11-047-41/+253
|\
| * Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-317-41/+253
* | Merge pull request #67695 from Sauermann/fix-filedrop-spaceRémi Verschelde2022-11-031-2/+2
|\ \
| * | Do not strip spaces at the end of file names of dropped files on linuxbsdMarkus Sauermann2022-11-031-2/+2
* | | Merge pull request #67820 from Sauermann/fix-popup-closing-on-mousemoveRémi Verschelde2022-11-032-3/+1
|\ \ \
| * | | Fix unwanted popup closing by mouse-move while holding mouse-buttonMarkus Sauermann2022-11-032-3/+1
| |/ /
* | | Merge pull request #68133 from Sauermann/fix-mouse-droppingRémi Verschelde2022-11-031-0/+4
|\ \ \ | |/ / |/| |
| * | Fix mouseleave event after drag and drop in different WindowsMarkus Sauermann2022-11-011-0/+4
* | | Merge pull request #68182 from Riteo/x11-folderRémi Verschelde2022-11-0313-14/+27
|\ \ \
| * | | linuxbsd: move all X11 stuff in its own directoryRiteo2022-11-0213-14/+27
* | | | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-022-2/+2
* | | | Load and use system emoji font in the editor.bruvzg2022-11-014-4/+34
| |/ / |/| |
* | | Merge pull request #68099 from Sauermann/fix-popup-mouse-offsetRémi Verschelde2022-11-011-0/+6
|\ \ \ | |/ / |/| |
| * | Fix mouse offset for unfocused popupsMarkus Sauermann2022-11-011-0/+6
* | | Merge pull request #68044 from ztc0611/ios-promotionRémi Verschelde2022-10-311-6/+7
|\ \ \ | |/ / |/| |
| * | Add ProMotion Support to iOS ExportsZach Coleman2022-10-311-6/+7
| |/
* | Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-3113-8/+48
|\ \ | |/ |/|
| * Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-2613-8/+48
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-3113-70/+70
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-1813-70/+70
* | | CI: Update minimatch npm dependency to silence security reportRémi Verschelde2022-10-311-6/+6
* | | Merge pull request #67581 from aaronfranke/android-floatRémi Verschelde2022-10-311-8/+8
|\ \ \
| * | | Use proper types for converting Java float/double arrays in Android codeAaron Franke2022-10-181-8/+8
| |/ /
* | | Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-2812-30/+44
|\ \ \
| * | | Make window creation with custom position do not flashWei Guo2022-10-2412-30/+44
* | | | Merge pull request #67903 from Sauermann/fix-startup-windows-mouse-exit-eventClay John2022-10-282-13/+35
|\ \ \ \
| * | | | Fix differences between Windows and linuxbsd Display ServerMarkus Sauermann2022-10-282-13/+35
* | | | | Merge pull request #67914 from Calinou/displayserverx11-no-native-iconMax Hilbrunner2022-10-281-1/+1
|\ \ \ \ \
| * | | | | Fix `DisplayServer.has_feature()` claiming X11 has native icon supportHugo Locurcio2022-10-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Fix OS.get_video_adapter_driver_info crashzCubed32022-10-272-0/+8
| |/ / / |/| | |
* | | | Merge pull request #67421 from Sauermann/fix-failure-exit-codeClay John2022-10-271-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Godot exiting with unexpected failure codeMarkus Sauermann2022-10-151-0/+1
* | | | Merge pull request #65334 from dsnopek/opengl-multiviewClay John2022-10-234-0/+73
|\ \ \ \
| * | | | Add multiview to the opengl3 driverDavid Snopek2022-10-214-0/+73
* | | | | Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-228-42/+31
| |_|/ / |/| | |
* | | | Merge pull request #67546 from clayjohn/DS-msgClay John2022-10-213-8/+50
|\ \ \ \ | |/ / / |/| | |
| * | | Update the DisplayServer video driver error messageclayjohn2022-10-183-8/+50
* | | | Merge pull request #67564 from bruvzg/macos_wide_alertMax Hilbrunner2022-10-191-1/+3
|\ \ \ \
| * | | | [macOS] Fit OS::alert to the text width for better readability.bruvzg2022-10-181-1/+3
| | |_|/ | |/| |
* / | | Delete Android godot-lib with the old naming schemeFredia Huya-Kouadio2022-10-181-3/+9
|/ / /
* | | Merge pull request #67539 from bruvzg/check_ctxRémi Verschelde2022-10-172-1/+3
|\ \ \
| * | | Check if Vulkan context for the window exists before resizing it to avoid unn...bruvzg2022-10-172-1/+3
| |/ /
* | | Merge pull request #67322 from ztc0611/add-ios-ui-optionsRémi Verschelde2022-10-171-2/+10
|\ \ \
| * | | Add iOS UI OptionsZach Coleman2022-10-121-2/+10
* | | | Merge pull request #67259 from lucasnlm/optimiza-android-exportFredia Huya-Kouadio2022-10-171-12/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert changeLucas Lima2022-10-111-2/+1