1. 07 8月, 2020 1 次提交
  2. 05 8月, 2020 1 次提交
  3. 30 7月, 2020 1 次提交
  4. 29 7月, 2020 1 次提交
  5. 27 7月, 2020 1 次提交
  6. 25 7月, 2020 1 次提交
  7. 24 7月, 2020 1 次提交
    • Y
      SDL: support ESC back window. · f3dcf31d
      yu_qinfei 提交于
      The origin apps supports ESC back window, but such as
      TencentVideo app do not support it. Now, support it.
      f3dcf31d
  8. 21 7月, 2020 2 次提交
  9. 15 7月, 2020 1 次提交
    • N
      window: solve leaving problems in commit-d4579e95. · c1ac279e
      night_xiaoye 提交于
      1.rename "register_event" -> "user_window_event",
        rename "get_register_event()" -> "get_user_window_event()".
      2.add function user_event_function() to reduce Cyclomatic complexity of process_event
        in file platform/sdl/platform.cpp.
      3.add Log when SDL_RegisterEvent return -1.
      4.add lock in layer_composer.cpp:submit_layers to protect window in win_layers.
      c1ac279e
  10. 08 7月, 2020 1 次提交
  11. 22 6月, 2020 1 次提交
  12. 20 6月, 2020 2 次提交
    • N
      window:adjust indents · 706977bc
      night_xiaoye 提交于
      Remove tab and add space instead in window module.
      706977bc
    • N
      window: fix crasher because of X11_XSetICFocus. · d4579e95
      Night 提交于
      x11 impliments(X11_XSetICFocus, X11_XUnsetICFocus, X11_XDestroyIC, X11_XCreateIC) are "thread safe".
      In anbox, they are called by SDL_WaitForEventTimeout, SDL_CreateWindow, SDL_DestroyWindow.
      But origin anbox code sets them in different thread, and then crashed in a low probability.
      This commit sets them in the same thread to avoid this crash.
      d4579e95
  13. 19 6月, 2020 1 次提交
  14. 09 6月, 2020 1 次提交
    • N
      event: shield ESC key message to avoid misoperation. · cf2318da
      night_xiaoye 提交于
      When app runs, some users operate wrong action: press ESC key, as the result,
      app exists. So we will no longer send KEY_ESC message to android After ESC key
      pressed.
      note: In the code changes, "KEY_ESC" is not the same as "KEY_BACK" (triangle
      button on mobilephone).
      cf2318da
  15. 04 6月, 2020 2 次提交
  16. 26 5月, 2020 1 次提交
  17. 13 8月, 2019 1 次提交
  18. 16 7月, 2019 1 次提交
  19. 10 7月, 2019 1 次提交
  20. 07 5月, 2019 1 次提交
  21. 24 4月, 2019 1 次提交
  22. 17 3月, 2019 2 次提交
  23. 11 3月, 2019 1 次提交
  24. 06 2月, 2019 1 次提交
  25. 25 1月, 2019 3 次提交
  26. 23 1月, 2019 2 次提交
  27. 31 12月, 2018 2 次提交
    • A
      Append EV_SYN before sending mouse events · 6fe45ec1
      awakening 提交于
      Since now all mouse events append EV_SYN in their handlers
      and only one event is processed at a time,
      remove them there and append it before sending events off.
      6fe45ec1
    • A
      Synchronize mouse wheel events · 0444e4a2
      awakening 提交于
      Mouse wheel event doesn't fire off on Android
      until other mouse event comes in,
      make it so does fire off after scrolling.
      0444e4a2
  28. 22 12月, 2018 1 次提交
  29. 11 8月, 2018 1 次提交
    • S
      sdl: disable touch input support by default · 348ff8a3
      Simon Fels 提交于
      It looks like that the Android system gets confused when both a pointer
      and an touch based input device are connected to the system. As touch
      support is so far only used Ubports we can keep it disabled for the
      snap version but provide a configuration switch to enable it again.
      348ff8a3
  30. 08 8月, 2018 1 次提交
  31. 04 1月, 2018 1 次提交
  32. 07 7月, 2017 1 次提交