summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-192-3/+3
* Fix Clang dev_mode build const string conversionbitsawer2023-06-161-1/+1
* [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-162-0/+10
* Disable NVIDIA's threaded optimization on WindowsÁlex Román Núñez2023-06-132-0/+172
* Merge pull request #78151 from jpcerrone/fix_windowed_move_problemsRémi Verschelde2023-06-131-2/+2
|\
| * Fix window resizing problems on Windowsjpcerrone2023-06-121-2/+2
* | Fix docs after renaming export optionRedworkDE2023-06-121-1/+1
|/
* Merge pull request #77770 from jpcerrone/fix_minimize_missingRémi Verschelde2023-06-121-1/+1
|\
| * Fix minimize button missing in non-resizable projects.jpcerrone2023-06-021-1/+1
* | Added a few additional GUIDs to list of hardcoded IDs in is_xinput_deviceDominik2023-06-091-1/+15
* | Merge pull request #77977 from zaevi/fix_windows_popup_imeRémi Verschelde2023-06-091-1/+4
|\ \
| * | Fix IME doesn't work under Popup on Windows.Zae2023-06-081-1/+4
* | | Style: Harmonize header includes in platform portsRémi Verschelde2023-06-0814-36/+40
|/ /
* | Replace get_rendering_device() call to prevent crashes on OpenGL.MJacred2023-06-061-2/+2
* | Enhance icon fallback and their docs for exportersMichael Alexsander2023-06-032-3/+12
|/
* Merge pull request #65902 from MJacred/editor/copysysteminfoYuri Sizov2023-05-271-3/+7
|\
| * Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-271-3/+7
* | Merge pull request #73450 from Calinou/windows-vulkan-disable-amd-switchable-...Rémi Verschelde2023-05-241-0/+4
|\ \
| * | Move code to Windows Vulkan context initialization contextHugo Locurcio2023-02-172-5/+4
| * | Disable AMD switchable graphics on Windows with Vulkan to fix driver issueHugo Locurcio2023-02-161-0/+5
* | | Merge pull request #77258 from RedworkDE/natvis-pdb-embededRémi Verschelde2023-05-221-0/+1
|\ \ \ | |_|/ |/| |
| * | Embed natvis debug views in PDBRedworkDE2023-05-201-0/+1
* | | Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-8/+11
|/ /
* | Fix for Clang dev_mode Windows buildbitsawer2023-05-171-1/+1
* | Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-162-4/+77
|\ \
| * | [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-202-4/+77
* | | [TLS/Windows] Skip disallowed certs in the trusted CA list.Fabio Alessandrelli2023-05-141-1/+11
* | | Merge pull request #76836 from Faless/tls/system_certsRémi Verschelde2023-05-123-0/+25
|\ \ \
| * | | [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-123-0/+25
* | | | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-8/+6
* | | | Merge pull request #76856 from HolonProduction/macos-specificRémi Verschelde2023-05-111-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Don't expose mac specific display server.HolonProduction2023-05-111-2/+1
* | | | Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-103-12/+21
* | | | Fix building the Windows x86_32 targetDavi2023-05-071-4/+4
|/ / /
* | | Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-0/+1
|\ \ \
| * | | Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* | | | Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-252-0/+46
|\ \ \ \
| * | | | Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-252-0/+46
* | | | | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-242-0/+40
* | | | | Add support for VRAM-compressed custom mouse cursor imagesHugo Locurcio2023-04-211-0/+5
|/ / / /
* / / / [Export docs] Move docs to platform folders.bruvzg2023-04-202-0/+143
|/ / /
* | | Merge pull request #75219 from bruvzg/get_focus_screenRémi Verschelde2023-04-192-55/+17
|\ \ \
| * | | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-192-55/+17
* | | | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-47/+96
|/ / /
* | | Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-183-5/+3
|\ \ \
| * | | [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-103-5/+3
* | | | Merge pull request #75880 from bruvzg/win_tts_queue_fixRémi Verschelde2023-04-181-1/+1
|\ \ \ \
| * | | | [Windows TTS] Fix queuing utterances in rapid succession.bruvzg2023-04-101-1/+1
| |/ / /
* | | | Merge pull request #75383 from bruvzg/dll_deps_detectRémi Verschelde2023-04-183-6/+104
|\ \ \ \
| * | | | [Windows] Detect missing DLL dependencies and list them in the open_dynamic_l...bruvzg2023-03-273-6/+104