summaryrefslogtreecommitdiffstats
path: root/ui/cocoa.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell2012-11-021-2/+2
* cocoa: Suppress Cocoa frontend for -qtestAndreas Färber2012-05-291-1/+2
* Replace Qemu by QEMU in commentsStefan Weil2012-04-071-1/+1
* cocoa: Close sheet after image file selectionAndreas Färber2011-11-011-0/+2
* Convert last qemu_free and qemu_malloc usesBlue Swirl2011-08-211-3/+3
* cocoa: Avoid warning related to multiple handleEvent: definitionsAndreas Färber2011-06-141-1/+2
* cocoa: Provide central qemu_main() prototypeAndreas Färber2011-06-141-3/+3
* Cocoa: avoid displaying window when command-line contains '-h' or '-help'Alexandre Raymond2011-06-141-1/+2
* cocoa: do not create a spurious window for -versionTristan Gingold2011-06-141-3/+12
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-231-3/+3
* ui: move all ui components in ui/Corentin Chary2010-07-261-0/+1014
OpenPOWER on IntegriCloud