summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
AgeCommit message (Expand)Author
2019-09-25Added some obvious errors explanationsqarmin
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-04Hide command prompt launched by OS.executehoontee
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-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-04Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg
2019-05-28Merge pull request #26462 from SubSage/masterRémi Verschelde
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-19Fix typos with codespellRé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-24Fixes to make exporting more responsive.Juan Linietsky
2019-04-23Fixes build for Windows cross-compilationKenneth Lee
2019-04-07Android now (optionally) builds the template when exportingJuan Linietsky
2019-04-18Use SHGetKnownFolderPath instead of SHGetFolderPathW.KLee1248
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
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
2019-02-25Update Windows global mouse position at startupJunwei Ng
2019-02-20Drop RtAudio driver on WindowsRémi Verschelde
2019-02-13Merge pull request #25842 from marcelofg55/windows_timezoneRémi Verschelde
2019-02-13Fix get_time_zone_info returning inverted bias on Windows/UWPMarcelo Fernandez
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-02-03Added set_environment to OS classIgnacio Etcheverry
2019-01-23Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on WindowsMarcelo Fernandez
2019-01-23Fix GDI objects leak when setting custom cursorMarcin Zawiejski
2019-01-22Raised executable priority on windows to avoid stuter, helps #25162Juan Linietsky
2019-01-22Avoid cyclic iteration check, fixes #24969Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-12-14Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde
2018-11-30Fix wrong size and position when windows is minimized on WindowsMarcelo Fernandez