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

libmythui: Fullscreen should always mean fullscreen #232

Open
mark-kendall opened this issue Sep 24, 2020 · 0 comments
Open

libmythui: Fullscreen should always mean fullscreen #232

mark-kendall opened this issue Sep 24, 2020 · 0 comments
Assignees
Labels
task:developer Developer Task version:master Master Development Branch
Milestone

Comments

@mark-kendall
Copy link
Member

The main UI should always use a fullscreen widget/window if fullscreen is expected.

Currently, if the window size is adjusted (for overscan etc), then the window is resized and re-positioned.

It should still use a fullscreen widget but render into the visible (smaller) area.

This would fix display size adjustments where only fullscreen is supported (e.g. Android, linux eglfs/no x) and avoid a number of windowing issues that result from moving/resizing the window (a particular problem on macOS).

It would also allow the MythScreenWizard to work properly without having to launch another process - and removal of sundry UI code that is in place purely to workaround issues with launching a second UI process.

See also #227

@mark-kendall mark-kendall added version:master Master Development Branch task:developer Developer Task labels Sep 24, 2020
@mark-kendall mark-kendall added this to the 32.0 milestone Sep 24, 2020
@mark-kendall mark-kendall self-assigned this Sep 24, 2020
@stuarta stuarta modified the milestones: 32.0, 33.0 Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task:developer Developer Task version:master Master Development Branch
Projects
None yet
Development

No branches or pull requests

2 participants