wine
12 years agocryptui: Fix a string resource so its format placeholders can be reordered.
Francois Gouget [Sat, 19 Nov 2011 14:10:16 +0000 (15:10 +0100)] 
cryptui: Fix a string resource so its format placeholders can be reordered.

12 years agowinefile: Make it possible to translate the disk size units.
Francois Gouget [Sat, 19 Nov 2011 14:09:53 +0000 (15:09 +0100)] 
winefile: Make it possible to translate the disk size units.

12 years agowinex11: Don't allocate the glyph cache without Xrender, and cleanup initialization.
Alexandre Julliard [Thu, 17 Nov 2011 19:44:26 +0000 (20:44 +0100)] 
winex11: Don't allocate the glyph cache without Xrender, and cleanup initialization.

12 years agowinex11: Get rid of the non-Xrender client-side font rendering.
Alexandre Julliard [Thu, 17 Nov 2011 19:26:23 +0000 (20:26 +0100)] 
winex11: Get rid of the non-Xrender client-side font rendering.

12 years agogdi32: Add support for anti-aliasing in the null driver text output fallback.
Alexandre Julliard [Thu, 17 Nov 2011 15:55:16 +0000 (16:55 +0100)] 
gdi32: Add support for anti-aliasing in the null driver text output fallback.

12 years agogdi32: Add a helper function to determine anti-aliasing flags.
Alexandre Julliard [Thu, 17 Nov 2011 11:01:58 +0000 (12:01 +0100)] 
gdi32: Add a helper function to determine anti-aliasing flags.

12 years agogdi32: Add a null driver fallback implementation for non-antialiased text output.
Alexandre Julliard [Thu, 17 Nov 2011 10:57:53 +0000 (11:57 +0100)] 
gdi32: Add a null driver fallback implementation for non-antialiased text output.

12 years agogdi32: Add solid_line primitives.
Huw Davies [Mon, 21 Nov 2011 10:12:52 +0000 (10:12 +0000)] 
gdi32: Add solid_line primitives.

12 years agogdi32: Simplify the Bresenham line drawing.
Huw Davies [Mon, 21 Nov 2011 10:12:51 +0000 (10:12 +0000)] 
gdi32: Simplify the Bresenham line drawing.

12 years agouser32/tests: Drop superfluous function pointer casts.
Michael Stefaniuc [Mon, 21 Nov 2011 10:05:34 +0000 (11:05 +0100)] 
user32/tests: Drop superfluous function pointer casts.

12 years agocomctl32: Merge imagelist definitions into the C file.
Alexandre Julliard [Mon, 21 Nov 2011 10:47:24 +0000 (11:47 +0100)] 
comctl32: Merge imagelist definitions into the C file.

12 years agocomctl32: Avoid accessing imagelist internals.
Alexandre Julliard [Mon, 21 Nov 2011 10:43:06 +0000 (11:43 +0100)] 
comctl32: Avoid accessing imagelist internals.

12 years agocomctl32: Take the total bitmap size into account when reading a bottom-up image...
Alexandre Julliard [Mon, 21 Nov 2011 10:42:48 +0000 (11:42 +0100)] 
comctl32: Take the total bitmap size into account when reading a bottom-up image list.

12 years agoinclude: Move macros to winuser.rh and include it from winuser.h to avoid duplication.
Francois Gouget [Mon, 21 Nov 2011 08:42:30 +0000 (09:42 +0100)] 
include: Move macros to winuser.rh and include it from winuser.h to avoid duplication.

12 years agoshlwapi: Avoid harcoding array lengths.
Frédéric Delanoy [Mon, 21 Nov 2011 08:34:54 +0000 (09:34 +0100)] 
shlwapi: Avoid harcoding array lengths.

12 years agoshell32: Avoid harcoding array lengths.
Frédéric Delanoy [Mon, 21 Nov 2011 08:34:53 +0000 (09:34 +0100)] 
shell32: Avoid harcoding array lengths.

12 years agooleaut32: Avoid harcoding array lengths.
Frédéric Delanoy [Mon, 21 Nov 2011 08:21:06 +0000 (09:21 +0100)] 
oleaut32: Avoid harcoding array lengths.

12 years agontdll/tests: Avoid harcoding array lengths.
Frédéric Delanoy [Mon, 21 Nov 2011 08:17:06 +0000 (09:17 +0100)] 
ntdll/tests: Avoid harcoding array lengths.

12 years agoshell32: Avoid null pointer dereference in traces.
Nikolay Sivov [Mon, 21 Nov 2011 07:58:58 +0000 (10:58 +0300)] 
shell32: Avoid null pointer dereference in traces.

