- f5ab12c ui & main loop: Redesign of system-specific main thread event handling by Phil Dennis-Jordan · 4 months ago
- 32cad1f include: Rename sysemu/ -> system/ by Philippe Mathieu-Daudé · 3 months ago
- 9cf6e41 ui/cocoa: Temporarily ignore annoying deprecated declaration warnings by Philippe Mathieu-Daudé · 5 months ago
- d2277f0 ui/cocoa: Add cursor composition by Akihiko Odaki · 8 months ago
- 3f5ef05 ui/cocoa: Release CGColorSpace by Akihiko Odaki · 8 months ago
- e7b53d1 ui/cocoa: Use qemu_add_mouse_change_notifier by Akihiko Odaki · 11 months ago
- 2d27c91 ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs by Peter Maydell · 10 months ago
- ccebb9a ui/cocoa: Use NSTrackingInVisibleRect by Akihiko Odaki · 11 months ago
- f69a6f0 ui/cocoa: Resize window after toggling zoom-to-fit by Akihiko Odaki · 11 months ago
- d2ee042 ui/cocoa: Fix aspect ratio by Akihiko Odaki · 11 months ago
- ca3de7b ui/cocoa: Do not use console_select() by Akihiko Odaki · 11 months ago
- 5576663 ui/cocoa: Remove stretch_video flag by Akihiko Odaki · 1 year ago
- 4b49f92 ui/cocoa: Call console_select() with the BQL by Akihiko Odaki · 1 year ago
- b6ee03c ui/cocoa: Make window resizable by Akihiko Odaki · 1 year ago
- 0c35886 ui/cocoa: Remove normalWindow by Akihiko Odaki · 1 year ago
- 91aa508 ui/cocoa: Let the platform toggle fullscreen by Akihiko Odaki · 1 year ago
- 1a4b64a ui/cocoa: Fix pause label coordinates by Akihiko Odaki · 1 year ago
- fcb03de ui/cocoa: Scale with NSView instead of Core Graphics by Akihiko Odaki · 1 year ago
- f4de968 ui/cocoa: Release specific mouse buttons by Akihiko Odaki · 1 year ago
- 0f7be47 ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:] by Akihiko Odaki · 1 year ago
- af4efbc ui/cocoa: Split [-QemuCocoaView handleEventLocked:] by Akihiko Odaki · 1 year ago
- f5af802 ui/cocoa: Fix window clipping on macOS 14 by David Parsons · 1 year ago
- e28a909 ui/cocoa: add zoom-interpolation display option by Carwyn Ellis · 1 year, 4 months ago
- a4a411f Replace "iothread lock" with "BQL" in comments by Stefan Hajnoczi · 1 year, 2 months ago
- 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
- 5ec0898 ui/cocoa: add zoom-to-fit display option by Carwyn Ellis · 1 year, 4 months ago
- 21eb752 ui/cocoa: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 0337e41 input: Allow to choose console with qemu_input_is_absolute by Akihiko Odaki · 1 year, 5 months ago
- cc6ba2c ui/vc: rename kbd_put to qemu_text_console functions by Marc-André Lureau · 1 year, 6 months ago
- f5360a0 ui/vc: remove kbd_put_keysym() and update function calls by Marc-André Lureau · 1 year, 6 months ago
- d4761b6 ui: spelling fixes by Michael Tokarev · 1 year, 6 months ago
- f975033 cocoa: Fix warnings about invalid prototype declarations by Philippe Mathieu-Daudé · 1 year, 10 months ago
- cc37d98 *: Add missing includes of qemu/error-report.h by Richard Henderson · 2 years ago
- 9d9bc7d ui/cocoa: Override windowDidResignKey by Akihiko Odaki · 2 years ago
- 23bdd0d ui/cocoa: user friendly characters for release mouse by Christian Schoenebeck · 2 years, 2 months ago
- 54fde4f qapi block: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- bab6a30 ui/cocoa: Run qemu_init in the main thread by Akihiko Odaki · 2 years, 6 months ago
- 52eaefd ui/cocoa: Take refresh rate into account by Akihiko Odaki · 2 years, 8 months ago
- 713911a ui/cocoa: Fix switched_to_fullscreen warning by Peter Delevoryas · 2 years, 8 months ago
- 8c0d802 ui/cocoa: Fix clipboard text release by Akihiko Odaki · 2 years, 9 months ago
- 2910abd ui/cocoa: Fix poweroff request code by Akihiko Odaki · 2 years, 9 months ago
- 80dd5af block: add 'force' parameter to 'blockdev-change-medium' command by Denis V. Lunev · 2 years, 11 months ago
- 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 2 years, 10 months ago
- 88c39c8 Simplify softmmu/main.c by Marc-André Lureau · 2 years, 10 months ago
- d6b6dea ui/cocoa: Respect left-command-key option by Akihiko Odaki · 3 years ago
- 4797adc ui/cocoa: add option to swap Option and Command by Gustavo Noronha Silva · 3 years ago
- f844cdb ui/cocoa: capture all keys and combos when mouse is grabbed by Gustavo Noronha Silva · 3 years ago
- 69221df ui/cocoa: release mouse when user switches away from QEMU window by Carwyn Ellis · 3 years, 2 months ago
- 48941a5 ui/cocoa: add option to disable left-command forwarding to guest by Carwyn Ellis · 3 years, 2 months ago
- 9459262 ui/cocoa: Constify qkeycode translation arrays by Philippe Mathieu-Daudé · 3 years ago
- 99eb313 ui/cocoa: Use the standard about panel by Akihiko Odaki · 3 years ago
- 5b6988c ui/cocoa: Add Services menu by Akihiko Odaki · 3 years ago
- 268c119 ui/cocoa.m: Remove unnecessary NSAutoreleasePools by Peter Maydell · 3 years ago
- 8d65dee ui/cocoa.m: Fix updateUIInfo threading issues by Peter Maydell · 3 years ago
- ca51160 ui/cocoa: Fix the leak of qemu_console_get_label by Akihiko Odaki · 3 years ago
- b597278 ui/cocoa: Do not alert even without block devices by Akihiko Odaki · 3 years ago
- 0cd723f ui/cocoa: Remove allowedFileTypes restriction in SavePanel by Philippe Mathieu-Daudé · 3 years ago
- d70a5de ui/cocoa: pass horizontal scroll information to the device code by Dmitry Petrov · 3 years, 2 months ago
- ca19ef5 ui: do not delay further remote resize by Marc-André Lureau · 3 years, 11 months ago
- 505dbf9 ui/clipboard: add a clipboard reset serial event by Marc-André Lureau · 3 years, 7 months ago
- 1b17f1e ui: generalize clipboard notifier by Marc-André Lureau · 3 years, 7 months ago
- 40a9aad ui/cocoa: Fix the type of main's argv by Akihiko Odaki · 3 years, 8 months ago
- 7e3e20d ui/cocoa: Add clipboard support by Akihiko Odaki · 3 years, 9 months ago
- 15280e8 ui/cocoa: Set UI information by Akihiko Odaki · 3 years, 9 months ago
- ad7f2f8 ui/cocoa: Comment about modifier key input quirks by Akihiko Odaki · 4 years ago
- 40c0193 ui/cocoa: Do not exit immediately after shutdown by Akihiko Odaki · 4 years ago
- d192906 ui/cocoa: Fix mouse association state by Akihiko Odaki · 4 years ago
- cb82340 ui/cocoa: Mark variables static by Akihiko Odaki · 4 years ago
- 6d73bb6 ui/cocoa: Clear modifiers whenever possible by Akihiko Odaki · 4 years ago
- a0f973f ui/cocoa: Do not rely on the first argument by Akihiko Odaki · 4 years ago
- e31746e ui/cocoa: Show QEMU icon in the about window by Akihiko Odaki · 4 years ago
- ae57d35 ui/cocoa: Use kCGColorSpaceSRGB by Akihiko Odaki · 4 years ago
- 4313739 ui/cocoa: Replace fprintf with error_report by Akihiko Odaki · 4 years ago
- d9c32b8 ui/cocoa: Fix stride resolution of pixman image by Akihiko Odaki · 4 years ago
- 1e8b6f2 ui/cocoa: Remove the uses of full screen APIs by Akihiko Odaki · 4 years ago
- cc7859c ui/cocoa: Statically allocate dcl by Akihiko Odaki · 4 years ago
- 4295f83 ui/cocoa: Interpret left button down as is when command is pressed by Akihiko Odaki · 4 years ago
- c0ff29d ui/cocoa: Do not copy members of pixman image by Akihiko Odaki · 4 years ago
- 708b725 ui/cocoa: Support unique keys of JIS keyboards by Akihiko Odaki · 4 years ago
- 1ff5a06 ui/cocoa: Fix openFile: deprecation on Big Sur by Roman Bolshakov · 4 years, 2 months ago
- 8d6fda8 ui/cocoa: Update path to docs in build tree by Roman Bolshakov · 4 years, 2 months ago
- 90f8c0f qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json by Philippe Mathieu-Daudé · 4 years, 5 months ago
- b0c3cf9 cpu-throttle: new module, extracted from cpus.c by Claudio Fontana · 4 years, 8 months ago
- 1879f24 ui/cocoa.m: Update documentation file and pathname by Peter Maydell · 5 years ago
- 483644c ui/cocoa: Drop workarounds for pre-10.12 OSX by Peter Maydell · 5 years ago
- 3487da6 ui/cocoa: switch to new show-cursor option by Gerd Hoffmann · 5 years ago
- dff742a ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina) by Hikaru Nishida · 5 years ago
- 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- 8e23e34 ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device by Chen Zhang · 6 years ago
- 2044dff ui/cocoa: Fix absolute input device grabbing issue on Mojave by Chen Zhang · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 5588840 ui/cocoa: Perform UI operations only on the main thread by Peter Maydell · 6 years ago
- 61a2ed4 ui/cocoa: Subclass NSApplication so we can implement sendEvent by Peter Maydell · 6 years ago
- 60105d7 ui/cocoa: Don't call NSApp sendEvent directly from handleEvent by Peter Maydell · 6 years ago
- 8b00e4e ui/cocoa: Move console/device menu creation code up in file by Peter Maydell · 6 years ago
- c6fd6c7 ui/cocoa: Factor out initial menu creation by Peter Maydell · 6 years ago
- 72a3e31 ui/cocoa: Use the pixman image directly in switchSurface by Peter Maydell · 6 years ago
- 31819e9 ui/cocoa: Ensure we have the iothread lock when calling into QEMU by Peter Maydell · 6 years ago