summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-033-55/+49
* 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 WINDOW_EVENT_FOCUS_IN for popups on WindowsPouleyKetchoupp2020-08-261-2/+4
* | Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-222-7/+10
* | Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-192-10/+7
|/
* [Windows] Fix modifier keys when using tablet input.bruvzg2020-08-171-4/+4
* Remove obsolete GLES2 backend codeRémi Verschelde2020-08-131-2/+0
* [Windows] Attach to parent console instead of creating new one.bruvzg2020-08-113-9/+27
* DirectInput: use correct joypad idAndreas Haas2020-07-311-3/+3
* Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde2020-07-271-3/+3
|\
| * Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-3/+3
* | CI: Install master version of psf/blackRémi Verschelde2020-07-261-1/+3
* | Merge pull request #38727 from Riteo/tiling-wm-issues-testsRémi Verschelde2020-07-262-7/+10
|\ \ | |/ |/|
| * DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-232-7/+10
* | t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-2/+6
* | SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-2/+2
|/
* fix crlf for clipboardZae2020-07-201-1/+1
* Merge pull request #40268 from DanielZTing/masterRémi Verschelde2020-07-152-2/+2
|\
| * Fix cancel/OK button order on macOSDaniel Ting2020-07-102-2/+2
* | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg2020-07-131-1/+7
|/
* Merge pull request #39888 from nekomatata/windows-create-window-errorRémi Verschelde2020-07-041-5/+17
|\
| * Fix errors when creating windows on WindowsPouleyKetchoupp2020-06-271-5/+17
* | Fix fullscreen flag on Windows, closes #37588Juan Linietsky2020-07-021-0/+21
* | Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-302-0/+20
|/
* Merge pull request #39751 from bruvzg/mingw_build_fixRémi Verschelde2020-06-221-0/+2
|\
| * Fix use uninitialized `ofs` variable introduced in 39701.bruvzg2020-06-221-0/+2
* | [Windows] Prevent overwriting old cursor handle on multiple mouse_mode change...bruvzg2020-06-221-5/+10
|/
* Fix missing slider joystick handling on WindowsBastiaan Olij2020-06-202-6/+11
* Merge pull request #39427 from hcmlax/shortcut_issue_39351Rémi Verschelde2020-06-191-2/+2
|\
| * adding check for syskeydown on control and altunknown2020-06-181-2/+2
* | Merge pull request #39542 from Ev1lbl0w/feature/kill-pidRémi Verschelde2020-06-161-0/+7
|\ \
| * | Allow Godot to kill it's own PIDEv1lbl0w2020-05-131-0/+7
* | | Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-152-46/+10
|\ \ \
| * | | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-312-46/+10
* | | | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-132-55/+88
* | | | Merge pull request #38958 from lawnjelly/time_overflow_4Rémi Verschelde2020-06-111-2/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix overflow condition with QueryPerformanceCounterlawnjelly2020-05-221-2/+19
* | | | Merge pull request #39060 from madmiraal/fix-38869Rémi Verschelde2020-06-041-8/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Update Windows GUID to SDL uid conversion.Marcel Admiraal2020-05-261-8/+7
* | | | Add dinput nullptr checks.Marcel Admiraal2020-05-301-1/+7
* | | | Do not probe joypads if DirectInput cannot be initialized.Marcel Admiraal2020-05-291-6/+9
* | | | Tweak the DirectInput initialization failure messageHugo Locurcio2020-05-281-1/+2
* | | | Ignore invalid tablet driver name, when non are available.bruvzg2020-05-261-0/+3
|/ / /
* | | Merge pull request #38951 from bruvzg/win_ink_block_mm_4Rémi Verschelde2020-05-223-3/+43
|\ \ \
| * | | Block WM_MOUSEMOVE during Windows Ink pen handling.bruvzg2020-05-223-3/+43
* | | | Fix segmentation fault when using context_vulkan after memdelete context_vulkanGuidoRevers2020-05-211-12/+12
|/ / /
* | | [Windows] Add tablet driver selection.bruvzg2020-05-204-26/+121
* | | [Windows] Add quotes only to the command line arguments with special characters.bruvzg2020-05-192-17/+29