12 years agomsxml3: Support IDispatchEx for IXMLDOMNodeList too.
Nikolay Sivov [Sat, 19 Nov 2011 17:55:30 +0000 (20:55 +0300)] 
msxml3: Support IDispatchEx for IXMLDOMNodeList too.

12 years agomsxml3: Forward IDispatch to IDispatchEx when supported.
Nikolay Sivov [Sat, 19 Nov 2011 16:32:23 +0000 (19:32 +0300)] 
msxml3: Forward IDispatch to IDispatchEx when supported.

12 years agomsxml3: Fix support for IXMLDOMDocument3.
Nikolay Sivov [Sat, 19 Nov 2011 14:00:24 +0000 (17:00 +0300)] 
msxml3: Fix support for IXMLDOMDocument3.

12 years agomsxml3: Added common ISupportErrorInfo implementation.
Nikolay Sivov [Sat, 19 Nov 2011 13:33:10 +0000 (16:33 +0300)] 
msxml3: Added common ISupportErrorInfo implementation.

12 years agousp10: Cache the script with the feature so that in caches with multiple scripts...
Aric Stewart [Mon, 21 Nov 2011 04:06:18 +0000 (21:06 -0700)] 
usp10: Cache the script with the feature so that in caches with multiple scripts we do not fetch the wrong feature from the cache.

12 years agousp10: Itemize numbers outside of the basic ascii set in a seperate script.
Aric Stewart [Mon, 21 Nov 2011 04:05:45 +0000 (21:05 -0700)] 
usp10: Itemize numbers outside of the basic ascii set in a seperate script.

12 years agousp10: Windows breaks punctuation into 2 different script types.
Aric Stewart [Mon, 21 Nov 2011 04:05:22 +0000 (21:05 -0700)] 
usp10: Windows breaks punctuation into 2 different script types.

12 years agousp10: Handle Combining Diacritical Marks.
Aric Stewart [Mon, 21 Nov 2011 04:05:00 +0000 (21:05 -0700)] 
usp10: Handle Combining Diacritical Marks.

12 years agousp10: Add a facility to mark itemization test elements as broken.
Aric Stewart [Mon, 21 Nov 2011 04:04:35 +0000 (21:04 -0700)] 
usp10: Add a facility to mark itemization test elements as broken.

12 years agousp10: Some unicode code points will force us into bidi mode.
Aric Stewart [Mon, 21 Nov 2011 04:04:13 +0000 (21:04 -0700)] 
usp10: Some unicode code points will force us into bidi mode.

12 years agousp10: Improve handling for ZWJ and ZWNJ in itemization.
Aric Stewart [Mon, 21 Nov 2011 04:03:53 +0000 (21:03 -0700)] 
usp10: Improve handling for ZWJ and ZWNJ in itemization.

12 years agousp10: In Arabic only fallback to presentation form B for isolated glyphs.
Aric Stewart [Mon, 21 Nov 2011 04:02:58 +0000 (21:02 -0700)] 
usp10: In Arabic only fallback to presentation form B for isolated glyphs.

12 years agoinclude: Drop some superfluous l modifiers from numeric constants.
Michael Stefaniuc [Mon, 21 Nov 2011 00:11:46 +0000 (01:11 +0100)] 
include: Drop some superfluous l modifiers from numeric constants.

12 years agoinclude: Drop "l" modifiers from numeric constants in shlguid.h.
Michael Stefaniuc [Mon, 21 Nov 2011 00:10:15 +0000 (01:10 +0100)] 
include: Drop "l" modifiers from numeric constants in shlguid.h.

12 years agowindowscodecs/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 20 Nov 2011 21:53:25 +0000 (22:53 +0100)] 
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.

12 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 20 Nov 2011 21:53:21 +0000 (22:53 +0100)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

12 years agowined3d: Get rid of the WINED3DMATERIAL typedef.
Henri Verbeet [Sun, 20 Nov 2011 19:27:13 +0000 (20:27 +0100)] 
wined3d: Get rid of the WINED3DMATERIAL typedef.

12 years agowined3d: Get rid of the WINED3DLIGHT typedef.
Henri Verbeet [Sun, 20 Nov 2011 19:27:12 +0000 (20:27 +0100)] 
wined3d: Get rid of the WINED3DLIGHT typedef.

12 years agowined3d: Recognize the SM4 round_ni opcode.
Henri Verbeet [Sun, 20 Nov 2011 19:27:11 +0000 (20:27 +0100)] 
wined3d: Recognize the SM4 round_ni opcode.

