summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #57336 from bruvzg/win_con_redirRémi Verschelde2022-01-281-7/+15
|\
| * [Windows] Disable console I/O redirection, if it's already redirected to the ...bruvzg2022-01-281-7/+15
* | Fix MOUSE_MODE_CONFINED not updating area when full-screen is toggled or curr...bruvzg2022-01-281-0/+21
|/
* Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-272-0/+20
|\
| * Add support for getting native display, window, and view handles.bruvzg2022-01-142-0/+20
* | Minor typo fixups to Windows console changesMax Hilbrunner2022-01-271-8/+8
* | Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde2022-01-241-4/+0
|\ \
| * | Use mouse event relative motion to calculate mouse velocityMarcel Admiraal2022-01-131-4/+0
| |/
* | [Export] Instead of removing unsupported options, hide it.bruvzg2022-01-222-5/+12
* | Window management improvements.bruvzg2022-01-181-2/+14
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-175-158/+75
|\ \
| * | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-185-158/+75
* | | Merge pull request #56238 from madmiraal/fix-44178Rémi Verschelde2022-01-142-25/+19
|\ \ \
| * | | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-142-25/+19
| | |/ | |/|
* / | Flush input events before destroying the windowYuri Roubinsky2022-01-141-0/+3
|/ /
* | Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-4/+4
|\ \
| * | Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-291-4/+4
* | | Merge pull request #56497 from Pineapple/qpc-tweaksRémi Verschelde2022-01-081-11/+6
|\ \ \
| * | | Windows: Simplify QueryPerformanceCounter usageBartłomiej T. Listwon2022-01-051-11/+6
* | | | Windows input: Fix wrong OEM key, add missing keysMax Hilbrunner2022-01-051-120/+197
|/ / /
* | | Update copyright statements to 2022Rémi Verschelde2022-01-0323-46/+46
* | | Fix cursor stucking in resize shapeYuri Roubinsky2021-12-281-20/+14
|/ /
* / Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij2021-12-182-18/+19
|/
* Merge pull request #55966 from bruvzg/wt💩4Rémi Verschelde2021-12-163-3/+18
|\
| * [Windows] Detect new Windows Terminal and disable unsupported set_console_vis...bruvzg2021-12-153-3/+18
* | Fixed detecting the Valve Streaming GamepadSam Lantinga2021-12-161-2/+4
|/
* [Windows] Open a new console window for the editor instances.bruvzg2021-12-141-0/+3
* Misc build system fixesAaron Franke2021-12-101-1/+1
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-093-19/+19
* Fix console colors on WindowsYuri Roubinsky2021-11-262-3/+3
* Restore console window output for editor app on WindowsYuri Roubinsky2021-11-251-2/+12
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Merge pull request #55072 from KoBeWi/untitled_goose_projectRémi Verschelde2021-11-181-1/+1
|\
| * Fix data directory of unnamed projectskobewi2021-11-181-1/+1
* | Windows: Use `/bigobj` only for debug builds, breaks GCC LTORémi Verschelde2021-11-181-2/+6
|/
* Use "enum class" for input enumsAaron Franke2021-11-125-319/+319
* Merge pull request #54837 from akien-mga/windows-bigobjRémi Verschelde2021-11-101-2/+4
|\
| * Windows: Enable `/bigobj` to increase max size for obj filesRémi Verschelde2021-11-101-2/+4
* | Windows: Fix compilation warnings with GCC 11.2.1Rémi Verschelde2021-11-102-3/+5
|/
* Fix dwFlags on CreateProcessW callsWoLfulus2021-11-041-2/+2
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-316-284/+58
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-306-44/+42
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-308-38/+514
* Update Time documentationAaron Franke2021-10-282-8/+10
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-9/+9
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-6/+0
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-1/+1
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+2
* Implement get_cache_path() for iOS, and improve it for Android and WindowsPedro J. Estébanez2021-10-091-10/+19
* Change dragging cursor on Windowskobewi2021-10-061-1/+1