Hans Leidekker
378bb21f8e
msi: Bump version to 4.5.
2010-08-18 15:31:25 +02:00
Hans Leidekker
5d85497a15
msi: Handle signature filenames in short|long notation.
2010-08-18 15:31:18 +02:00
Hans Leidekker
0c044c10d0
msi/tests: Skip SourceDir tests on win9x.
2010-08-18 15:30:49 +02:00
Hans Leidekker
7c89d4f28f
msi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE for registry tests.
...
Works around test failures on 64-bit Windows where MsiInstallProduct
returns success even though the registry keys specified in the
Registry table are not created.
2010-08-18 15:30:43 +02:00
Hans Leidekker
4102156e0f
msi/tests: Fix some WoW64 test failures.
2010-08-18 15:30:28 +02:00
Hans Leidekker
46fb926501
mscms/tests: Mark some win98 test results as broken.
2010-08-18 15:29:38 +02:00
Alexandre Julliard
438835640f
configure: Require autoconf 2.62, older versions don't handle source dir symlinks correctly.
2010-08-18 12:01:37 +02:00
David Hedberg
20872fadce
explorerframe: Implement GetSelectedItems.
2010-08-18 11:29:33 +02:00
David Hedberg
29bf096f27
explorerframe: Implement GetNextItem.
2010-08-18 11:29:23 +02:00
David Hedberg
31f538516a
comctl32: Return 0 when extended item state is requested from a treeview.
2010-08-18 11:29:15 +02:00
David Hedberg
7e65349c0d
explorerframe: Implement SetItemState and GetItemState.
2010-08-18 11:29:02 +02:00
David Hedberg
4507905f8b
comctl32: Don't break on TVIS_NOSINGLEEXPAND.
2010-08-18 11:28:16 +02:00
David Hedberg
e7a3998c1f
explorerframe: Implement CollapseAll.
2010-08-18 11:26:21 +02:00
Luca Bennati
4a7628af8a
ipconfig: Add Italian translation.
2010-08-18 11:21:10 +02:00
Aurimas Fišeras
e948f3d649
ipconfig: Add Lithuanian translation.
2010-08-18 11:20:52 +02:00
Frédéric Delanoy
5131ce4671
ipconfig: Add French translation.
2010-08-18 11:20:33 +02:00
Piotr Caban
b13e3772d4
msvcp90: Added bad_alloc exception.
2010-08-18 11:19:13 +02:00
Piotr Caban
c83d56628a
msvcp90: Add exception throwing function.
2010-08-18 11:16:14 +02:00
Piotr Caban
51a55fc9e2
msvcp90/tests: Added allocator<char> tests.
2010-08-18 11:14:48 +02:00
Piotr Caban
2a866928c9
msvcp90: Added allocator<char> 64-bit exports.
2010-08-18 11:12:22 +02:00
Austin English
7cd7851ca1
kernel32: Add stub for SetFileValidData.
2010-08-18 11:12:07 +02:00
Matteo Bruni
0ac336ff5d
d3dcompiler_33: Stub dll.
2010-08-18 09:48:54 +02:00
Matteo Bruni
66d44999b8
d3dcompiler_34: Stub dll.
2010-08-18 09:48:43 +02:00
Matteo Bruni
8ea758387c
d3dcompiler_35: Stub dll.
2010-08-18 09:48:32 +02:00
Matteo Bruni
458eb08a30
d3dcompiler_36: Stub dll.
2010-08-18 09:48:20 +02:00
Andrew Talbot
aaf285c15d
crypt32: Constify some variables.
2010-08-18 09:47:42 +02:00
Austin Lund
c3f9a4c362
comctl32/tests: Do not perform comparison of dates if GetDateFormat fails.
2010-08-18 09:47:32 +02:00
Austin Lund
ffb680569a
advapi32/tests: Add more error reporting for ReportEvent tests.
2010-08-18 09:47:29 +02:00
Austin Lund
c98e6c09ae
advapi32: Add magic codes to HCRYPTKEY and HCRYPTHASH.
2010-08-18 09:47:27 +02:00
Thomas Mullaly
068450363e
urlmon: Added documentation for CreateUri and CreateUriWithFragment.
2010-08-18 09:44:16 +02:00
Thomas Mullaly
6e4ead77a7
urlmon: Implemented CreateUriWithFragment.
2010-08-18 09:43:43 +02:00
Thomas Mullaly
39001c30d3
urlmon/tests: Added testing suite for CreateUriWithFragment.
2010-08-18 09:43:37 +02:00
Thomas Mullaly
c88048f08f
urlmon: Added stub for CreateUriWithFragment.
2010-08-18 09:43:29 +02:00
Vincent Povirk
9d0cd09597
gdiplus: Add a fallback method for getting HDC's from Graphics objects.
...
Native does this in more cases (at least for all bitmap graphics
objects), but using gdi32 objects when we can should perform better.
2010-08-18 09:42:58 +02:00
Juan Lang
acda9f6ba9
iphlpapi: Don't overwrite last IPv4 address with first IPv6 address.
2010-08-18 09:41:46 +02:00
Henri Verbeet
6e09d7bd60
wined3d: Cleanup device_resource_released().
...
In particular, releasing a resource that's in use by the device or the
stateblock is always an internal error in either wined3d or the relevant
wined3d client library.
2010-08-18 09:41:32 +02:00
Henri Verbeet
35b9d3dbd8
wined3d: Release the previous render target only after replacing it in IWineD3DDeviceImpl_SetRenderTarget().
2010-08-18 09:41:26 +02:00
Henri Verbeet
125321d13c
wined3d: Don't print format IDs in decimal.
...
This is especially silly for FOURCC formats.
2010-08-18 09:41:07 +02:00
Henri Verbeet
fee9c1f2b5
ddraw: Remove a useless viewport callback.
2010-08-18 09:41:01 +02:00
Henri Verbeet
14399f6130
ddraw: Remove a useless material callback.
2010-08-18 09:40:55 +02:00
Henri Verbeet
06a44abc19
ddraw: Remove useless light callbacks.
2010-08-18 09:40:32 +02:00
Henri Verbeet
8394f00661
ddraw: Merge direct3d.c into ddraw.c.
2010-08-18 09:40:29 +02:00
Henri Verbeet
f06b22a537
wined3d: Add a TRACE to IWineD3DSurfaceImpl_LoadTexture().
2010-08-18 09:39:42 +02:00
Alexandre Julliard
d8c022071a
explorer: Only run the systray timer when a systray icon is present.
2010-08-18 09:31:26 +02:00
Damjan Jovanovic
1afc16e962
winex11.drv: Implement the DataObject for dragging from X and dropping to OLE.
2010-08-17 14:48:36 +02:00
Damjan Jovanovic
685e66e51d
winex11.drv: Implement a framework for dragging from X and dropping to OLE.
2010-08-17 14:48:02 +02:00
Damjan Jovanovic
6871341c3c
winex11.drv: Filter out all CF_* formats when CF_HDROP is present.
2010-08-17 14:44:36 +02:00
Damjan Jovanovic
ac8c6f2944
winex11.drv: Use a Wine list to store XDnD data.
2010-08-17 14:44:12 +02:00
Mariusz Pluciński
2464733ef3
gameux/tests: Add test of IGameExplorer2 creation.
2010-08-17 14:42:19 +02:00
Mariusz Pluciński
5aed3941ee
gameux: Add IGameExplorer2 implementation stub.
2010-08-17 14:42:10 +02:00