1. 07 8月, 2020 1 次提交
  2. 25 7月, 2020 1 次提交
  3. 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
  4. 22 6月, 2020 1 次提交
  5. 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
  6. 19 6月, 2020 1 次提交
  7. 05 6月, 2020 1 次提交
  8. 20 6月, 2017 1 次提交
  9. 12 5月, 2017 1 次提交
  10. 17 3月, 2017 4 次提交
  11. 18 1月, 2017 1 次提交
  12. 12 1月, 2017 1 次提交
    • S
      Implement audio support · d729b8b9
      Simon Fels 提交于
      Audio playback still has a delay about 1-2 seconds but it's usable.
      
      This also moves the platform policy class into its own namespace to be
      not specific to just window management.
      d729b8b9
  13. 03 12月, 2016 1 次提交
  14. 25 11月, 2016 1 次提交
  15. 23 11月, 2016 2 次提交
  16. 21 11月, 2016 1 次提交
  17. 18 11月, 2016 1 次提交
  18. 15 11月, 2016 1 次提交
  19. 16 8月, 2016 1 次提交
  20. 04 7月, 2016 1 次提交
  21. 28 6月, 2016 2 次提交
  22. 14 6月, 2016 1 次提交