index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
/
os_windows.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IME context detection.
Saracen
2018-06-11
1
-2
/
+27
*
Improve return value of OS.execute in blocking/non-blocking variants
Rémi Verschelde
2018-05-30
1
-7
/
+0
*
Change position of validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-28
1
-1
/
+2
*
Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image
Max Hilbrunner
2018-05-28
1
-0
/
+1
|
\
|
*
Add validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-27
1
-0
/
+1
*
|
Fix memory leak in set_custom_mouse_cursor
Guilherme Felipe
2018-05-26
1
-1
/
+6
|
/
*
More fixes to set_borderless_window
Guilherme Felipe
2018-05-23
1
-15
/
+1
*
Merge pull request #19070 from guilhermefelipecgs/fix_19033
Max Hilbrunner
2018-05-21
1
-3
/
+30
|
\
|
*
Fix #19033
Guilherme Felipe
2018-05-20
1
-3
/
+30
*
|
Fix #15678
Guilherme Felipe
2018-05-21
1
-1
/
+3
|
/
*
Reset the cursor with Input.set_custom_mouse_cursor(null)
Guilherme Felipe
2018-05-10
1
-0
/
+5
*
Add support for atlas texture on set_custom_mouse_cursor
Guilherme Felipe
2018-05-09
1
-7
/
+37
*
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
1
-0
/
+121
|
\
|
*
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
1
-0
/
+121
*
|
Local debugger fixes and extensions
Blazej Floch
2018-05-07
1
-0
/
+19
*
|
Merge pull request #18541 from profan/fix/win-sleep
Max Hilbrunner
2018-05-05
1
-0
/
+6
|
\
\
|
*
|
windows: ensure minimum possible timer resolution for sleep
Robin Hübner
2018-05-01
1
-0
/
+6
*
|
|
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
1
-24
/
+15
|
/
/
*
/
Fix custom cursor when it's hidden
Guilherme Felipe
2018-04-09
1
-1
/
+9
|
/
*
Remove size restriction for mouse cursor
Guilherme Felipe
2018-04-05
1
-7
/
+6
*
Explicitly set OpenGL profile to core (X11, Windows).
bruvzg
2018-03-06
1
-4
/
+12
*
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-04
1
-20
/
+0
*
Fixed Windows ignoring minimized/maximized status set by user
Marcelo Fernandez
2018-02-26
1
-1
/
+10
*
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
1
-0
/
+19
|
\
|
*
Add new window setting: always on top
Pedro J. Estébanez
2018-01-05
1
-0
/
+19
*
|
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Rémi Verschelde
2018-02-14
1
-0
/
+18
|
\
\
|
*
|
Windows: implement OS.get_unique_id and OS.set_ime_position
geequlim
2018-01-31
1
-0
/
+18
*
|
|
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-12
1
-0
/
+6
|
/
/
*
|
Implement OS::get_processor_count() for Windows
Hein-Pieter van Braam
2018-01-29
1
-0
/
+30
*
|
Fix remove_dll_directory crash when cookie is null
djgaspa
2018-01-26
1
-2
/
+2
*
|
Fix horizontal scroll for windows platform
binbitten
2018-01-20
1
-1
/
+1
*
|
sorry, accidentally pressed delete before commiting.
Juan Linietsky
2018-01-10
1
-1
/
+2
*
|
Added middle button doubleclick, fixes #15567
Juan Linietsky
2018-01-10
1
-1
/
+7
|
/
*
Forced set mouse global position always, hopefully will fix #15354, otherwise...
Juan Linietsky
2018-01-05
1
-0
/
+1
*
Add support from properly exporting shared objects, needed for GDNative export
Juan Linietsky
2018-01-04
1
-2
/
+9
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
1
-4
/
+6
*
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
1
-1
/
+116
|
\
|
*
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
1
-1
/
+116
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
1
-3
/
+3
*
Move windows networking class to drivers/windows/
Fabio Alessandrelli
2017-12-15
1
-5
/
+5
*
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
1
-1
/
+1
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+4
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-0
/
+2
*
Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to su...
bruvzg
2017-12-07
1
-5
/
+12
*
Remove guards for the now targeted Windows 7+
Pedro J. Estébanez
2017-12-06
1
-13
/
+3
*
Improve/fix multitouch on Windows
Pedro J. Estébanez
2017-12-06
1
-13
/
+43
*
Properly take into consideration that VERTEX must be written to in opaque pre...
Juan Linietsky
2017-12-01
1
-1
/
+19
*
Needed a broader search path flag
Bastiaan Olij
2017-12-01
1
-1
/
+1
*
Changed the dynamic library open function to allow setting the path of the li...
Juan Linietsky
2017-11-30
1
-3
/
+16
[next]