Nikolay Sivov [Sat, 6 Mar 2010 20:55:32 +0000 (23:55 +0300)]
shell32/shellview: Implemented IFolderView::GetFocusedItem.
Nikolay Sivov [Sat, 6 Mar 2010 20:54:03 +0000 (23:54 +0300)]
shell32/shellview: Implemented IFolderView::GetSelectionMarkedItem() with basic test.
Nikolay Sivov [Sat, 6 Mar 2010 20:53:38 +0000 (23:53 +0300)]
shell32/shellview: Remove unneeded memset, release browser reference on failure.
Nikolay Sivov [Sat, 6 Mar 2010 20:53:00 +0000 (23:53 +0300)]
shell32: Initial test file for IShellView/IFolderView, implemented IFolderView::GetSpacing.
Nikolay Sivov [Sat, 6 Mar 2010 20:48:34 +0000 (23:48 +0300)]
shell32/shellview: Use W-calls for menu handling, same for SendMessage to ListView window.
Nikolay Sivov [Sat, 6 Mar 2010 20:47:59 +0000 (23:47 +0300)]
shell32/shellview: Improve error handling on some helpers, fix possible leak.
Jacek Caban [Sat, 13 Mar 2010 15:46:18 +0000 (16:46 +0100)]
mshtml: Use user agent string in IOmNavigator::get_appVersion.
Jacek Caban [Sat, 13 Mar 2010 15:45:45 +0000 (16:45 +0100)]
mshtml: Forward setting document.location to window object.
Jacek Caban [Sat, 13 Mar 2010 15:45:30 +0000 (16:45 +0100)]
mshtml: Return S_OK from IHTMLDocument2::get_referrer.
Jacek Caban [Sat, 13 Mar 2010 15:45:15 +0000 (16:45 +0100)]
mshtml: Ignore load event on detached documents.
Jacek Caban [Sat, 13 Mar 2010 15:44:58 +0000 (16:44 +0100)]
shdocvw: Added more navigation tests.
Jacek Caban [Sat, 13 Mar 2010 15:44:43 +0000 (16:44 +0100)]
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_url if available.
Jacek Caban [Sat, 13 Mar 2010 15:44:24 +0000 (16:44 +0100)]
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_hlink if available.
Jacek Caban [Sat, 13 Mar 2010 15:44:08 +0000 (16:44 +0100)]
shdocvw: Pass post data as SAFEARRAY to on_before_navigate2.
Jacek Caban [Sat, 13 Mar 2010 15:43:48 +0000 (16:43 +0100)]
shdocvw: Separate document state from control state.
Jacek Caban [Sat, 13 Mar 2010 15:43:24 +0000 (16:43 +0100)]
shdocvw: Store object passed in DOCHOST_DOCCANNAVIGATE command.
Jacek Caban [Sat, 13 Mar 2010 15:43:06 +0000 (16:43 +0100)]
shdocvw: Use heap_alloc_zero to allocate DocHost objects.
Jacek Caban [Sat, 13 Mar 2010 15:42:45 +0000 (16:42 +0100)]
mshtml: Ignore EndLoad call if document is already detached.
Jacek Caban [Sat, 13 Mar 2010 15:42:25 +0000 (16:42 +0100)]
mshtml: Fixed ref count leak.
Paul Chitescu [Fri, 12 Mar 2010 12:15:51 +0000 (14:15 +0200)]
qedit: Implement buffering in SampleGrabber.
Paul Chitescu [Fri, 12 Mar 2010 09:35:27 +0000 (11:35 +0200)]
qedit: SampleGrabber pins should enumerate a preferred format only after the input pin is connected and a fully defined format is known.
Paul Chitescu [Fri, 12 Mar 2010 09:33:14 +0000 (11:33 +0200)]
qedit: In SampleGrabber ReceiveConnection check early the format type, return VFW_E_INVALIDMEDIATYPE like native.
Juan Lang [Fri, 12 Mar 2010 02:36:46 +0000 (18:36 -0800)]
iphlpapi: Implement GetAdaptersAddresses for IPv6 addresses.
Juan Lang [Fri, 12 Mar 2010 01:15:03 +0000 (17:15 -0800)]
iphlpapi: Pass address family to adapterAddressesFromIndex.
Juan Lang [Fri, 12 Mar 2010 01:07:37 +0000 (17:07 -0800)]
iphlpapi: Rename a function and variables to make it clearer they're related to IPv4 addresses.
Vincent Povirk [Wed, 10 Mar 2010 21:08:57 +0000 (15:08 -0600)]
ole32: Allow storage files with a block size of 4096 to open.
Vincent Povirk [Wed, 10 Mar 2010 21:03:35 +0000 (15:03 -0600)]
ole32: Remove knowledge of block sizes from the BigBlockFile object.
We can't determine the correct block size until we read the header, and we
can't create the BigBlockFile until we know the correct block size. To
solve this dilemma, have StorageImpl calculate the file size it needs instead
of asking the BigBlockFile to "ensure a big block exists".
Vincent Povirk [Wed, 10 Mar 2010 20:51:37 +0000 (14:51 -0600)]
ole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.
This should always be calculated based on the big block size.
Vincent Povirk [Wed, 10 Mar 2010 20:46:53 +0000 (14:46 -0600)]
ole32: Remove the BIG_BLOCK_SIZE define.
Big block sizes can be 512 or 4096, so we define arrays that are large
enough in either case.
Vincent Povirk [Wed, 10 Mar 2010 22:36:54 +0000 (16:36 -0600)]
ole32: Remove the unused BlockBits structures from BigBlockFile objects.
Vincent Povirk [Wed, 10 Mar 2010 20:03:12 +0000 (14:03 -0600)]
ole32: Fix the big block offset calculation.
Use the actual big block size from the open storage file. Also, remove a
special case that was only used for reading/writing the header.
Vincent Povirk [Wed, 10 Mar 2010 19:57:35 +0000 (13:57 -0600)]
ole32: Don't treat the header as a big block in StorageImpl_SaveFileHeader.
Vincent Povirk [Wed, 10 Mar 2010 19:49:04 +0000 (13:49 -0600)]
ole32: Don't treat the header as a big block in StorageImpl_LoadFileHeader.
The header is always 512 bytes, regardless of the big block size.
Andrew Nguyen [Mon, 8 Mar 2010 20:40:51 +0000 (14:40 -0600)]
wine.inf: Add LSA key under the HKLM control key.
Yann Droneaud [Mon, 8 Mar 2010 13:46:46 +0000 (14:46 +0100)]
configure: Fixed <linux/ppdev.h> test.
Yann Droneaud [Sun, 7 Mar 2010 21:37:23 +0000 (22:37 +0100)]
cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind).
Gerald Pfeifer [Sat, 6 Mar 2010 21:39:37 +0000 (22:39 +0100)]
ntdll: Avoid compiler warning in the default case in append_entry.
Gerald Pfeifer [Sat, 6 Mar 2010 13:55:51 +0000 (14:55 +0100)]
comdlg32: Remove unused parameters from CFn_WMMeasureItem and CFn_WMDrawItem.
Gerald Pfeifer [Sat, 6 Mar 2010 13:49:41 +0000 (14:49 +0100)]
comdlg32: Removed unused parameters from FILEDLG95_OnWMSize, FILEDLG95_OnWMCommand, and FD32_WMMeasureItem.
Gerald Pfeifer [Sat, 6 Mar 2010 13:42:25 +0000 (14:42 +0100)]
comdlg32: Removed unused parameters from PRINTDLG_WMInitDialogW and PRINTDLG_WMInitDialogA.
Juan Lang [Fri, 12 Mar 2010 18:38:46 +0000 (10:38 -0800)]
iphlpapi: Check for ifr_hwaddr member of struct ifreq.
Paul Vriens [Sat, 13 Mar 2010 10:26:14 +0000 (11:26 +0100)]
shlwapi/tests: Fix a test failure on NT4.
André Hentschel [Fri, 12 Mar 2010 19:02:08 +0000 (20:02 +0100)]
documentation: Keep README.de in sync.
Huw Davies [Fri, 12 Mar 2010 10:42:44 +0000 (10:42 +0000)]
wineps.drv: Retrieve the full printer name to avoid truncation when the name is 32 characters or longer.
Roderick Colenbrander [Thu, 11 Mar 2010 15:11:57 +0000 (16:11 +0100)]
opengl32: Add OpenGL 3.3/4.0 extensions.
Roderick Colenbrander [Thu, 11 Mar 2010 13:10:51 +0000 (14:10 +0100)]
wgl: Add more OpenGL diagnosing checks.
Dmitry Timoshkov [Wed, 10 Mar 2010 08:30:28 +0000 (16:30 +0800)]
gdi32: Fix GDI locking in SetBitmapBits.
Maarten Lankhorst [Wed, 10 Mar 2010 08:02:44 +0000 (09:02 +0100)]
dsound: Improve underrun behavior.
Michael Stefaniuc [Tue, 9 Mar 2010 22:48:31 +0000 (23:48 +0100)]
ddraw: Remove redundant memset.
André Hentschel [Tue, 9 Mar 2010 19:28:30 +0000 (20:28 +0100)]
oleaut32/tests: Remove a todo_wine from a dead test.
Nicolas Le Cam [Mon, 8 Mar 2010 21:26:29 +0000 (22:26 +0100)]
wine.inf: Define the Win64 DefaultInstall.Services section.
Vincent Povirk [Mon, 8 Mar 2010 21:38:22 +0000 (15:38 -0600)]
include: Add definitions for IWICBitmap.
Vincent Povirk [Mon, 8 Mar 2010 21:09:13 +0000 (15:09 -0600)]
gdiplus: Zero the MetafileHeader structure in GetMetafileHeader.
Since we return success, we should at least make sure the result is not
uninitialized memory.
Vincent Povirk [Mon, 8 Mar 2010 21:04:42 +0000 (15:04 -0600)]
gdiplus: Add a test for GdipGetMetafileHeaderFromMetafile.
Vincent Povirk [Mon, 8 Mar 2010 17:28:25 +0000 (11:28 -0600)]
gdiplus: Don't crash when creating a texture with NULL imageattributes.
Paul Vriens [Mon, 8 Mar 2010 14:09:29 +0000 (15:09 +0100)]
oleaut32/tests: Don't add typelib information to the registry.
Paul Vriens [Mon, 8 Mar 2010 10:16:15 +0000 (11:16 +0100)]
advapi32/tests: Restore default cryptographic provider after the tests.
Christian Costa [Mon, 8 Mar 2010 07:56:40 +0000 (08:56 +0100)]
d3dx9_36/tests: Fix contant table header in ctab data.
Christian Costa [Mon, 8 Mar 2010 07:56:34 +0000 (08:56 +0100)]
d3dx9: Add some shader definitions.
Christian Costa [Mon, 8 Mar 2010 07:56:28 +0000 (08:56 +0100)]
d3dx9: Fix typo in ID3DXConstantTable_SetMatrixTranspose macro.
Christian Costa [Mon, 8 Mar 2010 07:56:22 +0000 (08:56 +0100)]
d3dx9_36: Rename variables in D3DXGetShaderConstantTable(Ex) to match naming convention used in the file.
Christian Costa [Mon, 8 Mar 2010 07:55:58 +0000 (08:55 +0100)]
d3dxof: Avoid using strlen for specifying templates or objects size.
Christian Costa [Mon, 8 Mar 2010 07:55:52 +0000 (08:55 +0100)]
d3dxof: Fix tzip and bzip files tests on all windows platform.
Henry Kroll III [Sun, 7 Mar 2010 05:05:21 +0000 (21:05 -0800)]
notepad: Don't prompt to save empty Untitled file.
Paul Vriens [Sat, 6 Mar 2010 12:53:31 +0000 (13:53 +0100)]
msi/tests: Remove a key after running tests.
Vincent Povirk [Fri, 5 Mar 2010 17:03:18 +0000 (11:03 -0600)]
ole32: Allow CopyTo to succeed in spite of already open source streams.
Alexandre Julliard [Sat, 13 Mar 2010 18:24:46 +0000 (19:24 +0100)]
kernel32: Abstract the key creation routine and move the key existence check to the top-level function.
Alexandre Julliard [Sat, 13 Mar 2010 17:44:58 +0000 (18:44 +0100)]
makefiles: Don't recurse for the testclean target.
Alexandre Julliard [Sat, 13 Mar 2010 16:25:49 +0000 (17:25 +0100)]
krnl386.exe: Preload gdi and user when thunks are being used.
Alexandre Julliard [Fri, 5 Mar 2010 18:36:19 +0000 (19:36 +0100)]
Release 1.1.40.
Huw Davies [Fri, 5 Mar 2010 13:49:51 +0000 (13:49 +0000)]
shell32: Mask out the CSIDL_ flags.
Huw Davies [Fri, 5 Mar 2010 12:04:58 +0000 (12:04 +0000)]
shell32: Improve a TRACE and issue a FIXME if the interface is not implemented.
Alexandre Julliard [Fri, 5 Mar 2010 14:17:57 +0000 (15:17 +0100)]
ole32/tests: Avoid sizeof in traces.
Alasdair Sinclair [Fri, 5 Mar 2010 02:21:19 +0000 (02:21 +0000)]
gdiplus: Create a full BITMAPINFO to prevent clobbering memory with palette data.
Henri Verbeet [Fri, 5 Mar 2010 11:28:12 +0000 (12:28 +0100)]
server: Allow the debugger to be debugged.
Louis Lenders [Fri, 5 Mar 2010 11:00:37 +0000 (12:00 +0100)]
activeds: Add stub for ADsGetLastError.
Hans Leidekker [Fri, 5 Mar 2010 11:29:49 +0000 (12:29 +0100)]
winhttp: Implement WINHTTP_QUERY_STATUS_TEXT.
Hans Leidekker [Fri, 5 Mar 2010 11:29:17 +0000 (12:29 +0100)]
msi: Also update the UI when removing files listed in the RemoveFiles table.
Hans Leidekker [Fri, 5 Mar 2010 11:28:34 +0000 (12:28 +0100)]
msi: Update the UI in the RegisterUser action.
Hans Leidekker [Fri, 5 Mar 2010 11:28:11 +0000 (12:28 +0100)]
msi: Update the UI in the RegisterProduct action.
Hans Leidekker [Fri, 5 Mar 2010 11:27:49 +0000 (12:27 +0100)]
msi: Display the product code in the PublishProduct action.
Hans Leidekker [Fri, 5 Mar 2010 11:27:31 +0000 (12:27 +0100)]
msi: Update the UI in the MsiPublishAssemblies action.
Hans Leidekker [Fri, 5 Mar 2010 11:27:07 +0000 (12:27 +0100)]
msi: Update the UI in the MoveFiles action.
Hans Leidekker [Fri, 5 Mar 2010 11:26:41 +0000 (12:26 +0100)]
msi: Move the implementation of the MoveFiles action to files.c.
Hans Leidekker [Fri, 5 Mar 2010 11:26:21 +0000 (12:26 +0100)]
msi: Update the UI in the RemoveODBC action.
Hans Leidekker [Fri, 5 Mar 2010 11:25:55 +0000 (12:25 +0100)]
msi: Update the UI in the InstallODBC action.
Hans Leidekker [Fri, 5 Mar 2010 11:25:31 +0000 (12:25 +0100)]
msi: Display the product code in the FindRelatedProducts action.
Hans Leidekker [Fri, 5 Mar 2010 11:25:07 +0000 (12:25 +0100)]
msi: Properly update the UI in the DuplicateFiles and RemoveDuplicateFiles actions.
Hans Leidekker [Fri, 5 Mar 2010 11:24:41 +0000 (12:24 +0100)]
msi: Update the UI in the DeleteServices action.
Hans Leidekker [Fri, 5 Mar 2010 11:24:18 +0000 (12:24 +0100)]
msi: Display directory identifier instead of the full path in the CreateFolders action.
Hans Leidekker [Fri, 5 Mar 2010 11:23:53 +0000 (12:23 +0100)]
msi: Update the UI in the AppSearch action.
Hans Leidekker [Fri, 5 Mar 2010 11:23:22 +0000 (12:23 +0100)]
msi: Update the UI in the AllocateRegistrySpace action.
Alexandre Julliard [Fri, 5 Mar 2010 12:10:16 +0000 (13:10 +0100)]
winetest: Refuse to run if we cannot create a window.
Paul Andrew Panon [Fri, 5 Mar 2010 10:30:04 +0000 (02:30 -0800)]
wined3d: Update to add Mesa ATI card detection code.
Paul Vriens [Fri, 5 Mar 2010 10:45:40 +0000 (11:45 +0100)]
shlwapi/tests: Fix some test failures on Win9x/WinMe.
Paul Vriens [Fri, 5 Mar 2010 10:35:12 +0000 (11:35 +0100)]
shlwapi/tests: Skip some tests on Win9x/WinMe.
Paul Vriens [Fri, 5 Mar 2010 10:06:52 +0000 (11:06 +0100)]
gdi32/tests: Fix a test failure on Win9x/WinMe.
Jeff Zaroyko [Fri, 5 Mar 2010 06:00:00 +0000 (17:00 +1100)]
mmdevapi/tests: Fix a failing test for Vista/W2k8.
Nikolay Sivov [Thu, 4 Mar 2010 19:36:27 +0000 (22:36 +0300)]
shell32: Stub IShellView2::SelectAndPositionItem() over IFolderView::SelectAndPositionItems().
Nikolay Sivov [Thu, 4 Mar 2010 19:29:23 +0000 (22:29 +0300)]
shell32: Move SelectItem implementation to IFolderView and use it for IShellView::SelectItem.