Age | Commit message (Expand) | Author |
2020-07-15 | Merge pull request #40268 from DanielZTing/master | Rémi Verschelde |
2020-07-13 | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg |
2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting |
2020-07-04 | Merge pull request #39888 from nekomatata/windows-create-window-error | Rémi Verschelde |
2020-07-02 | Fix fullscreen flag on Windows, closes #37588 | Juan Linietsky |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-27 | Fix errors when creating windows on Windows | PouleyKetchoupp |
2020-06-22 | Merge pull request #39751 from bruvzg/mingw_build_fix | Rémi Verschelde |
2020-06-22 | Fix use uninitialized `ofs` variable introduced in 39701. | bruvzg |
2020-06-22 | [Windows] Prevent overwriting old cursor handle on multiple mouse_mode change... | bruvzg |
2020-06-20 | Fix missing slider joystick handling on Windows | Bastiaan Olij |
2020-06-19 | Merge pull request #39427 from hcmlax/shortcut_issue_39351 | Rémi Verschelde |
2020-06-18 | adding check for syskeydown on control and alt | unknown |
2020-06-16 | Merge pull request #39542 from Ev1lbl0w/feature/kill-pid | Rémi Verschelde |
2020-06-15 | Merge pull request #39189 from touilleMan/issue-38925 | Rémi Verschelde |
2020-06-13 | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/... | bruvzg |
2020-06-11 | Merge pull request #38958 from lawnjelly/time_overflow_4 | Rémi Verschelde |
2020-06-04 | Merge pull request #39060 from madmiraal/fix-38869 | Rémi Verschelde |
2020-05-31 | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t... | Emmanuel Leblond |
2020-05-30 | Add dinput nullptr checks. | Marcel Admiraal |
2020-05-29 | Do not probe joypads if DirectInput cannot be initialized. | Marcel Admiraal |
2020-05-28 | Tweak the DirectInput initialization failure message | Hugo Locurcio |
2020-05-26 | Ignore invalid tablet driver name, when non are available. | bruvzg |
2020-05-26 | Update Windows GUID to SDL uid conversion. | Marcel Admiraal |
2020-05-22 | Merge pull request #38951 from bruvzg/win_ink_block_mm_4 | Rémi Verschelde |
2020-05-22 | Fix overflow condition with QueryPerformanceCounter | lawnjelly |
2020-05-22 | Block WM_MOUSEMOVE during Windows Ink pen handling. | bruvzg |
2020-05-21 | Fix segmentation fault when using context_vulkan after memdelete context_vulkan | GuidoRevers |
2020-05-20 | [Windows] Add tablet driver selection. | bruvzg |
2020-05-19 | [Windows] Add quotes only to the command line arguments with special characters. | bruvzg |
2020-05-18 | Fix certain characters being recognized as special keys in Windows when using... | Eric Rybicki |
2020-05-16 | Fix input event being dispatched multiple times on Windows | HaSa1002 |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-13 | Allow Godot to kill it's own PID | Ev1lbl0w |
2020-05-13 | Update game controller enums. | Marcel Admiraal |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-08 | Merge pull request #38561 from bruvzg/wintab_extra_mm_events | Rémi Verschelde |
2020-05-08 | WinTab: Adds extra "mouse move" events to make movement smoother and correctl... | bruvzg |
2020-05-08 | Added mapping for KEY_MENU to VK_APPS (0x5d) so context menu's triggered by t... | Eric M |
2020-05-07 | Remove WinTab error message. | bruvzg |
2020-05-05 | [Windows] Add support for the WinTab API for pen input. | bruvzg |
2020-05-03 | [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic... | bruvzg |
2020-04-29 | Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11 | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-26 | Windows: Appease capricious MSVC versions with moody headers | Rémi Verschelde |
2020-04-11 | display server window position bug fix (#37323) | Thakee Nathees |
2020-04-02 | Merge pull request #37525 from lupoDharkael/replace-0L | Rémi Verschelde |