aboutsummaryrefslogtreecommitdiff
path: root/ui/cocoa.m
AgeCommit message (Expand)Author
2015-10-16ui/cocoa.m: blinky mouse cursor fixpull-cocoa-20151016John Arbuckle
2015-10-16ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle
2015-10-13ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle
2015-09-25ui/cocoa.m: remove open dialog codepull-cocoa-20150925-1John Arbuckle
2015-09-25ui/cocoa.m: prevent stuck key situationJohn Arbuckle
2015-09-25ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle
2015-09-18cocoa: Suppress Cocoa window with -displayRainer Müller
2015-06-19ui/cocoa.m: Add machine menu items to change and eject removable drive mediapull-cocoa-20150619-1John Arbuckle
2015-06-19ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle
2015-06-19ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle
2015-05-19ui/cocoa: Add console items to the View menupull-cocoa-20150519Programmingkid
2015-05-19ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constantsPeter Maydell
2015-05-19ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and upPeter Maydell
2015-05-19ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegatePeter Maydell
2015-05-19ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not intPeter Maydell
2015-05-19ui/cocoa: Remove compatibility ifdefs for OSX 10.4Peter Maydell
2015-05-19ui/cocoa: Drop tests for CGImageCreateWithImageInRect supportPeter Maydell
2015-05-19ui/cocoa: Make -full-screen option work on Mac OS XProgrammingkid
2015-05-19ui/cocoa: Fix several full screen issues on Mac OS XProgrammingkid
2014-09-22block: delete cow block driverStefan Hajnoczi
2014-06-29ui/cocoa: Honour -show-cursor command line optionpull-cocoa-20140630Peter Maydell
2014-06-29ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell
2014-06-29ui/cocoa: Add utility method to check if point is within windowPeter Maydell
2014-06-29ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch cocoa ui to new coreGerd Hoffmann
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell
2013-12-23ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil
2013-05-29cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell
2013-05-29cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell
2013-05-29cocoa: Avoid deprecated CPS* functionsPeter Maydell
2013-05-29cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-21ui/cocoa.m: Fix recent compile breakagePeter Maydell
2013-03-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18cocoa: stop using DisplayStateGerd Hoffmann
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann
2013-01-31cocoa: Replace non-portable asprintf() by g_strdup_printf()Stefan Weil
2013-01-31cocoa: Fix VBE function Set Display StartHenry Harrington
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini