Age | Commit message (Expand) | Author |
2020-10-09 | [Windows, MSVC] Correctly set source file encoding. | bruvzg |
2020-10-08 | SCons: Refactor and cleanup warnings definition | Rémi Verschelde |
2020-10-06 | SCons: Add windows_subsystem=default, restores original behavior | Rémi Verschelde |
2020-09-27 | Add all headers to VS Project | Bartłomiej T. Listwon |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-17 | Add window click-through support. | bruvzg |
2020-09-14 | Only display the Windows toggle console option if it can actually be used | Hugo Locurcio |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-03 | Merge pull request #41332 from bruvzg/win_subsys_option | Rémi Verschelde |
2020-08-26 | Fix WINDOW_EVENT_FOCUS_IN for popups on Windows | PouleyKetchoupp |
2020-08-22 | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |
2020-08-17 | Add Windows Subsystem build option. | bruvzg |
2020-08-17 | Revert "[Windows] Attach to parent console instead of creating new one." | bruvzg |
2020-08-17 | [Windows] Fix modifier keys when using tablet input. | bruvzg |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-08-11 | Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use... | bruvzg |
2020-08-11 | [Windows] Attach to parent console instead of creating new one. | bruvzg |
2020-07-31 | DirectInput: use correct joypad id | Andreas Haas |
2020-07-27 | Merge pull request #40706 from akien-mga/style-fix-file_format-macos | Rémi Verschelde |
2020-07-27 | Style: Fix code format scripts compat with non-GNU Unices | Rémi Verschelde |
2020-07-26 | CI: Install master version of psf/black | Rémi Verschelde |
2020-07-26 | Merge pull request #38727 from Riteo/tiling-wm-issues-tests | Rémi Verschelde |
2020-07-24 | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered |
2020-07-23 | SCons: Remove unused DEBUG_MEMORY_ENABLED define | Rémi Verschelde |
2020-07-23 | DisplayServer: separate window showing into another function | Lorenzo Cerqua |
2020-07-20 | fix crlf for clipboard | Zae |
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-29 | Windows error logs directed to stderr | Thakee Nathees |
2020-05-28 | Tweak the DirectInput initialization failure message | Hugo Locurcio |