aboutsummaryrefslogtreecommitdiff
path: root/ui/cocoa.m
AgeCommit message (Expand)AuthorFilesLines
2022-02-21ui/cocoa: Remove allowedFileTypes restriction in SavePanelPhilippe Mathieu-Daudé1-6/+0
2022-01-13ui/cocoa: pass horizontal scroll information to the device codeDmitry Petrov1-6/+12
2021-12-21ui: do not delay further remote resizeMarc-André Lureau1-1/+1
2021-12-21ui/clipboard: add a clipboard reset serial eventMarc-André Lureau1-0/+3
2021-12-21ui: generalize clipboard notifierMarc-André Lureau1-4/+13
2021-07-26ui/cocoa: Fix the type of main's argvAkihiko Odaki1-2/+2
2021-06-23ui/cocoa: Add clipboard supportAkihiko Odaki1-0/+109
2021-06-23ui/cocoa: Set UI informationAkihiko Odaki1-0/+49
2021-03-16ui/cocoa: Comment about modifier key input quirksAkihiko Odaki1-1/+37
2021-03-15ui/cocoa: Do not exit immediately after shutdownAkihiko Odaki1-1/+7
2021-03-11ui/cocoa: Fix mouse association stateAkihiko Odaki1-16/+8
2021-03-11ui/cocoa: Mark variables staticAkihiko Odaki1-7/+7
2021-03-11ui/cocoa: Clear modifiers whenever possibleAkihiko Odaki1-72/+76
2021-03-11ui/cocoa: Do not rely on the first argumentAkihiko Odaki1-14/+15
2021-03-11ui/cocoa: Show QEMU icon in the about windowAkihiko Odaki1-9/+5
2021-03-11ui/cocoa: Use kCGColorSpaceSRGBAkihiko Odaki1-7/+2
2021-03-04ui/cocoa: Replace fprintf with error_reportAkihiko Odaki1-3/+3
2021-03-04ui/cocoa: Fix stride resolution of pixman imageAkihiko Odaki1-4/+4
2021-03-03ui/cocoa: Remove the uses of full screen APIsAkihiko Odaki1-26/+15
2021-02-19ui/cocoa: Statically allocate dclAkihiko Odaki1-34/+31
2021-02-19ui/cocoa: Interpret left button down as is when command is pressedAkihiko Odaki1-10/+2
2021-02-19ui/cocoa: Do not copy members of pixman imageAkihiko Odaki1-22/+20
2021-02-19ui/cocoa: Support unique keys of JIS keyboardsAkihiko Odaki1-0/+7
2021-01-12ui/cocoa: Fix openFile: deprecation on Big SurRoman Bolshakov1-1/+4
2021-01-12ui/cocoa: Update path to docs in build treeRoman Bolshakov1-1/+1
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé1-0/+1
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-0/+1
2020-03-06ui/cocoa.m: Update documentation file and pathnamePeter Maydell1-2/+2
2020-02-12ui/cocoa: Drop workarounds for pre-10.12 OSXPeter Maydell1-59/+0
2020-02-12ui/cocoa: switch to new show-cursor optionGerd Hoffmann1-0/+4
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