[ros-diffs] [gadamopoulos] 47980: [win32k] - Sync implementaion of dib, brushes, pens, palettes, xform, xlate and mouse pointer functions with trunk

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Fri Jul 9 16:13:11 UTC 2010


Author: gadamopoulos
Date: Fri Jul  9 16:13:10 2010
New Revision: 47980

URL: http://svn.reactos.org/svn/reactos?rev=47980&view=rev
Log:
[win32k]
- Sync implementaion of dib, brushes, pens, palettes, xform, xlate and mouse pointer functions with trunk

Added:
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib16bpp.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib16bpp.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib1bpp.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib1bpp.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bpp.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib24bpp.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bppc.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib24bppc.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bpp.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib32bpp.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bppc.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib32bppc.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib4bpp.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib4bpp.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib8bpp.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib8bpp.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/floodfill.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/floodfill.c
    branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib24bpp_hline.s
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/i386/dib24bpp_hline.s
    branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s
    branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_hline.s
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_hline.s
    branches/arwinss/reactos/subsystems/win32/win32k/dib/stretchblt.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/dib/stretchblt.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engbrush.c
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/eng/engbrush.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engpal.c
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/objects/palette.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engpointer.c
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/eng/mouse.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engxform.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/objects/xformobj.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engxlate.c
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/eng/xlate.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/brushobj.c
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/objects/brush.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/gdidbg.c
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/objects/gdidbg.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/pen.c
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/objects/pen.c
    branches/arwinss/reactos/subsystems/win32/win32k/include/brush.h
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/include/brush.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/color.h
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/include/color.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/dib.h
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/palobj.h
      - copied unchanged from r47905, trunk/reactos/subsystems/win32/win32k/include/palette.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/pen.h
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/include/pen.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/xlateobj.h
      - copied, changed from r47905, trunk/reactos/subsystems/win32/win32k/include/xlateobj.h
Removed:
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dibXXbpp.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engpoint.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/cursoricon.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/palobj.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/xformobj.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/xlateobj.c
    branches/arwinss/reactos/subsystems/win32/win32k/include/brushobj.h
Modified:
    branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/bitmap.c
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/dc.c
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/enum.c
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/misc.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/arc.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/bitblt.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/drawing.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/ellipse.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/font.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/gdiobj.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/lineto.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/polyfill.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/rect.c
    branches/arwinss/reactos/subsystems/win32/win32k/gre/surfobj.c
    branches/arwinss/reactos/subsystems/win32/win32k/include/cursor.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/dc.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/devobj.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/gdiobj.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/gre.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/surfobj.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/swm.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/tags.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/win32kp.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/xformobj.h
    branches/arwinss/reactos/subsystems/win32/win32k/main/cursor.c
    branches/arwinss/reactos/subsystems/win32/win32k/main/init.c
    branches/arwinss/reactos/subsystems/win32/win32k/main/monitor.c
    branches/arwinss/reactos/subsystems/win32/win32k/swm/winman.c
    branches/arwinss/reactos/subsystems/win32/win32k/win32k.rbuild

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

Removed: branches/arwinss/reactos/subsystems/win32/win32k/dib/dibXXbpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dibXXbpp.c?rev=47979&view=auto

Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c?rev=47980&r1=47979&r2=47980&view=diff

Copied: branches/arwinss/reactos/subsystems/win32/win32k/eng/engbrush.c (from r47905, trunk/reactos/subsystems/win32/win32k/eng/engbrush.c)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engbrush.c?p2=branches/arwinss/reactos/subsystems/win32/win32k/eng/engbrush.c&p1=trunk/reactos/subsystems/win32/win32k/eng/engbrush.c&r1=47905&r2=47980&rev=47980&view=diff

Copied: branches/arwinss/reactos/subsystems/win32/win32k/eng/engpal.c (from r47905, trunk/reactos/subsystems/win32/win32k/objects/palette.c)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engpal.c?p2=branches/arwinss/reactos/subsystems/win32/win32k/eng/engpal.c&p1=trunk/reactos/subsystems/win32/win32k/objects/palette.c&r1=47905&r2=47980&rev=47980&view=diff

Removed: branches/arwinss/reactos/subsystems/win32/win32k/eng/engpoint.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engpoint.c?rev=47979&view=auto

Copied: branches/arwinss/reactos/subsystems/win32/win32k/eng/engpointer.c (from r47905, trunk/reactos/subsystems/win32/win32k/eng/mouse.c)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engpointer.c?p2=branches/arwinss/reactos/subsystems/win32/win32k/eng/engpointer.c&p1=trunk/reactos/subsystems/win32/win32k/eng/mouse.c&r1=47905&r2=47980&rev=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c?rev=47980&r1=47979&r2=47980&view=diff

