summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2018-09-24Fixed hang when segfaulting after OS object destroyed (OSX and X11)Ibrahn Sahir
2018-09-23Ignore invalid device for Androidvolzhs
2018-09-19Merge pull request #22070 from capnm/fix_Input.set_default_cursor_shape_take2Rémi Verschelde
2018-09-17Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe
2018-09-17Merge pull request #22161 from eska014/html5-seticonRémi Verschelde
2018-09-17Merge pull request #22134 from elasota/natvisRémi Verschelde
2018-09-17Initial version of VS natvis fileelasota
2018-09-16Implement OS::set_icon in HTML5 platformLeon Krause
2018-09-15Fix set_default_cursor_shape interaction with Control nodesMartin Capitanio
2018-09-13Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe
2018-09-13Properly initialize Winsock on startupFabio Alessandrelli
2018-09-13Merge pull request #22000 from Faless/lws_uwp32Rémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-13Fix libwebsockets 32-bits UWP builds.Fabio Alessandrelli
2018-09-12Merge pull request #21753 from guilhermefelipecgs/fix_confined_modeRémi Verschelde
2018-09-12Merge pull request #21692 from Faless/sockets_rebaseFabio Alessandrelli
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Unify PacketPeerUDP using NetSocketFabio Alessandrelli
2018-09-12Merge pull request #21914 from hpvb/fix-21720Rémi Verschelde
2018-09-12Merge pull request #21910 from hpvb/fix-8145-x11Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Merge pull request #21865 from Calinou/tweak-android-export-errorsRémi Verschelde
2018-09-10Merge pull request #21859 from avencherus/fix-scancode-colonRémi Verschelde
2018-09-10Merge pull request #21784 from guilhermefelipecgs/fix_resized_mouse_confinedRémi Verschelde
2018-09-10When resizing an X11 window wait for the WM to process our requestHein-Pieter van Braam
2018-09-09Update X11 global mouse position at startupHein-Pieter van Braam
2018-09-08Tweak Android-related error messages in the Export dialogHugo Locurcio
2018-09-08Changed Windows key translate pair from KEY_COLON to KEY_COMMA.Jared
2018-09-05Fix mouse confined leaving window with OS_Windows::set_window_positionGuilherme Felipe
2018-09-05Add clipboard operation for android OSXavier Sellier
2018-09-05Fixes to mouse mode confined and capturedGuilherme Felipe
2018-09-04Really fix the custom cursor hotspotMartin Capitanio
2018-09-03Fix custom cursor hotspotGuilherme Felipe
2018-09-01Fix bad res file include in VS project and simplify a bitelasota
2018-08-30Fix multitouch input not working on certain devices on WindowsPedro J. Estébanez
2018-08-30Fix HTML5 gamepad inputLeon Krause
2018-08-28Fix typo in os_uwp causing a build failureHein-Pieter van Braam
2018-08-28Merge pull request #21511 from eska014/webm-nomtRémi Verschelde
2018-08-28No need to link with libandroid_support in NDK 17Wojciech Milkowski
2018-08-28Enable Theora module for HTML5 platformLeon Krause
2018-08-27Revert "Try closing gracefully before terminating process"Rémi Verschelde
2018-08-27Merge pull request #21387 from hpvb/fix-15324Rémi Verschelde
2018-08-27When setting an X11 icon fails, try halving the sizeHein-Pieter van Braam
2018-08-26Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam
2018-08-26Fixes several resource leaks in ...Crazy-P
2018-08-25Support more X11 dialogs for X11::alert()Hein-Pieter van Braam
2018-08-24Merge pull request #21375 from akien-mga/msvc-nominmaxRémi Verschelde
2018-08-24SCons: Disable min/max WinDef.h macros on MSVCRémi Verschelde
2018-08-24Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky