1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

71422 Commits

Author SHA1 Message Date
Matteo Bruni
90c615aa61 d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll. 2010-08-27 12:26:19 +02:00
Hans Leidekker
94deb85d12 wininet: Handle HTTP_STATUS_REDIRECT_METHOD. 2010-08-27 12:08:41 +02:00
Hans Leidekker
dd7514a38d msi: Move database initialization to a separate function. 2010-08-27 12:08:33 +02:00
Hans Leidekker
eef54ffe6b msi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_TRANSACT is specified. 2010-08-27 12:08:29 +02:00
Hans Leidekker
d411c49dd1 msi/tests: Fix a WoW64 test failure. 2010-08-27 12:08:22 +02:00
Hans Leidekker
44b15b061b msi: Create the product key if necessary in msi_publish_patches.
Fixes a regression caused by c9fb24927d.
2010-08-27 12:08:16 +02:00
Hans Leidekker
137dfbe80a msi/tests: Use a different product code in the package tests to avoid cascading test failures. 2010-08-27 12:08:08 +02:00
Peter Rosin
ed62749cc8 winepath: Adhere to the requested separator on failure. 2010-08-27 12:07:54 +02:00
Piotr Caban
25efb00857 msvcr90: Added _wstat64i32 implementation. 2010-08-27 12:06:55 +02:00
Piotr Caban
3a25d7d9aa msvcrt: Added _gcvt_s implementation. 2010-08-27 12:06:43 +02:00
Piotr Caban
600fa766f3 msvcrt: Added _scprintf implementation. 2010-08-27 12:06:12 +02:00
Piotr Caban
6467c8325f msvcrt: Added _gmtime32_s and _gmtime64_s implementation. 2010-08-27 12:06:00 +02:00
Piotr Caban
471bad1ee8 msvcrt: Added _strdate_s and _wstrdate_s implementation. 2010-08-27 12:05:42 +02:00
Piotr Caban
7d0c04d31c msvcrt: Added _strtime_s and _wstrtime_s implementation. 2010-08-27 12:05:10 +02:00
Juan Lang
3fec8d9e05 urlmon: Return failures from progress callback. 2010-08-27 12:02:37 +02:00
Louis Lenders
af60f4bb26 wine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System. 2010-08-27 12:01:17 +02:00
Thomas Mullaly
144ddea3f9 urlmon: Improved support for opaque file URL paths. 2010-08-27 12:00:48 +02:00
Thomas Mullaly
fe89d8ac5b urlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH. 2010-08-27 12:00:38 +02:00
Thomas Mullaly
948009872d urlmon: Improved support for determining if a URI is hierarchical or not. 2010-08-27 12:00:35 +02:00
Thomas Mullaly
6a8b2d88af urlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri. 2010-08-27 12:00:32 +02:00
Thomas Mullaly
d88796f6ce urlmon: Some opaque URIs get their port set. 2010-08-27 12:00:20 +02:00
Thomas Mullaly
506dc3724f urlmon: Some IUri's don't always have an absolute URI property. 2010-08-27 12:00:14 +02:00
Anders Jonsson
876dcc96b3 user32: Update Swedish translation. 2010-08-27 11:59:38 +02:00
Anders Jonsson
8ecf937c10 winmm: Add Swedish translation. 2010-08-27 11:59:30 +02:00
Amine Khaldi
59296b7f0c mpr: Fix translations. 2010-08-27 11:59:11 +02:00
Henri Verbeet
ff7dc44525 d3dx9_36: Implement D3DXDeclaratorFromFVF(). 2010-08-27 11:58:57 +02:00
Henri Verbeet
79e4f66090 d3dx9_36/tests: Add some more FVF position handling tests. 2010-08-27 11:58:50 +02:00
Henri Verbeet
6e518a1d06 d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion(). 2010-08-27 11:58:43 +02:00
Henri Verbeet
3b4d9ae112 wined3d: Simplify wined3d_format_convert_from_float(). 2010-08-27 11:58:26 +02:00
Henri Verbeet
38137d7ce2 wined3d: Cleanup some 2-space indentation. 2010-08-27 11:58:13 +02:00
Alexandre Julliard
f6bcd27baa shell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName. 2010-08-26 18:08:23 +02:00
Alexandre Julliard
5393f0a947 ntdll: Fix the protection state of writable sections. 2010-08-26 18:06:10 +02:00
Alexandre Julliard
8e2e95ed7e ntdll/tests: Add a test for the protection state of the read-write data section. 2010-08-26 18:05:55 +02:00
André Hentschel
ed69ddb37e user32: Optimize the storage of default color values. 2010-08-26 17:43:29 +02:00
Alexandre Julliard
9de9cbb324 rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall. 2010-08-26 17:21:09 +02:00
Alexandre Julliard
e095467b3c rpcrt4: Fix cfi annotations for the stubless proxy entry point. 2010-08-26 17:21:09 +02:00
Oldřich Jedlička
964500a61a ddraw/tests: New visual back buffer flipping tests. 2010-08-26 17:21:09 +02:00
Stefan Dösinger
c293424319 user32: Make GetMessage and PeekMessage patchable. 2010-08-26 17:21:08 +02:00
David Hedberg
91c5c0bab3 shell32: Add a navigation pane to the ExplorerBrowser control. 2010-08-26 17:21:08 +02:00
David Hedberg
209526088c shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control. 2010-08-26 17:21:08 +02:00
David Hedberg
479a9ee11e include: Fix INameSpaceTreeControlEvents interface declaration. 2010-08-26 17:21:08 +02:00
David Hedberg
555c5190aa shell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control. 2010-08-26 17:21:08 +02:00
David Hedberg
ddcd619f6c shell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control. 2010-08-26 17:20:55 +02:00
Vincent Povirk
89646084ba ole32: Cache data and block locations in BigBlockStream objects. 2010-08-26 13:59:31 +02:00
Vincent Povirk
101de22a1a ole32: Flush before returning from any storage API call that writes. 2010-08-26 13:59:28 +02:00
Louis Lenders
9ea1d13d14 mscoree: Improve GetRequestedRuntimeInfo. 2010-08-26 13:45:05 +02:00
Louis Lenders
830867a121 mscoree/tests: Add some tests for GetRequestedRuntimeInfo. 2010-08-26 13:44:57 +02:00
Louis Lenders
b534bf1d59 include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header. 2010-08-26 13:44:45 +02:00
Francois Gouget
f0253f3035 usp10: Make SHAPE_ApplyOpenTypeFeatures() static. 2010-08-26 13:44:45 +02:00
Francois Gouget
cc0818b053 gameux: Use SUBLANG_NEUTRAL for language-independent resources. 2010-08-26 13:44:45 +02:00