wine
12 years agoddraw: Get rid of the surfaces field in IDirectDrawImpl.
Henri Verbeet [Wed, 14 Sep 2011 18:17:28 +0000 (20:17 +0200)] 
ddraw: Get rid of the surfaces field in IDirectDrawImpl.

12 years agowinealsa.drv: Allow creation of the default device even if all real devices failed...
Andrew Eikum [Wed, 14 Sep 2011 16:24:26 +0000 (11:24 -0500)] 
winealsa.drv: Allow creation of the default device even if all real devices failed to open.

12 years agowintrust: Correct ObjectTrust error with empty files.
Juan Lang [Wed, 14 Sep 2011 15:45:10 +0000 (08:45 -0700)] 
wintrust: Correct ObjectTrust error with empty files.

12 years agowinex11: Remove the XRender support in the X11 driver StretchBlt implementation.
Alexandre Julliard [Thu, 15 Sep 2011 11:22:31 +0000 (13:22 +0200)] 
winex11: Remove the XRender support in the X11 driver StretchBlt implementation.

12 years agowinex11: Avoid an intermediate pixmap copy when stretching with SRCCOPY through XRender.
Alexandre Julliard [Thu, 15 Sep 2011 11:12:54 +0000 (13:12 +0200)] 
winex11: Avoid an intermediate pixmap copy when stretching with SRCCOPY through XRender.

12 years agowinex11: Add a StretchBlt entry point to the XRender driver.
Alexandre Julliard [Thu, 15 Sep 2011 10:49:08 +0000 (12:49 +0200)] 
winex11: Add a StretchBlt entry point to the XRender driver.

12 years agowinex11: Pass destination coordinates to xrender_mono_blit.
Alexandre Julliard [Thu, 15 Sep 2011 10:51:57 +0000 (12:51 +0200)] 
winex11: Pass destination coordinates to xrender_mono_blit.

12 years agowinex11: Move the pixel->color conversion out of the get_tile_pict function.
Alexandre Julliard [Thu, 15 Sep 2011 10:51:08 +0000 (12:51 +0200)] 
winex11: Move the pixel->color conversion out of the get_tile_pict function.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Wed, 14 Sep 2011 15:06:12 +0000 (18:06 +0300)] 
po: Update Lithuanian translation.

12 years agorpcrt4: The named pipe can be used for multiple operations at the same time, so use...
Bernhard Loos [Wed, 14 Sep 2011 12:19:29 +0000 (14:19 +0200)] 
rpcrt4: The named pipe can be used for multiple operations at the same time, so use overlapped operations for ReadFile and WriteFile.

12 years agocmd/tests: Add tests for SHIFT builtin.
Frédéric Delanoy [Tue, 13 Sep 2011 10:06:45 +0000 (12:06 +0200)] 
cmd/tests: Add tests for SHIFT builtin.

12 years agocmd: Make some variables static.
Frédéric Delanoy [Tue, 13 Sep 2011 08:33:47 +0000 (10:33 +0200)] 
cmd: Make some variables static.

12 years agowinegstreamer: Use WAVE_FORMAT_PCM when possible for demux.
Maarten Lankhorst [Tue, 13 Sep 2011 13:32:31 +0000 (15:32 +0200)] 
winegstreamer: Use WAVE_FORMAT_PCM when possible for demux.

12 years agomsvcp60: Remove incorrect forwards from spec file.
Piotr Caban [Wed, 14 Sep 2011 13:57:43 +0000 (15:57 +0200)] 
msvcp60: Remove incorrect forwards from spec file.

12 years agomake_specfiles: Support a magic comment to prevent forwarding an entry point.
Alexandre Julliard [Wed, 14 Sep 2011 14:29:35 +0000 (16:29 +0200)] 
make_specfiles: Support a magic comment to prevent forwarding an entry point.

12 years agomsvcrt: Synchronize the spec files.
Alexandre Julliard [Wed, 14 Sep 2011 14:27:26 +0000 (16:27 +0200)] 
msvcrt: Synchronize the spec files.

12 years agousp10: Set fNoGlyphIndex only if the fonts has no opentype/truetype tables.
Aric Stewart [Wed, 14 Sep 2011 13:53:05 +0000 (08:53 -0500)] 
usp10: Set fNoGlyphIndex only if the fonts has no opentype/truetype tables.

12 years agovbscript: Added interp_imp implementation.
Jacek Caban [Wed, 14 Sep 2011 11:00:23 +0000 (13:00 +0200)] 
vbscript: Added interp_imp implementation.

12 years agovbscript: Added interp_eqv implementation.
Jacek Caban [Wed, 14 Sep 2011 11:00:12 +0000 (13:00 +0200)] 
vbscript: Added interp_eqv implementation.

12 years agovbscript: Added interp_xor implementation.
Jacek Caban [Wed, 14 Sep 2011 11:00:02 +0000 (13:00 +0200)] 
vbscript: Added interp_xor implementation.

12 years agovbscript: Added xor, imp and eqv expressions parser/compiler implementation.
Jacek Caban [Wed, 14 Sep 2011 10:59:49 +0000 (12:59 +0200)] 
vbscript: Added xor, imp and eqv expressions parser/compiler implementation.

12 years agovbscript: Added interp_or implementation.
Jacek Caban [Wed, 14 Sep 2011 10:59:37 +0000 (12:59 +0200)] 
vbscript: Added interp_or implementation.

12 years agovbscript: Added 'or' expression parser/compiler implementation.
Jacek Caban [Wed, 14 Sep 2011 10:59:26 +0000 (12:59 +0200)] 
vbscript: Added 'or' expression parser/compiler implementation.

12 years agovbscript: Added interp_and implementation.
Jacek Caban [Wed, 14 Sep 2011 10:59:14 +0000 (12:59 +0200)] 
vbscript: Added interp_and implementation.

12 years agovbscript: Added 'and' expression parser/compiler implementation.
Jacek Caban [Wed, 14 Sep 2011 10:59:02 +0000 (12:59 +0200)] 
vbscript: Added 'and' expression parser/compiler implementation.

12 years agovbscript: Added support for returning value from function.
Jacek Caban [Wed, 14 Sep 2011 10:58:30 +0000 (12:58 +0200)] 
vbscript: Added support for returning value from function.

12 years agovbscript: Added Exit Function statement implementation.
Jacek Caban [Wed, 14 Sep 2011 10:58:10 +0000 (12:58 +0200)] 
vbscript: Added Exit Function statement implementation.

12 years agovbscript: Added function parser implementation.
Jacek Caban [Wed, 14 Sep 2011 14:55:51 +0000 (16:55 +0200)] 
vbscript: Added function parser implementation.

12 years agovbscript: Added support for sub local variables.
Jacek Caban [Wed, 14 Sep 2011 10:57:37 +0000 (12:57 +0200)] 
vbscript: Added support for sub local variables.

12 years agovbscript: Added exit sub statement implementation.
Jacek Caban [Wed, 14 Sep 2011 10:57:27 +0000 (12:57 +0200)] 
vbscript: Added exit sub statement implementation.

12 years agovbscript: Added sub argument tests.
Jacek Caban [Wed, 14 Sep 2011 10:57:14 +0000 (12:57 +0200)] 
vbscript: Added sub argument tests.

12 years agovbscript: Added interpreter support for sub arguments.
Jacek Caban [Wed, 14 Sep 2011 10:56:45 +0000 (12:56 +0200)] 
vbscript: Added interpreter support for sub arguments.

12 years agovbscript: Added function arguments compiler implementation.
Jacek Caban [Wed, 14 Sep 2011 11:55:57 +0000 (13:55 +0200)] 
vbscript: Added function arguments compiler implementation.

12 years agovbscript: Added function invocation supprot to do_icall.
Jacek Caban [Wed, 14 Sep 2011 10:56:01 +0000 (12:56 +0200)] 
vbscript: Added function invocation supprot to do_icall.

12 years agovbscript: Added functions lookup implementation.
Jacek Caban [Wed, 14 Sep 2011 10:55:42 +0000 (12:55 +0200)] 
vbscript: Added functions lookup implementation.

12 years agovbscript: Store global functions in script_ctx_t.
Jacek Caban [Wed, 14 Sep 2011 10:55:32 +0000 (12:55 +0200)] 
vbscript: Store global functions in script_ctx_t.

12 years agovbscript: Added function compiler implementation.
Jacek Caban [Wed, 14 Sep 2011 10:55:07 +0000 (12:55 +0200)] 
vbscript: Added function compiler implementation.

12 years agovbscript: Added sub statement parser implementation.
Jacek Caban [Wed, 14 Sep 2011 10:54:50 +0000 (12:54 +0200)] 
vbscript: Added sub statement parser implementation.

12 years agows2_32: Avoid a crash in WS2_recv_base.
Hans Leidekker [Wed, 14 Sep 2011 10:04:39 +0000 (12:04 +0200)] 
ws2_32: Avoid a crash in WS2_recv_base.

