summaryrefslogtreecommitdiff
path: root/ui/cocoa.m
AgeCommit message (Expand)AuthorFilesLines
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann1-21/+42
2014-03-05input: keyboard: switch cocoa ui to new coreGerd Hoffmann1-12/+6
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell1-3/+3
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell1-1/+6
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell1-7/+17
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell1-6/+6
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell1-1/+1
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell1-1/+1
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell1-14/+14
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell1-7/+18
2013-12-23ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil1-3/+2
2013-05-29cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell1-1/+15
2013-05-29cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell1-1/+1
2013-05-29cocoa: Avoid deprecated CPS* functionsPeter Maydell1-17/+6
2013-05-29cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell1-1/+10
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-1/+1
2013-04-21ui/cocoa.m: Fix recent compile breakagePeter Maydell1-4/+4
2013-03-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell1-3/+6
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-4/+1
2013-03-18cocoa: stop using DisplayStateGerd Hoffmann1-25/+10
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann1-9/+4
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-9/+17
2013-01-31cocoa: Replace non-portable asprintf() by g_strdup_printf()Stefan Weil1-3/+3
2013-01-31cocoa: Fix VBE function Set Display StartHenry Harrington1-0/+21
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-1/+1
2012-11-02ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell1-2/+2
2012-05-29cocoa: Suppress Cocoa frontend for -qtestAndreas Färber1-1/+2
2012-04-07Replace Qemu by QEMU in commentsStefan Weil1-1/+1
2011-11-01cocoa: Close sheet after image file selectionAndreas Färber1-0/+2
2011-08-21Convert last qemu_free and qemu_malloc usesBlue Swirl1-3/+3
2011-06-14cocoa: Avoid warning related to multiple handleEvent: definitionsAndreas Färber1-1/+2
2011-06-14cocoa: Provide central qemu_main() prototypeAndreas Färber1-3/+3
2011-06-14Cocoa: avoid displaying window when command-line contains '-h' or '-help'Alexandre Raymond1-1/+2
2011-06-14cocoa: do not create a spurious window for -versionTristan Gingold1-3/+12
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-3/+3
2010-07-26ui: move all ui components in ui/Corentin Chary1-0/+1014