All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] UI fixups
@ 2021-12-19  2:30 ` Alexander Orzechowski
  0 siblings, 0 replies; 20+ messages in thread
From: Alexander Orzechowski @ 2021-12-19  2:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, qemu-trivial, Alexander Orzechowski

Some UI fixups including one revert.

I have some things that I want to have a discussion about. Fullscreen mode
will always distort the virtual console. Is this behavior we really want? If we
get rid of this, we can combine scale_x and scale_y into a single variable
and simplify things a little bit.

Also just from looking around a little bit in ui/gtk-egl.c the code
seems super broken regarding the virtual console rendering in the correct place.
I'm unable to test those code paths so I haven't touched it for now.

Alexander Orzechowski (4):
  ui: Use allocated size instead of window size
  ui: Remove unnecessary checks
  ui: Revert: "fix incorrect pointer position on highdpi with gtk"
  ui: Fix gtk/gl when the scaled virtual console does not fit the window

 ui/gtk-gl-area.c | 34 ++++++++++++++++++++++++-----
 ui/gtk.c         | 57 +++++++++++++++---------------------------------
 2 files changed, 46 insertions(+), 45 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-12-21  8:27 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-19  2:30 [PATCH 0/4] UI fixups Alexander Orzechowski
2021-12-19  2:30 ` Alexander Orzechowski
2021-12-19  2:30 ` [PATCH 1/4] ui: Use allocated size instead of window size Alexander Orzechowski
2021-12-19  2:30   ` Alexander Orzechowski
2021-12-21  7:27   ` Marc-André Lureau
2021-12-21  7:27     ` Marc-André Lureau
2021-12-19  2:30 ` [PATCH 2/4] ui: Remove unnecessary checks Alexander Orzechowski
2021-12-19  2:30   ` Alexander Orzechowski
2021-12-21  7:40   ` Marc-André Lureau
2021-12-21  7:40     ` Marc-André Lureau
2021-12-21  8:26     ` Alexander Orzechowski
2021-12-21  8:26       ` Alexander Orzechowski
2021-12-19  2:30 ` [PATCH 3/4] ui: Revert: "fix incorrect pointer position on highdpi with gtk" Alexander Orzechowski
2021-12-19  2:30   ` Alexander Orzechowski
2021-12-19  2:30 ` [PATCH 4/4] ui: Fix gtk/gl when the scaled virtual console does not fit the window Alexander Orzechowski
2021-12-19  2:30   ` Alexander Orzechowski
2021-12-21  7:48   ` Marc-André Lureau
2021-12-21  7:48     ` Marc-André Lureau
2021-12-21  8:07     ` Alexander Orzechowski
2021-12-21  8:07       ` Alexander Orzechowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.