Changes between Initial Version and Version 1 of Ticket #29, comment 2


Ignore:
Timestamp:
Jan 10, 2016, 11:19:50 PM (9 years ago)
Author:
Valery V. Sedletski

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29, comment 2

    initial v1  
    1 The code is implemented (it is almost the same for Qt4 and SDL). It is working, tested successfully with WinXP guest, but did not yet committed. Also, implemented the pointer shrinking (the WinXP pointers with transparency are 48x48, but OS/2 mouse pointers should be not more than 32x32). For scaling/shrinking, linear interpolation is used. The resulted pointers look nice. Also, animated Win7/Vista pointers are tested successfully. For that, a WinXP with some Win7/Vista enhancements ported, is used. The code is to be committed soon.
     1The code is implemented (it is almost the same for Qt4 and SDL). It is working, tested successfully with WinXP guest, but did not yet committed. Also, implemented the pointer shrinking (the WinXP pointers with transparency are 48x48, but OS/2 mouse pointers should be not more than 32x32). For scaling/shrinking, linear interpolation is used. For mouse pointers with alpha channel, I used alpha channel to AND mask conversion. The resulted pointers look nice. Also, animated Win7/Vista pointers are tested successfully. For that, a WinXP with some Win7/Vista enhancements ported, is used. The code is to be committed soon.