summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52842 from Ev1lbl0w/fix_win_open_errcodeRémi Verschelde2021-09-211-2/+21
|\
| * Fix shell_open not returning errors on WindowsRicardo Subtil2021-09-191-2/+21
* | Fix Windows cursor with trails disappearing in fullscreenDan2021-09-192-0/+17
|/
* Clean DisplayServerWindows and add missing guardsMax Hilbrunner2021-09-101-156/+139
* Fix bad size after restoring a minimized window under Windowsjmb4622021-08-271-0/+1
* Merge pull request #47829 from Calinou/improve-crash-handler-displayHugo Locurcio2021-08-251-0/+10
|\
| * Improve crash handler message displayHugo Locurcio2021-06-171-0/+10
* | Merge pull request #52001 from floppyhammer/fix-window-decor-size-on-windowsMax Hilbrunner2021-08-241-10/+23
|\ \
| * | Fix window decoration size on Windowsfloppyhammer2021-08-231-10/+23
* | | Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
|/ /
* | Add partial support for Android scoped storage.ne0fhyk2021-08-162-2/+2
* | Add input buffering frameworkPedro J. Estébanez2021-08-131-1/+1
* | Improve input event accumulationPedro J. Estébanez2021-08-131-10/+10
* | Upgrade Vulkan memory allocatorPedro J. Estébanez2021-08-131-1/+1
* | 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