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
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
2018-08-27
Revert "Try closing gracefully before terminating process"
Rémi Verschelde
2018-08-26
Fall back to GLES2 if GLES3 is not working
Hein-Pieter van Braam
2018-08-24
Merge pull request #20712 from marcelofg55/midi_open_close
Juan Linietsky
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-22
Modifications to raw input so the handling of absolute coordinates is more co...
Juan Linietsky
2018-08-22
Merge pull request #20523 from moiman100/windows-raw-input
Juan Linietsky
2018-08-21
BPTC support
elasota
2018-08-20
Try closing gracefully before terminating process
Marcin Zawiejski
2018-08-18
Fix errors during removing files or folders and fix for latin symbols
neonsoup
2018-08-14
Fix impossibility of removing folder which contains non-latin symbols(on Wind...
Chaosus
2018-08-04
Add OS::open_midi_inputs and OS::close_midi_inputs
Marcelo Fernandez
2018-07-30
Relative motion based on raw input for Windows
Mikko Mustonen
2018-07-30
Fix Windows handles leak
Marcin Zawiejski
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-21
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-19
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-09
Added support for extra mouse buttons.
unknown
2018-07-03
-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI project
Juan Linietsky
2018-06-26
Fix touch issues on Windows
Pedro J. Estébanez
2018-06-11
IME context detection.
Saracen
2018-05-30
Improve return value of OS.execute in blocking/non-blocking variants
Rémi Verschelde
2018-05-28
Change position of validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-28
Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image
Max Hilbrunner
2018-05-27
Add validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-26
Fix memory leak in set_custom_mouse_cursor
Guilherme Felipe
2018-05-23
More fixes to set_borderless_window
Guilherme Felipe
2018-05-21
Merge pull request #19070 from guilhermefelipecgs/fix_19033
Max Hilbrunner
2018-05-21
Fix #15678
Guilherme Felipe
2018-05-20
Fix #19033
Guilherme Felipe
2018-05-10
Reset the cursor with Input.set_custom_mouse_cursor(null)
Guilherme Felipe
2018-05-09
Add support for atlas texture on set_custom_mouse_cursor
Guilherme Felipe
2018-05-08
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-07
Local debugger fixes and extensions
Blazej Floch
2018-05-05
Merge pull request #18541 from profan/fix/win-sleep
Max Hilbrunner
2018-05-01
windows: ensure minimum possible timer resolution for sleep
Robin Hübner
2018-04-30
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-09
Fix custom cursor when it's hidden
Guilherme Felipe
2018-04-07
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-05
Remove size restriction for mouse cursor
Guilherme Felipe
2018-03-06
Explicitly set OpenGL profile to core (X11, Windows).
bruvzg
2018-03-04
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
[next]