aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* IME context detection.Saracen2018-06-111-2/+27
* Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde2018-05-301-7/+0
* Change position of validation in set_custom_mouse_cursorGuilherme Felipe2018-05-281-1/+2
* Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner2018-05-281-0/+1
|\
| * Add validation in set_custom_mouse_cursorGuilherme Felipe2018-05-271-0/+1
* | Fix memory leak in set_custom_mouse_cursorGuilherme Felipe2018-05-261-1/+6
|/
* More fixes to set_borderless_windowGuilherme Felipe2018-05-231-15/+1
* Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner2018-05-211-3/+30
|\
| * Fix #19033Guilherme Felipe2018-05-201-3/+30
* | Fix #15678Guilherme Felipe2018-05-211-1/+3
|/
* Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe2018-05-101-0/+5
* Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe2018-05-091-7/+37
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+121
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+121
* | Local debugger fixes and extensionsBlazej Floch2018-05-071-0/+19
* | Merge pull request #18541 from profan/fix/win-sleepMax Hilbrunner2018-05-051-0/+6
|\ \
| * | windows: ensure minimum possible timer resolution for sleepRobin Hübner2018-05-011-0/+6
* | | Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-24/+15
|/ /
* / Fix custom cursor when it's hiddenGuilherme Felipe2018-04-091-1/+9
|/
* Remove size restriction for mouse cursorGuilherme Felipe2018-04-051-7/+6
* Explicitly set OpenGL profile to core (X11, Windows).bruvzg2018-03-061-4/+12
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-20/+0
* Fixed Windows ignoring minimized/maximized status set by userMarcelo Fernandez2018-02-261-1/+10
* Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-141-0/+19
|\
| * Add new window setting: always on topPedro J. Estébanez2018-01-051-0/+19
* | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde2018-02-141-0/+18
|\ \
| * | Windows: implement OS.get_unique_id and OS.set_ime_positiongeequlim2018-01-311-0/+18
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-121-0/+6
|/ /
* | Implement OS::get_processor_count() for WindowsHein-Pieter van Braam2018-01-291-0/+30
* | Fix remove_dll_directory crash when cookie is nulldjgaspa2018-01-261-2/+2
* | Fix horizontal scroll for windows platformbinbitten2018-01-201-1/+1
* | sorry, accidentally pressed delete before commiting.Juan Linietsky2018-01-101-1/+2
* | Added middle button doubleclick, fixes #15567Juan Linietsky2018-01-101-1/+7
|/
* Forced set mouse global position always, hopefully will fix #15354, otherwise...Juan Linietsky2018-01-051-0/+1
* Add support from properly exporting shared objects, needed for GDNative exportJuan Linietsky2018-01-041-2/+9
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-4/+6
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-1/+116
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-1/+116
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-161-3/+3
* Move windows networking class to drivers/windows/Fabio Alessandrelli2017-12-151-5/+5
* Fix type mismatch in OS::set_borderless_windowRémi Verschelde2017-12-141-1/+1
* -Add lightmapperJuan Linietsky2017-12-141-0/+4
* Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti2017-12-091-0/+2
* Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to su...bruvzg2017-12-071-5/+12
* Remove guards for the now targeted Windows 7+Pedro J. Estébanez2017-12-061-13/+3
* Improve/fix multitouch on WindowsPedro J. Estébanez2017-12-061-13/+43
* Properly take into consideration that VERTEX must be written to in opaque pre...Juan Linietsky2017-12-011-1/+19
* Needed a broader search path flagBastiaan Olij2017-12-011-1/+1
* Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-301-3/+16