summaryrefslogtreecommitdiff
path: root/ui/cocoa.m
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz1-0/+1
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz1-4/+6
2015-10-16ui/cocoa.m: blinky mouse cursor fixJohn Arbuckle1-1/+1
2015-10-16ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle1-1/+1
2015-10-13ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle1-1/+1
2015-09-25ui/cocoa.m: remove open dialog codeJohn Arbuckle1-54/+2
2015-09-25ui/cocoa.m: prevent stuck key situationJohn Arbuckle1-0/+26
2015-09-25ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle1-1/+38
2015-09-18cocoa: Suppress Cocoa window with -displayRainer Müller1-0/+1
2015-06-19ui/cocoa.m: Add machine menu items to change and eject removable drive mediaJohn Arbuckle1-3/+153
2015-06-19ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle1-0/+17
2015-06-19ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle1-0/+67
2015-05-19ui/cocoa: Add console items to the View menuProgrammingkid1-1/+38
2015-05-19ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constantsPeter Maydell1-2/+8
2015-05-19ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and upPeter Maydell1-0/+5
2015-05-19ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegatePeter Maydell1-0/+3
2015-05-19ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not intPeter Maydell1-2/+2
2015-05-19ui/cocoa: Remove compatibility ifdefs for OSX 10.4Peter Maydell1-17/+0
2015-05-19ui/cocoa: Drop tests for CGImageCreateWithImageInRect supportPeter Maydell1-30/+20
2015-05-19ui/cocoa: Make -full-screen option work on Mac OS XProgrammingkid1-0/+6
2015-05-19ui/cocoa: Fix several full screen issues on Mac OS XProgrammingkid1-4/+45
2014-09-22block: delete cow block driverStefan Hajnoczi1-1/+1
2014-06-29ui/cocoa: Honour -show-cursor command line optionPeter Maydell1-2/+18
2014-06-29ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell1-29/+46
2014-06-29ui/cocoa: Add utility method to check if point is within windowPeter Maydell1-2/+7
2014-06-29ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell1-1/+5
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann1-21/+42
2014-03-05input: keyboard: switch cocoa ui to new coreGerd Hoffmann1-12/+6
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell1-3/+3
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell1-1/+6
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell1-7/+17
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell1-6/+6
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell1-1/+1
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell1-1/+1
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell1-14/+14
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell1-7/+18
2013-12-23ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil1-3/+2
2013-05-29cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell1-1/+15
2013-05-29cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell1-1/+1
2013-05-29cocoa: Avoid deprecated CPS* functionsPeter Maydell1-17/+6
2013-05-29cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell1-1/+10
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-1/+1