Commit Graph

41695 Commits

Author SHA1 Message Date
Rob Shearman
2a9fae7565 rpcrt4: Set the destination pointer in PointerUnmarshall before calling the referenced type's unmarshalling routine.
When a pointer that is dereferenced is encountered then this can result 
in a stale pointer (i.e. the one that is marshalled into the buffer for 
the embedded pointer unmarshalling case) being used instead of the one 
that was intended.
2007-12-04 18:18:01 +01:00
Jacek Caban
b12ebbdaca mshtml: Added DIID_HTMLTableEvents connection point. 2007-12-04 18:17:29 +01:00
Jacek Caban
cd68aacbbc mshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object. 2007-12-04 18:17:21 +01:00
Jacek Caban
2bcd1f0e9e mshtml: Added IConnectionPointContainer iface to all HTMLElement objects. 2007-12-04 18:17:17 +01:00
Jacek Caban
a9e77575b3 mshtml: Initialize HTMLElement in the beginning of constructors. 2007-12-04 18:17:13 +01:00
Jacek Caban
a1bdef2d62 mshtml: Make IConnectionPointContainer more flexible. 2007-12-04 18:17:08 +01:00
James Hawkins
440af17322 msi: Test the CompLocator subset of the AppSearch action. 2007-12-04 18:17:01 +01:00
Stefan Dösinger
1ac109e5a0 wined3d: Use the proper drawable size when clearing. 2007-12-04 14:32:39 +01:00
Stefan Dösinger
fce9abd095 wined3d: Clear honors the viewport. 2007-12-04 14:32:39 +01:00
Stefan Dösinger
bd10d5261f wined3d: Fixes for drawable handling in Clear. 2007-12-04 14:32:39 +01:00
Stefan Dösinger
a4461e03f7 wined3d: Disable the scissor test when blitting. 2007-12-04 14:32:39 +01:00
Stefan Dösinger
fcb49934d0 wined3d: Retrieve the height properly when setting the viewport. 2007-12-04 14:32:39 +01:00
Stefan Dösinger
8689fe32c6 wined3d: Use the proper drawable size when setting the scissor rect. 2007-12-04 14:32:39 +01:00
Stefan Dösinger
9bc6200ece wined3d: Add a method for querying the gl drawable size of rendertarget. 2007-12-04 14:32:39 +01:00
Andrew Talbot
a06caa0e66 crypt32: Remove unnecessary casts. 2007-12-04 14:32:39 +01:00
Andrew Talbot
750a56016d comdlg32: Remove unnecessary casts. 2007-12-04 14:32:39 +01:00
Kirill K. Smirnov
a9491cf0cd winhelp: Use HEAP_ZERO_MEMORY instead of setting individual fields to zero. 2007-12-04 14:32:38 +01:00
Jonathan Ernst
da32b24508 wineboot: New French translation. 2007-12-04 13:38:56 +01:00
Jonathan Ernst
4723cf938b browseui: Updated French translation. 2007-12-04 13:38:48 +01:00
Jonathan Ernst
b019200a1e shell32: Updated French translation. 2007-12-04 13:38:40 +01:00
Rob Shearman
a016d7b335 rpcrt4: Handle all non-continuable exceptions in CStdStubBuffer_Invoke. 2007-12-04 13:33:10 +01:00
Rob Shearman
b711d35d40 ole32: Fix the test of the size returned from WdtpInterfacePointer_UserSize.
It varies on different versions of Windows, so we shouldn't test it for 
an exact value.
2007-12-04 13:32:45 +01:00
Rob Shearman
6dcc3fe62e rpcrt4: Put the delegating stub thunks in an executable memory page, rather than on the heap. 2007-12-04 13:32:41 +01:00
Rob Shearman
341208bf1b rpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubInitialize, just like we do in NdrProxyInitialize. 2007-12-04 13:32:29 +01:00
Rob Shearman
f191f59ee4 rpcrt4: Flesh out more of the IRpcChannelBuffer vtable to make the test_delegating_Invoke test succeed on Windows. 2007-12-04 13:31:59 +01:00
Hans Leidekker
8f3afb4120 kernel32: Implement and test {G, S}etConsoleInputExeName{A, W}. 2007-12-03 16:03:23 +01:00
Hans Leidekker
8487c2dd2a gdi32: Implement GetTextExtentExPointI. 2007-12-03 15:54:05 +01:00
Alexandre Julliard
7a4e3a1011 shell32: Get rid of the internal _InsertMenuItem function. 2007-12-03 15:49:51 +01:00
Alexander Nicolaysen Sørnes
cf8c1d60a1 shell32: Localize file context menu. 2007-12-03 14:56:30 +01:00
Zac Brown
6ad1ef7a28 wininet: Add test for FtpGetCurrentDirectoryA in wininet/tests/ftp.c. 2007-12-03 14:50:52 +01:00
Zac Brown
b9b900f4b8 wininet: Fix FtpGetCurrentDirectoryW to handle bad input. 2007-12-03 14:50:47 +01:00
Detlef Riekenberg
b94ebc4ebf schannel: Add version resource. 2007-12-03 14:44:18 +01:00
Detlef Riekenberg
6c0f85c8a6 rsabase: Add version resource. 2007-12-03 14:44:07 +01:00
Detlef Riekenberg
14ac9c915d wine.inf: Add more fake dlls. 2007-12-03 14:43:45 +01:00
Aric Stewart
6312ccca55 uninstaller: Iterate keys in HKEY_CURRENT_USER also as some programs install their uninstall information there. 2007-12-03 14:43:38 +01:00
Kirill K. Smirnov
33a05f088e winhelp: Enlarge font size by 3 as native winhelp does. 2007-12-03 14:43:28 +01:00
Kirill K. Smirnov
2c52f8883d winhelp: Rewrite internal files lookup using B+ tree search. Add some sanity checks. 2007-12-03 14:43:21 +01:00
Kirill K. Smirnov
f4023569b3 winhelp: Rewrite Context support using B+ tree search. 2007-12-03 14:43:15 +01:00
Kirill K. Smirnov
6e002c59ce winhelp: Implement generic B+ tree search function. 2007-12-03 14:42:37 +01:00
Kirill K. Smirnov
bef9ab5dd5 winhelp: winhelp 3.0 uses page numbers instead of hash values. 2007-12-03 14:39:41 +01:00
Kirill K. Smirnov
ee863153cd winhelp: Add support for winhelp 3.0 topics. 2007-12-03 14:39:29 +01:00
Kirill K. Smirnov
73e9173e7c winhelp: Add support for winhelp 3.0 phrases. 2007-12-03 14:39:18 +01:00
Kirill K. Smirnov
1fdd01966c winhelp: Correctly deal with various TopicBlockSize/Compression combinations. Simplify HLPFILE_Uncompress_Topic function. 2007-12-03 14:39:03 +01:00
James Hawkins
c77d200f27 msi: Add a stub implementation of MsiEnumComponentCostsW. 2007-12-03 14:03:11 +01:00
James Hawkins
b57a2f93a9 msi: Implement the Version property of the Installer object. 2007-12-03 14:03:06 +01:00
James Hawkins
6a30e1b0b4 msi: Test the CCPSearch action. 2007-12-03 14:03:00 +01:00
Alexandre Julliard
3ae370dc71 ntdll: Added a sleep in NtGet/SetContextThread, a yield is not enough on some kernels. 2007-12-03 13:55:25 +01:00
James Hawkins
80bbf58378 msi: Use a hash table for reordering rows in a WHERE query to conserve space. 2007-12-03 13:44:46 +01:00
Stefan Dösinger
79e13d17be wined3d: Add parentheses to a flag check. 2007-12-03 13:44:41 +01:00
Stefan Dösinger
7ba04e6132 wined3d: Detect the Intel GPU in macbooks. 2007-12-03 13:44:31 +01:00