12 years agowined3d: Recognize the SM4 ge opcode.
Henri Verbeet [Sun, 20 Nov 2011 19:27:10 +0000 (20:27 +0100)] 
wined3d: Recognize the SM4 ge opcode.

12 years agowined3d: Recognize the SM4 eq opcode.
Henri Verbeet [Sun, 20 Nov 2011 19:27:09 +0000 (20:27 +0100)] 
wined3d: Recognize the SM4 eq opcode.

12 years agowinemaker: Add support for compiling static libraries.
André Hentschel [Sat, 19 Nov 2011 18:42:56 +0000 (19:42 +0100)] 
winemaker: Add support for compiling static libraries.

12 years agowinemaker: Be less picky when detecting the target type.
André Hentschel [Sat, 19 Nov 2011 18:42:34 +0000 (19:42 +0100)] 
winemaker: Be less picky when detecting the target type.

12 years agowinemaker: Remove some unused variables.
André Hentschel [Sat, 19 Nov 2011 18:41:51 +0000 (19:41 +0100)] 
winemaker: Remove some unused variables.

12 years agowinemaker: Respect more spaces when splitting the options.
André Hentschel [Sat, 19 Nov 2011 18:41:38 +0000 (19:41 +0100)] 
winemaker: Respect more spaces when splitting the options.

12 years agoRelease 1.3.33. wine-1.3.33
Alexandre Julliard [Fri, 18 Nov 2011 18:52:21 +0000 (19:52 +0100)] 
Release 1.3.33.

12 years agowrc: Fix lookup of strings that contain a context.
Alexandre Julliard [Fri, 18 Nov 2011 18:26:42 +0000 (19:26 +0100)] 
wrc: Fix lookup of strings that contain a context.

12 years agojscript: Use bytecode interpreter for logical negation expression.
Jacek Caban [Fri, 18 Nov 2011 13:10:40 +0000 (14:10 +0100)] 
jscript: Use bytecode interpreter for logical negation expression.

12 years agojscript: Use bytecode interpreter for '!==' expressions.
Jacek Caban [Fri, 18 Nov 2011 13:10:17 +0000 (14:10 +0100)] 
jscript: Use bytecode interpreter for '!==' expressions.

12 years agojscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions.
Jacek Caban [Fri, 18 Nov 2011 13:09:44 +0000 (14:09 +0100)] 
jscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions.

12 years agojscript: Store expression type in expression_t.
Jacek Caban [Fri, 18 Nov 2011 13:05:57 +0000 (14:05 +0100)] 
jscript: Store expression type in expression_t.

12 years agojscript: Use a helper function to allocate expression structs.
Jacek Caban [Fri, 18 Nov 2011 13:05:33 +0000 (14:05 +0100)] 
jscript: Use a helper function to allocate expression structs.

12 years agomshtml: Use CLEAR_CALLED instead of SET_CALLED in some places.
Jacek Caban [Fri, 18 Nov 2011 12:52:08 +0000 (13:52 +0100)] 
mshtml: Use CLEAR_CALLED instead of SET_CALLED in some places.

12 years agoieframe: Fixed tests on IE9.
Jacek Caban [Fri, 18 Nov 2011 11:51:54 +0000 (12:51 +0100)] 
ieframe: Fixed tests on IE9.

12 years agomshtml: Implement nsIStandardURL interface in nsWineURI object.
Jacek Caban [Fri, 18 Nov 2011 11:21:47 +0000 (12:21 +0100)] 
mshtml: Implement nsIStandardURL interface in nsWineURI object.

12 years agommdevapi/tests: Add PCM format tests.
Jörg Höhle [Wed, 16 Nov 2011 17:46:09 +0000 (18:46 +0100)] 
mmdevapi/tests: Add PCM format tests.

12 years agouser32: Prioritize focus for dialog owner on EndDialog.
Erich Hoover [Wed, 16 Nov 2011 00:58:32 +0000 (17:58 -0700)] 
user32: Prioritize focus for dialog owner on EndDialog.

12 years agontoskrnl: irp.AssociatedIrp.SystemBuffer is also used for METHOD_IN/OUT_DIRECT ioctls.
Bernhard Loos [Fri, 18 Nov 2011 10:21:14 +0000 (11:21 +0100)] 
ntoskrnl: irp.AssociatedIrp.SystemBuffer is also used for METHOD_IN/OUT_DIRECT ioctls.

12 years agowinhttp: Implement WinHttpGetProxyForUrl.
Hans Leidekker [Fri, 18 Nov 2011 09:36:04 +0000 (10:36 +0100)] 
winhttp: Implement WinHttpGetProxyForUrl.

