summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2022-02-01Windows: Fix GCC -fpermissive error with 'pck' section workaroundRémi Verschelde
2022-02-01Fix captured mouse modeHendrik Brucker
2022-01-31Simplify DisplayServerWindows pos/size message handlingSeleckyErik
2022-01-30Prevent LTCG (MSVC LTO) from removing "pck" sectionBartłomiej T. Listwon
2022-01-28Merge pull request #57336 from bruvzg/win_con_redirRémi Verschelde
2022-01-28Fix MOUSE_MODE_CONFINED not updating area when full-screen is toggled or curr...bruvzg
2022-01-28[Windows] Disable console I/O redirection, if it's already redirected to the ...bruvzg
2022-01-27Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde
2022-01-27Minor typo fixups to Windows console changesMax Hilbrunner
2022-01-24Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde
2022-01-22[Export] Instead of removing unsupported options, hide it.bruvzg
2022-01-18Window management improvements.bruvzg
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-14Merge pull request #56238 from madmiraal/fix-44178Rémi Verschelde
2022-01-14Fix Actions mapped to triggers not using the full rangeMarcel Admiraal
2022-01-14Flush input events before destroying the windowYuri Roubinsky
2022-01-14Add support for getting native display, window, and view handles.bruvzg
2022-01-13Use mouse event relative motion to calculate mouse velocityMarcel Admiraal
2022-01-11Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde
2022-01-08Merge pull request #56497 from Pineapple/qpc-tweaksRémi Verschelde
2022-01-05Windows input: Fix wrong OEM key, add missing keysMax Hilbrunner
2022-01-05Windows: Simplify QueryPerformanceCounter usageBartłomiej T. Listwon
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-29Rename speed to velocity when it's a directional VectorMarcel Admiraal
2021-12-28Fix cursor stucking in resize shapeYuri Roubinsky
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-18Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij
2021-12-16Merge pull request #55966 from bruvzg/wt💩4Rémi Verschelde
2021-12-16Fixed detecting the Valve Streaming GamepadSam Lantinga
2021-12-15[Windows] Detect new Windows Terminal and disable unsupported set_console_vis...bruvzg
2021-12-14[Windows] Open a new console window for the editor instances.bruvzg
2021-12-10Misc build system fixesAaron Franke
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-26Fix console colors on WindowsYuri Roubinsky
2021-11-25Restore console window output for editor app on WindowsYuri Roubinsky
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-18Merge pull request #55072 from KoBeWi/untitled_goose_projectRémi Verschelde
2021-11-18Fix data directory of unnamed projectskobewi
2021-11-18Windows: Use `/bigobj` only for debug builds, breaks GCC LTORémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-10Merge pull request #54837 from akien-mga/windows-bigobjRémi Verschelde
2021-11-10Windows: Enable `/bigobj` to increase max size for obj filesRémi Verschelde
2021-11-10Windows: Fix compilation warnings with GCC 11.2.1Rémi Verschelde
2021-11-04Fix dwFlags on CreateProcessW callsWoLfulus
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28Update Time documentationAaron Franke
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-15SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde