Age | Commit message (Expand) | Author | Files | Lines |
2024-05-03 | ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs | Peter Maydell | 1 | -13/+0 |
2024-03-26 | ui/cocoa: Use NSTrackingInVisibleRect | Akihiko Odaki | 1 | -34/+14 |
2024-03-26 | ui/cocoa: Resize window after toggling zoom-to-fit | Akihiko Odaki | 1 | -0/+1 |
2024-03-26 | ui/cocoa: Fix aspect ratio | Akihiko Odaki | 1 | -1/+40 |
2024-03-20 | ui: compile dbus-display1.c with -fPIC as necessary | Marc-André Lureau | 1 | -2/+1 |
2024-03-20 | ui/curses: Do not use console_select() | Akihiko Odaki | 5 | -125/+51 |
2024-03-20 | ui/cocoa: Do not use console_select() | Akihiko Odaki | 1 | -11/+26 |
2024-03-20 | ui/vnc: Do not use console_select() | Akihiko Odaki | 3 | -5/+27 |
2024-03-20 | ui/vc: Do not inherit the size of active console | Akihiko Odaki | 1 | -2/+2 |
2024-03-12 | ui/dbus: filter out pending messages when scanout | Marc-André Lureau | 2 | -0/+41 |
2024-03-12 | ui/dbus: factor out sending a scanout | Marc-André Lureau | 1 | -18/+17 |
2024-03-12 | ui/vnc: Respect bound console | Akihiko Odaki | 1 | -29/+30 |
2024-03-05 | ui/cocoa: Remove stretch_video flag | Akihiko Odaki | 1 | -13/+6 |
2024-03-05 | ui/cocoa: Call console_select() with the BQL | Akihiko Odaki | 1 | -1/+3 |
2024-03-05 | ui/cocoa: Make window resizable | Akihiko Odaki | 1 | -0/+3 |
2024-03-05 | ui/cocoa: Remove normalWindow | Akihiko Odaki | 1 | -16/+17 |
2024-03-05 | ui/cocoa: Let the platform toggle fullscreen | Akihiko Odaki | 1 | -227/+181 |
2024-03-05 | ui/cocoa: Fix pause label coordinates | Akihiko Odaki | 1 | -2/+2 |
2024-03-05 | ui/cocoa: Scale with NSView instead of Core Graphics | Akihiko Odaki | 1 | -14/+10 |
2024-03-05 | ui/cocoa: Release specific mouse buttons | Akihiko Odaki | 1 | -21/+15 |
2024-03-05 | ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:] | Akihiko Odaki | 1 | -57/+30 |
2024-03-05 | ui/cocoa: Split [-QemuCocoaView handleEventLocked:] | Akihiko Odaki | 1 | -33/+49 |
2024-03-05 | ui/cocoa: Fix window clipping on macOS 14 | David Parsons | 1 | -0/+7 |
2024-03-05 | ui/cocoa: add zoom-interpolation display option | Carwyn Ellis | 1 | -1/+20 |
2024-02-28 | migration: MigrationNotifyFunc | Steve Sistare | 1 | -3/+1 |
2024-02-28 | migration: MigrationEvent for notifiers | Steve Sistare | 1 | -5/+4 |
2024-02-28 | migration: convert to NotifierWithReturn | Steve Sistare | 1 | -3/+5 |
2024-02-16 | meson: Explicitly specify dbus-display1.h dependency | Akihiko Odaki | 1 | -1/+1 |
2024-02-16 | ui/console: Fix console resize with placeholder surface | Tianlan Zhou | 1 | -1/+1 |
2024-02-16 | ui/clipboard: add asserts for update and request | Fiona Ebner | 1 | -0/+14 |
2024-02-16 | ui/clipboard: mark type as not available when there is no data | Fiona Ebner | 1 | -3/+9 |
2024-02-16 | ui: reject extended clipboard message if not activated | Daniel P. Berrangé | 1 | -0/+5 |
2024-02-09 | ui: drop VNC feature _MASK constants | Daniel P. Berrangé | 2 | -34/+22 |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi | 2 | -4/+4 |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 2 | -27/+27 |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini | 2 | -9/+9 |
2023-12-31 | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos | Paolo Bonzini | 1 | -2/+6 |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini | 1 | -4/+3 |
2023-12-04 | ui/vnc-clipboard: fix inflate_buffer | Fiona Ebner | 1 | -0/+5 |
2023-12-04 | ui/gtk-egl: move function calls back to regular code path | Volker Rümelin | 1 | -6/+6 |
2023-11-21 | ui/console: fix default VC when there are no display | Marc-André Lureau | 1 | -10/+8 |
2023-11-21 | ui: use "vc" chardev for dbus, gtk & spice-app | Marc-André Lureau | 3 | -0/+3 |
2023-11-17 | ui/qmp-cmds: Improve two error messages | Markus Armbruster | 1 | -2/+3 |
2023-11-08 | Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into staging | Stefan Hajnoczi | 1 | -0/+8 |
2023-11-07 | ui/sdl2: use correct key names in win title on mac | Adrian Wowk | 1 | -0/+8 |
2023-11-07 | Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu i... | Stefan Hajnoczi | 8 | -50/+136 |
2023-11-07 | ui/dbus: do not require PIXMAN | Marc-André Lureau | 2 | -29/+65 |
2023-11-07 | ui/spice: SPICE/QXL requires PIXMAN | Marc-André Lureau | 1 | -5/+5 |
2023-11-07 | ui/vnc: VNC requires PIXMAN | Marc-André Lureau | 1 | -1/+1 |
2023-11-07 | ui/gl: opengl doesn't require PIXMAN | Marc-André Lureau | 1 | -2/+2 |