summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-4/+5
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-051-2/+0
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-031-2/+0
* | os: execute parse the command output from utf8Mateo Dev .592020-03-031-1/+1
|/
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-013-3/+171
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-253-3/+171
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-2/+0
|/
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-2/+2
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-5/+3
* Remove incomplete battery status/power APIRémi Verschelde2020-02-145-211/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-4/+1
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-112-4/+4
* Fix code formatting issues and VS compilationRémi Verschelde2020-02-111-2/+0
* SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde2020-02-111-6/+4
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-114-123/+105
* Add static Vulkan loader.bruvzg2020-02-116-11/+197
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-112-2/+2
* Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde2020-02-101-44/+24
|\
| * Improve the console error logging appearanceHugo Locurcio2020-01-191-44/+24
* | SCons: Split libmodules.a in folder-based libsRémi Verschelde2020-02-071-6/+1
* | Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-052-5/+5
* | Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
|/
* MinGW: Avoid GCC -Wcast-function-type warnings on GetProcAddressRémi Verschelde2020-01-163-0/+15
* Fix Vsync Via Compositor causing halved refresh rate when vsync is forced by ...hoontee2020-01-152-1/+4
* PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink2020-01-061-4/+0
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-062-0/+10
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-282-0/+10
* | Update copyright statements to 2020Rémi Verschelde2020-01-0119-38/+38
* | SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde2019-12-111-3/+6
* | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-044-3/+47
* | Don't stop export if rcedit path is invalidTomasz Chabora2019-12-031-36/+41
* | iOS modular build and export implementation.bruvzg2019-12-015-150/+0
|/
* Set ShellExecuteW's verb to NULL - fixes #33388piratesephiroth2019-11-091-1/+1
* Fix graphic tablet input coordinates on Windows.bruvzg2019-11-071-2/+8
* [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-302-0/+189
* Update natvis file to display Node class correctly in Visual Studio debuggerPouleyKetchoupp2019-10-291-0/+8
* Fix invalid window border when toggled from fullscreen to windowed modeYuri Roubinsky2019-10-272-5/+13
* Allow use of relative and speed properties for InputEventScreenDrag on WIndowsJoe Sweeney2019-10-261-2/+3
* Specify MINGW_HAS_SECURE_API=1Yeongho Kim2019-10-251-1/+1
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-1/+2
* Add "llvm/thinlto" options to MinGW build.bruvzg2019-10-221-8/+26
* Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg2019-10-041-2/+183
* Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp2019-10-031-1/+6
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Fix misc. source comment typosluz.paz2019-09-191-4/+8
|/
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0