wine
12 years agourlmon: Added AsyncInstallDistributionUnit implementation.
Jacek Caban [Fri, 2 Nov 2012 12:49:53 +0000 (13:49 +0100)] 
urlmon: Added AsyncInstallDistributionUnit implementation.

12 years agourlmon: Moved extracting callback from IBindCtx to separated function.
Jacek Caban [Fri, 2 Nov 2012 12:49:36 +0000 (13:49 +0100)] 
urlmon: Moved extracting callback from IBindCtx to separated function.

12 years agowininet: Commit cache file as soon as all data is written.
Jacek Caban [Fri, 2 Nov 2012 12:49:22 +0000 (13:49 +0100)] 
wininet: Commit cache file as soon as all data is written.

12 years agowininet: Write received data to cache before notifying progress.
Jacek Caban [Fri, 2 Nov 2012 12:49:05 +0000 (13:49 +0100)] 
wininet: Write received data to cache before notifying progress.

12 years agocabinet: Improved debug traces.
Jacek Caban [Fri, 2 Nov 2012 10:45:48 +0000 (11:45 +0100)] 
cabinet: Improved debug traces.

12 years agodwrite: Support more script ranges, up to Mongolian.
Nikolay Sivov [Fri, 2 Nov 2012 19:52:05 +0000 (15:52 -0400)] 
dwrite: Support more script ranges, up to Mongolian.

12 years agokernel32: Implement CompareStringOrdinal.
Christian Costa [Wed, 31 Oct 2012 08:56:39 +0000 (09:56 +0100)] 
kernel32: Implement CompareStringOrdinal.

12 years agogdi32: Set the font anti-aliasing flags from the fontconfig information if available.
Alexandre Julliard [Fri, 2 Nov 2012 18:46:18 +0000 (19:46 +0100)] 
gdi32: Set the font anti-aliasing flags from the fontconfig information if available.

12 years agogdi32: Move checking of the subpixel support and gasp flags to freetype.c.
Alexandre Julliard [Fri, 2 Nov 2012 16:21:28 +0000 (17:21 +0100)] 
gdi32: Move checking of the subpixel support and gasp flags to freetype.c.

12 years agogdi32: Disable anti-aliasing when necessary in the various drivers.
Alexandre Julliard [Wed, 31 Oct 2012 15:07:51 +0000 (16:07 +0100)] 
gdi32: Disable anti-aliasing when necessary in the various drivers.

12 years agogdi32: Store the anti-aliasing flags in the DC when selecting a font.
Alexandre Julliard [Wed, 31 Oct 2012 14:55:29 +0000 (15:55 +0100)] 
gdi32: Store the anti-aliasing flags in the DC when selecting a font.

12 years agogdi32: Add a parameter to return anti-aliasing flags in the SelectFont driver entry...
Alexandre Julliard [Tue, 30 Oct 2012 18:37:31 +0000 (19:37 +0100)] 
gdi32: Add a parameter to return anti-aliasing flags in the SelectFont driver entry point.

12 years agoexplorerframe: Moved TaskbarList implementation to explorerframe.
Jacek Caban [Fri, 2 Nov 2012 09:26:26 +0000 (10:26 +0100)] 
explorerframe: Moved TaskbarList implementation to explorerframe.

12 years agoRevert "crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.".
Juan Lang [Fri, 2 Nov 2012 03:28:30 +0000 (20:28 -0700)] 
Revert "crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.".

This reverts commit 78c901586193d20092e992a460f00f4070c67ae9.
The comments in the tests indicate that the tests are a little funny
anyway, so they clearly weren't enough justification for the change
introduced here.

12 years agorsaenh: Ensure a PKCS1 data block has at least minimum length.
Juan Lang [Wed, 1 Feb 2012 18:19:48 +0000 (10:19 -0800)] 
rsaenh: Ensure a PKCS1 data block has at least minimum length.

12 years agowinemenubuilder: Return the icon identifier instead of the full path on Mac OS X...
Francois Gouget [Thu, 1 Nov 2012 22:21:00 +0000 (23:21 +0100)] 
winemenubuilder: Return the icon identifier instead of the full path on Mac OS X too.

12 years agowinemenubuilder: Use the same icon name on Mac OS X as on Unix.
Francois Gouget [Thu, 1 Nov 2012 22:20:13 +0000 (23:20 +0100)] 
winemenubuilder: Use the same icon name on Mac OS X as on Unix.

12 years agowininet: Add a TLS fallback mechanism.
Hiroshi Miura [Wed, 31 Oct 2012 13:29:26 +0000 (22:29 +0900)] 
wininet: Add a TLS fallback mechanism.

12 years agod3dx9_36: Add tests for D3DXSHRotateZ.
Nozomi Kodama [Wed, 31 Oct 2012 04:37:10 +0000 (18:37 -1000)] 
d3dx9_36: Add tests for D3DXSHRotateZ.

12 years agomsvcrt: Return value from MSVCRT____mb_cur_max_func instead of pointer.
Daniel Lehman [Wed, 31 Oct 2012 23:20:16 +0000 (16:20 -0700)] 
msvcrt: Return value from MSVCRT____mb_cur_max_func instead of pointer.

12 years agowinspool: Avoid memory leaks (coverity).
André Hentschel [Thu, 1 Nov 2012 15:08:29 +0000 (16:08 +0100)] 
winspool: Avoid memory leaks (coverity).

12 years agocmd: Fix some leaks (coverity).
Frédéric Delanoy [Thu, 1 Nov 2012 03:10:01 +0000 (04:10 +0100)] 
cmd: Fix some leaks (coverity).

12 years agocomctl32: Fixed RBBS_BREAK flag unsetting in REBAR_HandleUDDrag.
Piotr Caban [Thu, 1 Nov 2012 14:28:18 +0000 (15:28 +0100)] 
comctl32: Fixed RBBS_BREAK flag unsetting in REBAR_HandleUDDrag.

12 years agocomctl32: Don't update rebar layout if it doesn't change in REBAR_HandleUDDrag.
Piotr Caban [Thu, 1 Nov 2012 14:27:57 +0000 (15:27 +0100)] 
comctl32: Don't update rebar layout if it doesn't change in REBAR_HandleUDDrag.

12 years agomsvcrt: Improved parsing precision of doubles in scanf.
Piotr Caban [Thu, 1 Nov 2012 14:27:29 +0000 (15:27 +0100)] 
msvcrt: Improved parsing precision of doubles in scanf.

This code is based on doubles parsing in jscript lexer.

12 years agomsvcrt: Fixed %Lf format handling in scanf.
Piotr Caban [Thu, 1 Nov 2012 14:27:01 +0000 (15:27 +0100)] 
msvcrt: Fixed %Lf format handling in scanf.

12 years agowinhttp: Fix the error returned from WinHttpGetProxyForUrl when autodetection fails.
Hans Leidekker [Thu, 1 Nov 2012 13:45:59 +0000 (14:45 +0100)] 
winhttp: Fix the error returned from WinHttpGetProxyForUrl when autodetection fails.

12 years agowidl: Define PROXY_DELEGATION in dlldata.c when needed.
Jacek Caban [Thu, 1 Nov 2012 11:27:32 +0000 (12:27 +0100)] 
widl: Define PROXY_DELEGATION in dlldata.c when needed.

12 years agogdi32: Store the fontconfig anti-aliasing flags for each font.
Alexandre Julliard [Thu, 1 Nov 2012 11:35:52 +0000 (12:35 +0100)] 
gdi32: Store the fontconfig anti-aliasing flags for each font.

12 years agogdi32: Store the font file name in Unicode in the font cache.
Alexandre Julliard [Thu, 1 Nov 2012 12:16:26 +0000 (13:16 +0100)] 
gdi32: Store the font file name in Unicode in the font cache.

12 years agogdi32: Avoid some redundant registry calls while loading the font cache.
Alexandre Julliard [Thu, 1 Nov 2012 11:35:32 +0000 (12:35 +0100)] 
gdi32: Avoid some redundant registry calls while loading the font cache.

12 years agomsxml3: Fix indexed access to schema collection namespace uris.
Nikolay Sivov [Thu, 1 Nov 2012 17:13:02 +0000 (13:13 -0400)] 
msxml3: Fix indexed access to schema collection namespace uris.

12 years agodwrite: Support nine more script ranges up to code point 0x0bff.
Nikolay Sivov [Thu, 1 Nov 2012 13:16:43 +0000 (09:16 -0400)] 
dwrite: Support nine more script ranges up to code point 0x0bff.

12 years agogdiplus: Reimplement GdipCreateMetafileFromEmf without using IPicture.
Vincent Povirk [Wed, 31 Oct 2012 20:37:16 +0000 (15:37 -0500)] 
gdiplus: Reimplement GdipCreateMetafileFromEmf without using IPicture.

12 years agogdiplus: Implement GdipCloneImage for metafiles with a handle.
Vincent Povirk [Wed, 31 Oct 2012 19:33:50 +0000 (14:33 -0500)] 
gdiplus: Implement GdipCloneImage for metafiles with a handle.

12 years agogdiplus: Implement drawing metafiles with an emf handle.
Vincent Povirk [Wed, 31 Oct 2012 18:36:00 +0000 (13:36 -0500)] 
gdiplus: Implement drawing metafiles with an emf handle.

12 years agogdiplus: Add tests for drawing recorded metafiles.
Vincent Povirk [Wed, 31 Oct 2012 18:24:20 +0000 (13:24 -0500)] 
gdiplus: Add tests for drawing recorded metafiles.

12 years agourlmon.idl: Added AsyncInstallDistributionUnit declaration.
Jacek Caban [Wed, 31 Oct 2012 12:02:43 +0000 (13:02 +0100)] 
urlmon.idl: Added AsyncInstallDistributionUnit declaration.

12 years agod3drm: Move mesh builder data cleaning code into a separate function.
Christian Costa [Wed, 31 Oct 2012 08:56:15 +0000 (09:56 +0100)] 
d3drm: Move mesh builder data cleaning code into a separate function.

12 years agod3drm: Init vertices before creating group.
Christian Costa [Wed, 31 Oct 2012 08:56:07 +0000 (09:56 +0100)] 
d3drm: Init vertices before creating group.

12 years agovbscript: The first day of the week should default to Sunday, not the system default.
Huw Davies [Wed, 31 Oct 2012 12:06:23 +0000 (12:06 +0000)] 
vbscript: The first day of the week should default to Sunday, not the system default.

12 years agodwrite: Support for Armenian, Hebrew and complete Arabic ranges.
Nikolay Sivov [Wed, 31 Oct 2012 14:44:49 +0000 (10:44 -0400)] 
dwrite: Support for Armenian, Hebrew and complete Arabic ranges.

12 years agontdll: Do not execute callbacks past DeleteTimer(INVALID_HANDLE_VALUE).
Jörg Höhle [Tue, 6 Mar 2012 18:07:44 +0000 (19:07 +0100)] 
ntdll: Do not execute callbacks past DeleteTimer(INVALID_HANDLE_VALUE).

12 years agowinealsa: Fix capture overrun logging.
Jörg Höhle [Wed, 25 Jan 2012 21:53:21 +0000 (22:53 +0100)] 
winealsa: Fix capture overrun logging.

12 years agouser32: Avoid sizeof on structs with variable length array.
Michael Stefaniuc [Wed, 31 Oct 2012 10:34:10 +0000 (11:34 +0100)] 
user32: Avoid sizeof on structs with variable length array.

12 years agousp10: Use FIELD_OFFSET to calculate the size of a struct with variable length array.
Michael Stefaniuc [Wed, 31 Oct 2012 10:32:33 +0000 (11:32 +0100)] 
usp10: Use FIELD_OFFSET to calculate the size of a struct with variable length array.

12 years agoadvpack: Added ExtractFilesW implementation.
Jacek Caban [Wed, 31 Oct 2012 10:28:28 +0000 (11:28 +0100)] 
advpack: Added ExtractFilesW implementation.

12 years agomsvcp: Sync fpos usage and istream<>::tellg.
Daniel Lehman [Tue, 30 Oct 2012 20:14:57 +0000 (13:14 -0700)] 
msvcp: Sync fpos usage and istream<>::tellg.

12 years agomsvcp90: In istream<>::tellg don't use sentry.
Daniel Lehman [Mon, 1 Oct 2012 17:54:36 +0000 (10:54 -0700)] 
msvcp90: In istream<>::tellg don't use sentry.

12 years agomsvcp90: Fix usage of fpos<>::off vs fpos<>::pos.
Daniel Lehman [Sat, 29 Sep 2012 00:17:53 +0000 (17:17 -0700)] 
msvcp90: Fix usage of fpos<>::off vs fpos<>::pos.

12 years agomsvcp90: Update fpos<>::off instead of pos in stringbuf<>::seekoff.
Daniel Lehman [Fri, 28 Sep 2012 22:16:17 +0000 (15:16 -0700)] 
msvcp90: Update fpos<>::off instead of pos in stringbuf<>::seekoff.

12 years agojscript: Fixed some leaks (coverity).
Jacek Caban [Wed, 31 Oct 2012 09:21:09 +0000 (10:21 +0100)] 
jscript: Fixed some leaks (coverity).

12 years agorpcrt4: Fix resources leaks.
Frédéric Delanoy [Wed, 31 Oct 2012 08:43:46 +0000 (09:43 +0100)] 
rpcrt4: Fix resources leaks.

12 years agoole32/tests: Fix a memleak on an error path (Smatch).
Michael Stefaniuc [Tue, 30 Oct 2012 22:15:44 +0000 (23:15 +0100)] 
ole32/tests: Fix a memleak on an error path (Smatch).

12 years agouser32/test: Don't over-allocate memory for DDEDATA.
Michael Stefaniuc [Tue, 30 Oct 2012 22:14:52 +0000 (23:14 +0100)] 
user32/test: Don't over-allocate memory for DDEDATA.

12 years agovbscript: Avoid memory leak in compile_select_statement (coverity).
André Hentschel [Tue, 30 Oct 2012 19:07:10 +0000 (20:07 +0100)] 
vbscript: Avoid memory leak in compile_select_statement (coverity).

12 years agowininet: Fix WININET_SetAuthorization on error path (coverity).
André Hentschel [Tue, 30 Oct 2012 19:07:25 +0000 (20:07 +0100)] 
wininet: Fix WININET_SetAuthorization on error path (coverity).

12 years agowinex11: Avoid memory leaks (coverity).
André Hentschel [Tue, 30 Oct 2012 19:07:22 +0000 (20:07 +0100)] 
winex11: Avoid memory leaks (coverity).

12 years agowineps: Avoid memory leaks (coverity).
André Hentschel [Tue, 30 Oct 2012 19:07:15 +0000 (20:07 +0100)] 
wineps: Avoid memory leaks (coverity).

12 years agousp10: Avoid memory leak in ScriptTextOut (coverity).
André Hentschel [Tue, 30 Oct 2012 19:06:57 +0000 (20:06 +0100)] 
usp10: Avoid memory leak in ScriptTextOut (coverity).

12 years agocmd: Avoid handle leaks (coverity).
Frédéric Delanoy [Tue, 30 Oct 2012 16:31:28 +0000 (17:31 +0100)] 
cmd: Avoid handle leaks (coverity).

12 years agouser32: Avoid memory leaks (coverity).
André Hentschel [Tue, 30 Oct 2012 14:03:05 +0000 (15:03 +0100)] 
user32: Avoid memory leaks (coverity).

12 years agogdi32: Implement sub-pixel glyph smoothing.
Huw Davies [Tue, 30 Oct 2012 13:22:16 +0000 (13:22 +0000)] 
gdi32: Implement sub-pixel glyph smoothing.

12 years agovbscript: Added support for more builtin constants.
Jacek Caban [Tue, 30 Oct 2012 09:32:01 +0000 (10:32 +0100)] 
vbscript: Added support for more builtin constants.

12 years agoiads.idl: Add missing interfaces.
Alistair Leslie-Hughes [Tue, 30 Oct 2012 08:47:34 +0000 (19:47 +1100)] 
iads.idl: Add missing interfaces.

12 years agogdiplus: Mark regions as unclipped correctly.
Rafał Mużyło [Mon, 29 Oct 2012 22:52:51 +0000 (23:52 +0100)] 
gdiplus: Mark regions as unclipped correctly.

12 years agogdiplus: Fix logic of treating the region of a string as unclipped.
Rafał Mużyło [Mon, 29 Oct 2012 22:42:39 +0000 (23:42 +0100)] 
gdiplus: Fix logic of treating the region of a string as unclipped.

12 years agocomdlg32: Fix usage of constants.
André Hentschel [Mon, 29 Oct 2012 23:30:12 +0000 (00:30 +0100)] 
comdlg32: Fix usage of constants.

12 years agontdll: Implement nanosecond precision file time storage.
Erich Hoover [Thu, 25 Oct 2012 23:52:25 +0000 (17:52 -0600)] 
ntdll: Implement nanosecond precision file time storage.

12 years agontdll: Remove futimes implementation from libport, it's only needed in ntdll.
Alexandre Julliard [Tue, 30 Oct 2012 10:50:42 +0000 (11:50 +0100)] 
ntdll: Remove futimes implementation from libport, it's only needed in ntdll.

12 years agontdll: Add a helper function to set file times.
Alexandre Julliard [Tue, 30 Oct 2012 10:44:10 +0000 (11:44 +0100)] 
ntdll: Add a helper function to set file times.

12 years agontdll: Avoid using Low/HighPart of a large integer when not necessary.
Alexandre Julliard [Tue, 30 Oct 2012 10:43:05 +0000 (11:43 +0100)] 
ntdll: Avoid using Low/HighPart of a large integer when not necessary.

12 years agowinmm: Turn some MCI parser ERR into FIXME.
Jörg Höhle [Thu, 20 Sep 2012 15:13:24 +0000 (17:13 +0200)] 
winmm: Turn some MCI parser ERR into FIXME.

12 years agod3dx9mesh.h: Fixed D3DXConvertMeshSubsetToStrips declaration.
Jacek Caban [Tue, 30 Oct 2012 08:56:00 +0000 (09:56 +0100)] 
d3dx9mesh.h: Fixed D3DXConvertMeshSubsetToStrips declaration.

12 years agovbscript: Print more informative FIXME when parser fails.
Jacek Caban [Tue, 30 Oct 2012 08:48:21 +0000 (09:48 +0100)] 
vbscript: Print more informative FIXME when parser fails.

12 years agodwrite: Support for Greek and Cyrillic ranges.
Nikolay Sivov [Tue, 30 Oct 2012 15:53:19 +0000 (11:53 -0400)] 
dwrite: Support for Greek and Cyrillic ranges.

12 years agopo: Update French translation.
Frédéric Delanoy [Mon, 29 Oct 2012 20:13:46 +0000 (21:13 +0100)] 
po: Update French translation.

12 years agogdiplus/tests: Cleanup resources on error path in test_font_height_scaling (coverity).
Frédéric Delanoy [Tue, 30 Oct 2012 07:55:37 +0000 (08:55 +0100)] 
gdiplus/tests: Cleanup resources on error path in test_font_height_scaling (coverity).

12 years agocrypt32: Avoid double free in CRYPT_LoadSIP on error path (coverity).
Frédéric Delanoy [Mon, 29 Oct 2012 20:17:31 +0000 (21:17 +0100)] 
crypt32: Avoid double free in CRYPT_LoadSIP on error path (coverity).

12 years agodplayx: Reorder some code to avoid memory leak (coverity).
André Hentschel [Mon, 29 Oct 2012 19:16:36 +0000 (20:16 +0100)] 
dplayx: Reorder some code to avoid memory leak (coverity).

12 years agod3d9/tests: Avoid LPDIRECT3DSURFACE9.
Henri Verbeet [Tue, 30 Oct 2012 00:01:46 +0000 (01:01 +0100)] 
d3d9/tests: Avoid LPDIRECT3DSURFACE9.

12 years agod3d9/tests: Avoid LPDIRECT3DVERTEXBUFFER9.
Henri Verbeet [Tue, 30 Oct 2012 00:01:45 +0000 (01:01 +0100)] 
d3d9/tests: Avoid LPDIRECT3DVERTEXBUFFER9.

12 years agod3d9/tests: Avoid LPDIRECT3DTEXTURE9.
Henri Verbeet [Tue, 30 Oct 2012 00:01:44 +0000 (01:01 +0100)] 
d3d9/tests: Avoid LPDIRECT3DTEXTURE9.

