Alexandre Julliard
0f273c17ff
server: Added data_size_t type to represent sizes in the server protocol.
...
Make it an unsigned int to save some space on Win64, if we need to
transfer more than 4Gb over the server pipe something is seriously
wrong.
2006-07-26 11:11:03 +02:00
Juan Lang
6e23b4a25d
crypt32: Implement file stores.
2006-07-26 10:24:53 +02:00
Robert Shearman
68249c10df
configure: Add a check for the DGifOpen function in the gif_lib.h header as the v4 of the file does define it, while v3 doesn't.
2006-07-26 10:23:14 +02:00
H. Verbeet
536638918d
wined3d: Add real occlusion query support.
2006-07-25 11:22:00 +02:00
Jason Green
ac8f2c033c
wined3d: Improve traces for D3DTRANSFORMSTATETYPE.
...
Added debug function for WINED3DTRANSFORMSTATETYPE and changed all
references from D3DTS_* to WINED3DTS_*.
2006-07-24 19:55:27 +02:00
Alexandre Julliard
0b39d1a89e
libwine: Added a function to enumerate the reserved mmap areas.
2006-07-24 13:59:10 +02:00
Robert Reif
11370742b5
winnt.h: Add more SID defines.
2006-07-24 12:57:33 +02:00
Andrew Talbot
0c96a42a59
riched20: Write-strings warnings fix.
...
The string members of the FINDTEXT and FINDTEXTEX structs are declared
constant in the SDK.
2006-07-24 12:57:32 +02:00
Stefan Siebert
026dd2d88a
ntdll: Implementation of process CreationTime and ExitTime.
2006-07-21 13:27:16 +02:00
Christian Gmeiner
51cd07c37e
setupapi: Implemented SetupDiCreateDeviceInfoA.
2006-07-21 13:26:01 +02:00
Mike McCormack
57f8bd057f
include: Remove unnecessary semicolons from idl.
2006-07-20 12:49:55 +02:00
Mike McCormack
6621503322
oledb: Add oledb.idl and some idl files it depends on.
2006-07-20 12:49:43 +02:00
Mike McCormack
546916f401
include: Semicolons after cpp_quote are a syntax error in midl.
2006-07-20 12:12:17 +02:00
H. Verbeet
a8f2c1075a
wined3d: Compilation fixes.
2006-07-20 12:11:06 +02:00
Alexandre Julliard
c316f0e47f
server: Simplify process creation.
...
Pass the socket for the new process from the parent through the
environment.
Perform initialisations during the new_process request.
2006-07-19 14:00:10 +02:00
Jason Green
718716b77a
wined3d: Make the number of floating point shader constants dynamic.
2006-07-19 09:54:30 +02:00
Stefan Dösinger
bffe5a6922
ddraw/wined3d: Remove texture format enumeration functions.
2006-07-18 11:25:22 +02:00
Robert Shearman
9318cb0fbc
rpcrt4: Handle more structure padding values.
2006-07-18 11:12:47 +02:00
Paul Millar
df10b7d580
libwine: Add a configure check for setrlimit.
2006-07-17 14:35:32 +02:00
Jacek Caban
29763fd605
urlmon.idl: Added some missing declarations.
2006-07-17 13:52:00 +02:00
Robert Reif
c4ac8c5b16
advapi32: Add CreateWellKnownSid and IsWellKnownSid.
2006-07-17 13:45:11 +02:00
Robert Reif
2a1727a7d9
include: Add well known sids and quota limits to winnt.h.
2006-07-17 13:44:16 +02:00
Robert Shearman
264503d40d
include: Add NI_* defines and add a WS(socklen_t) type.
2006-07-13 16:25:38 +02:00
Alexandre Julliard
50fca716fd
ntdll: Moved the calling of the process entry point to LdrInitializeThunk.
2006-07-13 14:58:04 +02:00
Ge van Geldorp
54afeb02de
user32: Implement Get/SetClassLongPtrA/W.
2006-07-12 20:04:18 +02:00
H. Verbeet
7090259545
wined3d: Fix specular color handling for register combiners.
...
By default the FinalCombiner is setup to add the specular color to the
final result of the combiner operations. However, it should only do
this when the WINED3DRS_SPECULARENABLE renderstate is enabled.
2006-07-12 13:20:41 +02:00
Juan Lang
273b76570e
crypt32: Implement CryptAcquireCertificatePrivateKey.
2006-07-12 13:16:02 +02:00
Robert Reif
63cbb0cae3
include: Add more policy structures to ntsecapi.h.
2006-07-12 13:15:36 +02:00
Ge van Geldorp
6096e5861a
ntdll: Widen fields in LDR_RESOURCE_INFO to accomodate 64 bit pointers.
2006-07-11 17:15:54 +02:00
Mike McCormack
d690094807
include: Add cierror.h.
2006-07-11 12:42:38 +02:00
Mike McCormack
5cb1045a2c
indexsvr.h: Fix a typo.
2006-07-11 12:41:36 +02:00
Juan Lang
10d6726b42
riched20: Add stub implementation of ITextDocument.
2006-07-11 12:41:17 +02:00
Bang Jun-Young
e4d3a72165
amstream: Fix argument types to match the PSDK.
2006-07-11 12:05:35 +02:00
Bang Jun-Young
0542e835bb
advapi32: Fix registry API prototypes to match the PSDK.
2006-07-11 12:03:35 +02:00
Alexandre Julliard
94af8633a4
include/.gitignore: Moved the wine subdir ignore list to the main file.
2006-07-10 21:43:21 +02:00
Alexandre Julliard
cc2b3b48e6
Take advantage of the recursive nature of .gitignore for Makefile entries.
...
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Alexandre Julliard
58c64190f4
configure: Define _WIN64 when building on a 64-bit platform.
2006-07-10 13:05:20 +02:00
Alexandre Julliard
945292737b
include/msvcrt: Fix all definitions of size_t for Win64.
2006-07-10 12:28:25 +02:00
Mike McCormack
c53cdac4f9
query: Add ntquery.h.
2006-07-10 11:53:42 +02:00
Robert Shearman
ccf2f56851
include: Add more error codes used by newer versions of COM.
2006-07-10 11:53:16 +02:00
Jacek Caban
ccee0297d5
include: Added htiframe.idl.
2006-07-07 17:50:20 +02:00
Ivan Gyurdiev
c202bfe40d
wined3d: Simplify primitiveDeclartationConvertToStrided.
...
Assign fixed indices to declaration inputs.
Then use a common path to load the strided data.
2006-07-07 17:36:24 +02:00
Ivan Gyurdiev
85aa8ab855
wined3d: Add position_transformed flag to Strided data format.
2006-07-07 17:35:36 +02:00
Mike McCormack
aa44a063fd
include: Add indexsvr.idl (IWordBreaker).
2006-07-07 16:56:57 +02:00
Robert Shearman
c71af73324
oleaut32: Add a typedef for "boolean".
...
Fix up an conflict that this type has with jpeglib.h.
2006-07-07 13:31:37 +02:00
Paul Vriens
57d0810aa5
wininet.h: Add extra error code.
2006-07-05 12:56:24 +02:00
Ivan Gyurdiev
61f1de1b85
d3d9: Fix FVF POSITION mask.
2006-07-03 12:01:44 +02:00
Ge van Geldorp
a2e94444ad
winedbg: Implement be_x86_64_init_registers.
2006-07-03 11:41:53 +02:00
Ge van Geldorp
6a65bf6a2b
include/msvcrt: Make sure size_t is properly defined for 64-bit.
2006-07-03 11:41:36 +02:00
Dmitry Timoshkov
b2686ad2dd
include: Move appropriate parts of winpos.h to winuser.h and win.h,
...
remove winpos.h afterwards.
2006-06-29 14:48:42 +02:00