rainmeter-studio/Common
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
..
Gfx Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
ControlTemplate.cpp Replaced dialog resources with control template 2012-12-13 11:12:25 +02:00
ControlTemplate.h Replaced dialog resources with control template 2012-12-13 11:12:25 +02:00
Dialog.cpp Add support for modal dialogs 2013-03-18 17:48:30 +02:00
Dialog.h Add support for modal dialogs 2013-03-18 17:48:30 +02:00
MenuTemplate.cpp Replaced menu resources with menu template 2012-11-30 16:38:40 +02:00
MenuTemplate.h Replaced menu resources with menu template 2012-11-30 16:38:40 +02:00
Platform.cpp Move CSystem::GetOSPlatform() to Platform.h 2013-03-12 17:53:55 +02:00
Platform.h Move CSystem::GetOSPlatform() to Platform.h 2013-03-12 17:53:55 +02:00
StringUtil.cpp Tweaks 2013-01-27 12:49:22 +02:00
StringUtil.h Tweaks 2013-01-27 12:49:22 +02:00