Alexandre Julliard
|
46dd467941
|
d3d9: Include wingdi.h, not gdi.h.
|
2006-11-17 12:46:15 +01:00 |
Andrew Talbot
|
60cafb5e95
|
urlmon: Cast-qual warnings fix.
|
2006-11-17 12:45:35 +01:00 |
Louis Lenders
|
fa47970e6c
|
msvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
|
2006-11-17 12:45:21 +01:00 |
Mike McCormack
|
eba742e5cd
|
msi: Fix a memory leak in load_folder().
|
2006-11-17 11:14:44 +01:00 |
Mike McCormack
|
cf370a8d39
|
msi: Remove unnecessary includes.
|
2006-11-17 11:14:41 +01:00 |
Mike McCormack
|
6b38139e62
|
msi: Remove a level of indent in resolve_folder().
|
2006-11-17 11:14:39 +01:00 |
Mike McCormack
|
4052b8be05
|
msi: Add a test showing the _Properties table is a bit strange.
|
2006-11-17 11:14:33 +01:00 |
Mike McCormack
|
2f2143b4ec
|
msi: Add a test showing which tables are special.
|
2006-11-17 11:14:31 +01:00 |
Mike McCormack
|
5bffd28be7
|
msi: Remove some redundant else statements.
|
2006-11-17 11:14:27 +01:00 |
Huw Davies
|
7c34694c01
|
msxml3: Implement createProcessingInstruction with a stub PI object.
|
2006-11-17 11:04:42 +01:00 |
Alexandre Julliard
|
2b01f6e07c
|
kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is used.
For instance LOCALE_SDATE is looked up in the lcid corresponding to
LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.
|
2006-11-16 22:11:58 +01:00 |
Alexandre Julliard
|
e8b8c5bf6a
|
kernel32: Added the locale name entry to all locale definitions.
|
2006-11-16 22:11:36 +01:00 |
Alexandre Julliard
|
123b6fec22
|
kernel32: Rewrote the locale matching to match more elements and to support Windows-format locale names.
Added implementation for LocaleNameToLCID and LCIDToLocaleName.
|
2006-11-16 22:11:19 +01:00 |
Huw Davies
|
241336c749
|
ole32: CoRegisterMessageFilter shouldn't crash on an uninitialized apartment.
|
2006-11-16 22:09:24 +01:00 |
Detlef Riekenberg
|
7c70f7f9b2
|
shell32: Fix a function name in a comment.
|
2006-11-16 22:09:19 +01:00 |
Dmitry Timoshkov
|
a77d00eabb
|
kernel32: Add a basic PE loader test.
|
2006-11-16 22:09:11 +01:00 |
Hans Leidekker
|
134c03b3be
|
setupapi: Implement SetupGetTargetPath{A,W}.
|
2006-11-16 22:08:41 +01:00 |
Detlef Riekenberg
|
01ab25e4fe
|
localspl/tests: Add test for ConfigurePortW.
|
2006-11-16 22:08:35 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |
Markus Amsler
|
b9807c2a3b
|
d3d9: Forward port d3d8 refcount tests.
|
2006-11-16 12:48:52 +01:00 |
Markus Amsler
|
07fad29c7d
|
d3d8: Show that the implicit surfaces are not freed if refcount reaches 0.
|
2006-11-16 12:48:45 +01:00 |
Andrew Talbot
|
b7b28e33f0
|
shlwapi: Cast-qual warnings fix.
|
2006-11-16 12:46:32 +01:00 |
Andrew Talbot
|
cb12dd6cd9
|
shlwapi: Cast-qual warnings fix.
|
2006-11-16 12:45:36 +01:00 |
Louis Lenders
|
d14d772f80
|
shell32: Define a few more icon resources.
|
2006-11-16 12:45:25 +01:00 |
Mike McCormack
|
efc8317bb2
|
oleaut32: Remove incorrect references to malloc.
|
2006-11-16 12:45:12 +01:00 |
Mike McCormack
|
f8829297da
|
kernel32: Downgrade a FIXME to a WARN.
|
2006-11-16 12:45:09 +01:00 |
Detlef Riekenberg
|
3b8929b9e8
|
localspl: Replace number with a defined value (static buffer size).
|
2006-11-16 12:44:25 +01:00 |
Detlef Riekenberg
|
3c287f2049
|
localspl: Implement ConfigurePort.
|
2006-11-16 12:44:12 +01:00 |
Dmitry Timoshkov
|
a3722bf494
|
user: Use DDE critical section exclusively for instance list protection.
|
2006-11-16 12:44:04 +01:00 |
Dmitry Timoshkov
|
5ef324ee89
|
user: Set DDE errors in some failing cases.
|
2006-11-16 12:36:11 +01:00 |
Clinton Stimpson
|
4b292b0cb5
|
riched20: Fix key handling in dialogs.
|
2006-11-15 12:24:54 +01:00 |
Hans Leidekker
|
ae64a62241
|
setupapi: Implement SetupGetSourceInfo{A,W}.
|
2006-11-15 12:24:50 +01:00 |
Alexandre Julliard
|
1e6786699d
|
Revert "comctl32: Fix a potential regression in ImageList_ReplaceIcon()."
This reverts commit 9e772d1369 .
|
2006-11-15 11:33:35 +01:00 |
Andrew Talbot
|
fdd9a4e2a7
|
shell32: Cast-qual warnings fix.
|
2006-11-15 11:32:38 +01:00 |
Andrew Talbot
|
2f4bb7b78d
|
shell32: Cast-qual warnings fix.
|
2006-11-15 11:32:32 +01:00 |
Byeong-Sik Jeon
|
8a4fe8e6e4
|
user32: Update the edit control when the IME composition string is emptied.
|
2006-11-15 11:32:25 +01:00 |
Alexandre Julliard
|
6fa6cc7e83
|
kernel32/tests: Reserve some more memory for the environment.
|
2006-11-15 11:31:41 +01:00 |
Rob Shearman
|
8bb10f1082
|
rpcrt4: Use SecInvalidateHandle and SecIsValidHandle for handling RpcConnection::ctx instead of setting/comparing the field to 0.
|
2006-11-15 11:25:57 +01:00 |
Rob Shearman
|
51dd6f9fb8
|
rpcrt4: Add support for signing, verifying, encrypting and decrypting RPC packets.
|
2006-11-15 11:25:53 +01:00 |
Rob Shearman
|
8e178b2d4f
|
rpcrt4: Fix a crash in RPCRT4_OpenBinding that can occur if
RPCRT4_CreateConnection fails by checking the return value from the
function and returning in this case.
|
2006-11-15 11:25:44 +01:00 |
Rob Shearman
|
079b6b074c
|
rpcrt4: Add a FIXME for unsupported client protocol sequences.
|
2006-11-15 11:25:35 +01:00 |
Markus Amsler
|
ee7bf7954d
|
d3d8: Test AddRef with refcount==0.
|
2006-11-15 11:25:31 +01:00 |
Markus Amsler
|
577d5d2580
|
d3d8: Test refcount forwarding.
|
2006-11-15 11:25:18 +01:00 |
Markus Amsler
|
886c196e05
|
d3d8: Back buffer is identical to the render target, test it only once.
|
2006-11-15 11:25:07 +01:00 |
Sam Dennis
|
48c006621d
|
msvcrt: Use the custom vsnprintf implementation for msvcrt.vsprintf too.
|
2006-11-15 11:25:00 +01:00 |
Eric Pouech
|
5b1f3b14ca
|
ntdll: Fixed returned status for NtQueryThreadInformation's ThreadDescriptorTable
(spotted by Peter Oberndorfer).
|
2006-11-15 11:24:41 +01:00 |
Kovács András
|
9bf5140575
|
mshtml: HTMLElementCollection_item implementation.
|
2006-11-14 14:41:34 +01:00 |
Alexandre Julliard
|
63b62dc50b
|
msvcrt/tests: Clean up a temp file.
|
2006-11-14 12:00:38 +01:00 |
Alexandre Julliard
|
dc0c3677cd
|
shell32: Don't use the short path name to delete files in SHFileOperation.
|
2006-11-14 12:00:23 +01:00 |
Hwang YunSong(황윤성)
|
bbe4550b46
|
shdoclc: Updated Korean resource.
|
2006-11-14 11:59:36 +01:00 |
Mike McCormack
|
eadf2f82be
|
msi: Split MSI_CreatePackage into two functions.
|
2006-11-14 11:43:39 +01:00 |
Mike McCormack
|
032b1389b1
|
msi: Delete the tempfile created by GetTempFileName.
|
2006-11-14 11:43:34 +01:00 |
Mike McCormack
|
3c2e79e727
|
msi: Defer package deletion until after the database is closed.
|
2006-11-14 11:43:30 +01:00 |
Mike McCormack
|
c88c0b453d
|
msi: Remove track_tempfile()'s unused 2nd parameter.
|
2006-11-14 11:43:17 +01:00 |
Mike McCormack
|
f241daef54
|
msi: Always delete temp files after creating them.
|
2006-11-14 11:43:10 +01:00 |
Mike McCormack
|
6914c4749e
|
msi: Print a message if we fail to delete a file.
|
2006-11-14 11:43:05 +01:00 |
Huw Davies
|
4696417941
|
msxml3: Support both v 2.x and 3.0 version independent clsids as well as the v 3.0 version dependent clsid.
|
2006-11-14 11:42:24 +01:00 |
Huw Davies
|
9e1284df23
|
msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK.
|
2006-11-14 11:42:17 +01:00 |
Huw Davies
|
8518ee38e3
|
msxml3: Initialize the uuids that aren't in libuuid.
|
2006-11-14 11:42:14 +01:00 |
Jesse Allen
|
a697fe51e0
|
msvcrt: printf buffer overrun tests.
|
2006-11-14 11:37:40 +01:00 |
Jesse Allen
|
5b75c86921
|
msvcrt: Estimate required buffer size better in pf_vsnprintf.
|
2006-11-14 11:37:31 +01:00 |
Jesse Allen
|
fa8656f841
|
msvcrt: Free correct buffer in pf_vsnprintf.
|
2006-11-14 11:35:42 +01:00 |
Mike McCormack
|
f3c6114d75
|
comctl32: Remove a redundant variable.
|
2006-11-14 11:35:31 +01:00 |
Mike McCormack
|
9e772d1369
|
comctl32: Fix a potential regression in ImageList_ReplaceIcon().
|
2006-11-14 11:35:24 +01:00 |
Mike McCormack
|
2614e0ee91
|
comctl32: When removing an image, move the remaining images one forward, not one backwards.
|
2006-11-14 11:35:18 +01:00 |
Mike McCormack
|
8f375e70f8
|
user32: Print a fixme only once.
|
2006-11-14 11:35:13 +01:00 |
Mike McCormack
|
15446fb9c0
|
kernel32: Print a FIXME only once.
|
2006-11-14 11:35:11 +01:00 |
James Hawkins
|
31a9b087c1
|
msi: Notify the external UI handler when changing media.
|
2006-11-14 11:35:00 +01:00 |
Andrew Talbot
|
2f5824438e
|
setupapi: Cast-qual warning fix.
|
2006-11-14 11:34:51 +01:00 |
Andrew Talbot
|
fde63f9742
|
secur32: Cast-qual warning fix.
|
2006-11-14 11:34:42 +01:00 |
Andrew Talbot
|
5319668a30
|
rsaenh: Cast-qual warning fix.
|
2006-11-14 11:34:37 +01:00 |
Hans Leidekker
|
02c5df73d2
|
setupapi: Implement SetupGetSourceFileLocation{A,W}.
|
2006-11-14 11:34:31 +01:00 |
Hans Leidekker
|
709735e294
|
setupapi: The inf section suffix that corresponds to __x86_64 is .ntamd64.
|
2006-11-14 11:34:24 +01:00 |
Kai Blin
|
1037e20bc7
|
secur32: Fix handling of ISC_REQ* flags in InitializeSecurityContext.
|
2006-11-14 11:34:19 +01:00 |
Alexandre Julliard
|
00e097b6e3
|
winex11.drv: Update the X11 window position when the primary monitor origin changes.
|
2006-11-14 10:40:49 +01:00 |
Alexandre Julliard
|
a9f214cb0d
|
ntdll: Added support for reading directories using the BSD getdirentries function.
|
2006-11-13 15:42:48 +01:00 |
Paul Vriens
|
d4796304ad
|
comctl32: Remove deadcode (Coverity).
|
2006-11-13 14:51:20 +01:00 |
Andrey Turkin
|
131d9964b7
|
atl: Implement AtlModuleRegisterServer.
|
2006-11-13 14:44:06 +01:00 |
Andrey Turkin
|
da7bdf745f
|
atl: Implement AtlRegisterLoadTypeLib.
|
2006-11-13 14:43:57 +01:00 |
Andrey Turkin
|
8141b99d11
|
atl: Implement AtlModuleLoadTypeLib.
|
2006-11-13 14:43:45 +01:00 |
Andrey Turkin
|
19c2b0bb6a
|
atl: Fix incorrect prototypes.
|
2006-11-13 14:43:37 +01:00 |
Andrey Turkin
|
6ecdc5bbeb
|
atl: AtlAxGetHost and AtlAxGetControl implementation.
|
2006-11-13 14:43:02 +01:00 |
Andrey Turkin
|
26e6c13c43
|
atl: Host component implementation: IOleControlSite.
|
2006-11-13 14:42:50 +01:00 |
Andrey Turkin
|
566d5db2a2
|
atl: Host component implementation: IOleInPlaceFrame.
|
2006-11-13 14:39:40 +01:00 |
Andrey Turkin
|
39b17cab1d
|
atl: Host component implementation: IOleInPlaceSiteWindowless.
|
2006-11-13 14:39:26 +01:00 |
Andrey Turkin
|
6366a1b054
|
atl: Host component implementation: IOleContainer.
|
2006-11-13 14:39:01 +01:00 |
Andrey Turkin
|
7c5f011c11
|
atl: Implement AtlAxAttachControl.
|
2006-11-13 14:34:26 +01:00 |
Andrey Turkin
|
e1d94f3633
|
alt: Host component implementation: IOleClientSite.
|
2006-11-13 14:34:19 +01:00 |
Rob Shearman
|
fff2d8e82b
|
ole32: Re-enable the code that unregisters interfaces with the RPC runtime.
|
2006-11-13 14:32:45 +01:00 |
Rob Shearman
|
29a9abff8a
|
rpcrt4: Implement RpcServerUnregisterIf.
|
2006-11-13 14:32:41 +01:00 |
Rob Shearman
|
0b1cc1061b
|
rpcrt4: Convert the server interfaces list into a standard Wine list.
|
2006-11-13 14:32:24 +01:00 |
Rob Shearman
|
59a90143bf
|
rpcrt4: Fix a comment and move a WARN to where it really indicates a problem, rather than falsely triggering on normal conditions.
|
2006-11-13 14:32:21 +01:00 |
Alexandre Julliard
|
7a1522a20f
|
kernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.
Passing LC_ALL to setlocale() doesn't do what we want.
|
2006-11-13 14:27:00 +01:00 |
Mike McCormack
|
4811743b36
|
msi: Only free a string in one place.
|
2006-11-13 13:02:26 +01:00 |
Mike McCormack
|
959c71846d
|
msi: Fix error handling.
|
2006-11-13 13:02:22 +01:00 |
Mike McCormack
|
3ef703ad6c
|
msi: Track temp files as soon as they are created.
|
2006-11-13 13:02:15 +01:00 |
Mike McCormack
|
1767989bd1
|
msi: Fail if we can't write out a temporary file.
|
2006-11-13 13:02:12 +01:00 |
Mike McCormack
|
2a46821b82
|
msi: Fix an uninitialized variable in the test cases.
|
2006-11-13 13:02:03 +01:00 |
Mike McCormack
|
0b7a17d282
|
msi: Clean upstore_binary_to_temp.
|
2006-11-13 13:02:00 +01:00 |
Francois Gouget
|
1ccf944900
|
Assorted spelling fixes.
|
2006-11-13 13:01:53 +01:00 |