Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
e1ced22d
Commit
e1ced22d
authored
Oct 18, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Convert source files to utf-8.
parent
90fd6a2f
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
22 additions
and
22 deletions
+22
-22
clipper.c
dlls/ddraw/clipper.c
+1
-1
ddraw.c
dlls/ddraw/ddraw.c
+1
-1
ddraw_private.h
dlls/ddraw/ddraw_private.h
+1
-1
device.c
dlls/ddraw/device.c
+1
-1
direct3d.c
dlls/ddraw/direct3d.c
+1
-1
executebuffer.c
dlls/ddraw/executebuffer.c
+1
-1
gamma.c
dlls/ddraw/gamma.c
+1
-1
light.c
dlls/ddraw/light.c
+1
-1
main.c
dlls/ddraw/main.c
+1
-1
material.c
dlls/ddraw/material.c
+1
-1
palette.c
dlls/ddraw/palette.c
+1
-1
parent.c
dlls/ddraw/parent.c
+1
-1
surface.c
dlls/ddraw/surface.c
+2
-2
d3d.c
dlls/ddraw/tests/d3d.c
+1
-1
dsurface.c
dlls/ddraw/tests/dsurface.c
+1
-1
overlay.c
dlls/ddraw/tests/overlay.c
+1
-1
visual.c
dlls/ddraw/tests/visual.c
+1
-1
texture.c
dlls/ddraw/texture.c
+1
-1
utils.c
dlls/ddraw/utils.c
+1
-1
vertexbuffer.c
dlls/ddraw/vertexbuffer.c
+1
-1
viewport.c
dlls/ddraw/viewport.c
+1
-1
No files found.
dlls/ddraw/clipper.c
View file @
e1ced22d
...
...
@@ -2,7 +2,7 @@
*
* Copyright 2000 (c) Marcus Meissner
* Copyright 2000 (c) TransGaming Technologies Inc.
* Copyright 2006 (c) Stefan Dsinger
* Copyright 2006 (c) Stefan D
ö
singer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/ddraw.c
View file @
e1ced22d
...
...
@@ -2,7 +2,7 @@
* Copyright 1997-2000 Marcus Meissner
* Copyright 1998-2000 Lionel Ulmer
* Copyright 2000-2001 TransGaming Technologies Inc.
* Copyright 2006 Stefan Dsinger
* Copyright 2006 Stefan D
ö
singer
* Copyright 2008 Denver Gingerich
*
* This library is free software; you can redistribute it and/or
...
...
dlls/ddraw/ddraw_private.h
View file @
e1ced22d
/*
* Copyright 2006 Stefan Dsinger
* Copyright 2006 Stefan D
ö
singer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/device.c
View file @
e1ced22d
/*
* Copyright (c) 1998-2004 Lionel Ulmer
* Copyright (c) 2002-2005 Christian Costa
* Copyright (c) 2006 Stefan Dsinger
* Copyright (c) 2006 Stefan D
ö
singer
* Copyright (c) 2008 Alexander Dorofeyev
*
* This library is free software; you can redistribute it and/or
...
...
dlls/ddraw/direct3d.c
View file @
e1ced22d
/*
* Copyright (c) 2006 Stefan Dsinger
* Copyright (c) 2006 Stefan D
ö
singer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/executebuffer.c
View file @
e1ced22d
/* Direct3D ExecuteBuffer
* Copyright (c) 1998-2004 Lionel ULMER
* Copyright (c) 2002-2004 Christian Costa
* Copyright (c) 2006 Stefan Dsinger
* Copyright (c) 2006 Stefan D
ö
singer
*
* This file contains the implementation of IDirect3DExecuteBuffer.
*
...
...
dlls/ddraw/gamma.c
View file @
e1ced22d
/* DirectDrawGammaControl implementation
*
* Copyright 2001 TransGaming Technologies Inc.
* Copyright 2006 Stefan Dsinger
* Copyright 2006 Stefan D
ö
singer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/light.c
View file @
e1ced22d
/* Direct3D Light
* Copyright (c) 1998 / 2002 Lionel ULMER
* Copyright (c) 2006 Stefan DSINGER
* Copyright (c) 2006 Stefan D
Ö
SINGER
*
* This file contains the implementation of Direct3DLight.
*
...
...
dlls/ddraw/main.c
View file @
e1ced22d
...
...
@@ -3,7 +3,7 @@
* Copyright 1997-1999 Marcus Meissner
* Copyright 1998 Lionel Ulmer
* Copyright 2000-2001 TransGaming Technologies Inc.
* Copyright 2006 Stefan D
s
inger
* Copyright 2006 Stefan D
ös
inger
* Copyright 2008 Denver Gingerich
*
* This file contains the (internal) driver registration functions,
...
...
dlls/ddraw/material.c
View file @
e1ced22d
/* Direct3D Material
* Copyright (c) 2002 Lionel ULMER
* Copyright (c) 2006 Stefan D
S
INGER
* Copyright (c) 2006 Stefan D
ÖS
INGER
*
* This file contains the implementation of Direct3DMaterial.
*
...
...
dlls/ddraw/palette.c
View file @
e1ced22d
/* DirectDraw - IDirectPalette base interface
*
* Copyright 2006 Stefan Dsinger
* Copyright 2006 Stefan D
ö
singer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/parent.c
View file @
e1ced22d
/*
* IParent implementation
*
* Copyright (c) 2006 Stefan D
ö
singer
* Copyright (c) 2006 Stefan D
ös
inger
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/surface.c
View file @
e1ced22d
...
...
@@ -3,7 +3,7 @@
* Copyright (c) 1997-2000 Marcus Meissner
* Copyright (c) 1998-2000 Lionel Ulmer
* Copyright (c) 2000-2001 TransGaming Technologies Inc.
* Copyright (c) 2006 Stefan Dsinger
* Copyright (c) 2006 Stefan D
ö
singer
*
* This file contains the (internal) driver registration functions,
* driver enumeration APIs and DirectDraw creation functions.
...
...
@@ -1036,7 +1036,7 @@ IDirectDrawSurfaceImpl_AddOverlayDirtyRect(IDirectDrawSurface7 *iface,
/* MSDN says it's not implemented. I could forward it to WineD3D,
* then we'd implement it, but I don't think that's a good idea
* (Stefan Dsinger)
* (Stefan D
ö
singer)
*/
#if 0
return IWineD3DSurface_AddOverlayDirtyRect(This->WineD3DSurface, pRect);
...
...
dlls/ddraw/tests/d3d.c
View file @
e1ced22d
...
...
@@ -2,7 +2,7 @@
* Some unit tests for d3d functions
*
* Copyright (C) 2005 Antoine Chavasse
* Copyright (C) 2006 Stefan Dsinger for CodeWeavers
* Copyright (C) 2006 Stefan D
ö
singer for CodeWeavers
* Copyright (C) 2008 Alexander Dorofeyev
*
* This library is free software; you can redistribute it and/or
...
...
dlls/ddraw/tests/dsurface.c
View file @
e1ced22d
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2005 Antoine Chavasse (a.chavasse@gmail.com)
* Copyright (C) 2005 Christian Costa
* Copyright 2005 Ivan Leo Puoti
* Copyright (C) 2007 Stefan Dsinger
* Copyright (C) 2007 Stefan D
ö
singer
* Copyright (C) 2008 Alexander Dorofeyev
*
* This library is free software; you can redistribute it and/or
...
...
dlls/ddraw/tests/overlay.c
View file @
e1ced22d
/*
* Unit tests for DirectDraw overlay functions
*
* Copyright (C) 2008 Stefan D
s
inger for CodeWeavers
* Copyright (C) 2008 Stefan D
ös
inger for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/tests/visual.c
View file @
e1ced22d
/*
* Copyright (C) 2007 Stefan Dsinger(for CodeWeavers)
* Copyright (C) 2007 Stefan D
ö
singer(for CodeWeavers)
* Copyright (C) 2008 Alexander Dorofeyev
*
* This library is free software; you can redistribute it and/or
...
...
dlls/ddraw/texture.c
View file @
e1ced22d
/* Direct3D Texture
* Copyright (c) 1998 Lionel ULMER
* Copyright (c) 2006 Stefan DSINGER
* Copyright (c) 2006 Stefan D
Ö
SINGER
*
* This file contains the implementation of interface Direct3DTexture2.
*
...
...
dlls/ddraw/utils.c
View file @
e1ced22d
...
...
@@ -4,7 +4,7 @@
* Copyright (c) 1997-2000 Marcus Meissner
* Copyright (c) 1998 Lionel Ulmer
* Copyright (c) 2000 TransGaming Technologies Inc.
* Copyright (c) 2006 Stefan Dsinger
* Copyright (c) 2006 Stefan D
ö
singer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/ddraw/vertexbuffer.c
View file @
e1ced22d
/* Direct3D Vertex Buffer
* Copyright (c) 2002 Lionel ULMER
* Copyright (c) 2006 Stefan DSINGER
* Copyright (c) 2006 Stefan D
Ö
SINGER
*
* This file contains the implementation of Direct3DVertexBuffer COM object
*
...
...
dlls/ddraw/viewport.c
View file @
e1ced22d
/* Direct3D Viewport
* Copyright (c) 1998 Lionel ULMER
* Copyright (c) 2006-2007 Stefan DSINGER
* Copyright (c) 2006-2007 Stefan D
Ö
SINGER
*
* This file contains the implementation of Direct3DViewport2.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment