aboutsummaryrefslogtreecommitdiff
path: root/ui/cocoa.m
AgeCommit message (Expand)AuthorFilesLines
2019-10-18ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)Hikaru Nishida1-0/+12
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-13ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input deviceChen Zhang1-1/+6
2019-06-13ui/cocoa: Fix absolute input device grabbing issue on MojaveChen Zhang1-2/+41
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-04ui/cocoa: Perform UI operations only on the main threadPeter Maydell1-78/+115
2019-03-04ui/cocoa: Subclass NSApplication so we can implement sendEventPeter Maydell1-1/+12
2019-03-04ui/cocoa: Don't call NSApp sendEvent directly from handleEventPeter Maydell1-15/+34
2019-03-04ui/cocoa: Move console/device menu creation code up in filePeter Maydell1-92/+92
2019-03-04ui/cocoa: Factor out initial menu creationPeter Maydell1-37/+41
2019-03-04ui/cocoa: Use the pixman image directly in switchSurfacePeter Maydell1-8/+9
2019-03-04ui/cocoa: Ensure we have the iothread lock when calling into QEMUPeter Maydell1-26/+65
2019-02-05ui/cocoa.m: Fix macOS 10.14 deprecation warningsBrendan Shanks1-6/+22
2019-01-08ui/cocoa: Include less of the generated modular QAPI headersMarkus Armbruster1-1/+2
2018-07-24ui/cocoa.m: prevent stuck command key when going into full screen modeJohn Arbuckle1-1/+13
2018-07-12ui/cocoa.m: replace scrollingDeltaY with deltaYJohn Arbuckle1-7/+13
2018-05-29ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warningPeter Maydell1-1/+11
2018-03-12Polish the version strings containing the package versionThomas Huth1-1/+1
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell1-1/+13
2018-03-05cocoa: switch over to new display registryGerd Hoffmann1-1/+13
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann1-2/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-18cocoa.m: Fix scroll wheel supportJohn Arbuckle1-8/+19
2017-11-07ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using themPeter Maydell1-4/+2
2017-11-07ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle1-13/+18
2017-11-07ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle1-32/+66
2017-11-02ui/cocoa.m: Fix console selection keysJohn Arbuckle1-1/+1
2017-06-29ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle1-1/+1
2017-06-23ui/cocoa.m: add Speed menuJohn Arbuckle1-0/+56
2017-06-14Improve Cocoa modifier key handlingIan McKellar via Qemu-devel1-12/+48
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-2/+2
2017-04-25ui/cocoa.m: Fix macOS 10.12 deprecation warningsBrendan Shanks1-29/+58
2017-03-14ui/cocoa.m: add toast file supportProgrammingkid1-1/+1
2016-10-07qemu-doc: merge qemu-tech and qemu-docPaolo Bonzini1-9/+0
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf1-1/+3
2016-09-23block: Accept device model name for ejectKevin Wolf1-1/+2
2016-09-15ui/cocoa.m: Make a better about dialogProgrammingkid1-3/+104
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-04-04ui/cocoa.m: Add support for cdr filesJohn Arbuckle1-1/+2
2016-03-23ui/cocoa.m: switch to QKeyCodeJohn Arbuckle1-176/+141
2016-03-23ui/cocoa.m: fix help menusJohn Arbuckle1-4/+27
2016-03-01qapi: rename input buttonsGerd Hoffmann1-2/+2
2016-02-08ui/cocoa.m: Include qemu/osdep.hPeter Maydell1-0/+2
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-2/+2
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-12-01ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell1-1/+9