summaryrefslogtreecommitdiffstats
path: root/ui/cocoa.m
Commit message (Expand)AuthorAgeFilesLines
* ui/cocoa.m: add toast file supportProgrammingkid2017-03-141-1/+1
* qemu-doc: merge qemu-tech and qemu-docPaolo Bonzini2016-10-071-9/+0Star
* block: Accept device model name for blockdev-change-mediumKevin Wolf2016-09-231-1/+3
* block: Accept device model name for ejectKevin Wolf2016-09-231-1/+2
* ui/cocoa.m: Make a better about dialogProgrammingkid2016-09-151-3/+104
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* ui/cocoa.m: Add support for cdr filesJohn Arbuckle2016-04-041-1/+2
* ui/cocoa.m: switch to QKeyCodeJohn Arbuckle2016-03-231-176/+141Star
* ui/cocoa.m: fix help menusJohn Arbuckle2016-03-231-4/+27
* qapi: rename input buttonsGerd Hoffmann2016-03-011-2/+2
* ui/cocoa.m: Include qemu/osdep.hPeter Maydell2016-02-081-0/+2
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-171-2/+2
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-1/+1
* ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell2015-12-011-1/+9
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-0/+1
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-4/+6
* 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-261-54/+2Star
* ui/cocoa.m: prevent stuck key situationJohn Arbuckle2015-09-261-0/+26
* ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle2015-09-261-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/+0Star
* ui/cocoa: Drop tests for CGImageCreateWithImageInRect supportPeter Maydell2015-05-191-30/+20Star
* 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/+6Star
* 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