1. 21bae11 input: mouse: switch cocoa ui to new core by Gerd Hoffmann · 11 years ago
  2. 2e08c66 input: keyboard: switch cocoa ui to new core by Gerd Hoffmann · 11 years ago
  3. 49060c2 ui/cocoa: Remove stray tabs by Peter Maydell · 11 years ago
  4. 7d270b1 ui/cocoa: Draw black rectangle if we have no data yet by Peter Maydell · 11 years ago
  5. d3345a0 ui/cocoa: Redraw at correct size when switching surface by Peter Maydell · 11 years ago
  6. 98db429 ui/cocoa: Fix code for starting QEMU via image file load dialog by Peter Maydell · 11 years ago
  7. 5342f99 ui/cocoa: Add ".qcow2" to extension list for image load dialog by Peter Maydell · 11 years ago
  8. 01cc4e6 ui/cocoa: Send warning message to stderr, not stdout by Peter Maydell · 11 years ago
  9. 49b9bd4 ui/cocoa: Correct typos in comments and variable names by Peter Maydell · 11 years ago
  10. 8895919 ui/cocoa: Pass command key through to guest when VM has mousegrab by Peter Maydell · 11 years ago
  11. 5d70192 ui/cocoa: Use macro ARRAY_SIZE where possible by Stefan Weil · 11 years ago
  12. 2ba9de6 cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectory by Peter Maydell · 12 years ago
  13. 8bb3f1e cocoa: Avoid deprecated NSOpenPanel filename method by Peter Maydell · 12 years ago
  14. 42a5dfe cocoa: Avoid deprecated CPS* functions by Peter Maydell · 12 years ago
  15. 6e657e6 cocoa: Fix leaks of NSScreen and NSConcreteMapTable by Peter Maydell · 12 years ago
  16. 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
  17. 68c0aa6 ui/cocoa.m: Fix recent compile breakage by Peter Maydell · 12 years ago
  18. 8510d91 ui/cocoa.m: Fix compile failures introduced by recent console changes by Peter Maydell · 12 years ago
  19. bc2ed97 console: zap displaystate from dcl callbacks by Gerd Hoffmann · 12 years ago
  20. 5e00d3a cocoa: stop using DisplayState by Gerd Hoffmann · 12 years ago
  21. c12aeb8 console: rework DisplaySurface handling [dcl/ui side] by Gerd Hoffmann · 12 years ago
  22. 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
  23. 7e02dc6 cocoa: Replace non-portable asprintf() by g_strdup_printf() by Stefan Weil · 12 years ago
  24. 477a387 cocoa: Fix VBE function Set Display Start by Henry Harrington · 12 years ago
  25. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  26. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  27. 1d8ddda ui/cocoa.m: Update to new DisplayChangeListener member names by Peter Maydell · 12 years ago
  28. 60b46aa cocoa: Suppress Cocoa frontend for -qtest by Andreas Färber · 13 years ago
  29. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  30. 13766eb cocoa: Close sheet after image file selection by Andreas Färber · 13 years ago
  31. 58a0667 Convert last qemu_free and qemu_malloc uses by Blue Swirl · 14 years ago
  32. 7fee199 cocoa: Avoid warning related to multiple handleEvent: definitions by Andreas Färber · 14 years ago
  33. 3bbbee1 cocoa: Provide central qemu_main() prototype by Andreas Färber · 14 years ago
  34. 9851484 Cocoa: avoid displaying window when command-line contains '-h' or '-help' by Alexandre Raymond · 14 years ago
  35. e4ebcc1 cocoa: do not create a spurious window for -version by Tristan Gingold · 14 years ago
  36. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  37. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from cocoa.m]
  38. 561ef25 Cocoa: Use optimized drawing for the window by Andreas Färber · 15 years ago
  39. 1238108 Cocoa: Suppress window resize animation by Andreas Färber · 15 years ago
  40. 41ea49b Cocoa: Shutdown when window is closed by Andreas Färber · 15 years ago
  41. f491880 Cocoa: Don't unconditionally show the window by Andreas Färber · 15 years ago
  42. 17ccbc2 Cocoa: Redraw the View asynchronously by Andreas Färber · 15 years ago
  43. d50f71d Cocoa: Mark the View as opaque by Andreas Färber · 15 years ago
  44. 38ec7b5 Cocoa: Fix compilation on Mac OS X v10.4 and earlier by Andreas Färber · 15 years ago
  45. fd10a04 Cocoa: Silence type warning by Andreas Färber · 15 years ago
  46. 04afa4a Cocoa: Silence warning on Big Endian host by Andreas Färber · 15 years ago
  47. 77047bb Cocoa: Silence warning for cocoa_keycode_to_qemu by Andreas Färber · 15 years ago
  48. 44e4c0b Cocoa: ppc64 host support by Andreas Färber · 15 years ago
  49. 9794f74 Update cocoa.m to match new DisplayState code (Samuel Benson) by aliguori · 16 years ago
  50. b94ed57 Let the USB tablet reach the far bottom and right pixels by aurel32 · 17 years ago
  51. c304f7e Core Graphics support (cocoa.m rewrite), by Mike Kronenberg. by ths · 17 years ago
  52. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  53. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  54. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  55. b29169d Attempt to fix incorrect colours on some BGR displays by blueswir1 · 18 years ago
  56. 5cbfcd0 cocoa monitor fix regarding the handling of dead keys (Joachim Henke) by bellard · 19 years ago
  57. cae41b1 fix missing type declarations (Joachim Henke) by bellard · 19 years ago
  58. 8606e5b Remove stray "}". by pbrook · 19 years ago
  59. 9521989 Allow multiple graphics devices. by pbrook · 19 years ago
  60. 7c206a7 (Joachim Henke) by bellard · 19 years ago
  61. 87f48e6 fixed/full keyboard input - full mouse support - support for qemu console (Mike Kronenberg) by bellard · 19 years ago
  62. 7a674b1 accept more disk image extensions (David Still) by bellard · 20 years ago
  63. 5a24693 open the dialog box if an image was not selected from command-line (Pierre d'Herbemont) by bellard · 20 years ago
  64. da4dbf7 cocoa tiny fixes by bellard · 20 years ago
  65. 5b0753e initial Cocoa support (Pierre d'Herbemont) by bellard · 20 years ago