12 years agocmd: Move WCMD_part_execute function to avoid forward declaration.
Frédéric Delanoy [Fri, 18 Nov 2011 00:25:45 +0000 (01:25 +0100)] 
cmd: Move WCMD_part_execute function to avoid forward declaration.

12 years agowineboot: Make runkeys_names global variable static.
Frédéric Delanoy [Fri, 18 Nov 2011 00:11:36 +0000 (01:11 +0100)] 
wineboot: Make runkeys_names global variable static.

12 years agoole32: Avoid hardcoding array lengths.
Frédéric Delanoy [Thu, 17 Nov 2011 19:30:39 +0000 (20:30 +0100)] 
ole32: Avoid hardcoding array lengths.

12 years agocomctl32: Avoid hardcoding array lengths.
Frédéric Delanoy [Thu, 17 Nov 2011 19:30:37 +0000 (20:30 +0100)] 
comctl32: Avoid hardcoding array lengths.

12 years agocomctl32/syslink: Wrap the link text on \n characters.
Alexandre Julliard [Fri, 18 Nov 2011 10:57:07 +0000 (11:57 +0100)] 
comctl32/syslink: Wrap the link text on \n characters.

12 years agowined3d: Get rid of the WINED3DMATRIX typedef.
Henri Verbeet [Thu, 17 Nov 2011 19:11:41 +0000 (20:11 +0100)] 
wined3d: Get rid of the WINED3DMATRIX typedef.

12 years agoddraw: We can't render to the desktop window either.
Henri Verbeet [Thu, 17 Nov 2011 19:11:40 +0000 (20:11 +0100)] 
ddraw: We can't render to the desktop window either.

12 years agowined3d: Recognize the SM4 deriv_rty opcode.
Henri Verbeet [Thu, 17 Nov 2011 19:11:39 +0000 (20:11 +0100)] 
wined3d: Recognize the SM4 deriv_rty opcode.

12 years agowined3d: Recognize the SM4 deriv_rtx opcode.
Henri Verbeet [Thu, 17 Nov 2011 19:11:38 +0000 (20:11 +0100)] 
wined3d: Recognize the SM4 deriv_rtx opcode.

12 years agod3d10: Implement D3D10StateBlockMaskUnion().
Henri Verbeet [Thu, 17 Nov 2011 19:11:37 +0000 (20:11 +0100)] 
d3d10: Implement D3D10StateBlockMaskUnion().

12 years agowinecfg: Convert dialogs to po files.
Alexandre Julliard [Fri, 18 Nov 2011 13:23:04 +0000 (14:23 +0100)] 
winecfg: Convert dialogs to po files.

12 years agowinecfg: Set the program name and version at dialog init time.
Alexandre Julliard [Fri, 18 Nov 2011 12:16:07 +0000 (13:16 +0100)] 
winecfg: Set the program name and version at dialog init time.

12 years agowinedbg: Convert dialogs to po files.
Alexandre Julliard [Fri, 18 Nov 2011 09:49:08 +0000 (10:49 +0100)] 
winedbg: Convert dialogs to po files.

12 years agowineps: Convert dialogs to po files.
Alexandre Julliard [Thu, 17 Nov 2011 21:44:29 +0000 (22:44 +0100)] 
wineps: Convert dialogs to po files.

12 years agowinspool: Convert dialogs to po files.
Alexandre Julliard [Thu, 17 Nov 2011 21:25:55 +0000 (22:25 +0100)] 
winspool: Convert dialogs to po files.

12 years agoieframe: Convert dialogs to po files.
Alexandre Julliard [Thu, 17 Nov 2011 21:20:20 +0000 (22:20 +0100)] 
ieframe: Convert dialogs to po files.

12 years agotaskmgr: Convert dialogs to po files.
Alexandre Julliard [Thu, 17 Nov 2011 20:49:43 +0000 (21:49 +0100)] 
taskmgr: Convert dialogs to po files.

12 years agomsvcp: Sync spec files.
Piotr Caban [Thu, 17 Nov 2011 11:22:09 +0000 (12:22 +0100)] 
msvcp: Sync spec files.

12 years agomsvcp90: Forward basic_string<short> to basic_string<wchar_t>.
Piotr Caban [Thu, 17 Nov 2011 11:21:43 +0000 (12:21 +0100)] 
msvcp90: Forward basic_string<short> to basic_string<wchar_t>.

12 years agousp10: When converting common indic items use the main indic script not the Numeric...
Aric Stewart [Thu, 17 Nov 2011 16:41:33 +0000 (09:41 -0700)] 
usp10: When converting common indic items use the main indic script not the Numeric or currency script, even if that was the most recent.

12 years agousp10: If leading with a strong character use its bidi level for our intial LayoutRTL.
Aric Stewart [Thu, 17 Nov 2011 16:40:54 +0000 (09:40 -0700)] 
usp10: If leading with a strong character use its bidi level for our intial LayoutRTL.

12 years agousp10: Keep the levels array in more cases.
Aric Stewart [Thu, 17 Nov 2011 16:40:16 +0000 (09:40 -0700)] 
usp10: Keep the levels array in more cases.

12 years agousp10: Windows 7 defines a Tibetan numeric script but never uses it.
Aric Stewart [Thu, 17 Nov 2011 16:39:51 +0000 (09:39 -0700)] 
usp10: Windows 7 defines a Tibetan numeric script but never uses it.

12 years agomshtml: Don't mix PRBool pointers with BOOL pointers.
Jacek Caban [Thu, 17 Nov 2011 15:11:58 +0000 (16:11 +0100)] 
mshtml: Don't mix PRBool pointers with BOOL pointers.

They will be different things after the next Gecko update.

12 years agomshtml: Fixed remaining IE9 failures.
Jacek Caban [Thu, 17 Nov 2011 15:06:31 +0000 (16:06 +0100)] 
mshtml: Fixed remaining IE9 failures.

12 years agomshtml: Added tests of handling ActiveX objects without IQuickActivate interface...
Jacek Caban [Thu, 17 Nov 2011 12:55:07 +0000 (13:55 +0100)] 
mshtml: Added tests of handling ActiveX objects without IQuickActivate interface implemented.

12 years agomshtml: Reinitialize list entry in detach_plugin_host.
Jacek Caban [Thu, 17 Nov 2011 12:54:52 +0000 (13:54 +0100)] 
mshtml: Reinitialize list entry in detach_plugin_host.

12 years agomshtml: Fix MSVC build in htmllocation.c.
Thomas Faber [Thu, 17 Nov 2011 11:50:11 +0000 (12:50 +0100)] 
mshtml: Fix MSVC build in htmllocation.c.

12 years agogdi32: Don't mark a local variable static.
Alexandre Julliard [Thu, 17 Nov 2011 12:07:47 +0000 (13:07 +0100)] 
gdi32: Don't mark a local variable static.

12 years agowinex11: Fix selecting a pattern brush into a DIB section device.
Alexandre Julliard [Thu, 17 Nov 2011 16:33:50 +0000 (17:33 +0100)] 
winex11: Fix selecting a pattern brush into a DIB section device.

12 years agowinhttp: Delete the static critical sections when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:55:18 +0000 (09:55 +0100)] 
winhttp: Delete the static critical sections when unloading the dll.

12 years agorpcrt4: Delete the static critical sections when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:53:51 +0000 (09:53 +0100)] 
rpcrt4: Delete the static critical sections when unloading the dll.

12 years agowinspool.drv: Delete the static critical section when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:55:26 +0000 (09:55 +0100)] 
winspool.drv: Delete the static critical section when unloading the dll.

12 years agowinex11: Delete the palette and xrender static critical sections when unloading the...
Francois Gouget [Thu, 17 Nov 2011 08:55:03 +0000 (09:55 +0100)] 
winex11: Delete the palette and xrender static critical sections when unloading the dll.

12 years agowined3d: Delete the static critical sections when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:54:54 +0000 (09:54 +0100)] 
wined3d: Delete the static critical sections when unloading the dll.

12 years agouser32: Delete the static critical section when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:54:45 +0000 (09:54 +0100)] 
user32: Delete the static critical section when unloading the dll.

12 years agourlmon: Delete the static critical section when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:54:13 +0000 (09:54 +0100)] 
urlmon: Delete the static critical section when unloading the dll.

12 years agopdh: Delete the static critical section when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:53:39 +0000 (09:53 +0100)] 
pdh: Delete the static critical section when unloading the dll.

12 years agoopenal32: Delete the static critical section when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:53:26 +0000 (09:53 +0100)] 
openal32: Delete the static critical section when unloading the dll.

12 years agoole32: Delete the compobj and rpc static critical sections when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:53:19 +0000 (09:53 +0100)] 
ole32: Delete the compobj and rpc static critical sections when unloading the dll.

12 years agomsxml3: Delete the dispex static critical section when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:53:01 +0000 (09:53 +0100)] 
msxml3: Delete the dispex static critical section when unloading the dll.

12 years agomsvideo: Delete the static critical section when unloading the dll.
Francois Gouget [Thu, 17 Nov 2011 08:52:50 +0000 (09:52 +0100)] 
msvideo: Delete the static critical section when unloading the dll.