summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2019-10-04Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg
2019-10-03Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-19Fix misc. source comment typosluz.paz
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-09fix usage of old macro when new variant intendedRobin Hübner
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-08-05Fix wrong mouse wheel position for MOUSE_MODE_CAPTURED on WindowsTan Wang Leng
2019-07-30Turn `OS.set_min/max_window_size()` warnings into errorsHugo Locurcio
2019-07-29Fix strict-aliasing warning in OS_Windows::get_unix_time.Ibrahn Sahir
2019-07-24Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-07-05Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde
2019-07-04Hide command prompt launched by OS.executehoontee
2019-07-03Add embedded PCK option to PC platformsPedro J. Estébanez
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-06-29Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina085
2019-06-20Add option to toggle console window on WindowsLuka Dornhecker
2019-06-17Fix endless controller iterationGeorg Wacker
2019-06-17Add script to fix style issues and copyright headersRémi Verschelde
2019-06-17Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde
2019-06-16Merge pull request #10643 from BastiaanOlij/camera_serverRémi Verschelde
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-15Add ability to limit maximum/minimum window size.bruvzg
2019-06-12Merge pull request #29711 from zaksnet/windows-export-improvemntsRémi Verschelde
2019-06-12Added hint for windows export optionsZak
2019-06-12Merge pull request #29679 from akien-mga/windows-res-descRémi Verschelde
2019-06-11Remove "Editor" from Windows PE file descriptionRémi Verschelde
2019-06-04Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg
2019-05-28Merge pull request #26462 from SubSage/masterRémi Verschelde
2019-05-27Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-23Check project settings live before lookup in crash handlerIbrahn Sahir
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-29Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde
2019-04-27Convert line endings to CRLF in `OS.set_clipboard()` on WindowsHugo Locurcio
2019-04-27[Input] Release keys/actions pressed if window loses focusGuilherme Felipe
2019-04-25Merge pull request #28396 from akien-mga/scons-capture-the-flagsRémi Verschelde
2019-04-24Fixes to make exporting more responsive.Juan Linietsky
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-04-23Fixes build for Windows cross-compilationKenneth Lee
2019-04-07Android now (optionally) builds the template when exportingJuan Linietsky
2019-04-22Merge pull request #28166 from KLee1248/first_bugRémi Verschelde
2019-04-19Merge pull request #28051 from WindyDarian/no_utf8_for_vs2013Rémi Verschelde
2019-04-18Use SHGetKnownFolderPath instead of SHGetFolderPathW.KLee1248
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe