summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
AgeCommit message (Expand)Author
2016-08-29Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack
2016-07-26Windows: Make alert message box use MB_TASKMODALRémi Verschelde
2016-07-24Avoid changing position when the window is fullscreenGeorge Marques
2016-07-21Merge pull request #5841 from vnen/fix-windows-wheelRémi Verschelde
2016-07-21Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde
2016-07-21Fix mouse wheel event position on WindowsGeorge Marques
2016-07-10Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variantJuan Linietsky
2016-07-05Add OS.request_attention() for WindowsGeorge Marques
2016-07-03windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan
2016-07-01Windows: prevent freeze while moving or resizing the game window.Andreas Haas
2016-06-26Fix visual server error when minimizing the windowGeorge Marques
2016-06-11property output unix seconds since epoch in windows get_system_time_secs, fix...Juan Linietsky
2016-06-07Windows: Hide mouse on MOUSE_MODE_CAPTUREDJ08nY
2016-06-05vsync supportJuan Linietsky
2016-06-04-customizable shortcuts in editorJuan Linietsky
2016-06-03change invalid characters when get user data dir on Windows & Unixvolzhs
2016-06-01removed dependency on shcore.dll to get DPIJuan Linietsky
2016-05-29DPI Detection supportJuan Linietsky
2016-05-27Changed import workflowJuan Linietsky
2016-05-09Working even when re-entering window.Mattias Cibien
2016-05-09Cursor hides only in client areaMattias Cibien
2016-05-03Fixed behavior of OS.set_window_resizableMattias Cibien
2016-04-29Implement OS.get_process_ID for WindowsGeorge Marques
2016-03-12Borderless window support for the Win32 build. Default window position is now...Saracen
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-07Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-02-01remove pc_joystick_map.hhondres
2016-01-24Change default window size for desktopGeorge Marques
2016-01-12Merge pull request #3272 from Hinsbart/joy-bindingpunto-
2016-01-11Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky
2016-01-08Add some joystick functions to input. Enables manipulation of mappings at run...hondres
2016-01-04Remove unnecessary null pointer checksEmmanuel Leblond
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-18Better gamepad supporthondres
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky
2015-11-19Added missing \n in script error output.ZuBsPaCe
2015-11-19Nice error output padding. Code location behind " At: " is now aligned with t...ZuBsPaCe
2015-11-19Set console background color on windows in SetConsoleTextAttribute, otherwise...ZuBsPaCe
2015-11-19Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe
2015-11-19Removed ANSI error codes from windows terminal error output. Windows does not...ZuBsPaCe
2015-11-19Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe
2015-11-18Merge pull request #2718 from SaracenOne/audio_system_crash_fixJuan Linietsky
2015-11-18Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky
2015-11-14windows crash and bind placeholder methodAriel Manzur
2015-11-10Fix error messages forcing a white font for subsequent messagesRémi Verschelde
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-11-02Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky