Age | Commit message (Expand) | Author |
2018-07-24 | ui/cocoa.m: prevent stuck command key when going into full screen mode | John Arbuckle |
2018-07-12 | ui/cocoa.m: replace scrollingDeltaY with deltaY | John Arbuckle |
2018-05-29 | ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warning | Peter Maydell |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth |
2018-03-05 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i... | Peter Maydell |
2018-03-05 | cocoa: switch over to new display registry | Gerd Hoffmann |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster |
2018-02-20 | cocoa: use DisplayOptions | Gerd Hoffmann |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-01-18 | cocoa.m: Fix scroll wheel support | John Arbuckle |
2017-11-07 | ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using them | Peter Maydell |
2017-11-07 | ui/cocoa.m: move ungrab to ctrl-alt-g | John Arbuckle |
2017-11-07 | ui/cocoa.m: Make scrolling work again in GUI monitor windows | John Arbuckle |
2017-11-02 | ui/cocoa.m: Fix console selection keys | John Arbuckle |
2017-06-29 | ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and under | John Arbuckle |
2017-06-23 | ui/cocoa.m: add Speed menu | John Arbuckle |
2017-06-14 | Improve Cocoa modifier key handling | Ian McKellar via Qemu-devel |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake |
2017-05-11 | ui: Support non-zero minimum values for absolute input axes | Philippe Voinov |
2017-04-25 | ui/cocoa.m: Fix macOS 10.12 deprecation warnings | Brendan Shanks |
2017-03-14 | ui/cocoa.m: add toast file support | Programmingkid |
2016-10-07 | qemu-doc: merge qemu-tech and qemu-doc | Paolo Bonzini |
2016-09-23 | block: Accept device model name for blockdev-change-medium | Kevin Wolf |
2016-09-23 | block: Accept device model name for eject | Kevin Wolf |
2016-09-15 | ui/cocoa.m: Make a better about dialog | Programmingkid |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-04-04 | ui/cocoa.m: Add support for cdr files | John Arbuckle |
2016-03-23 | ui/cocoa.m: switch to QKeyCode | John Arbuckle |
2016-03-23 | ui/cocoa.m: fix help menus | John Arbuckle |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann |
2016-02-08 | ui/cocoa.m: Include qemu/osdep.h | Peter Maydell |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-12-01 | ui/cocoa.m: Prevent activation clicks from going to guest | Peter Maydell |
2015-11-11 | blockdev: read-only-mode for blockdev-change-medium | Max Reitz |
2015-11-11 | qmp: Introduce blockdev-change-medium | Max Reitz |
2015-10-16 | ui/cocoa.m: blinky mouse cursor fix | John Arbuckle |
2015-10-16 | ui/cocoa.m: addRemovableDevicesMenuItems() warning fix | John Arbuckle |
2015-10-13 | ui/cocoa.m: eliminate normalWindow warning | John Arbuckle |
2015-09-25 | ui/cocoa.m: remove open dialog code | John Arbuckle |
2015-09-25 | ui/cocoa.m: prevent stuck key situation | John Arbuckle |
2015-09-25 | ui/cocoa.m: verify with user before quitting QEMU | John Arbuckle |
2015-09-18 | cocoa: Suppress Cocoa window with -display | Rainer Müller |
2015-06-19 | ui/cocoa.m: Add machine menu items to change and eject removable drive media | John Arbuckle |
2015-06-19 | ui/cocoa.m: Add Reset and Power Down menu items to Machine menu | John Arbuckle |
2015-06-19 | ui/cocoa.m: Add Machine menu with pause and resume menu items | John Arbuckle |
2015-05-19 | ui/cocoa: Add console items to the View menu | Programmingkid |
2015-05-19 | ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants | Peter Maydell |
2015-05-19 | ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up | Peter Maydell |
2015-05-19 | ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate | Peter Maydell |