12 years agomsvcp: Sync istream<>::peek implementations.
Daniel Lehman [Fri, 26 Oct 2012 17:18:58 +0000 (10:18 -0700)] 
msvcp: Sync istream<>::peek implementations.

12 years agomsvcp90: Set eof state in istream<>::peek if got eof.
Daniel Lehman [Fri, 28 Sep 2012 00:27:15 +0000 (17:27 -0700)] 
msvcp90: Set eof state in istream<>::peek if got eof.

12 years agodwrite: Support itemization up to codepoint 0x2ff (Latin range).
Nikolay Sivov [Mon, 29 Oct 2012 15:15:43 +0000 (11:15 -0400)] 
dwrite: Support itemization up to codepoint 0x2ff (Latin range).

12 years agodwrite: Implement initial script itemization for AnalyzeScript().
Nikolay Sivov [Mon, 29 Oct 2012 14:10:01 +0000 (10:10 -0400)] 
dwrite: Implement initial script itemization for AnalyzeScript().

12 years agodwrite: Added a stub for IDWriteTextAnalyzer.
Nikolay Sivov [Sun, 28 Oct 2012 21:58:10 +0000 (17:58 -0400)] 
dwrite: Added a stub for IDWriteTextAnalyzer.

12 years agodwrite: Added initial test code for text analyzer tests.
Nikolay Sivov [Sun, 28 Oct 2012 17:21:13 +0000 (13:21 -0400)] 
dwrite: Added initial test code for text analyzer tests.

12 years agomsi: Pass string length to msi_set_property in ACTION_CustomAction.
Hans Leidekker [Mon, 29 Oct 2012 11:18:50 +0000 (12:18 +0100)] 
msi: Pass string length to msi_set_property in ACTION_CustomAction.

12 years agomsi: Add a length parameter to msi_strcpy_to_awstring and use it where appropriate.
Hans Leidekker [Mon, 29 Oct 2012 11:16:42 +0000 (12:16 +0100)] 
msi: Add a length parameter to msi_strcpy_to_awstring and use it where appropriate.

12 years agomsi: Don't create a copy of deferred custom action data.
Hans Leidekker [Mon, 29 Oct 2012 11:16:10 +0000 (12:16 +0100)] 
msi: Don't create a copy of deferred custom action data.

12 years agomsi: Return length instead of size from deformat_string.
Hans Leidekker [Mon, 29 Oct 2012 11:15:47 +0000 (12:15 +0100)] 
msi: Return length instead of size from deformat_string.

12 years agomsi: Add a length parameter to msi_set_property and use it where appropriate.
Hans Leidekker [Mon, 29 Oct 2012 11:15:21 +0000 (12:15 +0100)] 
msi: Add a length parameter to msi_set_property and use it where appropriate.

12 years agomsi: Preserve strings with embedded nulls when copying from a record to the string...
Hans Leidekker [Mon, 29 Oct 2012 11:14:44 +0000 (12:14 +0100)] 
msi: Preserve strings with embedded nulls when copying from a record to the string table.

12 years agomsi: Preserve strings with embedded nulls when copying from the string table to a...
Hans Leidekker [Mon, 29 Oct 2012 11:14:19 +0000 (12:14 +0100)] 
msi: Preserve strings with embedded nulls when copying from the string table to a record.

12 years agomsi: Preserve strings with embedded nulls in the record implementation.
Hans Leidekker [Mon, 29 Oct 2012 11:13:54 +0000 (12:13 +0100)] 
msi: Preserve strings with embedded nulls in the record implementation.

12 years agomsi: Get rid of MSI_RecordSetStringA.
Hans Leidekker [Mon, 29 Oct 2012 11:13:29 +0000 (12:13 +0100)] 
msi: Get rid of MSI_RecordSetStringA.

12 years agomsi: Store string length in the record structure.
Hans Leidekker [Mon, 29 Oct 2012 11:13:12 +0000 (12:13 +0100)] 
msi: Store string length in the record structure.

12 years agomsi: Add support for storing strings with embedded nulls in the string table.
Hans Leidekker [Mon, 29 Oct 2012 11:12:50 +0000 (12:12 +0100)] 
msi: Add support for storing strings with embedded nulls in the string table.