summaryrefslogtreecommitdiffstats
path: root/ui/cocoa.m
Commit message (Expand)AuthorAgeFilesLines
* ui/cocoa: Comment about modifier key input quirksAkihiko Odaki2021-03-161-1/+37
* ui/cocoa: Do not exit immediately after shutdownAkihiko Odaki2021-03-151-1/+7
* ui/cocoa: Fix mouse association stateAkihiko Odaki2021-03-111-16/+8Star
* ui/cocoa: Mark variables staticAkihiko Odaki2021-03-111-7/+7
* ui/cocoa: Clear modifiers whenever possibleAkihiko Odaki2021-03-111-72/+76
* ui/cocoa: Do not rely on the first argumentAkihiko Odaki2021-03-111-14/+15
* ui/cocoa: Show QEMU icon in the about windowAkihiko Odaki2021-03-111-9/+5Star
* ui/cocoa: Use kCGColorSpaceSRGBAkihiko Odaki2021-03-111-7/+2Star
* ui/cocoa: Replace fprintf with error_reportAkihiko Odaki2021-03-041-3/+3
* ui/cocoa: Fix stride resolution of pixman imageAkihiko Odaki2021-03-041-4/+4
* ui/cocoa: Remove the uses of full screen APIsAkihiko Odaki2021-03-031-26/+15Star
* ui/cocoa: Statically allocate dclAkihiko Odaki2021-02-191-34/+31Star
* ui/cocoa: Interpret left button down as is when command is pressedAkihiko Odaki2021-02-191-10/+2Star
* ui/cocoa: Do not copy members of pixman imageAkihiko Odaki2021-02-191-22/+20Star
* ui/cocoa: Support unique keys of JIS keyboardsAkihiko Odaki2021-02-191-0/+7
* ui/cocoa: Fix openFile: deprecation on Big SurRoman Bolshakov2021-01-121-1/+4
* ui/cocoa: Update path to docs in build treeRoman Bolshakov2021-01-121-1/+1
* qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2020-10-211-0/+1
* cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-111-0/+1
* ui/cocoa.m: Update documentation file and pathnamePeter Maydell2020-03-061-2/+2
* ui/cocoa: Drop workarounds for pre-10.12 OSXPeter Maydell2020-02-121-59/+0Star
* ui/cocoa: switch to new show-cursor optionGerd Hoffmann2020-02-121-0/+4
* ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)Hikaru Nishida2019-10-181-0/+12
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input deviceChen Zhang2019-06-131-1/+6
* ui/cocoa: Fix absolute input device grabbing issue on MojaveChen Zhang2019-06-131-2/+41
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* ui/cocoa: Perform UI operations only on the main threadPeter Maydell2019-03-041-78/+115
* ui/cocoa: Subclass NSApplication so we can implement sendEventPeter Maydell2019-03-041-1/+12
* ui/cocoa: Don't call NSApp sendEvent directly from handleEventPeter Maydell2019-03-041-15/+34
* ui/cocoa: Move console/device menu creation code up in filePeter Maydell2019-03-041-92/+92
* ui/cocoa: Factor out initial menu creationPeter Maydell2019-03-041-37/+41
* ui/cocoa: Use the pixman image directly in switchSurfacePeter Maydell2019-03-041-8/+9
* ui/cocoa: Ensure we have the iothread lock when calling into QEMUPeter Maydell2019-03-041-26/+65
* ui/cocoa.m: Fix macOS 10.14 deprecation warningsBrendan Shanks2019-02-051-6/+22
* ui/cocoa: Include less of the generated modular QAPI headersMarkus Armbruster2019-01-081-1/+2
* ui/cocoa.m: prevent stuck command key when going into full screen modeJohn Arbuckle2018-07-241-1/+13
* ui/cocoa.m: replace scrollingDeltaY with deltaYJohn Arbuckle2018-07-121-7/+13
* 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