Anolis is the underlying project for the XPize and Vize resource switchers for Windows XP and Vista respectivly. The codebase allows for the easy swapping around of resources within Win32 executables and other files. (just adding some missing data)
There are issues relating to scaling on Windows Vista (and later) with font size and DPI settings. I've fixed the font scaling by changing all the references to AutoScaleMode.Font to AutoScaleMode.Dpi, but it still looks really bad when using a non-default DPI setting. I'll need to get Sven involved.
creation date =
2009-03-27T19:54:27.44-07:00
There are issues relating to scaling on Windows Vista (and later) with font size and DPI settings. I've fixed the font scaling by changing all the references to AutoScaleMode.Font to AutoScaleMode.Dpi, but it still looks really bad when using a non-default DPI setting. I'll need to get Sven involved.