Copied: branches/arwinss/reactos/subsystems/win32/win32k/eng/engxlate.c (from r47905, trunk/reactos/subsystems/win32/win32k/eng/xlate.c)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engxlate.c?p2=branches/arwinss/reactos/subsystems/win32/win32k/eng/engxlate.c&p1=trunk/reactos/subsystems/win32/win32k/eng/xlate.c&r1=47905&r2=47980&rev=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gdi/bitmap.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/bitmap.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gdi/dc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/dc.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gdi/enum.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/enum.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gdi/misc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/misc.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/arc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/arc.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/bitblt.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/bitblt.c?rev=47980&r1=47979&r2=47980&view=diff

Copied: branches/arwinss/reactos/subsystems/win32/win32k/gre/brushobj.c (from r47905, trunk/reactos/subsystems/win32/win32k/objects/brush.c)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/brushobj.c?p2=branches/arwinss/reactos/subsystems/win32/win32k/gre/brushobj.c&p1=trunk/reactos/subsystems/win32/win32k/objects/brush.c&r1=47905&r2=47980&rev=47980&view=diff

Removed: branches/arwinss/reactos/subsystems/win32/win32k/gre/cursoricon.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/cursoricon.c?rev=47979&view=auto

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/drawing.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/drawing.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/ellipse.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/ellipse.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/font.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/font.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/gdiobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/gdiobj.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/lineto.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/lineto.c?rev=47980&r1=47979&r2=47980&view=diff

Removed: branches/arwinss/reactos/subsystems/win32/win32k/gre/palobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/palobj.c?rev=47979&view=auto

Copied: branches/arwinss/reactos/subsystems/win32/win32k/gre/pen.c (from r47905, trunk/reactos/subsystems/win32/win32k/objects/pen.c)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/pen.c?p2=branches/arwinss/reactos/subsystems/win32/win32k/gre/pen.c&p1=trunk/reactos/subsystems/win32/win32k/objects/pen.c&r1=47905&r2=47980&rev=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/polyfill.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/polyfill.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/rect.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/rect.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/surfobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/surfobj.c?rev=47980&r1=47979&r2=47980&view=diff

Removed: branches/arwinss/reactos/subsystems/win32/win32k/gre/xformobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/xformobj.c?rev=47979&view=auto

Removed: branches/arwinss/reactos/subsystems/win32/win32k/gre/xlateobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/xlateobj.c?rev=47979&view=auto

Removed: branches/arwinss/reactos/subsystems/win32/win32k/include/brushobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/brushobj.h?rev=47979&view=auto

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/cursor.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/cursor.h?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/dc.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/dc.h?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/devobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/devobj.h?rev=47980&r1=47979&r2=47980&view=diff

Copied: branches/arwinss/reactos/subsystems/win32/win32k/include/dib.h (from r47905, trunk/reactos/subsystems/win32/win32k/dib/dib.h)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/dib.h?p2=branches/arwinss/reactos/subsystems/win32/win32k/include/dib.h&p1=trunk/reactos/subsystems/win32/win32k/dib/dib.h&r1=47905&r2=47980&rev=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/gdiobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/gdiobj.h?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/gre.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/gre.h?rev=47980&r1=47979&r2=47980&view=diff

Copied: branches/arwinss/reactos/subsystems/win32/win32k/include/pen.h (from r47905, trunk/reactos/subsystems/win32/win32k/include/pen.h)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/pen.h?p2=branches/arwinss/reactos/subsystems/win32/win32k/include/pen.h&p1=trunk/reactos/subsystems/win32/win32k/include/pen.h&r1=47905&r2=47980&rev=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/surfobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/surfobj.h?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/swm.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/swm.h?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/tags.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/tags.h?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/win32kp.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/win32kp.h?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/xformobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/xformobj.h?rev=47980&r1=47979&r2=47980&view=diff

Copied: branches/arwinss/reactos/subsystems/win32/win32k/include/xlateobj.h (from r47905, trunk/reactos/subsystems/win32/win32k/include/xlateobj.h)
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/xlateobj.h?p2=branches/arwinss/reactos/subsystems/win32/win32k/include/xlateobj.h&p1=trunk/reactos/subsystems/win32/win32k/include/xlateobj.h&r1=47905&r2=47980&rev=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/main/cursor.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/main/cursor.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/main/init.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/main/init.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/main/monitor.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/main/monitor.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/swm/winman.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/swm/winman.c?rev=47980&r1=47979&r2=47980&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/win32k.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/win32k.rbuild?rev=47980&r1=47979&r2=47980&view=diff




More information about the Ros-diffs mailing list