diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-07 12:35:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-07 12:35:37 -0400 |
| commit | 956a886c5c00330add4b1c7463f958253a198f21 (patch) | |
| tree | c6e1bcd5d9aa21e4f3861fcb8d10b90d0b5ddf0c | |
| parent | 6707839e9b69bf9d6c9420899a330d6418146ffc (diff) | |
More compatibility file updates.
| -rw-r--r-- | compatibility.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/compatibility.md b/compatibility.md index 867071c..056c71a 100644 --- a/compatibility.md +++ b/compatibility.md @@ -2,8 +2,28 @@ ## Windows ### Windows Vista +http://channel9.msdn.com/blogs/pdc2008/pc43 (end of video talks about passwords and LockSetForegroundWindow()?) + +- **buffered paintaing** +- cross-fade animation functions +- list view tiles +- list view group expansions: **collapsible**, subtitles, footers, help links + - video has more group issues (I had some with winiconview..) +- cue banners in combo boxes and list views ("empty markup") + - links for the latter +- alpha-blended menu bitmaps +- 256x256 icons and smoother icon scaling algorithms involving scaling down from a larger size instead of scaling up to a larger size + - `SHDefExtractIcon()` does this for you AND still works on XP +- **TaskDialog** +- **cue banners actually work properly regardless of East Asian language support** ### Windows 7 +http://channel9.msdn.com/blogs/pdc2008/pc43 + +TODO look up PDC 2008 talk "new shell user interface" + +- new animation and text engine +- ribbon control (didn't this have some additional license?) ### Windows 8 |
