Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support screen rotations for tizen4.0 and tizen6.0 #28

Commits on Jan 25, 2021

  1. Support screen rotations for tizen4.0 and tizen6.0

    Screen rotations sequence:
    1.Register ecore rotate event callback.
    2.Set rotate for ecore window when receive rotate event.
    3.Resize ecore window.
    4.Resize egl window.
    5.Reize flutter UI.
    6.Send rotate done before swap buffer.
    xiaowei-guan committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    af96125 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Refactor screen rotations according to code reviews suggestions

    1.Remove GetWindowData func.
    2.Remove struct WindowData.
    xiaowei-guan committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    64502ba View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    48ee2ce View commit details
    Browse the repository at this point in the history