summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38561 from bruvzg/wintab_extra_mm_eventsRémi Verschelde2020-05-081-0/+55
|\
| * WinTab: Adds extra "mouse move" events to make movement smoother and correctl...bruvzg2020-05-081-0/+55
* | Added mapping for KEY_MENU to VK_APPS (0x5d) so context menu's triggered by t...Eric M2020-05-081-1/+1
|/
* Remove WinTab error message.bruvzg2020-05-071-1/+1
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-052-8/+224
* [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg2020-05-032-2/+27
* Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11Rémi Verschelde2020-04-291-1/+4
|\
| * display server window position bug fix (#37323)Thakee Nathees2020-04-111-1/+4
* | Rename InputFilter back to InputRémi Verschelde2020-04-285-38/+38
* | Windows: Appease capricious MSVC versions with moody headersRémi Verschelde2020-04-261-1/+3
|/
* Merge pull request #37525 from lupoDharkael/replace-0LRémi Verschelde2020-04-021-1/+1
|\
| * Replace 0L with a casted nullptrlupoDharkael2020-04-021-1/+1
* | Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-022-3/+3
|/
* Replace NULL with nullptrlupoDharkael2020-04-0212-108/+108
* Fix Clang warnings on WindowsRémi Verschelde2020-04-012-3/+11
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-303-196/+249
* Fix copyright headers for recently added filesRémi Verschelde2020-03-282-0/+60
* Renaming of servers for coherency.Juan Linietsky2020-03-273-7/+7
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-262-3/+41
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-262-12/+35
* Popups have also been converted to windowsJuan Linietsky2020-03-262-3/+42
* Fixes to window style flagsJuan Linietsky2020-03-262-30/+37
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-262-16/+45
* Popups are now windows also (broken!)Juan Linietsky2020-03-262-3/+31
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-269-2898/+3228
* Refactored input, goes all via windows now.Juan Linietsky2020-03-262-8/+8
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-2/+1
* Make stack size on Windows match Linux and MacOSPedro J. Estébanez2020-03-171-0/+6
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-2/+2
* 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