summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
...
| * | Enable usage of asan-enabled versions of prebuilt librariesPedro J. Estébanez2024-06-141-10/+12
* | | Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+8
| |/ |/|
* | Windows: Fix arch detection via VCTOOLSINSTALLDIRMax Hilbrunner2024-06-251-2/+3
* | Merge pull request #93491 from patwork/fix-type-limits-windows-utilsRémi Verschelde2024-06-241-1/+1
|\ \
| * | Fix type-limits warning in windows_utilspatwork2024-06-221-1/+1
* | | Merge pull request #93342 from kus04e4ek/build-fixRémi Verschelde2024-06-241-3/+3
|\ \ \
| * | | Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-3/+3
* | | | Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
| |/ / |/| |
* | | [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW.bruvzg2024-06-201-0/+1
|/ /
* | Tweak warning messages related to V-Sync on OpenGLHugo Locurcio2024-06-161-2/+2
* | [Windows] Add Windows version and Wine checks for Windows 10+ dark mode API.bruvzg2024-06-132-38/+44
* | Input use GetKeyState instead of GetAsyncKeyStatekit2024-06-121-5/+5
|/
* Merge pull request #91890 from Repiteo/scons/silence_msvc-fixesRémi Verschelde2024-06-111-8/+41
|\
| * SCons: Fix `silence_msvc` implementation errorsThaddeus Crews2024-05-141-8/+41
* | Merge pull request #92843 from anniryynanen/tooltip-in-popupRémi Verschelde2024-06-101-1/+4
|\ \
| * | Stop color picker tooltip from stealing input eventsAnni Ryynänen2024-06-061-1/+4
* | | Merge pull request #92826 from bruvzg/nat_icon_checksRémi Verschelde2024-06-072-18/+32
|\ \ \
| * | | Improve native menu and status indicator icons conversion and checks.bruvzg2024-06-062-18/+32
| |/ /
* | | Merge pull request #92781 from bruvzg/menu_open_close_impRémi Verschelde2024-06-072-0/+7
|\ \ \
| * | | [macOS] Improve native menu open/close callbacks.bruvzg2024-06-052-0/+7
* | | | Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fixRémi Verschelde2024-06-071-8/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix creating cursor image from AtlasTexturekleonc2024-06-051-8/+3
* | | | Fix Windows Activate ProcessHilderin2024-06-031-0/+1
| |/ / |/| |
* | | Use current mouse button state instead of saved values.bruvzg2024-05-312-12/+31
|/ /
* | Merge pull request #92415 from bruvzg/win_mod_keysRémi Verschelde2024-05-312-58/+76
|\ \
| * | [Windows] Use current keyboard state instead of saved values for modifier keys.bruvzg2024-05-272-58/+76
* | | Fix multichar warning in windows_utilspatwork2024-05-301-2/+2
* | | Merge pull request #86029 from 0x0ACB/resize_fixRémi Verschelde2024-05-301-18/+8
|\ \ \
| * | | remove dead code from DisplayServerWindows::window_set_sizeACB2024-05-281-18/+8
| |/ /
* | | Merge pull request #89033 from bruvzg/doc_end_errRémi Verschelde2024-05-281-3/+18
|\ \ \
| * | | [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-3/+18
| |/ /
* | | Merge pull request #92325 from Repiteo/scons/res-race-condition-fixRémi Verschelde2024-05-281-0/+2
|\ \ \ | |/ / |/| |
| * | SCons: Fix `RES` race conditionThaddeus Crews2024-05-241-0/+2
* | | Fix build with `vuklan=no` and `d3d12=no` after #91505.bruvzg2024-05-251-0/+2
|/ /
* | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-232-0/+15
* | Merge pull request #92252 from poiati/fix-wayland-window-classRémi Verschelde2024-05-232-5/+5
|\ \
| * | Properly set window class in WaylandPaulo Poiati2024-05-222-5/+5
* | | SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-4/+4
|/ /
* | Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-213-9/+10
* | [Windows] Use CRLF in the terminal prints.bruvzg2024-05-201-9/+19
|/
* Revert "Implement "get_mingw_tool" to fix mingw prefixes"Rémi Verschelde2024-05-092-54/+77
* DisplayServer: Avoid deadlocks while issuing input events and recursive main ...Pedro J. Estébanez2024-05-081-7/+7
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-7/+7
* Merge pull request #91698 from bruvzg/mingw_exe_sizeRémi Verschelde2024-05-081-8/+11
|\
| * [MinGW] Restore executable size check.bruvzg2024-05-081-8/+11
* | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
|/
* Merge pull request #91361 from RandomShaper/fix_no_focusinRémi Verschelde2024-05-072-18/+32
|\
| * Windows: Fix WINDOW_EVENT_FOCUS_IN not delivered in some casesPedro J. Estébanez2024-05-032-18/+32
* | Merge pull request #85188 from aitorciki/nvdrs-fixesRémi Verschelde2024-05-071-16/+38
|\ \
| * | [Windows] Fix NVIDIA app profile creationAitor Guevara2024-03-251-16/+38