aboutsummaryrefslogtreecommitdiff
path: root/ui/cocoa.m
AgeCommit message (Expand)Author
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
2020-03-06ui/cocoa.m: Update documentation file and pathnamePeter Maydell
2020-02-12ui/cocoa: Drop workarounds for pre-10.12 OSXPeter Maydell
2020-02-12ui/cocoa: switch to new show-cursor optionGerd Hoffmann
2019-10-18ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)Hikaru Nishida
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-13ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input deviceChen Zhang
2019-06-13ui/cocoa: Fix absolute input device grabbing issue on MojaveChen Zhang
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-04ui/cocoa: Perform UI operations only on the main threadpull-cocoa-20190304cocoa.nextcocoa.for-upstreamPeter Maydell
2019-03-04ui/cocoa: Subclass NSApplication so we can implement sendEventPeter Maydell
2019-03-04ui/cocoa: Don't call NSApp sendEvent directly from handleEventPeter Maydell
2019-03-04ui/cocoa: Move console/device menu creation code up in filePeter Maydell
2019-03-04ui/cocoa: Factor out initial menu creationPeter Maydell
2019-03-04ui/cocoa: Use the pixman image directly in switchSurfacePeter Maydell
2019-03-04ui/cocoa: Ensure we have the iothread lock when calling into QEMUPeter Maydell
2019-02-05ui/cocoa.m: Fix macOS 10.14 deprecation warningsBrendan Shanks
2019-01-08ui/cocoa: Include less of the generated modular QAPI headersMarkus Armbruster
2018-07-24ui/cocoa.m: prevent stuck command key when going into full screen modeJohn Arbuckle
2018-07-12ui/cocoa.m: replace scrollingDeltaY with deltaYJohn Arbuckle
2018-05-29ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warningPeter Maydell
2018-03-12Polish the version strings containing the package versionThomas Huth
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05cocoa: switch over to new display registryGerd Hoffmann
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-18cocoa.m: Fix scroll wheel supportJohn Arbuckle
2017-11-07ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using thempull-cocoa-20171107Peter Maydell
2017-11-07ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle
2017-11-07ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle
2017-11-02ui/cocoa.m: Fix console selection keysJohn Arbuckle
2017-06-29ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle
2017-06-23ui/cocoa.m: add Speed menuJohn Arbuckle
2017-06-14Improve Cocoa modifier key handlingIan McKellar via Qemu-devel
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov
2017-04-25ui/cocoa.m: Fix macOS 10.12 deprecation warningsBrendan Shanks
2017-03-14ui/cocoa.m: add toast file supportProgrammingkid
2016-10-07qemu-doc: merge qemu-tech and qemu-docPaolo Bonzini
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf
2016-09-23block: Accept device model name for ejectKevin Wolf
2016-09-15ui/cocoa.m: Make a better about dialogProgrammingkid
2016-05-18Fix some typos found by codespellStefan Weil
2016-04-04ui/cocoa.m: Add support for cdr filesJohn Arbuckle
2016-03-23ui/cocoa.m: switch to QKeyCodepull-cocoa-20160323-1John Arbuckle
2016-03-23ui/cocoa.m: fix help menusJohn Arbuckle
2016-03-01qapi: rename input buttonsGerd Hoffmann