index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
/
os_windows.cpp
Age
Commit message (
Expand
)
Author
2019-05-21
added a const keyword for a methods that return constant literal...
hbina085
2019-05-19
Fix typos with codespell
Rémi Verschelde
2019-04-29
Merge pull request #28061 from guilhermefelipecgs/fix_19137
Rémi Verschelde
2019-04-27
Convert line endings to CRLF in `OS.set_clipboard()` on Windows
Hugo Locurcio
2019-04-27
[Input] Release keys/actions pressed if window loses focus
Guilherme Felipe
2019-04-24
Fixes to make exporting more responsive.
Juan Linietsky
2019-04-23
Fixes build for Windows cross-compilation
Kenneth Lee
2019-04-07
Android now (optionally) builds the template when exporting
Juan Linietsky
2019-04-18
Use SHGetKnownFolderPath instead of SHGetFolderPathW.
KLee1248
2019-04-15
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-03-05
Disable driver fallback to GLES2 by default
Rémi Verschelde
2019-03-03
Add support for event accumlation (off by default, on for editor), fixes #26536
Juan Linietsky
2019-03-03
Implement a more coherent (and way less hack) way to block animation updates,...
Juan Linietsky
2019-03-03
Ability 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-25
Update Windows global mouse position at startup
Junwei Ng
2019-02-20
Drop RtAudio driver on Windows
Rémi Verschelde
2019-02-13
Merge pull request #25842 from marcelofg55/windows_timezone
Rémi Verschelde
2019-02-13
Fix get_time_zone_info returning inverted bias on Windows/UWP
Marcelo Fernandez
2019-02-12
Platform: Ensure classes match their header filename
Rémi Verschelde
2019-02-03
Added set_environment to OS class
Ignacio Etcheverry
2019-01-23
Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on Windows
Marcelo Fernandez
2019-01-23
Fix GDI objects leak when setting custom cursor
Marcin Zawiejski
2019-01-22
Raised executable priority on windows to avoid stuter, helps #25162
Juan Linietsky
2019-01-22
Avoid cyclic iteration check, fixes #24969
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-20
Added OS.get_system_time_msecs()
volzhs
2018-12-14
Merge pull request #20063 from moiman100/fix-button-mask
Rémi Verschelde
2018-11-30
Fix wrong size and position when windows is minimized on Windows
Marcelo Fernandez
2018-11-09
Fix mouse mode restoration on Windows
Pedro J. Estébanez
2018-11-03
Properly export the various 'use dGPU' symbols when building with MingW
Hein-Pieter van Braam
2018-11-01
Fix init of VisualServerRaster
Rémi Verschelde
2018-11-01
Fix initialization of visual server in all platforms
George Marques
2018-10-19
Fix compile warnings for Windows from Linux
Aaron Franke
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-10-06
Remove redundant "== true" code
Aaron Franke
2018-09-23
Fix mouse position when clicking in MOUSE_MODE_CAPTURED
Mikko Mustonen
2018-09-23
Fix zero relative motion event when clicking in MOUSE_MODE_CAPTURED
Mikko Mustonen
2018-09-17
Fix Input::set_custom_mouse_cursor showing cursor when it's invisible
Guilherme Felipe
2018-09-13
Fix set_custom_mouse_cursor changing to incorrect cursor shape
Guilherme Felipe
2018-09-13
Properly initialize Winsock on startup
Fabio Alessandrelli
2018-09-12
Unify StreamPeerTCP/TCP_Server with NetSocket API
Fabio Alessandrelli
2018-09-12
Unify PacketPeerUDP using NetSocket
Fabio Alessandrelli
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-05
Fix mouse confined leaving window with OS_Windows::set_window_position
Guilherme Felipe
2018-09-04
Really fix the custom cursor hotspot
Martin Capitanio
2018-09-03
Fix custom cursor hotspot
Guilherme Felipe
2018-08-30
Fix multitouch input not working on certain devices on Windows
Pedro J. Estébanez
[next]