[ros-diffs] [amunger] 24328: Sync win32k and gdi32_winetest from trunk. Merged 24228-24229, 24231, 24234-24239, 24255-24257, 24260-24264, 24266-24268, 24270-24271, 24287-24288.

amunger at svn.reactos.org amunger at svn.reactos.org
Sun Oct 1 06:37:37 CEST 2006


Author: amunger
Date: Sun Oct  1 08:37:32 2006
New Revision: 24328

URL: http://svn.reactos.org/svn/reactos?rev=24328&view=rev
Log:
Sync win32k and gdi32_winetest from trunk.
Merged 24228-24229, 24231, 24234-24239,
24255-24257, 24260-24264, 24266-24268,
24270-24271, 24287-24288.

Added:
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/clipping.c
      - copied unchanged from r24249, trunk/reactos/regtests/winetests/gdi32/clipping.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/dc.c
      - copied unchanged from r24249, trunk/reactos/regtests/winetests/gdi32/dc.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/font.c
      - copied unchanged from r24249, trunk/reactos/regtests/winetests/gdi32/font.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/mapping.c
      - copied unchanged from r24264, trunk/reactos/regtests/winetests/gdi32/mapping.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/palette.c
      - copied unchanged from r24264, trunk/reactos/regtests/winetests/gdi32/palette.c
Removed:
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi/
Modified:
    branches/ros-branch-0_3_1/reactos/config.rbuild
    branches/ros-branch-0_3_1/reactos/include/psdk/wingdi.h
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/bitmap.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/brush.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/gdi32.rbuild
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/gdiobj.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/metafile.c
    branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/testlist.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/brush.h
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/dc.h
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/path.h
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/pen.h
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/bitmaps.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/brush.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/coord.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dc.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dibobj.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/metafile.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/path.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/pen.c
    branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/text.c

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/ros-branch-0_3_1/reactos/config.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/config.rbuild?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/include/psdk/wingdi.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/include/psdk/wingdi.h?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/bitmap.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/bitmap.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/brush.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/brush.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/gdi32.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/gdi32.rbuild?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/gdiobj.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/gdiobj.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/metafile.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/metafile.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/testlist.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/regtests/winetests/gdi32/testlist.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/brush.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/brush.h?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/dc.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/dc.h?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/path.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/path.h?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/pen.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/include/pen.h?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/bitmaps.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/bitmaps.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/brush.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/brush.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/coord.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/coord.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dc.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dc.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dibobj.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dibobj.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/metafile.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/metafile.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/path.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/path.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/pen.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/pen.c?rev=24328&r1=24327&r2=24328&view=diff

Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/text.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/text.c?rev=24328&r1=24327&r2=24328&view=diff




More information about the Ros-diffs mailing list