1. 07 1月, 2010 5 次提交
  2. 05 3月, 2009 1 次提交
    • A
      Update cocoa.m to match new DisplayState code (Samuel Benson) · 9794f74f
      aliguori 提交于
      Version 2 does as follows:
      
      [1]: Corrects endianness on issues by using native BGR to RGB conversion
      [2]: Uses DisplayState accessors for obtaining graphics context information,
           which
      [3]: Removes now unused variables, and
      [4]: Allows reading of varying color modes (32bit/24/16), and converting to
           native colorspace
      [5]: Attempts to keep itself centered on screen (as opposed to bottom right,
           which immediately goes off screen after bios load) on context changes
          (window resizes)
      
      Testing working on i386 (gentoo, Windows 2000) and PPC (debian) guests on PPC
      and x86 Macs.
      
      In regards to [4], Windows 2000 displays fine on quick tests, but on the lowest
      setting I could test, 16bit color depth at 4bpp, colors are slightly off. I
      used gentoo install-x86-minimal-2008.0 in framebuffer mode to test above
      setting; the usual grey text is now blue, and Tux appears to be BGR shifted. I
      do not know if previous code worked at such a low color setting.
      
      Signed-off-by: Samuel Benson <qemu_ml@digitalescape.info> 
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6683 c046a42c-6fe2-441c-8c8c-71466251a162
      9794f74f
  3. 11 3月, 2008 1 次提交
  4. 23 1月, 2008 1 次提交
  5. 18 11月, 2007 1 次提交
  6. 17 9月, 2007 2 次提交
  7. 11 6月, 2007 1 次提交
  8. 14 6月, 2006 1 次提交
  9. 23 5月, 2006 1 次提交
  10. 16 4月, 2006 1 次提交
  11. 09 4月, 2006 1 次提交
  12. 19 12月, 2005 1 次提交
    • B
      (Joachim Henke) · 7c206a75
      bellard 提交于
      - suppress unwanted kernel logs
      - avoids passing modifier keys to the guest OS when typing in the Monitor
      - fixes the bug that the mouse cursor grab is released with _any_ modifier key
        (should be only ctrl+alt)
      - removes some code redundancies
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1721 c046a42c-6fe2-441c-8c8c-71466251a162
      7c206a75
  13. 31 10月, 2005 1 次提交
  14. 08 4月, 2005 2 次提交
  15. 03 3月, 2005 1 次提交
  16. 02 3月, 2005 1 次提交