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-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
2018-02-26
Fixed Windows ignoring minimized/maximized status set by user
Marcelo Fernandez
2018-02-14
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Rémi Verschelde
2018-02-12
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-01-31
Windows: implement OS.get_unique_id and OS.set_ime_position
geequlim
2018-01-29
Implement OS::get_processor_count() for Windows
Hein-Pieter van Braam
2018-01-26
Fix remove_dll_directory crash when cookie is null
djgaspa
2018-01-20
Fix horizontal scroll for windows platform
binbitten
2018-01-10
sorry, accidentally pressed delete before commiting.
Juan Linietsky
2018-01-10
Added middle button doubleclick, fixes #15567
Juan Linietsky
2018-01-05
Add new window setting: always on top
Pedro J. Estébanez
2018-01-05
Forced set mouse global position always, hopefully will fix #15354, otherwise...
Juan Linietsky
2018-01-04
Add support from properly exporting shared objects, needed for GDNative export
Juan Linietsky
2018-01-04
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-03
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-17
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-16
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-15
Move windows networking class to drivers/windows/
Fabio Alessandrelli
2017-12-14
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
-Add lightmapper
Juan Linietsky
2017-12-09
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
[next]