12 years agomsi: Ignore files if their path cannot be resolved in the RemoveFiles action.
Hans Leidekker [Wed, 14 Sep 2011 10:04:15 +0000 (12:04 +0200)] 
msi: Ignore files if their path cannot be resolved in the RemoveFiles action.

12 years agomsi: Free the message string in ACTION_ResolveSource.
Hans Leidekker [Wed, 14 Sep 2011 10:03:54 +0000 (12:03 +0200)] 
msi: Free the message string in ACTION_ResolveSource.

12 years agowinex11: Make sure the cursor bitmaps are owned by x11drv.
Alexandre Julliard [Wed, 14 Sep 2011 12:53:59 +0000 (14:53 +0200)] 
winex11: Make sure the cursor bitmaps are owned by x11drv.

12 years agowinex11: Use the DIB engine for client-side DIB copy optimizations.
Alexandre Julliard [Wed, 14 Sep 2011 11:26:29 +0000 (13:26 +0200)] 
winex11: Use the DIB engine for client-side DIB copy optimizations.

12 years agogdi32: Add a null driver fallback for AlphaBlend, using a new BlendImage driver entry...
Alexandre Julliard [Wed, 14 Sep 2011 09:57:45 +0000 (11:57 +0200)] 
gdi32: Add a null driver fallback for AlphaBlend, using a new BlendImage driver entry point.

12 years agogdi32: Add a couple of helper functions for converting and stretching DIBs.
Alexandre Julliard [Wed, 14 Sep 2011 09:25:19 +0000 (11:25 +0200)] 
gdi32: Add a couple of helper functions for converting and stretching DIBs.

12 years agogdi32: Add a placeholder function for DIB stretching.
Alexandre Julliard [Wed, 14 Sep 2011 09:17:02 +0000 (11:17 +0200)] 
gdi32: Add a placeholder function for DIB stretching.

12 years agovbscript: Add missing error handling in interp_jmp_false.
Gerald Pfeifer [Tue, 13 Sep 2011 21:45:23 +0000 (23:45 +0200)] 
vbscript: Add missing error handling in interp_jmp_false.

12 years agopo: Remove English strings from the Slovak translation.
Francois Gouget [Tue, 13 Sep 2011 22:36:24 +0000 (00:36 +0200)] 
po: Remove English strings from the Slovak translation.

12 years agopo: Remove English strings from the Russian translation.
Francois Gouget [Tue, 13 Sep 2011 22:34:22 +0000 (00:34 +0200)] 
po: Remove English strings from the Russian translation.

Also mark a partial translation as fuzzy.

12 years agopo: Remove English strings from the Romanian translation.
Francois Gouget [Tue, 13 Sep 2011 22:31:14 +0000 (00:31 +0200)] 
po: Remove English strings from the Romanian translation.

12 years agowineconsole: Use a more standard syntax for multi-line RC file strings.
Francois Gouget [Tue, 13 Sep 2011 22:22:55 +0000 (00:22 +0200)] 
wineconsole: Use a more standard syntax for multi-line RC file strings.

12 years agoshell32: Use a more standard syntax for multi-line RC file strings.
Francois Gouget [Tue, 13 Sep 2011 22:20:59 +0000 (00:20 +0200)] 
shell32: Use a more standard syntax for multi-line RC file strings.

12 years agoappwiz.cpl: Use a more standard syntax for multi-line RC file strings.
Francois Gouget [Tue, 13 Sep 2011 22:19:18 +0000 (00:19 +0200)] 
appwiz.cpl: Use a more standard syntax for multi-line RC file strings.

12 years agowined3d: Make the device parameter to wined3d_device_get_pixel_shader() const.
Henri Verbeet [Tue, 13 Sep 2011 18:02:27 +0000 (20:02 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_pixel_shader() const.

12 years agowined3d: Make the device parameter to device_unit_free_for_vs() const.
Henri Verbeet [Tue, 13 Sep 2011 18:02:26 +0000 (20:02 +0200)] 
wined3d: Make the device parameter to device_unit_free_for_vs() const.

12 years agoddraw: Get rid of the unused "initialized" field in IDirectDrawImpl.
Henri Verbeet [Tue, 13 Sep 2011 18:02:25 +0000 (20:02 +0200)] 
ddraw: Get rid of the unused "initialized" field in IDirectDrawImpl.

12 years agoddraw: Just use a static variable for vblank emulation.
Henri Verbeet [Tue, 13 Sep 2011 18:02:24 +0000 (20:02 +0200)] 
ddraw: Just use a static variable for vblank emulation.

12 years agoddraw: Just use a static variable for scanline emulation.
Henri Verbeet [Tue, 13 Sep 2011 18:02:23 +0000 (20:02 +0200)] 
ddraw: Just use a static variable for scanline emulation.

Tracking it per ddraw object doesn't add much.

12 years agowininet: Make it possible to ignore CERT_TRUST_IS_PARTIAL_CHAIN error in netconn_veri...
Piotr Caban [Tue, 13 Sep 2011 17:27:04 +0000 (19:27 +0200)] 
wininet: Make it possible to ignore CERT_TRUST_IS_PARTIAL_CHAIN error in netconn_verify_cert.

12 years agomsvcp90: Don't overwrite string length in basic_string::_Grow.
Piotr Caban [Tue, 13 Sep 2011 17:26:28 +0000 (19:26 +0200)] 
msvcp90: Don't overwrite string length in basic_string::_Grow.

12 years agomshtml/tests: Some tests require that the user interface be in English.
Francois Gouget [Tue, 13 Sep 2011 15:35:53 +0000 (17:35 +0200)] 
mshtml/tests: Some tests require that the user interface be in English.

With MUI versions of Windows checking for the default user language id is insufficient.
Skip the system language id check as it is irrelevant here.

12 years agomshtml/tests: GetUserDefaultUILanguage() is not available in NT4.
Francois Gouget [Tue, 13 Sep 2011 15:32:25 +0000 (17:32 +0200)] 
mshtml/tests: GetUserDefaultUILanguage() is not available in NT4.

12 years agomshtml/tests: When a test fails, print the bad value.
Francois Gouget [Tue, 13 Sep 2011 15:32:18 +0000 (17:32 +0200)] 
mshtml/tests: When a test fails, print the bad value.

12 years agocmd/tests: Segment mkdir tests for an easier read.
Frédéric Delanoy [Mon, 12 Sep 2011 18:28:03 +0000 (20:28 +0200)] 
cmd/tests: Segment mkdir tests for an easier read.

12 years agoshell32/tests: Make test explicit about return pointer.
Nikolay Sivov [Sun, 11 Sep 2011 16:19:35 +0000 (20:19 +0400)] 
shell32/tests: Make test explicit about return pointer.

12 years agogdi32: Move coordinate checks into the common part of GdiAlphaBlend.
Alexandre Julliard [Tue, 13 Sep 2011 15:10:37 +0000 (17:10 +0200)] 
gdi32: Move coordinate checks into the common part of GdiAlphaBlend.

12 years agowinex11: Add a SetDeviceClipping entry point to the XRender driver.
Alexandre Julliard [Tue, 13 Sep 2011 13:47:19 +0000 (15:47 +0200)] 
winex11: Add a SetDeviceClipping entry point to the XRender driver.

12 years agowinex11: Return a RGNDATA from add_extra_clipping_region and avoid changing the physd...
Alexandre Julliard [Tue, 13 Sep 2011 13:40:57 +0000 (15:40 +0200)] 
winex11: Return a RGNDATA from add_extra_clipping_region and avoid changing the physdev region.

12 years agows2_32: SO_OOBINLINE sockets must always return TRUE to SIOCATMARK request.
Bruno Jesus [Tue, 13 Sep 2011 12:07:00 +0000 (08:07 -0400)] 
ws2_32: SO_OOBINLINE sockets must always return TRUE to SIOCATMARK request.

12 years agovbscript: Added interp_exp implementation.
Jacek Caban [Tue, 13 Sep 2011 09:41:34 +0000 (11:41 +0200)] 
vbscript: Added interp_exp implementation.

12 years agovbscript: Added exp expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:41:15 +0000 (11:41 +0200)] 
vbscript: Added exp expression parser/compiler implementation.

12 years agovbscript: Added interp_div implementation.
Jacek Caban [Tue, 13 Sep 2011 09:41:03 +0000 (11:41 +0200)] 
vbscript: Added interp_div implementation.

12 years agovbscript: Added interp_mul implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:50 +0000 (11:40 +0200)] 
vbscript: Added interp_mul implementation.

12 years agovbscript: Added multiplicative expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:39 +0000 (11:40 +0200)] 
vbscript: Added multiplicative expression parser/compiler implementation.

12 years agovbscript: Added interp_idiv implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:28 +0000 (11:40 +0200)] 
vbscript: Added interp_idiv implementation.

12 years agovbscript: Added '\' expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:14 +0000 (11:40 +0200)] 
vbscript: Added '\' expression parser/compiler implementation.

