[ros-diffs] [jgardou] 57695: [WIN32K] - Implement usage of alpha cursors (does not work yet due to a bug in windres) - Directly use bitmaps passed to NtUserSetCursorIconData instead of copying them

2012-11-10 Thread jgardou
Author: jgardou Date: Sat Nov 10 15:56:42 2012 New Revision: 57695 URL: http://svn.reactos.org/svn/reactos?rev=57695view=rev Log: [WIN32K] - Implement usage of alpha cursors (does not work yet due to a bug in windres) - Directly use bitmaps passed to NtUserSetCursorIconData instead of copying

[ros-diffs] [hbelusca] 57696: [MSGINA] Introduce a new logon image. Resizing the dialog boxes remains to do.

2012-11-10 Thread hbelusca
Author: hbelusca Date: Sat Nov 10 23:45:08 2012 New Revision: 57696 URL: http://svn.reactos.org/svn/reactos?rev=57696view=rev Log: [MSGINA] Introduce a new logon image. Resizing the dialog boxes remains to do. Modified: trunk/reactos/dll/win32/msgina/resources/reactos.bmp Modified:

[ros-diffs] [hbelusca] 57697: [MSGINA] Resize the dialogs to fit the ReactOS image, and add the logo to the Please wait... dialog (which is displayed when a user is logging-on or quitting his sessio

2012-11-10 Thread hbelusca
Author: hbelusca Date: Sun Nov 11 01:54:11 2012 New Revision: 57697 URL: http://svn.reactos.org/svn/reactos?rev=57697view=rev Log: [MSGINA] Resize the dialogs to fit the ReactOS image, and add the logo to the Please wait... dialog (which is displayed when a user is logging-on or quitting his

[ros-diffs] [jimtabor] 57698: [Win32k] - Fix api test crash.

2012-11-10 Thread jimtabor
Author: jimtabor Date: Sun Nov 11 03:01:58 2012 New Revision: 57698 URL: http://svn.reactos.org/svn/reactos?rev=57698view=rev Log: [Win32k] - Fix api test crash. Modified: trunk/reactos/win32ss/user/ntuser/cursoricon.c Modified: trunk/reactos/win32ss/user/ntuser/cursoricon.c URL:

[ros-diffs] [jimtabor] 57699: [Win32k] - Implement Gdi32 counterpart SetStretchBltMode for Win32k.

2012-11-10 Thread jimtabor
Author: jimtabor Date: Sun Nov 11 03:18:21 2012 New Revision: 57699 URL: http://svn.reactos.org/svn/reactos?rev=57699view=rev Log: [Win32k] - Implement Gdi32 counterpart SetStretchBltMode for Win32k. Modified: trunk/reactos/win32ss/gdi/ntgdi/dc.h trunk/reactos/win32ss/gdi/ntgdi/dcutil.c