- 20 Jul, 2010 40 commits
-
-
David Hedberg authored
include: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlEvents interface declarations.
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Nikolay Sivov authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Paul Vriens authored
Translation by Nenad Vujic <nesa24casa@gmail.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Owen Rudge authored
-
Austin English authored
-
André Hentschel authored
-
David Hedberg authored
-
David Hedberg authored
-
Mike Kaplinskiy authored
-
Mike Kaplinskiy authored
-
Mike Kaplinskiy authored
-
Mike Kaplinskiy authored
-
David Hedberg authored
-
David Hedberg authored
-
Andrey Turkin authored
-
Andrey Turkin authored
-
Andrey Turkin authored
-
Igor Paliychuk authored
-
Dylan Smith authored
-
Dylan Smith authored
This reduces the amount of flicker seen from redrawing the window.
-
Dylan Smith authored
This extra buffer only saves the result of the StretchBlt operatation, which isn't worth doing since a BitBlt will still be needed from the buffer to the screen. This causes noticable delay on resizing since a new sized bitmap needs to be created, the old bitmap needs to be destroyed, and then both a StretchBlt and a Bitblt is needed to actually repaint the window.
-
Dylan Smith authored
-
Dylan Smith authored
-