aboutsummaryrefslogtreecommitdiff
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Reduce gcc lto build time by telling the linker toFelix M. Cobos2017-09-261-1/+4
* Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-3/+3
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-251-1/+2
* Fix gcc ltoHein-Pieter van Braam2017-09-231-2/+7
* Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde2017-09-212-2/+21
|\
| * Create separate debug info files by defaultHein-Pieter van Braam2017-09-162-2/+21
* | Rename pos to position in user facing methods and variablesletheed2017-09-202-2/+2
* | Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez2017-09-182-19/+23
* | Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-6/+1
|\ \ | |/ |/|
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-6/+1
* | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-154-14/+14
|\ \
| * | Fix enums bindingsMaxim Sheronov2017-09-134-14/+14
* | | Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde2017-09-131-3/+6
| |/ |/|
* | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-137-15/+307
* | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-8/+6
* | HiDPI support on Windows.. yes this is all it took.Juan Linietsky2017-09-121-0/+22
|/
* Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-083-8/+23
* Fix files headerPoommetee Ketson2017-09-012-2/+2
* Added new WASAPI driver for WindowsMarcelo Fernandez2017-08-273-1/+10
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2723-23/+23
* Free memory when Main::setup returns an errorWilson E. Alvarez2017-08-251-1/+6
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-222-6/+6
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-212-6/+6
* | Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
|/
* Windows: Drop support for obsolete MinGWRémi Verschelde2017-08-181-34/+19
* Workaround missing WM_TOUCH on mingw-w64 < 4.0Rémi Verschelde2017-08-181-4/+3
* Windows: Drop support for Vista (0x0600)Rémi Verschelde2017-08-181-2/+4
* Removed unused variableWilson E. Alvarez2017-08-171-1/+0
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-4/+4
* Merge pull request #10264 from Rubonnek/use-const-referenceRémi Verschelde2017-08-164-4/+4
|\
| * Use const reference where favorableWilson E. Alvarez2017-08-144-4/+4
* | Fix get_screen_* funcs returning old values after resolution changes on WindowsMarcelo Fernandez2017-08-142-48/+96
|/
* Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde2017-08-072-2/+2
|\
| * Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-072-2/+2
* | Merge pull request #10045 from marcelofg55/audioserver_finishRémi Verschelde2017-08-071-4/+0
|\ \ | |/ |/|
| * Fix double finalisation of audio driversMarcelo Fernandez2017-08-021-4/+0
* | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-062-2/+2
|/
* Merge pull request #9886 from bruvzg/3.0-win-num-enter-fixRémi Verschelde2017-07-311-1/+6
|\
| * Fix Numpad Enter key on Windowsbruvzg2017-07-261-1/+6
* | added an optional parameter to OS symbol lookupKarroffel2017-07-272-4/+8
|/
* Make MinGW test less verbose on non-Bash shellsRémi Verschelde2017-07-251-9/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-193-6/+7
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
* Fixed issues with borderless windows on WindowsMarcelo Fernandez2017-07-092-72/+44
* Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde2017-07-011-195/+77
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* Make the Windows icon file smallerHugo Locurcio2017-06-201-0/+0
* Fix MouseWheel position on WindowsGeorge Marques2017-06-151-2/+2
* Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky2017-06-101-8/+6