1. 07 8月, 2020 1 次提交
  2. 27 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. 08 7月, 2020 1 次提交
  5. 20 6月, 2020 1 次提交
    • 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. 24 4月, 2019 1 次提交
  7. 17 3月, 2019 1 次提交
  8. 07 7月, 2017 1 次提交
  9. 20 6月, 2017 2 次提交
  10. 18 1月, 2017 1 次提交
  11. 15 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. 18 11月, 2016 1 次提交
  16. 15 11月, 2016 1 次提交
  17. 14 8月, 2016 1 次提交
    • S
      Rework container management · 2b25f6f5
      Simon Fels 提交于
      * based on liblxc now
      * container is managed by a management process which needs to run as
        root. LXC will take care of strict confinement of this container.
        We still don't allow any direct hardware access.
      * `anbox shell` command is gone. Same functionality can be archive
        with the lxc-attach command.
      2b25f6f5
  18. 14 6月, 2016 1 次提交