summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-1/+1
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* | Only support XDG directory path configuration on LinuxHugo Locurcio2022-12-121-25/+1
* | Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-072-3/+22
|\ \
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-072-3/+22
| |/
* / [Windows] Window management fixes.bruvzg2022-12-061-6/+6
|/
* Windows: Make MSVC debug CRT opt-in (`debug_crt=yes`)Rémi Verschelde2022-12-051-1/+2
* Merge pull request #69294 from akien-mga/windows-msvc-link-debug-runtimeRémi Verschelde2022-12-051-3/+7
|\
| * Windows: Link MSVC dynamic debug CRT for debug buildsRémi Verschelde2022-11-281-3/+7
* | Use system fonts as fallback and improve system font handling.bruvzg2022-12-042-21/+302
* | Fix incorrect mouse event position while hovering different windowMarkus Sauermann2022-11-301-5/+4
* | Merge pull request #69332 from bruvzg/exact_symbolsRémi Verschelde2022-11-291-1/+1
|\ \
| * | [MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace ...bruvzg2022-11-291-1/+1
* | | Merge pull request #69110 from bruvzg/con_icon2Rémi Verschelde2022-11-293-1/+1
|\ \ \ | |_|/ |/| |
| * | [Windows] Optimize editor icon, use different icon for console executable.bruvzg2022-11-293-1/+1
| |/
* / [Windows] Fix joypad crashPatrick Dawson2022-11-281-2/+2
|/
* [Export] Use image loader directly to avoid "resource as image file" errors.bruvzg2022-11-211-2/+5
* Windows icon export improvements.bruvzg2022-11-182-3/+131
* [Windows] Use case-sensitive file names for the system fonts to avoid warnings.bruvzg2022-11-171-1/+13
* Merge pull request #68700 from clayjohn/GLES3-vsyncRémi Verschelde2022-11-163-43/+40
|\
| * Set vsync on window creation when using GLES3.clayjohn2022-11-153-43/+40
* | [Windows] Add icon to the console wrapper, add option to set icon for the con...bruvzg2022-11-153-3/+12
|/
* Regenerate GL loader code with GLAD 2Riteo2022-11-141-1/+1
* Fix misc formatting issuesRémi Verschelde2022-11-141-1/+1
* Fix ICONDIR buffer overflowPatrick Dawson2022-11-141-1/+1
* Added missing null checks for gl_manager in MacOS and Windows display serversDavid Snopek2022-11-131-2/+8
* Add support for OpenGL to OpenXRDavid Snopek2022-11-083-1/+19
* Merge pull request #67434 from bruvzg/win_wrapperRémi Verschelde2022-11-047-41/+253
|\
| * Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-317-41/+253
* | Merge pull request #68133 from Sauermann/fix-mouse-droppingRémi Verschelde2022-11-031-0/+4
|\ \
| * | Fix mouseleave event after drag and drop in different WindowsMarkus Sauermann2022-11-011-0/+4
* | | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* | | Load and use system emoji font in the editor.bruvzg2022-11-011-1/+8
|/ /
* | Fix mouse offset for unfocused popupsMarkus Sauermann2022-11-011-0/+6
* | Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-312-5/+11
|\ \ | |/ |/|
| * Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-262-5/+11
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-312-10/+10
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-10/+10
* | | Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-282-5/+9
|\ \ \
| * | | Make window creation with custom position do not flashWei Guo2022-10-242-5/+9
| | |/ | |/|
* | | Merge pull request #67903 from Sauermann/fix-startup-windows-mouse-exit-eventClay John2022-10-282-13/+35
|\ \ \
| * | | Fix differences between Windows and linuxbsd Display ServerMarkus Sauermann2022-10-282-13/+35
| |/ /
* / / Fix OS.get_video_adapter_driver_info crashzCubed32022-10-271-0/+4
|/ /
* | Merge pull request #67546 from clayjohn/DS-msgClay John2022-10-211-3/+15
|\ \ | |/ |/|
| * Update the DisplayServer video driver error messageclayjohn2022-10-181-3/+15
* | Check if Vulkan context for the window exists before resizing it to avoid unn...bruvzg2022-10-172-1/+3
|/
* [Windows] Fix GCC MinGW warnings.bruvzg2022-10-121-1/+3
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-113-0/+96
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-113-0/+96
* | Merge pull request #67242 from akien-mga/cleanup-unused-definesRémi Verschelde2022-10-112-18/+4
|\ \