summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #82957 from bruvzg/fs_case_checkRémi Verschelde2023-10-131-0/+2
|\
| * Add method to check if filesystem is case sensitive.bruvzg2023-10-091-0/+2
* | Merge pull request #82508 from floatingpointer/masterRémi Verschelde2023-10-091-1/+3
|\ \ | |/ |/|
| * Update joypad_windows.cppfloatingpointer2023-09-281-1/+3
* | Add vararg call() method to C++ Callablekobewi2023-10-051-37/+9
* | [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-031-10/+34
* | Merge pull request #82364 from bruvzg/angle_lists_and_defaultsRémi Verschelde2023-10-033-12/+35
|\ \
| * | [ANGLE] Add fallback control options and defaults.bruvzg2023-10-033-12/+35
| |/
* | Merge pull request #80952 from bruvzg/nfdlg_refocusRémi Verschelde2023-10-031-0/+5
|\ \
| * | [Native File Dialogs] Refocus last focused window on close.bruvzg2023-08-241-0/+5
* | | Merge pull request #80409 from bruvzg/est_title_sizeRémi Verschelde2023-10-032-0/+50
|\ \ \
| * | | [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-032-0/+50
| | |/ | |/|
* | | Merge pull request #79871 from bruvzg/mingw_prefix_fixRémi Verschelde2023-10-031-3/+13
|\ \ \ | |/ / |/| |
| * | [Windows] Try using objcopy and strip with prefix and without prefix.bruvzg2023-07-251-3/+13
* | | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* | | Windows: Remove `MSVC` define redundant with `_MSC_VER`Rémi Verschelde2023-09-262-2/+1
* | | [Windows] Fix not applying NVIDIA profile to new executablesAitor Guevara2023-09-221-4/+14
* | | Merge pull request #82031 from bruvzg/borderless_fsRémi Verschelde2023-09-211-1/+25
|\ \ \
| * | | [Windows] Use clear color for non exclusive fullscreen border, fix maximize f...bruvzg2023-09-211-1/+25
* | | | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-2114-111/+632
|/ / /
* | | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-123-18/+18
* | | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-4/+0
* | | Add EditorStringNames singletonkobewi2023-09-031-1/+2
* | | Build system: add option for MSVC incremental linking.ocean (they/them)2023-08-291-2/+4
* | | Merge pull request #78963 from bgie/comma_in_filenameRémi Verschelde2023-08-281-7/+2
|\ \ \
| * | | Windows: Always double-quote path when launching explorer.exe to browseBrecht Kuppens2023-08-281-7/+2
* | | | [Windows] Add main executable to the console wrapper dependencies to prevent ...bruvzg2023-08-231-0/+1
| |_|/ |/| |
* | | SCons: Disable misbehaving MSVC incremental linkingRémi Verschelde2023-08-101-0/+3
* | | Fix Windows console wrapper and icon being swappedTyler2023-08-071-2/+2
|/ /
* | Merge pull request #79693 from bruvzg/com_athRémi Verschelde2023-08-072-2/+7
|\ \
| * | [Windows] Initialize COM as apartment-threaded.bruvzg2023-07-202-2/+7
* | | Fix native popups auto-closing when interacting with non-client area.bruvzg2023-08-071-1/+1
* | | Merge pull request #35555 from Calinou/add-version-project-settingYuri Sizov2023-08-042-6/+6
|\ \ \
| * | | Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-042-6/+6
* | | | Fix various typos in classrefHaoyu Qiu2023-08-041-1/+1
|/ / /
* | | Merge pull request #78539 from EIREXE/input-infoYuri Sizov2023-08-031-1/+3
|\ \ \
| * | | Add the ability to get per-platform information for joypads.Álex Román Núñez2023-08-021-1/+3
* | | | [Windows] Do not force redraw window background on mouse pass-through region ...bruvzg2023-08-021-3/+2
* | | | Fix crash on Windows when closing `Window`Markus Sauermann2023-08-021-0/+4
* | | | Merge pull request #63826 from deakcor/dev_clipboardYuri Sizov2023-07-272-0/+66
|\ \ \ \ | |_|_|/ |/| | |
| * | | add clipboard get image methods for windows and macosVincent D2023-07-172-0/+66
* | | | Merge pull request #79724 from Repiteo/gcc-windows-fixesYuri Sizov2023-07-242-2/+3
|\ \ \ \
| * | | | Fix gcc builds failing on windowsThaddeus Crews2023-07-202-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #79350 from kleonc/screen_to_pixel_byte_to_float_conversio...Yuri Sizov2023-07-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix byte to float color conversion in DisplayServerWindows::screen_get_pixelkleonc2023-07-121-1/+1
| |/ /
* | | Remove excessive include that breaks compilation on WindowsYuri Sizov2023-07-181-1/+0
* | | [Windows] Implement native file selection dialog support.bruvzg2023-07-182-0/+130
| |/ |/|
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* | Merge pull request #79062 from MewPurPur/svg-optimizationsYuri Sizov2023-07-121-1/+1
|\ \
| * | Optimize SVG icons and remove unused Transpose iconMewPurPur2023-07-071-1/+1