1. 07 8月, 2020 1 次提交
  2. 29 7月, 2020 2 次提交
  3. 23 7月, 2020 1 次提交
    • W
      memory: destroy native window in a proper way · b206c384
      w_angrong 提交于
      1.call a virtual function in dtor will always get 0.
        so we can never destroy native_window_. adjust native_window_
        to /wm/window.h can solve this issue.
      2.delete icon after SDL_SetWindowIcon, which is what SDL tell us
        to do in the official SDL documents.
      b206c384
  4. 21 7月, 2020 1 次提交
  5. 03 7月, 2020 1 次提交
    • W
      window: Add window property and set qqmusic HIDE_BACK. · 1c70841a
      w30001670 提交于
      Add four window property:
        HIDE_BACK
        HIDE_CLOSE
        HIDE_MAXIMIZE
        HIDE_MINIMIZE
      
      set qqmusic HIDE_BACK
      
      note: if you change window property on anbox, you should change it on android at the same time.
      change file on android: frameworks/base/core/java/com/android/internal/widget/DecorCaptionView.java
      1c70841a
  6. 10 6月, 2020 1 次提交
    • N
      window: [fix bug]open app in horizontal screen, but window is in vertical state. · 08f3d01a
      night_xiaoye 提交于
      Some app opens in horizontal screen, but window on anbox side is in vertical state,
      As the result, bottom of the window has black area.
      To solve this problem, we adjust window on anbox side when app opens in horizontal
      screen state.
      But, when window adjusted by user, app follows this adjustment and send
      this adjustment to anbox at the second time. So change of this commit has no effect
      after window is adjusted by user or 15s timeout.
      08f3d01a
  7. 04 6月, 2020 1 次提交
    • N
      titlebar: add minimize, back function in titlebar module. · 58ea030d
      night_xiaoye 提交于
      While left button down, calculate the point of down event.
      --If in minimium button area, minimize window as result.
      --If in back button area, send BACK event to android-framework.
      Note: This commit code is just to do button function, button Appearance code is in android-framework.
      58ea030d
  8. 19 5月, 2018 1 次提交
    • S
      Add support for client side decorations · bdc2a24f
      Simon Fels 提交于
      This implements client side window decorations of our windows. The title
      bar of our windows is now drawn by Android and we simply map out the
      title bar area hit test area to SDL to detect when the other wants to
      move the window or resize it.
      bdc2a24f
  9. 20 6月, 2017 2 次提交
  10. 17 3月, 2017 1 次提交
    • S
      Implement single window mode option in parallel to multi-window support · 9e6909c6
      Simon Fels 提交于
      For debugging and development purposes it's sometimes useful to run the
      full Android system in a single and statically sized window. This is not
      going to be a widely used mode but can be helpful at times.
      
      Also makes our window/layer management a bit more modular to allow easy
      additions of new strategies/impementations.
      9e6909c6
  11. 18 1月, 2017 1 次提交
  12. 21 12月, 2016 1 次提交
  13. 15 12月, 2016 1 次提交
  14. 08 12月, 2016 1 次提交
  15. 03 12月, 2016 1 次提交
  16. 26 11月, 2016 1 次提交
  17. 25 11月, 2016 1 次提交
  18. 21 11月, 2016 1 次提交
  19. 10 11月, 2016 1 次提交
  20. 09 11月, 2016 1 次提交
  21. 08 11月, 2016 1 次提交
  22. 10 8月, 2016 1 次提交
  23. 30 6月, 2016 1 次提交
  24. 29 6月, 2016 1 次提交
  25. 28 6月, 2016 1 次提交
  26. 23 6月, 2016 1 次提交
  27. 20 6月, 2016 1 次提交
  28. 14 6月, 2016 1 次提交