Commit graph

72199 commits

Author SHA1 Message Date
Rico Schüller
4a3da6e190 dxgi: Fix IWineD3DSwapChain_GetParent() call. 2010-09-27 14:10:43 +02:00
Alasdair Sinclair
e3788512ad shell32/test: Prevent crash on cleanup if tests fail. 2010-09-27 14:10:43 +02:00
Juan Lang
1e09999350 ws2_32: Unpack ioctl codes in WSAIoctl trace. 2010-09-27 12:10:52 +02:00
Eric Pouech
eabe3b34b2 kernel32: Only reset the console mode when it has been previously changed. 2010-09-27 12:09:33 +02:00
Lauri Kenttä
1264ec931e shell32: Update Finnish translation. 2010-09-27 12:09:24 +02:00
Lauri Kenttä
488e2bbcaf comdlg32: Update Finnish translation. 2010-09-27 12:09:19 +02:00
Alexandre Julliard
9dd743fddc configure: Support specifying a .rules.in file as dependency. 2010-09-25 12:24:36 +02:00
Alexandre Julliard
52c9e85b19 configure: Make the ac_dir variable contain the full directory name for all types of make rules. 2010-09-25 12:05:49 +02:00
Alexandre Julliard
c57aa38e86 configure: Automatically append the makedep dependency to all makefile rules. 2010-09-25 11:56:33 +02:00
Lauri Kenttä
57a64040e3 msi: Update Finnish translation. 2010-09-24 18:21:19 +02:00
Lauri Kenttä
93b5779b30 wininet: Update Finnish translation. 2010-09-24 18:21:16 +02:00
Lauri Kenttä
842c5693cf shlwapi: Update Finnish translation. 2010-09-24 18:21:10 +02:00
Hans Leidekker
cce01d98e7 msi: Set some missing system folder properties. 2010-09-24 18:21:07 +02:00
Hans Leidekker
337fb86c3b msi: Use binary search to find the insert index for a row. 2010-09-24 18:21:03 +02:00
Hans Leidekker
e58a67e9cd msi: Avoid accessing memory before the left hand string in compare_substring. 2010-09-24 18:20:52 +02:00
Hans Leidekker
c5ef45e5ef msi: A progid without a class is not an error. 2010-09-24 18:20:41 +02:00
Hans Leidekker
d59c99067a msi/test: Add tests for MsiGetFeatureState. 2010-09-24 18:20:36 +02:00
Hans Leidekker
d56d0d98a3 msi: Remove unused field from MSICOMPONENT structure. 2010-09-24 18:20:32 +02:00
Juan Lang
604e39dde5 crypt32: Add parameter checking to CryptSIPCreateIndirectData. 2010-09-24 18:20:27 +02:00
Juan Lang
ea715da1c6 wintrust/tests: Test CryptSIPCreateIndirectData. 2010-09-24 18:20:25 +02:00
Aric Stewart
97343b0f00 quartz: Allow for proper setting of the video window to WS_CHILD.
If the set_WindowStyle comes before the set_Owner then the style was not 
being set properly (WS_CHILD cannot be set on a window with a NULL 
parent). So reset the window style when the set_Owner command comes in 
to make the new style allowable.
2010-09-24 17:00:15 +02:00
James McKenzie
95c3c3fdc6 wineps.drv: Correct a typo. 2010-09-24 16:59:04 +02:00
Matej Špindler
fe7cfdcb15 taskkill: Add Slovenian translation. 2010-09-24 16:58:59 +02:00
Alexandre Julliard
af200111b4 comctl32: Return the correct hittest for the size grip in mirrored windows. 2010-09-24 15:45:55 +02:00
Alexandre Julliard
deaf2f593d version: Don't bother importing lz32, all the functions are in kernel32. 2010-09-24 15:45:55 +02:00
Alexandre Julliard
ddaea5456e user32: Set the default process layout based on the file description in the version resource. 2010-09-24 15:45:54 +02:00
Alexandre Julliard
d43cc0cd82 user32: Fix the window positions when moving a child window for a RTL window. 2010-09-24 15:45:54 +02:00
Alexandre Julliard
0df8855b20 user32: Use screen coordinates for hittest checking to handle RTL windows correctly. 2010-09-24 15:45:54 +02:00
Alexandre Julliard
deb8309760 user32: Fix initial computation of client area in WM_NCCALCSIZE for RTL windows. 2010-09-24 15:45:54 +02:00
Misha Koshelev
d7d9cd5eb2 d3dx9_36: Implement D3DXCreateSphere. 2010-09-24 15:45:54 +02:00
Misha Koshelev
99e2aedbf7 d3dx9_36: Implement ID3DXMesh_Lock/UnlockVertexBuffer and ID3DXMesh_Lock/UnlockIndexBuffer. 2010-09-24 15:45:53 +02:00
Misha Koshelev
10af823fd5 d3dx9_36: Add stub for D3DXCreateTeapot. 2010-09-24 15:45:53 +02:00
Mariusz Pluciński
7cbcbf4577 gameux: IGameStatistics::GetMaxStatsPerCategory implementation. 2010-09-24 15:45:53 +02:00
Mariusz Pluciński
6dfb5f6a33 gameux: IGameStatistics::GetMaxCategories implementation. 2010-09-24 15:45:53 +02:00
Mariusz Pluciński
448ac80fd4 gameux: IGameStatistics::GetMaxValueLength implementation. 2010-09-24 15:45:53 +02:00
Mariusz Pluciński
301433b670 gameux: IGameStatistics::GetMaxNameLength implementation. 2010-09-24 15:45:53 +02:00
Mariusz Pluciński
26552958f8 gameux: IGameStatistics::GetMaxCategoryLength implementation. 2010-09-24 15:45:53 +02:00
Mariusz Pluciński
0ef59050c6 gameux: Add stub of IGameStatistics interface implementation. 2010-09-24 15:45:52 +02:00
Mariusz Pluciński
23efe79289 gameux: Add partial implementation of IGameStatisticsMgr::GetGameStatistics. 2010-09-24 15:45:52 +02:00
Mariusz Pluciński
7c798a4a7d gameux/tests: Add test of storing and reading game statistics. 2010-09-24 15:45:35 +02:00
Tijl Coosemans
e7ec164563 configure: Detect resolver functionality on FreeBSD.
On FreeBSD this is part of libc.
2010-09-24 11:40:00 +02:00
Alexandre Julliard
07898fe2fd winedbg: Make BreakOnFirstChance default to FALSE to avoid user confusion. 2010-09-24 11:34:17 +02:00
Juan Lang
e192beeb0d iphlpapi: Set adapter description in GetAdaptersAddresses. 2010-09-24 11:34:17 +02:00
Juan Lang
4ec277d8f4 include: Define more IF_TYPEs. 2010-09-24 11:34:17 +02:00
Juan Lang
c297dd2fac iphlpapi: Trace parameters to GetAdaptersAddresses. 2010-09-24 11:34:17 +02:00
Juan Lang
8da6bb6fb3 include: Add SCOPE_LEVEL definition. 2010-09-24 11:34:16 +02:00
Juan Lang
0f89a4f878 include: Add GAA_FLAG_* definitions. 2010-09-24 11:34:16 +02:00
Juan Lang
f776aea60d iphlpapi: Set gateway addresses in GetAdaptersAddresses. 2010-09-24 11:34:16 +02:00
Juan Lang
873be06c92 include: Add Vista+ fields to IP_ADAPTER_ADDRESSES. 2010-09-24 11:34:16 +02:00
Juan Lang
1a6188e846 include: Define NDIS_INTERFACE_INFORMATION. 2010-09-24 11:34:16 +02:00