Age | Commit message (Expand) | Author |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-25 | Update Windows global mouse position at startup | Junwei Ng |
2019-02-20 | Drop RtAudio driver on Windows | Rémi Verschelde |
2019-02-13 | Merge pull request #25842 from marcelofg55/windows_timezone | Rémi Verschelde |
2019-02-13 | Fix get_time_zone_info returning inverted bias on Windows/UWP | Marcelo Fernandez |
2019-02-12 | Platform: Ensure classes match their header filename | Rémi Verschelde |
2019-02-03 | Added set_environment to OS class | Ignacio Etcheverry |
2019-01-23 | Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on Windows | Marcelo Fernandez |
2019-01-23 | Fix GDI objects leak when setting custom cursor | Marcin Zawiejski |
2019-01-22 | Raised executable priority on windows to avoid stuter, helps #25162 | Juan Linietsky |
2019-01-22 | Avoid cyclic iteration check, fixes #24969 | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |
2018-12-14 | Merge pull request #20063 from moiman100/fix-button-mask | Rémi Verschelde |
2018-11-30 | Fix wrong size and position when windows is minimized on Windows | Marcelo Fernandez |
2018-11-09 | Fix mouse mode restoration on Windows | Pedro J. Estébanez |
2018-11-03 | Properly export the various 'use dGPU' symbols when building with MingW | Hein-Pieter van Braam |
2018-11-01 | Fix init of VisualServerRaster | Rémi Verschelde |
2018-11-01 | Fix initialization of visual server in all platforms | George Marques |
2018-10-19 | Fix compile warnings for Windows from Linux | Aaron Franke |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-09-23 | Fix mouse position when clicking in MOUSE_MODE_CAPTURED | Mikko Mustonen |
2018-09-23 | Fix zero relative motion event when clicking in MOUSE_MODE_CAPTURED | Mikko Mustonen |
2018-09-17 | Fix Input::set_custom_mouse_cursor showing cursor when it's invisible | Guilherme Felipe |
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 |