summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-073-4/+4
|\ \ \
| * | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-043-4/+4
* | | | Implement "get_mingw_tool" to fix mingw prefixesThaddeus Crews2024-05-062-80/+54
|/ / /
* | | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-3/+5
* | | [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-022-0/+25
| |/ |/|
* | Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-012-15/+31
|\ \
| * | [StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...bruvzg2024-03-202-15/+31
* | | Merge pull request #91147 from bruvzg/con_redir_3Rémi Verschelde2024-04-293-25/+35
|\ \ \
| * | | [Windows] Improve console IO redirection.bruvzg2024-04-273-25/+35
* | | | Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-291-5/+5
|\ \ \ \
| * | | | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-5/+5
| |/ / /
* | | | Merge pull request #91220 from Repiteo/scons/colorize-warn-errorRémi Verschelde2024-04-291-40/+31
|\ \ \ \
| * | | | SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-40/+31
| |/ / /
* | | | Merge pull request #61006 from bruvzg/libbacktrceRémi Verschelde2024-04-296-4/+219
|\ \ \ \ | |/ / / |/| | |
| * | | [Windows] Enable crash reporter on MinGW builds, use libbacktrace to generate...bruvzg2024-04-226-4/+219
* | | | Merge pull request #90326 from fire/vsk-scons-final-4.3Rémi Verschelde2024-04-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid compiler error with RenderingContextDriverVulkanWindows.K. S. Ernest (iFire) Lee2024-04-061-1/+1
* | | | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-192-9/+9
* | | | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-192-2/+2
* | | | Merge pull request #90358 from KoBeWi/finding_errors_in_other_appsRémi Verschelde2024-04-162-1/+44
|\ \ \ \
| * | | | Add get_process_exit_code() methodkobewi2024-04-162-1/+44
* | | | | Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-154-31/+15
|\ \ \ \ \