aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix the hiding of mouse cursor before interactionGeorge Marques2016-10-201-2/+5
* | Isolate XAudio2 driverGeorge Marques2016-10-171-0/+3
* | Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-141-1/+0
|/
* Merge pull request #6479 from RandomShaper/improve-debug-focusRémi Verschelde2016-10-031-1/+6
|\
| * Improve debug focus behaviorPedro J. Estébanez2016-09-141-1/+6
* | Windows: prevent huge prints from crashing the engineMarc Gilleron2016-09-291-2/+5
|/
* Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack2016-08-291-0/+2
* Windows: Make alert message box use MB_TASKMODALRémi Verschelde2016-07-261-1/+1
* Avoid changing position when the window is fullscreenGeorge Marques2016-07-241-0/+1
* Merge pull request #5841 from vnen/fix-windows-wheelRémi Verschelde2016-07-211-4/+7
|\
| * Fix mouse wheel event position on WindowsGeorge Marques2016-07-211-4/+7
* | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-211-0/+11
|\ \ | |/ |/|
| * Add OS.request_attention() for WindowsGeorge Marques2016-07-051-0/+11
* | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variantJuan Linietsky2016-07-101-0/+62
|\ \ | |/ |/|
| * windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan2016-07-031-0/+62
* | Windows: prevent freeze while moving or resizing the game window.Andreas Haas2016-07-011-1/+15
|/
* Fix visual server error when minimizing the windowGeorge Marques2016-06-261-2/+6
* property output unix seconds since epoch in windows get_system_time_secs, fix...Juan Linietsky2016-06-111-1/+7
* Windows: Hide mouse on MOUSE_MODE_CAPTUREDJ08nY2016-06-071-1/+1
* vsync supportJuan Linietsky2016-06-051-0/+15
* -customizable shortcuts in editorJuan Linietsky2016-06-041-1/+1
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-031-1/+1
* removed dependency on shcore.dll to get DPIJuan Linietsky2016-06-011-14/+74
* DPI Detection supportJuan Linietsky2016-05-291-1/+22
* Changed import workflowJuan Linietsky2016-05-271-0/+28
* Working even when re-entering window.Mattias Cibien2016-05-091-0/+2
* Cursor hides only in client areaMattias Cibien2016-05-091-1/+17
* Fixed behavior of OS.set_window_resizableMattias Cibien2016-05-031-1/+1
* Implement OS.get_process_ID for WindowsGeorge Marques2016-04-291-0/+5
* Borderless window support for the Win32 build. Default window position is now...Saracen2016-03-121-2/+11
* remove trailing whitespaceHubert Jarosz2016-03-091-32/+32
* Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia2016-02-071-1/+1
* support horizontal mouse wheel, use in text editorhondres2016-02-041-2/+19
* remove pc_joystick_map.hhondres2016-02-011-1/+0
* Change default window size for desktopGeorge Marques2016-01-241-1/+1
* Merge pull request #3272 from Hinsbart/joy-bindingpunto-2016-01-121-0/+7
|\
| * Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-081-0/+7
* | Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde2016-01-111-2/+1
|\ \
| * | Remove unnecessary null pointer checksEmmanuel Leblond2016-01-041-2/+1
| |/
* / -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-101-2/+8
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Better gamepad supporthondres2015-12-181-260/+8
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-121-1/+1
* Added missing \n in script error output.ZuBsPaCe2015-11-191-1/+1
* Nice error output padding. Code location behind " At: " is now aligned with t...ZuBsPaCe2015-11-191-9/+17
* Set console background color on windows in SetConsoleTextAttribute, otherwise...ZuBsPaCe2015-11-191-5/+8
* Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe2015-11-191-1/+1
* Removed ANSI error codes from windows terminal error output. Windows does not...ZuBsPaCe2015-11-191-6/+6
* Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe2015-11-191-36/+37
* Merge pull request #2718 from SaracenOne/audio_system_crash_fixJuan Linietsky2015-11-181-1/+2
|\