summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
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
2019-04-15Ignore '/utf-8' flag on vs2013Windy Darian
2019-04-10Force utf-8 source file encoding in MSVCWindy Darian
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-07Merge pull request #27067 from shartte/remove-context-glRémi Verschelde
2019-04-06Remove unused importsHendrikto
2019-04-06Remove ContextGL since as an abstraction it's unused.Sebastian Hartte
2019-03-12Fixed & improved Visual Studio custom debugger visualizationPouleyKetchoupp
2019-03-05Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-03-03Implement a more coherent (and way less hack) way to block animation updates,...Juan Linietsky
2019-03-03Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky