summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix certain characters being recognized as special keys in Windows when using...Eric Rybicki2020-05-183-1/+16
* | | Fix input event being dispatched multiple times on WindowsHaSa10022020-05-162-0/+10
* | | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-143-0/+31
* | | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1416-271/+0
* | | Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
| |/ |/|
* | Update game controller enums.Marcel Admiraal2020-05-131-6/+6
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-102-14/+40
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-102-6/+12
* | Merge pull request #38561 from bruvzg/wintab_extra_mm_eventsRémi Verschelde2020-05-081-0/+55
|\ \
| * | WinTab: Adds extra "mouse move" events to make movement smoother and correctl...bruvzg2020-05-081-0/+55
* | | Added mapping for KEY_MENU to VK_APPS (0x5d) so context menu's triggered by t...Eric M2020-05-081-1/+1
|/ /
* | Remove WinTab error message.bruvzg2020-05-071-1/+1
* | [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-052-8/+224
* | [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg2020-05-032-2/+27
* | Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11Rémi Verschelde2020-04-291-1/+4
|\ \
| * | display server window position bug fix (#37323)Thakee Nathees2020-04-111-1/+4
* | | Rename InputFilter back to InputRémi Verschelde2020-04-285-38/+38