aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More fixes to Joypad renaming.Andreas Haas2017-01-081-1/+1
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-5/+5
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-081-1/+1
* Added missing readers writers lock to windows, should compile and run again..Juan Linietsky2017-01-081-0/+2
* fixes compilation in windows?Juan Linietsky2017-01-081-14/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-4/+0
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-051-3/+5
|\
| * First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij2017-01-041-3/+5
* | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-2/+2
|/
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-12/+25
|\
| * Godot works on Windows again..reduz2016-12-211-11/+16
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-0/+9
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-2/+2
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Fix console output for MinGW compilersRémi Verschelde2016-11-281-2/+10
* | vsnc --> vsyncISylvox2016-11-081-1/+1
* | 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