summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Split windows platform export template into multiple filesSergey Minakov2021-08-124-308/+382
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-122-7/+7
* Use Key enum instead of plain integersAaron Franke2021-08-102-4/+8
* Fix vertical scroll/zoom for precision touchpadGeorg Wacker2021-08-061-3/+2
* Windows: Fix build with SCons 4.2.0Rémi Verschelde2021-08-011-1/+1
* Remove unnecessary 'pass' statementluz paz2021-07-251-1/+0
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+4
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-224-8/+8
* Modernize Display server to use override keywordHendrik Brucker2021-07-161-80/+80
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-066-61/+31
* Merge pull request #39139 from ThakeeNathees/windows-err-to-stderrRémi Verschelde2021-07-061-12/+12
|\
| * Windows error logs directed to stderrThakee Nathees2020-05-291-12/+12
* | Replace backslash with forward slash in OS_Windows path methodsmiere432021-07-041-6/+6
* | [Windows Export] Use temporary file for osslsigncode signing.bruvzg2021-06-291-1/+11
* | Use mouse and joypad enums instead of plain integersAaron Franke2021-06-203-20/+20
* | Move many input enums to their own fileAaron Franke2021-06-201-9/+9
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-11/+11
* | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\ \
| * | Add Time singletonAaron Franke2021-06-111-2/+2
* | | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-1/+1
|\ \ \
| * | | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
| |/ /
* | | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-3/+3
|\ \ \ | |/ / |/| |
| * | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-3/+3
* | | Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-072-2/+2
* | | Rename Quat to QuaternionMarcel Admiraal2021-06-041-4/+4
* | | Merge pull request #38430 from aaronfranke/transform3dRémi Verschelde2021-06-031-2/+2
|\ \ \
| * | | Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-2/+2
| |/ /
* / / Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-19/+30
|/ /
* | Fixed window_can_draw of DisplayServerWindowsHendrik Brucker2021-06-021-1/+1
* | OS: Remove code duplicate in XDG paths handlingRémi Verschelde2021-05-211-11/+7
* | Only allow absolute paths in XDG environment variablesHugo Locurcio2021-05-201-4/+22
* | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-072-32/+32
* | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* | Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-4/+4
* | Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-6/+6
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* | Fix window resizing after minimization on Windowsfloppyhammer2021-03-301-0/+2
* | Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* | Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-232-3/+3
* | Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-10/+10
* | Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-4/+6
|\ \
| * | Allow to not optimize release buildRafał Mikrut2021-03-141-4/+6
* | | Merge pull request #46941 from goostengine/asan-msvcRémi Verschelde2021-03-131-0/+7
|\ \ \
| * | | Add `use_asan` option for MSVC to enable AddressSanitizerAndrii Doroshenko (Xrayez)2021-03-121-0/+7
* | | | Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_callsRémi Verschelde2021-03-132-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-132-8/+8
| |/ /
* / / Fixes small typos and grammar correctionAnshul7sp12021-03-123-5/+5
|/ /
* | Added LocalVector to Visual Studio debugger visualizationPouleyKetchoupp2021-02-241-0/+10
* | Move tablet driver API from OS to DisplayServer.bruvzg2021-02-184-83/+78
* | Make Servers truly Thread Safereduz2021-02-101-1/+0