summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe2019-07-241-0/+1
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-092-0/+19
* Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde2019-07-052-0/+87
|\
| * Add embedded PCK option to PC platformsPedro J. Estébanez2019-07-032-0/+87
* | Hide command prompt launched by OS.executehoontee2019-07-041-1/+1
* | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-8/+5
* | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina0852019-06-291-2/+2
|/
* Add option to toggle console window on WindowsLuka Dornhecker2019-06-202-0/+15
* Fix endless controller iterationGeorg Wacker2019-06-171-1/+1
* Add script to fix style issues and copyright headersRémi Verschelde2019-06-172-6/+6
* Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde2019-06-172-1/+53
|\
| * Add ability to limit maximum/minimum window size.bruvzg2019-06-152-1/+53
* | Merge pull request #10643 from BastiaanOlij/camera_serverRémi Verschelde2019-06-165-0/+146
|\ \
| * | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-155-0/+146
| |/
* / Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-154-22/+27
|/
* Merge pull request #29711 from zaksnet/windows-export-improvemntsRémi Verschelde2019-06-121-2/+2
|\
| * Added hint for windows export optionsZak2019-06-121-2/+2
* | Merge pull request #29679 from akien-mga/windows-res-descRémi Verschelde2019-06-121-1/+1
|\ \
| * | Remove "Editor" from Windows PE file descriptionRémi Verschelde2019-06-111-1/+1
| |/
* / Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg2019-06-041-1/+1
|/
* Merge pull request #26462 from SubSage/masterRémi Verschelde2019-05-281-1/+7
|\
| * Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez2019-03-051-1/+7
* | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-272-0/+132
|\ \
| * | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-242-0/+132
* | | Check project settings live before lookup in crash handlerIbrahn Sahir2019-05-231-2/+7
|/ /
* | added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-3/+3
* | Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde2019-04-291-0/+2
|\ \
| * | [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-271-0/+2
* | | Convert line endings to CRLF in `OS.set_clipboard()` on WindowsHugo Locurcio2019-04-271-4/+7
|/ /
* | Merge pull request #28396 from akien-mga/scons-capture-the-flagsRémi Verschelde2019-04-251-7/+10
|\ \
| * | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-7/+10
* | | Fixes to make exporting more responsive.Juan Linietsky2019-04-241-1/+1
|/ /
* | Fixes build for Windows cross-compilationKenneth Lee2019-04-232-1/+2
* | Android now (optionally) builds the template when exportingJuan Linietsky2019-04-072-2/+8
* | Merge pull request #28166 from KLee1248/first_bugRémi Verschelde2019-04-221-12/+14
|\ \
| * | Use SHGetKnownFolderPath instead of SHGetFolderPathW.KLee12482019-04-181-12/+14
* | | Merge pull request #28051 from WindyDarian/no_utf8_for_vs2013Rémi Verschelde2019-04-191-1/+3
|\ \ \ | |/ / |/| |
| * | Ignore '/utf-8' flag on vs2013Windy Darian2019-04-151-1/+3
* | | Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-4/+6
|/ /
* | Force utf-8 source file encoding in MSVCWindy Darian2019-04-101-1/+1
* | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+3
* | Merge pull request #27067 from shartte/remove-context-glRémi Verschelde2019-04-071-11/+10
|\ \
| * | Remove ContextGL since as an abstraction it's unused.Sebastian Hartte2019-04-061-11/+10
* | | Remove unused importsHendrikto2019-04-061-1/+0
|/ /
* | Fixed & improved Visual Studio custom debugger visualizationPouleyKetchoupp2019-03-121-65/+82
* | Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-2/+2
* | Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky2019-03-031-8/+9
* | Implement a more coherent (and way less hack) way to block animation updates,...Juan Linietsky2019-03-031-3/+2