summaryrefslogtreecommitdiffstats
path: root/ui/cocoa.m
Commit message (Expand)AuthorAgeFilesLines
* ui/cocoa.m: blinky mouse cursor fixJohn Arbuckle2015-10-161-1/+1
* ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle2015-10-161-1/+1
* ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle2015-10-131-1/+1
* ui/cocoa.m: remove open dialog codeJohn Arbuckle2015-09-251-54/+2
* ui/cocoa.m: prevent stuck key situationJohn Arbuckle2015-09-251-0/+26
* ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle2015-09-251-1/+38
* cocoa: Suppress Cocoa window with -displayRainer Müller2015-09-181-0/+1
* ui/cocoa.m: Add machine menu items to change and eject removable drive mediaJohn Arbuckle2015-06-191-3/+153
* ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle2015-06-191-0/+17
* ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle2015-06-191-0/+67
* ui/cocoa: Add console items to the View menuProgrammingkid2015-05-191-1/+38
* ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constantsPeter Maydell2015-05-191-2/+8
* ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and upPeter Maydell2015-05-191-0/+5
* ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegatePeter Maydell2015-05-191-0/+3
* ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not intPeter Maydell2015-05-191-2/+2
* ui/cocoa: Remove compatibility ifdefs for OSX 10.4Peter Maydell2015-05-191-17/+0
* ui/cocoa: Drop tests for CGImageCreateWithImageInRect supportPeter Maydell2015-05-191-30/+20
* ui/cocoa: Make -full-screen option work on Mac OS XProgrammingkid2015-05-191-0/+6
* ui/cocoa: Fix several full screen issues on Mac OS XProgrammingkid2015-05-191-4/+45
* block: delete cow block driverStefan Hajnoczi2014-09-221-1/+1
* ui/cocoa: Honour -show-cursor command line optionPeter Maydell2014-06-291-2/+18
* ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell2014-06-291-29/+46
* ui/cocoa: Add utility method to check if point is within windowPeter Maydell2014-06-291-2/+7
* ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell2014-06-291-1/+5
* input: mouse: switch cocoa ui to new coreGerd Hoffmann2014-03-051-21/+42
* input: keyboard: switch cocoa ui to new coreGerd Hoffmann2014-03-051-12/+6
* ui/cocoa: Remove stray tabsPeter Maydell2014-01-121-3/+3
* ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell2014-01-121-1/+6
* ui/cocoa: Redraw at correct size when switching surfacePeter Maydell2014-01-121-7/+17
* ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell2014-01-121-6/+6
* ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell2014-01-121-1/+1
* ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell2014-01-121-1/+1
* ui/cocoa: Correct typos in comments and variable namesPeter Maydell2014-01-121-14/+14
* ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell2014-01-121-7/+18
* ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-231-3/+2
* cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell2013-05-291-1/+15
* cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell2013-05-291-1/+1
* cocoa: Avoid deprecated CPS* functionsPeter Maydell2013-05-291-17/+6
* cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell2013-05-291-1/+10
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-1/+1
* ui/cocoa.m: Fix recent compile breakagePeter Maydell2013-04-211-4/+4
* ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell2013-03-191-3/+6
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-4/+1
* cocoa: stop using DisplayStateGerd Hoffmann2013-03-181-25/+10
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-9/+4
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-9/+17
* cocoa: Replace non-portable asprintf() by g_strdup_printf()Stefan Weil2013-01-311-3/+3
* cocoa: Fix VBE function Set Display StartHenry Harrington2013-01-311-0/+21
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
OpenPOWER on IntegriCloud