Jacek Caban
124cb44903
mshtml: Start binding asynchronously.
2007-02-12 13:43:20 +01:00
Jacek Caban
48b445b80d
mshtml: Move AddRequest call to OnStartBinding.
2007-02-12 13:42:03 +01:00
Jacek Caban
2e53ac9d8e
mshtml: Remove no longer used [Get|Set]Moniker functions.
2007-02-12 13:41:51 +01:00
Alexandre Julliard
fe57f04a44
mshtml: Don't test the contents of an output parameter.
2007-02-12 13:41:35 +01:00
Jacek Caban
0da187dda8
mshtml: Don't store moniker in nsURI.
2007-02-12 13:41:22 +01:00
Jacek Caban
5ea16d7856
mshtml: Added [Set|Get]WineURL functions to nsIWineURI.
2007-02-12 13:39:07 +01:00
Jacek Caban
8beb142b94
mshtml: Store URL in unicode in nsURI.
2007-02-12 13:38:58 +01:00
Jacek Caban
961627d344
shlwapi: Fix handling mk URLs.
2007-02-12 12:40:01 +01:00
Jacek Caban
557e4d308b
shlwapi: Unicodified scheme detecting code.
2007-02-12 12:39:54 +01:00
Jacek Caban
73452e90a4
itss: Fix handling URLs without '/' in object name.
2007-02-12 12:39:42 +01:00
Duane Clark
5bc1a8de87
treeview: Scrolling does not cause label being edited to lose focus.
2007-02-12 12:39:34 +01:00
Mike McCormack
d0e12bdef7
msi: Split process_handle() into two separate functions.
2007-02-12 12:39:05 +01:00
Mikołaj Zalewski
33ee219ce3
shell32: Allow overwriting files in SHFileOperation(FO_COPY) (with confirmation dialogs).
2007-02-12 12:38:57 +01:00
Mikołaj Zalewski
c55277c7e1
shell32: Add a confirmation dialog with a "Yes to All" option.
2007-02-12 12:38:39 +01:00
Mikołaj Zalewski
474bf4fc4b
shell32: Make sure BrowseForFolder doesn't return NULL for the Desktop folder as this means a cancel.
2007-02-12 12:38:33 +01:00
Stefan Dösinger
fa97fbdcad
wined3d: Make shader_cleanup more useful.
2007-02-12 12:37:48 +01:00
Stefan Dösinger
67b1f4a7e9
wined3d: BeginScene and EndScene tests and fixes.
2007-02-12 12:08:34 +01:00
Alexandre Julliard
1df72cc794
Make.rules: Automatically generate the header for all types of idl sources.
2007-02-09 14:32:57 +01:00
Francois Gouget
abedd3df59
shell32/tests: wnsprintfA() is missing on Win9x, so use sprintf() instead.
2007-02-09 14:32:57 +01:00
Francois Gouget
f97a2f9def
shell32/tests: Fix test_GetDisplayName() to cope with a left-over test directory.
2007-02-09 14:32:57 +01:00
Francois Gouget
14712ece18
shell32/tests: ILFree() and ILIsEqual() are exported by ordinal only on Win9x. So use GetProcAddress().
2007-02-09 14:32:57 +01:00
Francois Gouget
f3899c2651
ntdll: Better match the PSDK types and fix the winapi_check warnings.
2007-02-09 14:32:57 +01:00
Francois Gouget
7a37f21a78
ntdll: The fourth parameter of RtlUnwind() is a pointer, not a long.
2007-02-09 14:32:56 +01:00
Francois Gouget
589fcd8ccf
ntdll: ZwRaiseException() is not a register function.
2007-02-09 14:32:56 +01:00
Marcus Meissner
beb603e908
kernel32/tests: Fixed several uninitialized variables.
2007-02-09 12:07:14 +01:00
Paul Vriens
7100dd4b33
user32/listbox: Remove deadcode (Coverity).
2007-02-09 12:05:26 +01:00
Eric Pouech
f415b5ddeb
msvcrt: Use raise(SIGABRT) for abort() and assert().
2007-02-09 11:50:37 +01:00
Eric Pouech
bb5a20c61a
msvcrt: Implemented the raise function.
2007-02-09 11:50:25 +01:00
Eric Pouech
9f309b32e6
msvcrt: Reset a signal to DFL before it's used.
2007-02-09 11:50:16 +01:00
Paul Vriens
1f5e5a2b75
wininet/ftp.c: Fix some returned error codes.
2007-02-09 11:50:09 +01:00
Konstantin Kondratyuk
4f976741a4
ntdll: Add Omsk time zone.
2007-02-09 11:50:04 +01:00
Marcus Meissner
c05b43f464
kernel32: Remove CloseHandle call.
2007-02-09 11:49:56 +01:00
Marcus Meissner
b224319a26
devenum: Initialize hKeysub.
2007-02-09 11:49:03 +01:00
Marcus Meissner
a4c47c9ec3
ntdll: Initialize needs_close to FALSE.
2007-02-09 11:48:55 +01:00
Marcus Meissner
ddb5720118
riched20: Removed more dead code.
2007-02-09 11:48:46 +01:00
Vitaly Lipatov
c8bcbdb90d
Some fixes in russian resources.
2007-02-09 11:48:28 +01:00
James Hawkins
5b8282120a
msi: Don't skip files continued from a previous cabinet.
2007-02-08 13:01:40 +01:00
Mikołaj Zalewski
3ea059c9d7
comctl32: listview: Create the LISTVIEW_INFO in WM_NCCREATE.
2007-02-08 13:01:18 +01:00
Rob Shearman
30b6f9acd6
oleaut32: Fix the return value of ITypeInfo::Invoke when the property-put named argument isn't DISPID_PROPERTYPUT.
2007-02-08 12:59:36 +01:00
Rob Shearman
a3235dd1d4
oleaut32: Implement automatic value getting in ITypeInfo::Invoke.
...
If an IDispatch object is returned from in the retval for a propget
function and an extra parameter was passed in to ITypeInfo::Invoke then
it should call IDispatch::Invoke on the returned object with the extra
parameter to retrieve the value of the object, which is then returned in
pVarResult.
2007-02-08 12:59:32 +01:00
Rob Shearman
8b43f8bec9
oleaut32: Fix the IDL for the "Value" method in the tmarshal tests.
2007-02-08 12:59:26 +01:00
Rob Shearman
d794398e73
oleaut32: Comment out "dual" attribute of IKindaEnumWidget in tmarshal test to cause the interface to be marshaled correctly.
...
This fixes a bunch of tmarshal tests.
2007-02-08 12:59:23 +01:00
Rob Shearman
d2a38cef99
oleaut32: Always register the typelib for the tmarshal tests.
2007-02-08 12:58:35 +01:00
Jacek Caban
6299859ee7
urlmon: Fix continue_call handling.
2007-02-08 11:56:59 +01:00
Jacek Caban
88f76cc29e
urlmon: Call OnProgress directly in report_data.
2007-02-08 11:56:51 +01:00
Jacek Caban
4613567d32
urlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND) implementation.
2007-02-08 11:56:46 +01:00
Jacek Caban
f799192b3e
urlmon: Fix ReportResult on async protocols.
2007-02-08 11:56:33 +01:00
Mike McCormack
94edfde1d9
msi: Register the typelib.
2007-02-08 11:56:16 +01:00
Kevin Koltzau
05c0df15e2
ntdll: Fix compile errors for Win64.
2007-02-08 11:56:03 +01:00
Andrew Talbot
a9446b9c5c
winex11.drv: Remove unused items.
2007-02-08 11:55:44 +01:00
Louis Lenders
0679dee775
user32: Don't crash if a WM_NCCREATE message is sent with lParam=0.
2007-02-08 11:55:16 +01:00
Paul Vriens
aaa1c802a4
comctl32/tests: Fix typo (Coverity).
2007-02-07 22:06:00 +01:00
Rob Shearman
7574fede93
oleaut32: Fix a one-off test failure in the tmarshal tests - TYPE_E_LIBNOTREGISTERED is an expected return value.
2007-02-07 21:45:12 +01:00
Rob Shearman
0f45b2badf
oleaut32: A value of PARAMFLAG_FNONE for wParamFlags means that the parameter is also marshaled and unmarshaled in the PARAMFLAG_FOUT case.
2007-02-07 21:45:06 +01:00
Jacek Caban
2eb2d74052
urlmon: Use queue for whole ReportData implementation.
2007-02-07 21:44:51 +01:00
Jacek Caban
16bf14d129
urlmon: Added ReportProgress(BINDSTATUS_BEGINDOWNLOADDATA) implementation.
2007-02-07 21:44:44 +01:00
Jacek Caban
4e4b589079
urlmon: Use custom task structs.
2007-02-07 21:44:38 +01:00
Jacek Caban
079e3822bc
urlmon: Use proc instead of enum in task queue.
2007-02-07 21:44:30 +01:00
Jacek Caban
e8d2b54309
urlmon: Unlock protocol only if it was locked.
2007-02-07 21:44:18 +01:00
Jacek Caban
451a8a6dd0
urlmon: Set BINDF_NEEDFILE flag for all not urlmon protocols.
2007-02-07 21:44:13 +01:00
Ken Thomases
d19a789fa2
winecoreaudio.drv: Remove obsolete FIXME.
2007-02-07 21:44:04 +01:00
Francois Gouget
4485b4506b
credui: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:35 +01:00
Francois Gouget
1fbd417ce9
atl: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:21 +01:00
Francois Gouget
99df8e8db4
browseui: Add missing '\n's to ok() calls.
2007-02-07 21:42:05 +01:00
Francois Gouget
45d5ff01a6
rpcrt4: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:02 +01:00
Paul Vriens
37eb0955cd
wininet/tests: Add a few more tests.
2007-02-07 21:41:58 +01:00
Paul Vriens
70be65b76e
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:53 +01:00
Paul Vriens
ce8ededf3b
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:44 +01:00
Paul Vriens
e849f758ba
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:37 +01:00
Paul Vriens
00ff67ef09
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:30 +01:00
Paul Vriens
a571476a74
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:23 +01:00
Paul Vriens
7a1ef2c1ef
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:16 +01:00
Paul Vriens
7c7271d465
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:07 +01:00
Paul Vriens
2831cf5d3e
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:41:00 +01:00
Paul Vriens
0e8ad3019a
wininet/ftp: Remove unneeded (double) checks.
2007-02-07 21:40:52 +01:00
Michael Stefaniuc
b6bf3d9c1d
browseui: Move 'static' to the beginning of the declaration specifier.
2007-02-07 21:40:44 +01:00
Mike McCormack
3ca5f8bbf9
msi: Add a test for the version method.
2007-02-07 21:40:09 +01:00
Clinton Stimpson
7432a715ed
user32: Add test cases for update rects affected by ShowWindow.
2007-02-07 20:44:03 +01:00
Aric Stewart
ea60a508b1
user32: We are calculating the height for the drop down based on
...
number of items however the if statement used nIHeight (just the
height of 1 item) and not nHeight (the height all the items).
2007-02-07 20:43:58 +01:00
Alexandre Julliard
2851b31f4c
msvcrt: Implement fopen/wfopen on top of fsopen/wfsopen instead of the other way around.
2007-02-07 13:25:29 +01:00
Peter Oberndorfer
712e67723a
msi: Clean up magic numbers.
2007-02-07 11:35:17 +01:00
Peter Oberndorfer
c1b7a825ff
msi: Honor attributes for combobox.
2007-02-07 11:35:09 +01:00
Peter Oberndorfer
a5277fb53b
msi: Honor msidbControlAttributesSorted attribute for list box.
2007-02-07 11:34:32 +01:00
Juan Lang
24dbdf8fa5
msvcrt: Implement _mbbtype according to MSDN.
2007-02-07 11:34:26 +01:00
Mikołaj Zalewski
dbef32e4ed
shell32: shlfileop tests: Avoid buffer overflows for paths.
2007-02-07 11:34:22 +01:00
Vitaliy Margolen
8e52754226
winex11drv: Do extra error checking when opening XInput device.
2007-02-07 11:34:13 +01:00
Paul Vriens
0cc5a68e2c
wininet/ftp.c: Remove unneeded check.
2007-02-07 11:03:59 +01:00
Paul Vriens
f5035577fb
urlmon: Cast-qual warning fixes.
2007-02-07 11:03:50 +01:00
Paul Vriens
bb6e47af6c
urlmon: Cast-qual warning fix.
2007-02-07 11:03:44 +01:00
Misha Koshelev
d8b00a071d
msi: Make sure to ignore UI level flags in dialog and files as well.
2007-02-07 11:03:39 +01:00
Andrew Talbot
0b1fb44aaf
shell32: Declare some functions static.
2007-02-07 11:03:33 +01:00
Andrew Talbot
388fe7e371
shell32: Declare some functions static.
2007-02-07 11:03:28 +01:00
Andrew Talbot
dfe3d5b88c
shell32: Declare some functions static.
2007-02-07 11:03:22 +01:00
Andrew Talbot
434c24d83b
shell32: Declare some functions static.
2007-02-07 11:03:15 +01:00
Mikołaj Zalewski
dadc4248cf
comctl32: toolbar: Copy bitmaps with CopyImage so that it works also for DIBs (based on a patch by Oleg Krylov).
2007-02-07 11:03:09 +01:00
Felix Nawothnig
79e265accd
comctl32: Remove unnecessary and misused mask member from TAB_ITEM.
2007-02-07 11:03:01 +01:00
Jacek Caban
42dda83b3f
itss: Allow reading from ReportData call.
2007-02-06 22:07:21 +01:00
Jacek Caban
e39a96c5fb
urlmon: Fix zone tests.
2007-02-06 22:07:16 +01:00
Jacek Caban
719bfaf4b0
hhctrl.ocx: Use mk as default protocol and code clean up.
2007-02-06 22:07:10 +01:00
Jacek Caban
f9a7886121
hhctrl.ocx: Use SetWindowRects to set WebBrowser's size.
2007-02-06 22:07:03 +01:00
Jacek Caban
8baee578cc
hhctrl.ocx: Remove useless SetHostNames call.
2007-02-06 22:06:57 +01:00
Rob Shearman
e88d033044
oleaut32: Ignore the first named argument when invoking property-put methods
...
as it is mandatory and doesn't indicate that the arguments will be
passed in as named ones.
2007-02-06 22:06:16 +01:00
Rob Shearman
21140a9a53
oleaut32: Add support for named arguments in ITypeInfo::Invoke.
2007-02-06 22:05:59 +01:00
Rob Shearman
702e2c6dc2
oleaut32: Copy the value directly returned from the called function
...
if it is not an HRESULT value, instead of getting it from a [retval]
attribute.
2007-02-06 22:05:50 +01:00
Rob Shearman
8f38cd8c8c
oleaut32: Fix the missing argument handling for non-byref variant arguments.
2007-02-06 21:36:34 +01:00
Rob Shearman
e2108feec4
oleaut32: If an error info object was created when the invoked method failed then fill in exception info from the error info object.
2007-02-06 21:36:13 +01:00
Rob Shearman
cb9c40a8cf
ole32: Add the external references that the server gave to us to any existing ifproxy,
...
so that the right external reference count is released when the proxy is destroyed.
Protect all changes to refs in the ifproxy using interlocked functions
and update the thread-safety documentation.
2007-02-06 21:35:25 +01:00
Rob Shearman
723592cf5a
ole32: Release iobject and the IRpcStubBuffer object no matter which code path we take.
...
Otherwise we would leak a reference for both of these if the ifstub was already created.
Fix the FIXME in the code by releasing the stub manager if necessary.
2007-02-06 21:33:47 +01:00
Rob Shearman
65f1d6a38e
comctl32: Fix the computation of the select bounds item rect
...
and fixup the places that depended on the old behaviour.
2007-02-06 21:32:46 +01:00
Rob Shearman
30f2b444c6
oleaut32: Add a wrapper around the channel supplied to the IDispatch proxy
...
to fixup the IID used to connect to the server and fix somewhat common
"err:rpc:RPCRT4_OpenBinding" messages.
2007-02-06 21:32:11 +01:00
Peter Oberndorfer
91bf34f610
msi: Do not use a static variable to save the insertion position for the listview.
2007-02-06 20:36:33 +01:00
Peter Oberndorfer
9afb0f39a8
msi: Store value of the property with each listbox element.
...
This makes sure the property is set to the right value even when order in listbox is changed.
2007-02-06 20:36:12 +01:00
Peter Oberndorfer
69448afdc7
msi: Do not store property for each listbox element, as it is the same one for the whole listbox.
...
Remove struct msi_listbox_item as it only contains 1 element now.
2007-02-06 20:35:19 +01:00
Peter Oberndorfer
79d2f76b8e
msi: Only insert entries into listbox if property value matches.
2007-02-06 20:35:03 +01:00
Clinton Stimpson
f3bcc0c4f8
user32: WM_SETFONT on button doesn't repaint directly.
2007-02-06 20:23:33 +01:00
Vitaliy Margolen
a06821765a
dinput: Don't reset dead zone and saturation when setting data format.
...
Additional tests indicate that native doesn't touch previously set
properties.
2007-02-06 20:23:28 +01:00
Rob Shearman
aa4f89c84d
credui: Fix the order of the controls in the dialog so that the
...
keyboard shortcuts work correctly and so that tabbing through the
controls behaves as the user expects.
2007-02-06 20:23:24 +01:00
Huw Davies
a09cd1b88a
oleaut32: Call SearchPath before LoadLibrary so that we get the full path of native exes and dlls.
...
For builtin dlls prepend the system directory.
2007-02-06 20:23:16 +01:00
Misha Koshelev
12e3d642dd
kernel32: CreateThread returns NULL on error, not INVALID_HANDLE_VALUE.
2007-02-06 20:23:12 +01:00
Alexandre Julliard
6f2dd76750
ntdll: Clear the DebugInfo field when a shared heap critical section is made global.
2007-02-06 18:02:16 +01:00
Marcus Meissner
3afd7282bd
winex11.drv: Removed dead code (Coverity).
2007-02-06 14:59:40 +01:00
Marcus Meissner
886b15e723
riched20: Fixed wrong condition (Coverity).
2007-02-06 14:59:26 +01:00
Damjan Jovanovic
65d9723dc4
msvcrt: Align struct _stati64's st_size on an 8 byte boundary.
2007-02-06 13:28:36 +01:00
Francois Gouget
0f376b4874
ntdll: Add a stub API documentation to make winapi_check happy.
2007-02-06 13:26:40 +01:00
Francois Gouget
c03ae82773
hid: Add the hidsdi.h header.
2007-02-06 13:25:00 +01:00
Francois Gouget
62662d21dd
rpcrt4: Improve the prototypes Win64 compatibility by replacing long with LONG.
2007-02-06 13:23:53 +01:00
Francois Gouget
a7f7812be9
atl: Protect atlwin.h against multiple inclusions.
2007-02-06 13:21:36 +01:00
Francois Gouget
b230cce9cb
winspool.drv: Remove unneeded cast.
2007-02-06 13:21:06 +01:00
Francois Gouget
0271a09d4c
Add missing '\n's in traces.
2007-02-06 13:20:59 +01:00
Mike McCormack
4c46194cf5
ole32: Add a few more tests for transacted storage.
2007-02-06 13:20:37 +01:00
Mike McCormack
224ead8253
msi: Test the dispid for CreateRecord.
2007-02-06 13:20:29 +01:00
Mike McCormack
59736773d7
msi: Add the generated typelib to the resources.
2007-02-06 13:20:26 +01:00
Mike McCormack
a16e5151da
msi: Factor out code to calculate column offsets.
2007-02-06 13:20:17 +01:00
Mike McCormack
824b89987a
msi: Add a test showing MsiGetProperty returns correct values.
2007-02-06 13:20:12 +01:00
Jan Zerebecki
ea6ee42c71
urlmon: Remove redundant const.
2007-02-06 13:20:03 +01:00
Misha Koshelev
ecd20e28ac
msi: InstallPackage check for UI level must not disregard flags.
2007-02-06 13:19:55 +01:00
Andrew Talbot
550ea86ffd
wineps.drv: Declare some functions static.
2007-02-06 13:19:46 +01:00
Andrew Talbot
eeea88e305
wineps.drv: Remove unused functions.
2007-02-06 13:19:37 +01:00
Andrew Talbot
b9b2fef0a1
user32: Remove unused function.
2007-02-06 13:19:30 +01:00
Andrew Talbot
8145f97efd
winemp3.acm: Remove unused functions.
2007-02-06 13:19:26 +01:00
Andrew Talbot
8246b6cd30
shell32: Remove unused function.
2007-02-06 13:19:22 +01:00
Andrew Talbot
9bf24d6af7
user32: Remove unused variables.
2007-02-06 13:19:18 +01:00
Mikołaj Zalewski
7206e10673
browseui: Implement and test ACLMulti.
2007-02-06 12:40:37 +01:00
Mikołaj Zalewski
719088ca85
browseui: Add class factory.
2007-02-06 12:34:22 +01:00
Mikołaj Zalewski
ea0361f3e1
browseui: Add the browseui DLL.
2007-02-06 12:31:27 +01:00
Paul Vriens
46812a4bba
wininet: Remove unused function.
2007-02-06 12:30:45 +01:00
Vitaliy Margolen
17839bab6c
dinput: Use correct flag for object instance.
...
DIDFT_AXIS is a generic mask for absolute and relative axes.
2007-02-06 12:30:39 +01:00
Vitaliy Margolen
10fca47ba4
dinput: Look for all available js* joystick devices.
2007-02-06 12:30:34 +01:00
Kai Blin
7325bbd127
secur32: Fix ntlm_auth version number check when registering the NTLM SSP.
2007-02-06 12:30:21 +01:00
Kai Blin
809e4124d7
secur32: Bump minimal required samba version to 3.0.25, 3.0.24 is a bugfix release.
2007-02-06 12:30:16 +01:00