12 years agovbscript: Added interp_mod implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:02 +0000 (11:40 +0200)] 
vbscript: Added interp_mod implementation.

12 years agovbscript: Added mod expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:39:53 +0000 (11:39 +0200)] 
vbscript: Added mod expression parser/compiler implementation.

12 years agovbscript: Added bytecode decompiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:39:41 +0000 (11:39 +0200)] 
vbscript: Added bytecode decompiler implementation.

12 years agovbscript: Added if statement tests.
Jacek Caban [Tue, 13 Sep 2011 09:39:26 +0000 (11:39 +0200)] 
vbscript: Added if statement tests.

12 years agovbscript: Added interp_jmp_false implementation.
Jacek Caban [Tue, 13 Sep 2011 09:39:13 +0000 (11:39 +0200)] 
vbscript: Added interp_jmp_false implementation.

12 years agovbscript: Added interp_jmp implementation.
Jacek Caban [Tue, 13 Sep 2011 09:38:58 +0000 (11:38 +0200)] 
vbscript: Added interp_jmp implementation.

12 years agovbscript: Added if statement compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:38:38 +0000 (11:38 +0200)] 
vbscript: Added if statement compiler implementation.

12 years agovbscript: Added if statement parser implementation.
Jacek Caban [Tue, 13 Sep 2011 09:38:04 +0000 (11:38 +0200)] 
vbscript: Added if statement parser implementation.

12 years agovbscript: Added support for variable assignment statements.
Jacek Caban [Tue, 13 Sep 2011 09:37:24 +0000 (11:37 +0200)] 
vbscript: Added support for variable assignment statements.

12 years agovbscript: Added variable value expression support.
Jacek Caban [Tue, 13 Sep 2011 09:37:08 +0000 (11:37 +0200)] 
vbscript: Added variable value expression support.

12 years agovbscript: Added dim statement compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:36:47 +0000 (11:36 +0200)] 
vbscript: Added dim statement compiler implementation.

12 years agovbscript: Added dim statement parser implementation.
Jacek Caban [Tue, 13 Sep 2011 09:36:26 +0000 (11:36 +0200)] 
vbscript: Added dim statement parser implementation.

12 years agovbscript: Added object member assignment tests.
Jacek Caban [Tue, 13 Sep 2011 09:36:07 +0000 (11:36 +0200)] 
vbscript: Added object member assignment tests.

12 years agovbscript: Added interp_assign_member implementation.
Jacek Caban [Tue, 13 Sep 2011 09:35:50 +0000 (11:35 +0200)] 
vbscript: Added interp_assign_member implementation.

12 years agovbscipt: Added object member assign parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:35:33 +0000 (11:35 +0200)] 
vbscipt: Added object member assign parser/compiler implementation.

12 years agowinspool.drv: Const-correctness fix.
Andrew Talbot [Mon, 12 Sep 2011 22:18:01 +0000 (23:18 +0100)] 
winspool.drv: Const-correctness fix.

12 years agomsvcp: Sync spec files.
Piotr Caban [Tue, 13 Sep 2011 08:31:54 +0000 (10:31 +0200)] 
msvcp: Sync spec files.

12 years agomsvcp90: Added basic_string::append functions.
Piotr Caban [Tue, 13 Sep 2011 08:31:39 +0000 (10:31 +0200)] 
msvcp90: Added basic_string::append functions.

12 years agomsvcp90: Added basic_string::_Pdif implementation.
Piotr Caban [Tue, 13 Sep 2011 08:31:27 +0000 (10:31 +0200)] 
msvcp90: Added basic_string::_Pdif implementation.

12 years agomsvcp90: Added basic_string::_Copy_s implementation.
Piotr Caban [Tue, 13 Sep 2011 08:31:07 +0000 (10:31 +0200)] 
msvcp90: Added basic_string::_Copy_s implementation.

12 years agomsvcp90: Added basic_string::_Chassign implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:58 +0000 (10:30 +0200)] 
msvcp90: Added basic_string::_Chassign implementation.

12 years agomsvcp90: Added basic_string::{begin,rbegin,end,rend} implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:48 +0000 (10:30 +0200)] 
msvcp90: Added basic_string::{begin,rbegin,end,rend} implementation.

12 years agomsvcp90: Added basic_string::empty() implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:38 +0000 (10:30 +0200)] 
msvcp90: Added basic_string::empty() implementation.

12 years agomsvcp90: Added set_new_handler implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:29 +0000 (10:30 +0200)] 
msvcp90: Added set_new_handler implementation.