Age | Commit message (Expand) | Author |
2016-10-07 | qemu-doc: merge qemu-tech and qemu-doc | Paolo Bonzini |
2016-09-23 | block: Accept device model name for blockdev-change-medium | Kevin Wolf |
2016-09-23 | block: Accept device model name for eject | Kevin Wolf |
2016-09-15 | ui/cocoa.m: Make a better about dialog | Programmingkid |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-04-04 | ui/cocoa.m: Add support for cdr files | John Arbuckle |
2016-03-23 | ui/cocoa.m: switch to QKeyCode | John Arbuckle |
2016-03-23 | ui/cocoa.m: fix help menus | John Arbuckle |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann |
2016-02-08 | ui/cocoa.m: Include qemu/osdep.h | Peter Maydell |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-12-01 | ui/cocoa.m: Prevent activation clicks from going to guest | Peter Maydell |
2015-11-11 | blockdev: read-only-mode for blockdev-change-medium | Max Reitz |
2015-11-11 | qmp: Introduce blockdev-change-medium | Max Reitz |
2015-10-16 | ui/cocoa.m: blinky mouse cursor fix | John Arbuckle |
2015-10-16 | ui/cocoa.m: addRemovableDevicesMenuItems() warning fix | John Arbuckle |
2015-10-13 | ui/cocoa.m: eliminate normalWindow warning | John Arbuckle |
2015-09-25 | ui/cocoa.m: remove open dialog code | John Arbuckle |
2015-09-25 | ui/cocoa.m: prevent stuck key situation | John Arbuckle |
2015-09-25 | ui/cocoa.m: verify with user before quitting QEMU | John Arbuckle |
2015-09-18 | cocoa: Suppress Cocoa window with -display | Rainer Müller |
2015-06-19 | ui/cocoa.m: Add machine menu items to change and eject removable drive media | John Arbuckle |
2015-06-19 | ui/cocoa.m: Add Reset and Power Down menu items to Machine menu | John Arbuckle |
2015-06-19 | ui/cocoa.m: Add Machine menu with pause and resume menu items | John Arbuckle |
2015-05-19 | ui/cocoa: Add console items to the View menu | Programmingkid |
2015-05-19 | ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants | Peter Maydell |
2015-05-19 | ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up | Peter Maydell |
2015-05-19 | ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate | Peter Maydell |
2015-05-19 | ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int | Peter Maydell |
2015-05-19 | ui/cocoa: Remove compatibility ifdefs for OSX 10.4 | Peter Maydell |
2015-05-19 | ui/cocoa: Drop tests for CGImageCreateWithImageInRect support | Peter Maydell |
2015-05-19 | ui/cocoa: Make -full-screen option work on Mac OS X | Programmingkid |
2015-05-19 | ui/cocoa: Fix several full screen issues on Mac OS X | Programmingkid |
2014-09-22 | block: delete cow block driver | Stefan Hajnoczi |
2014-06-29 | ui/cocoa: Honour -show-cursor command line option | Peter Maydell |
2014-06-29 | ui/cocoa: Fix handling of absolute positioning devices | Peter Maydell |
2014-06-29 | ui/cocoa: Add utility method to check if point is within window | Peter Maydell |
2014-06-29 | ui/cocoa: Cope with first surface being same as initial window size | Peter Maydell |
2014-03-05 | input: mouse: switch cocoa ui to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch cocoa ui to new core | Gerd Hoffmann |
2014-01-12 | ui/cocoa: Remove stray tabs | Peter Maydell |
2014-01-12 | ui/cocoa: Draw black rectangle if we have no data yet | Peter Maydell |
2014-01-12 | ui/cocoa: Redraw at correct size when switching surface | Peter Maydell |
2014-01-12 | ui/cocoa: Fix code for starting QEMU via image file load dialog | Peter Maydell |
2014-01-12 | ui/cocoa: Add ".qcow2" to extension list for image load dialog | Peter Maydell |
2014-01-12 | ui/cocoa: Send warning message to stderr, not stdout | Peter Maydell |
2014-01-12 | ui/cocoa: Correct typos in comments and variable names | Peter Maydell |
2014-01-12 | ui/cocoa: Pass command key through to guest when VM has mousegrab | Peter Maydell |
2013-12-23 | ui/cocoa: Use macro ARRAY_SIZE where possible | Stefan Weil |