summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-0313-75/+69
* Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde2020-09-033-26/+19
|\
| * Add Windows Subsystem build option.bruvzg2020-08-171-5/+16
| * Revert "[Windows] Attach to parent console instead of creating new one."bruvzg2020-08-173-27/+9
* | Fix drag and drop between windows in X11 display serverPouleyKetchoupp2020-09-032-15/+86
* | Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde2020-09-036-92/+194
|\ \
| * | Fix WINDOW_EVENT_FOCUS_IN for popups on WindowsPouleyKetchoupp2020-08-261-2/+4
| * | Fix menu popups delay and focus in X11 display serverPouleyKetchoupp2020-08-262-80/+162
| * | Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-226-12/+30
* | | Fix issue causing the textedit to move upwardFredia Huya-Kouadio2020-08-302-3/+7
* | | Merge pull request #41550 from godotengine/revert-40671-virtual-keyboard-heig...Rémi Verschelde2020-08-272-43/+7
|\ \ \
| * | | Revert "Fix virtual keyboard height regression"Fredia Huya-Kouadio2020-08-262-43/+7
* | | | Merge pull request #41549 from godotengine/revert-40484-android-virtual-keybo...Rémi Verschelde2020-08-261-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Disable virtual keyboard focus adjustment on Android"Fredia Huya-Kouadio2020-08-261-1/+0
* | | | Revert "Move PopupWindow logic to GodotEditText on Android"Fredia Huya-Kouadio2020-08-262-56/+67
|/ / /
* | | [macOS] Fix heap use-after-free in DisplayServer.bruvzg2020-08-251-5/+7
* | | Fix new black style check failures in various files.Marcel Admiraal2020-08-211-1/+4
|/ /
* | Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-196-30/+12
* | Merge pull request #41080 from naithar/feature/ios-framework-importRémi Verschelde2020-08-191-24/+24
|\ \ | |/ |/|
| * iOS Export: Add a method to embed a frameworkSergey Minakov2020-08-191-24/+24
* | [Windows] Fix modifier keys when using tablet input.bruvzg2020-08-171-4/+4
* | Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-164-4/+8
* | Merge pull request #41285 from bruvzg/macos_on_top_4Rémi Verschelde2020-08-151-1/+5
|\ \
| * | Fix "on top" incorrectly set on init (all platforms).bruvzg2020-08-151-1/+5
* | | fixed linker being slow on OSXGordon MacPherson2020-08-151-0/+1
|/ /
* | Remove obsolete GLES2 backend codeRémi Verschelde2020-08-139-20/+0
* | Merge pull request #41000 from amanj120/forward_port_bundle_pr_exportRémi Verschelde2020-08-113-91/+233
|\ \
| * | Add 'Export App Bundle' to Android Export OptionsAman Jain2020-08-053-91/+233
* | | Merge pull request #41164 from bruvzg/win_attach_consoleRémi Verschelde2020-08-113-9/+27
|\ \ \
| * | | [Windows] Attach to parent console instead of creating new one.bruvzg2020-08-113-9/+27
| | |/ | |/|
* | | Merge pull request #40961 from BrainBlasted/update-platform-metadataRémi Verschelde2020-08-114-2/+2
|\ \ \
| * | | platform: Update metadata for export platformsChristopher Davis2020-08-014-2/+2
| | |/ | |/|
* | | iOS: simplify OS value retrievalSergey Minakov2020-08-103-44/+11
| |/ |/|
* | Merge pull request #40927 from 27thLiz/dinput-idRémi Verschelde2020-08-011-3/+3
|\ \ | |/ |/|
| * DirectInput: use correct joypad idAndreas Haas2020-07-311-3/+3
* | Fix losing X11 window normal size hint propertiesopl-2020-07-312-154/+61
* | Merge pull request #40591 from madmiraal/fix-24526Rémi Verschelde2020-07-311-9/+2
|\ \ | |/ |/|
| * Update Linux gamepad detection to match SDL.Marcel Admiraal2020-07-221-9/+2
* | Merge pull request #40761 from naithar/feature/ios-safe_areaRémi Verschelde2020-07-301-1/+16
|\ \
| * | iOS: safe area implementationSergey Minakov2020-07-271-1/+16
* | | Move PopupWindow logic to GodotEditText on AndroidPouleyKetchoupp2020-07-282-67/+56
* | | refactor apk signing into it's own methodAman Jain2020-07-271-82/+90
* | | Merge pull request #40755 from Faless/js/fix_and_cancel_swapRémi Verschelde2020-07-273-0/+21
|\ \ \
| * | | Implement HTML5 cancel/ok button swap on Windows.Fabio Alessandrelli2020-07-272-0/+18
| * | | Correctly include <stdlib.h> in javascript main.Fabio Alessandrelli2020-07-271-0/+1
| * | | Properly set HTML5 DisplayServer init error value.Fabio Alessandrelli2020-07-271-0/+2
| | |/ | |/|
* | | Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde2020-07-272-4/+4
|\ \ \ | |_|/ |/| |
| * | Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-272-4/+4
* | | Merge pull request #40671 from nekomatata/virtual-keyboard-height-fixRémi Verschelde2020-07-272-7/+43
|\ \ \
| * | | Fix virtual keyboard height regressionPouleyKetchoupp2020-07-242-7/+43