Age | Commit message (Expand) | Author |
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-10-02 | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde |
2018-10-02 | Merge pull request #22368 from moiman100/raw-input-fixes | Rémi Verschelde |
2018-10-01 | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
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-17 | Merge pull request #22134 from elasota/natvis | Rémi Verschelde |
2018-09-17 | Initial version of VS natvis file | elasota |
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-13 | Merge pull request #22000 from Faless/lws_uwp32 | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-13 | Fix libwebsockets 32-bits UWP builds. | 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-10 | Merge pull request #21859 from avencherus/fix-scancode-colon | Rémi Verschelde |
2018-09-08 | Changed Windows key translate pair from KEY_COLON to KEY_COMMA. | Jared |
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-09-01 | Fix bad res file include in VS project and simplify a bit | elasota |
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 #21375 from akien-mga/msvc-nominmax | Rémi Verschelde |
2018-08-24 | SCons: Disable min/max WinDef.h macros on MSVC | Rémi Verschelde |
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-24 | Add print_verbose to print to stdout only in verbose mode | 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-21 | Merge pull request #21236 from dragmz/windows-graceful-close | Rémi Verschelde |
2018-08-21 | CI: Disable debug_symbols on Travis/AppVeyor | Rémi Verschelde |
2018-08-20 | Try closing gracefully before terminating process | Marcin Zawiejski |
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde |
2018-08-19 | Merge pull request #21179 from elasota/vs-pdb | Rémi Verschelde |
2018-08-19 | Support debug_symbols in VS optimized builds | elasota |
2018-08-18 | Fix errors during removing files or folders and fix for latin symbols | neonsoup |