index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
cocoa.m
Age
Commit message (
Expand
)
Author
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
2013-05-29
cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectory
Peter Maydell
2013-05-29
cocoa: Avoid deprecated NSOpenPanel filename method
Peter Maydell
2013-05-29
cocoa: Avoid deprecated CPS* functions
Peter Maydell
2013-05-29
cocoa: Fix leaks of NSScreen and NSConcreteMapTable
Peter Maydell
2013-04-25
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
2013-04-21
ui/cocoa.m: Fix recent compile breakage
Peter Maydell
2013-03-19
ui/cocoa.m: Fix compile failures introduced by recent console changes
Peter Maydell
2013-03-18
console: zap displaystate from dcl callbacks
Gerd Hoffmann
2013-03-18
cocoa: stop using DisplayState
Gerd Hoffmann
2013-03-18
console: rework DisplaySurface handling [dcl/ui side]
Gerd Hoffmann
2013-03-18
console: fix displaychangelisteners interface
Gerd Hoffmann
2013-01-31
cocoa: Replace non-portable asprintf() by g_strdup_printf()
Stefan Weil
2013-01-31
cocoa: Fix VBE function Set Display Start
Henry Harrington
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-11-02
ui/cocoa.m: Update to new DisplayChangeListener member names
Peter Maydell
2012-05-29
cocoa: Suppress Cocoa frontend for -qtest
Andreas Färber
2012-04-07
Replace Qemu by QEMU in comments
Stefan Weil
2011-11-01
cocoa: Close sheet after image file selection
Andreas Färber
2011-08-21
Convert last qemu_free and qemu_malloc uses
Blue Swirl
2011-06-14
cocoa: Avoid warning related to multiple handleEvent: definitions
Andreas Färber
2011-06-14
cocoa: Provide central qemu_main() prototype
Andreas Färber
2011-06-14
Cocoa: avoid displaying window when command-line contains '-h' or '-help'
Alexandre Raymond
2011-06-14
cocoa: do not create a spurious window for -version
Tristan Gingold
2011-01-23
Delete useless 'extern' qualifiers for functions
Blue Swirl
2010-07-26
ui: move all ui components in ui/
Corentin Chary