Go to file
Birunthan Mohanathas 5f03d7b235 Gfx: Fix rendering issues in some cases
It seems that Direct2D does not expect the underlying pixel data of the render target to change outside of the target draw commands while the render target exists. As a result, Direct2D may in some cases overwrite changes to the pixel data. This change changes the render target to be (re)created for each batch of Direct2D drawing operations as a temporary solution. As a side effect, a DIB section is now used as the render target bitmap.
2013-03-26 21:29:05 +02:00
Application Additional change to 648e14b 2012-12-23 17:42:30 +02:00
Build Installer: Remove statistics collection 2013-03-26 17:28:54 +02:00
Common Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
Installer Add initial work for installer C++ rewrite 2013-03-18 18:55:34 +02:00
Language Update language files 2013-03-26 17:28:55 +02:00
Library Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
Plugins FileView: Fixed crash when using the Open command. 2013-03-25 22:47:59 -06:00
SkinInstaller Tweaks 2013-03-10 18:03:23 +02:00
.gitignore Updated .gitignore 2012-06-21 17:06:05 +03:00
LICENSE Initial directory structure. 2009-02-10 18:09:59 +00:00
Rainmeter.props Add initial work for installer C++ rewrite 2013-03-18 18:55:34 +02:00
Rainmeter.sln Add initial work for installer C++ rewrite 2013-03-18 18:55:34 +02:00
RainmeterCPP.sln Add initial work for installer C++ rewrite 2013-03-18 18:55:34 +02:00
RainmeterCS.sln Upgraded project to VS2012 (Update 1) 2012-12-18 20:01:19 +02:00
README.md Update README.md 2013-03-23 16:07:28 +02:00
Version.cs Update build to 3.0 2013-03-25 09:44:45 -04:00
Version.h Update build to 3.0 2013-03-25 09:44:45 -04:00

Rainmeter is a desktop customization tool for Windows. For more information and downloads, visit rainmeter.net.

Refer to /Build/Instructions.txt for build instructions.