Nice!
@ Benedikt: You have some bug reports on Jira concerning Paint, which need
some love :) (CORE-5641, CORE-5645, CORE-5644 and CORE-5954) . I don't know
whether your commit fixes one of them.
Hermès
----------------------------------------------------------------------------
----------------------------------------------------------
Author: bfreisen
Date: Sun Sep 1 20:13:15 2013
New Revision: 59954
URL:
http://svn.reactos.org/svn/reactos?rev=59954&view=rev
Log:
[PAINT]
* Stretch/Skew dialog fully implemented (skewing not yet functional), please
check translations
* pre Windows Vista MSPaint palette selectable via menu entry
* Attributes dialog supports setting width and height in inches and cm also
* drawing functions improved
* some variables grouped into structs
* Changed SendMessage(... WM_PAINT ...) into InvalidateRect(...), this is
the way it should be and it fixes half of the repainting bugs
Added:
[...]