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

Add X11 backend support for debugging #37

Open
5 of 7 tasks
HidenoriMatsubayashi opened this issue Mar 19, 2021 · 1 comment
Open
5 of 7 tasks

Add X11 backend support for debugging #37

HidenoriMatsubayashi opened this issue Mar 19, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request x11 Topics of X11 backend

Comments

@HidenoriMatsubayashi
Copy link
Contributor

HidenoriMatsubayashi commented Mar 19, 2021

Supports X11 backend for debugging purposes only when developing Flutter apps. Supporting x11 is the lowest priority task because we don't plan to use x11 in embedded at least now.

  • Base implementation with Xlib
  • Support window resize
  • Support mouse/button input
  • Support keyboard input
  • Support clipboard
  • Support mouse cursor
  • Full screen option
@HidenoriMatsubayashi HidenoriMatsubayashi added enhancement New feature or request x11 Topics of X11 backend labels Mar 19, 2021
@HidenoriMatsubayashi HidenoriMatsubayashi self-assigned this Mar 21, 2021
@HidenoriMatsubayashi
Copy link
Contributor Author

Support window resize

Surface does not update properly when resizing xcb window. I should change from xcb to xlib..?

HidenoriMatsubayashi added a commit to HidenoriMatsubayashi/flutter-embedded-linux that referenced this issue Sep 29, 2023
This change addes fullscreen option support.

Related issues:
- sony#37
- sony/flutter-elinux#136

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit that referenced this issue Sep 29, 2023
This change adds fullscreen option support.

Related issues:
- #37
- sony/flutter-elinux#136

Signed-off-by: Hidenori Matsubayashi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request x11 Topics of X11 backend
Projects
None yet
Development

No branches or pull requests

1 participant