summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #77993 from bruvzg/key_lbl_from_pYuri Sizov2023-07-122-0/+33
|\ \ \
| * | | Implement keyboard_get_label_from_physical method.bruvzg2023-06-082-0/+33
* | | | Merge pull request #78437 from bruvzg/set_iconYuri Sizov2023-07-121-44/+54
|\ \ \ \
| * | | | Add error checks and harmonize behavior of the set_icon method.bruvzg2023-07-031-44/+54
| | |/ / | |/| |
* | | | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-3/+2
| |/ /
* | | Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-3/+3
* | | Merge pull request #79016 from bruvzg/fix_win_initial_ne_fsRémi Verschelde2023-07-081-1/+3
|\ \ \
| * | | [Windows] Fix setting initial non-exclusive window mode.bruvzg2023-07-041-1/+3
| |/ /
* | | Merge pull request #78263 from bruvzg/fl_allRémi Verschelde2023-07-071-1/+1
|\ \ \
| * | | [Windows] Flash both the window caption and taskbar button on `request_attent...bruvzg2023-06-151-1/+1
* | | | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | | | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| |/ / |/| |
* | | Merge pull request #72720 from pkdawson/fix-mouse-captureRémi Verschelde2023-06-221-1/+1
|\ \ \
| * | | DisplayServerWindows: Fix mouse capture when button up message is missedPatrick Dawson2023-02-041-1/+1
* | | | SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-204-6/+2
* | | | Merge pull request #74511 from AThousandShips/win_cursor_fixRémi Verschelde2023-06-201-2/+2
|\ \ \ \
| * | | | Fix clearing custom cursorNinni Pipping2023-03-101-2/+2
* | | | | 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