summaryrefslogtreecommitdiffstats
path: root/ui/cocoa.m
Commit message (Expand)AuthorAgeFilesLines
* ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warningPeter Maydell2018-05-291-1/+11
* Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell2018-03-051-1/+13
|\
| * cocoa: switch over to new display registryGerd Hoffmann2018-03-051-1/+13
* | qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
|/
* cocoa: use DisplayOptionsGerd Hoffmann2018-02-201-2/+2
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* cocoa.m: Fix scroll wheel supportJohn Arbuckle2018-01-181-8/+19
* ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using themPeter Maydell2017-11-071-4/+2Star
* ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle2017-11-071-13/+18
* ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle2017-11-071-32/+66
* ui/cocoa.m: Fix console selection keysJohn Arbuckle2017-11-021-1/+1
* ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle2017-06-291-1/+1
* ui/cocoa.m: add Speed menuJohn Arbuckle2017-06-231-0/+56
* Improve Cocoa modifier key handlingIan McKellar via Qemu-devel2017-06-141-12/+48
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* ui: Support non-zero minimum values for absolute input axesPhilippe Voinov2017-05-111-2/+2
* ui/cocoa.m: Fix macOS 10.12 deprecation warningsBrendan Shanks2017-04-251-29/+58
* ui/cocoa.m: add toast file supportProgrammingkid2017-03-141-1/+1
* qemu-doc: merge qemu-tech and qemu-docPaolo Bonzini2016-10-071-9/+0Star
* block: Accept device model name for blockdev-change-mediumKevin Wolf2016-09-231-1/+3
* block: Accept device model name for ejectKevin Wolf2016-09-231-1/+2
* ui/cocoa.m: Make a better about dialogProgrammingkid2016-09-151-3/+104
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* ui/cocoa.m: Add support for cdr filesJohn Arbuckle2016-04-041-1/+2
* ui/cocoa.m: switch to QKeyCodeJohn Arbuckle2016-03-231-176/+141Star
* ui/cocoa.m: fix help menusJohn Arbuckle2016-03-231-4/+27
* qapi: rename input buttonsGerd Hoffmann2016-03-011-2/+2
* ui/cocoa.m: Include qemu/osdep.hPeter Maydell2016-02-081-0/+2
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-171-2/+2
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-1/+1
* ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell2015-12-011-1/+9
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-0/+1
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-4/+6
* ui/cocoa.m: blinky mouse cursor fixJohn Arbuckle2015-10-161-1/+1
* ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle2015-10-161-1/+1
* ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle2015-10-131-1/+1
* ui/cocoa.m: remove open dialog codeJohn Arbuckle2015-09-261-54/+2Star
* ui/cocoa.m: prevent stuck key situationJohn Arbuckle2015-09-261-0/+26
* ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle2015-09-261-1/+38
* cocoa: Suppress Cocoa window with -displayRainer Müller2015-09-181-0/+1
* ui/cocoa.m: Add machine menu items to change and eject removable drive mediaJohn Arbuckle2015-06-191-3/+153
* ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle2015-06-191-0/+17
* ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle2015-06-191-0/+67
* ui/cocoa: Add console items to the View menuProgrammingkid2015-05-191-1/+38
* ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constantsPeter Maydell2015-05-191-2/+8
* ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and upPeter Maydell2015-05-191-0/+5
* ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegatePeter Maydell2015-05-191-0/+3
* ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not intPeter Maydell2015-05-191-2/+2
* ui/cocoa: Remove compatibility ifdefs for OSX 10.4Peter Maydell2015-05-191-17/+0Star