summaryrefslogtreecommitdiff
path: root/src/video/emscripten
Commit message (Expand)AuthorAgeFilesLines
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-251-1/+1
* Updated copyright for 2021Sam Lantinga2021-01-0210-10/+10
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-3/+0
* Merge VideoBootStrap::available into VideoBootStrap::createM Stoeckl2020-07-121-7/+1
* emscripten: Introduce SDL_HINT_EMSCRIPTEN_ASYNCIFYSylvain Beucler2020-06-272-2/+4
* emscripten: support pseudo-synchronous screen refresh and events update using...Sylvain Beucler2020-06-272-1/+17
* emscripten: Fix crash in SDL_SetWindowTitle().Ryan C. Gordon2020-05-131-2/+2
* emscripten: Add a few keyCode mappings for German keyboardsCharlie Birks2020-04-091-4/+4
* emscripten: Pass canvas id to request_pointer_lockCharlie Birks2020-04-092-2/+13
* emscripten: Let SDL_GetDisplayUsableBounds return the size of the windowDaid2020-04-091-0/+18
* emscripten: Fix the reported keys for the numpad. See https://github.com/emsc...Daid2020-04-091-1/+50
* emscripten: Send SDL_APP_TERMINATING before unload (#88)Sylvain Beucler2020-04-091-0/+14
* emscripten: TypoBeuc2020-04-091-1/+1
* emscripten: support KaiOS's Left Soft Key and Right Soft Key (thanks, pelya!).Ryan C. Gordon2020-04-071-0/+10
* Fixed bug 5012 - KaiOS keycodes supportSam Lantinga2020-03-031-2/+2
* Updated copyright date for 2020Sam Lantinga2020-01-1610-10/+10
* Add a windowID field to SDL_TouchFingerEvent (bug #4331).Alex Szpakowski2019-08-011-3/+3
* Patched to compile.Ryan C. Gordon2019-05-111-0/+1
* Emscripten: Use EMSCRIPTEN_EVENT_TARGET_*Charlie Birks2019-05-091-14/+14
* Emscripten: Switch from canvas[XY] to target[XY]Charlie Birks2019-05-091-7/+7
* Emscripten: Store canvas id in WindowDataCharlie Birks2019-05-093-35/+39
* Bug 4576: fix warning and compileSylvain Becker2019-04-021-1/+0
* Bug 4576: remove touch/mouse duplication for EmscriptenSylvain Becker2019-04-022-20/+0
* emscripten: force resize event when pixel ratio changesSebastian Krzyszkowiak2019-03-161-1/+11
* Emscripten: remove GLES_DeleteContext implementationCharlie Birks2019-01-292-14/+1
* Emscripten: resize canvas to 0x0 in DestroyWindowCharlie Birks2019-01-291-0/+4
* Emscripten: don't zero the display mode before adding itCharlie Birks2019-01-291-1/+0
* Emscripten: use UTF8ToString instead of Pointer_stringifyCharlie Birks2019-01-292-2/+2
* Emscripten: Use set_canvas_element_sizeCharlie Birks2019-01-292-4/+4
* Emscripten: Do not consume mouseup event outside of the canvaskichikuou2019-01-291-0/+9
* Emscripten: fix duplicate mousebuttonup/mousebuttondown events when touch eve...Sylvain Beucler2019-01-291-7/+3
* Emscripten: use a fake size for external sizing checkCharlie Birks2019-01-291-4/+5
* Emscripten: reset fullscreen_window when leaving fullscreenCharlie Birks2019-01-291-0/+9
* Updated copyright for 2019Sam Lantinga2019-01-0410-10/+10
* Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id).Alex Szpakowski2018-11-101-1/+1
* Emscripten: Load eglQueryString and eglGetErrorCharlie Birks2018-10-131-1/+3
* Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALLRyan Speets2018-08-181-0/+1
* Updated copyright for 2018Sam Lantinga2018-01-0310-10/+10
* Emscripten: use cursor hotspotJohannes Bader2017-11-041-3/+7
* Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.hSam Lantinga2017-08-281-2/+1
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2017-08-285-15/+15
* Fixed bug 2293 - Precise scrolling eventsSam Lantinga2017-08-141-1/+1
* emscripten: Fixed compiling without OpenGL support.Philipp Wiesemann2017-08-052-0/+8
* emscripten: listen for pointerlockchange events on the #document specifically.Ryan C. Gordon2017-06-051-2/+2
* emscripten: Fixed compiling on C89 compilers.Philipp Wiesemann2017-05-261-9/+15
* Emscripten: Prevent default on arrow keysCharlie Birks2017-05-241-1/+8
* Emscripten: fixed incorrect conversion of touch motion events to mouse motion...Patrick Monaghan2017-05-241-2/+6
* Removed redundant mouse clean up on quit for some platforms.Philipp Wiesemann2017-05-191-11/+0
* emscripten: Fixed not removing pointer lock event callback.Philipp Wiesemann2017-05-131-1/+2
* emscripten: Changed internal functions to be static.Philipp Wiesemann2017-05-121-12/+12