Age | Commit message (Expand) | Author |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
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-07-03 | Merge pull request #19919 from marcelofg55/notif_crash | Max Hilbrunner |
2018-07-03 | Merge pull request #19708 from RandomShaper/fix-windows-touch | Max Hilbrunner |
2018-07-02 | Add a new notification to detect crashes on native scripts | Marcelo Fernandez |
2018-06-28 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio |
2018-06-26 | Fix touch issues on Windows | Pedro J. Estébanez |
2018-06-11 | IME context detection. | Saracen |
2018-06-07 | Tweak some help texts in the build system | Hugo Locurcio |
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-08 | Merge pull request #18665 from mhilbrunner/build-sdk | Rémi Verschelde |
2018-05-07 | Local debugger fixes and extensions | Blazej Floch |
2018-05-07 | Windows detect.py: Detect missing WindowsSdkDir | Max Hilbrunner |
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-15 | Fix MinGW cross-build | bruvzg |
2018-03-15 | Added missing import BoolVariable | Bastiaan Olij |
2018-03-13 | Enable SCons to autodetect Windows MSVC compiler | Gary Oberbrunner |
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-03-01 | add GLES 2 renderer for 2D | karroffel |
2018-02-26 | Fixed Windows ignoring minimized/maximized status set by user | Marcelo Fernandez |
2018-02-23 | Refactor version macros and fix related bugs | Rémi Verschelde |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-02-20 | Link bcrypt lib in window and UWP | Fabio Alessandrelli |
2018-02-19 | Merge pull request #16696 from BTaskaya/master | Rémi Verschelde |
2018-02-15 | Windows: Fix case of imm32 for case-sensitive MinGW build | Rémi Verschelde |
2018-02-14 | PEP3101 applied with changing old type string formatting as new ones | BTaskaya |
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-27 | Merge pull request #16081 from djgaspa/dll-directory | Rémi Verschelde |