aboutsummaryrefslogtreecommitdiff
path: root/ui/cocoa.m
AgeCommit message (Expand)Author
2021-03-16ui/cocoa: Comment about modifier key input quirksAkihiko Odaki
2021-03-15ui/cocoa: Do not exit immediately after shutdownAkihiko Odaki
2021-03-11ui/cocoa: Fix mouse association stateAkihiko Odaki
2021-03-11ui/cocoa: Mark variables staticAkihiko Odaki
2021-03-11ui/cocoa: Clear modifiers whenever possibleAkihiko Odaki
2021-03-11ui/cocoa: Do not rely on the first argumentAkihiko Odaki
2021-03-11ui/cocoa: Show QEMU icon in the about windowAkihiko Odaki
2021-03-11ui/cocoa: Use kCGColorSpaceSRGBAkihiko Odaki
2021-03-04ui/cocoa: Replace fprintf with error_reportAkihiko Odaki
2021-03-04ui/cocoa: Fix stride resolution of pixman imageAkihiko Odaki
2021-03-03ui/cocoa: Remove the uses of full screen APIsAkihiko Odaki
2021-02-19ui/cocoa: Statically allocate dclAkihiko Odaki
2021-02-19ui/cocoa: Interpret left button down as is when command is pressedAkihiko Odaki
2021-02-19ui/cocoa: Do not copy members of pixman imageAkihiko Odaki
2021-02-19ui/cocoa: Support unique keys of JIS keyboardsAkihiko Odaki
2021-01-12ui/cocoa: Fix openFile: deprecation on Big Surpull-target-arm-20210112-1Roman Bolshakov
2021-01-12ui/cocoa: Update path to docs in build treeRoman Bolshakov
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé
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