Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | cpu-throttle: new module, extracted from cpus.c | Claudio Fontana | 1 | -0/+1 |
2020-03-06 | ui/cocoa.m: Update documentation file and pathname | Peter Maydell | 1 | -2/+2 |
2020-02-12 | ui/cocoa: Drop workarounds for pre-10.12 OSX | Peter Maydell | 1 | -59/+0 |
2020-02-12 | ui/cocoa: switch to new show-cursor option | Gerd Hoffmann | 1 | -0/+4 |
2019-10-18 | ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina) | Hikaru Nishida | 1 | -0/+12 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-13 | ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device | Chen Zhang | 1 | -1/+6 |
2019-06-13 | ui/cocoa: Fix absolute input device grabbing issue on Mojave | Chen Zhang | 1 | -2/+41 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-03-04 | ui/cocoa: Perform UI operations only on the main thread | Peter Maydell | 1 | -78/+115 |
2019-03-04 | ui/cocoa: Subclass NSApplication so we can implement sendEvent | Peter Maydell | 1 | -1/+12 |
2019-03-04 | ui/cocoa: Don't call NSApp sendEvent directly from handleEvent | Peter Maydell | 1 | -15/+34 |
2019-03-04 | ui/cocoa: Move console/device menu creation code up in file | Peter Maydell | 1 | -92/+92 |
2019-03-04 | ui/cocoa: Factor out initial menu creation | Peter Maydell | 1 | -37/+41 |
2019-03-04 | ui/cocoa: Use the pixman image directly in switchSurface | Peter Maydell | 1 | -8/+9 |
2019-03-04 | ui/cocoa: Ensure we have the iothread lock when calling into QEMU | Peter Maydell | 1 | -26/+65 |
2019-02-05 | ui/cocoa.m: Fix macOS 10.14 deprecation warnings | Brendan Shanks | 1 | -6/+22 |
2019-01-08 | ui/cocoa: Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+2 |
2018-07-24 | ui/cocoa.m: prevent stuck command key when going into full screen mode | John Arbuckle | 1 | -1/+13 |
2018-07-12 | ui/cocoa.m: replace scrollingDeltaY with deltaY | John Arbuckle | 1 | -7/+13 |
2018-05-29 | ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warning | Peter Maydell | 1 | -1/+11 |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth | 1 | -1/+1 |
2018-03-05 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i... | Peter Maydell | 1 | -1/+13 |
2018-03-05 | cocoa: switch over to new display registry | Gerd Hoffmann | 1 | -1/+13 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 1 | -1/+1 |
2018-02-20 | cocoa: use DisplayOptions | Gerd Hoffmann | 1 | -2/+2 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-01-18 | cocoa.m: Fix scroll wheel support | John Arbuckle | 1 | -8/+19 |
2017-11-07 | ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using them | Peter Maydell | 1 | -4/+2 |
2017-11-07 | ui/cocoa.m: move ungrab to ctrl-alt-g | John Arbuckle | 1 | -13/+18 |
2017-11-07 | ui/cocoa.m: Make scrolling work again in GUI monitor windows | John Arbuckle | 1 | -32/+66 |
2017-11-02 | ui/cocoa.m: Fix console selection keys | John Arbuckle | 1 | -1/+1 |
2017-06-29 | ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and under | John Arbuckle | 1 | -1/+1 |
2017-06-23 | ui/cocoa.m: add Speed menu | John Arbuckle | 1 | -0/+56 |
2017-06-14 | Improve Cocoa modifier key handling | Ian McKellar via Qemu-devel | 1 | -12/+48 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -1/+1 |
2017-05-11 | ui: Support non-zero minimum values for absolute input axes | Philippe Voinov | 1 | -2/+2 |
2017-04-25 | ui/cocoa.m: Fix macOS 10.12 deprecation warnings | Brendan Shanks | 1 | -29/+58 |
2017-03-14 | ui/cocoa.m: add toast file support | Programmingkid | 1 | -1/+1 |
2016-10-07 | qemu-doc: merge qemu-tech and qemu-doc | Paolo Bonzini | 1 | -9/+0 |
2016-09-23 | block: Accept device model name for blockdev-change-medium | Kevin Wolf | 1 | -1/+3 |
2016-09-23 | block: Accept device model name for eject | Kevin Wolf | 1 | -1/+2 |
2016-09-15 | ui/cocoa.m: Make a better about dialog | Programmingkid | 1 | -3/+104 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -1/+1 |
2016-04-04 | ui/cocoa.m: Add support for cdr files | John Arbuckle | 1 | -1/+2 |
2016-03-23 | ui/cocoa.m: switch to QKeyCode | John Arbuckle | 1 | -176/+141 |
2016-03-23 | ui/cocoa.m: fix help menus | John Arbuckle | 1 | -4/+27 |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann | 1 | -2/+2 |