Francois Gouget [Tue, 13 Sep 2011 22:36:24 +0000 (00:36 +0200)]
po: Remove English strings from the Slovak 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.
Francois Gouget [Tue, 13 Sep 2011 22:31:14 +0000 (00:31 +0200)]
po: Remove English strings from the Romanian translation.
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.
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.
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.
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.
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.
Henri Verbeet [Tue, 13 Sep 2011 18:02:25 +0000 (20:02 +0200)]
ddraw: Get rid of the unused "initialized" field in IDirectDrawImpl.
Henri Verbeet [Tue, 13 Sep 2011 18:02:24 +0000 (20:02 +0200)]
ddraw: Just use a static variable for vblank 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.
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.
Piotr Caban [Tue, 13 Sep 2011 17:26:28 +0000 (19:26 +0200)]
msvcp90: Don't overwrite string length in basic_string::_Grow.
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.
Francois Gouget [Tue, 13 Sep 2011 15:32:25 +0000 (17:32 +0200)]
mshtml/tests: GetUserDefaultUILanguage() is not available in NT4.
Francois Gouget [Tue, 13 Sep 2011 15:32:18 +0000 (17:32 +0200)]
mshtml/tests: When a test fails, print the bad value.
Frédéric Delanoy [Mon, 12 Sep 2011 18:28:03 +0000 (20:28 +0200)]
cmd/tests: Segment mkdir tests for an easier read.
Nikolay Sivov [Sun, 11 Sep 2011 16:19:35 +0000 (20:19 +0400)]
shell32/tests: Make test explicit about return pointer.
Alexandre Julliard [Tue, 13 Sep 2011 15:10:37 +0000 (17:10 +0200)]
gdi32: Move coordinate checks into the common part of GdiAlphaBlend.
Alexandre Julliard [Tue, 13 Sep 2011 13:47:19 +0000 (15:47 +0200)]
winex11: Add a SetDeviceClipping entry point to the XRender driver.
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.
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.
Jacek Caban [Tue, 13 Sep 2011 09:41:34 +0000 (11:41 +0200)]
vbscript: Added interp_exp implementation.
Jacek Caban [Tue, 13 Sep 2011 09:41:15 +0000 (11:41 +0200)]
vbscript: Added exp expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:41:03 +0000 (11:41 +0200)]
vbscript: Added interp_div implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:50 +0000 (11:40 +0200)]
vbscript: Added interp_mul implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:39 +0000 (11:40 +0200)]
vbscript: Added multiplicative expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:28 +0000 (11:40 +0200)]
vbscript: Added interp_idiv implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:14 +0000 (11:40 +0200)]
vbscript: Added '\' expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:40:02 +0000 (11:40 +0200)]
vbscript: Added interp_mod implementation.
Jacek Caban [Tue, 13 Sep 2011 09:39:53 +0000 (11:39 +0200)]
vbscript: Added mod expression parser/compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:39:41 +0000 (11:39 +0200)]
vbscript: Added bytecode decompiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:39:26 +0000 (11:39 +0200)]
vbscript: Added if statement tests.
Jacek Caban [Tue, 13 Sep 2011 09:39:13 +0000 (11:39 +0200)]
vbscript: Added interp_jmp_false implementation.
Jacek Caban [Tue, 13 Sep 2011 09:38:58 +0000 (11:38 +0200)]
vbscript: Added interp_jmp implementation.
Jacek Caban [Tue, 13 Sep 2011 09:38:38 +0000 (11:38 +0200)]
vbscript: Added if statement compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:38:04 +0000 (11:38 +0200)]
vbscript: Added if statement parser implementation.
Jacek Caban [Tue, 13 Sep 2011 09:37:24 +0000 (11:37 +0200)]
vbscript: Added support for variable assignment statements.
Jacek Caban [Tue, 13 Sep 2011 09:37:08 +0000 (11:37 +0200)]
vbscript: Added variable value expression support.
Jacek Caban [Tue, 13 Sep 2011 09:36:47 +0000 (11:36 +0200)]
vbscript: Added dim statement compiler implementation.
Jacek Caban [Tue, 13 Sep 2011 09:36:26 +0000 (11:36 +0200)]
vbscript: Added dim statement parser implementation.
Jacek Caban [Tue, 13 Sep 2011 09:36:07 +0000 (11:36 +0200)]
vbscript: Added object member assignment tests.
Jacek Caban [Tue, 13 Sep 2011 09:35:50 +0000 (11:35 +0200)]
vbscript: Added interp_assign_member implementation.
Jacek Caban [Tue, 13 Sep 2011 09:35:33 +0000 (11:35 +0200)]
vbscipt: Added object member assign parser/compiler implementation.
Andrew Talbot [Mon, 12 Sep 2011 22:18:01 +0000 (23:18 +0100)]
winspool.drv: Const-correctness fix.
Piotr Caban [Tue, 13 Sep 2011 08:31:54 +0000 (10:31 +0200)]
msvcp: Sync spec files.
Piotr Caban [Tue, 13 Sep 2011 08:31:39 +0000 (10:31 +0200)]
msvcp90: Added basic_string::append functions.
Piotr Caban [Tue, 13 Sep 2011 08:31:27 +0000 (10:31 +0200)]
msvcp90: Added basic_string::_Pdif implementation.
Piotr Caban [Tue, 13 Sep 2011 08:31:07 +0000 (10:31 +0200)]
msvcp90: Added basic_string::_Copy_s implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:58 +0000 (10:30 +0200)]
msvcp90: Added basic_string::_Chassign implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:48 +0000 (10:30 +0200)]
msvcp90: Added basic_string::{begin,rbegin,end,rend} implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:38 +0000 (10:30 +0200)]
msvcp90: Added basic_string::empty() implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:29 +0000 (10:30 +0200)]
msvcp90: Added set_new_handler implementation.
Piotr Caban [Tue, 13 Sep 2011 08:30:17 +0000 (10:30 +0200)]
msvcrt: Improve operator new implementation.
Francois Gouget [Mon, 12 Sep 2011 23:47:27 +0000 (01:47 +0200)]
gdiplus: Use Liberation Mono as a fallback for Courier New for the monospace family.
Francois Gouget [Mon, 12 Sep 2011 23:45:20 +0000 (01:45 +0200)]
gdiplus/tests: Don't check for hardcoded family font names.
Only check that each font family is different and that we can create fonts from them.
Francois Gouget [Mon, 12 Sep 2011 21:14:33 +0000 (23:14 +0200)]
Assorted spelling fixes.
Francois Gouget [Mon, 12 Sep 2011 21:10:32 +0000 (23:10 +0200)]
attrib: Escape the start-of-line spaces to fix the usage message indentation.
Lucas Fialho Zawacki [Tue, 13 Sep 2011 05:55:00 +0000 (02:55 -0300)]
dinput: Fill dialog with info about the first device by default in config.c.
Lucas Fialho Zawacki [Tue, 13 Sep 2011 05:54:58 +0000 (02:54 -0300)]
dinput: Initialize device count to 0 in config.c.
Dan Kegel [Mon, 12 Sep 2011 21:16:27 +0000 (14:16 -0700)]
ddraw/tests: Fix compilation on systems that don't support nameless unions.
Vincent Povirk [Mon, 12 Sep 2011 17:50:18 +0000 (12:50 -0500)]
ole32: Discard existing data when creating a new storage on an ILockBytes.
Vincent Povirk [Mon, 12 Sep 2011 16:46:46 +0000 (11:46 -0500)]
ole32/tests: Test creation of a storage on an ILockBytes containing data.
Henri Verbeet [Mon, 12 Sep 2011 17:51:19 +0000 (19:51 +0200)]
wined3d: Make the device parameter to wined3d_device_get_vs_consts_f() const.
Henri Verbeet [Mon, 12 Sep 2011 17:51:18 +0000 (19:51 +0200)]
wined3d: Rename markTextureStagesDirty() to device_invalidate_texture_stage().
Henri Verbeet [Mon, 12 Sep 2011 17:51:17 +0000 (19:51 +0200)]
wined3d: Don't print the context recreation FIXME for FBO ORM.
With FBOs we can just render offscreen to an appropriate depth/stencil buffer.
Henri Verbeet [Mon, 12 Sep 2011 17:51:16 +0000 (19:51 +0200)]
ddraw: Get rid of some ERRs in PixelFormat_DD2WineD3D().
Most of these would just be the result of the application giving us invalid
pixel formats.
Henri Verbeet [Mon, 12 Sep 2011 17:51:15 +0000 (19:51 +0200)]
ddraw: Get rid of an unused prototype.
Bernhard Loos [Fri, 9 Sep 2011 09:25:58 +0000 (11:25 +0200)]
msi: Speed up WHERE statement evaluation by evaluating the condition as early as possible.
Bernhard Loos [Fri, 9 Sep 2011 09:25:51 +0000 (11:25 +0200)]
msi: The underlying tables might have changed, so it's not possible to cache the result of the execute.
Erich Hoover [Sun, 11 Sep 2011 20:11:10 +0000 (14:11 -0600)]
quartz: Fix converting between the media time and REFTIME.
Erich Hoover [Sun, 11 Sep 2011 20:11:04 +0000 (14:11 -0600)]
quartz: Add support for EndOfStream in PullPin.
Erich Hoover [Sun, 11 Sep 2011 20:10:54 +0000 (14:10 -0600)]
quartz: Add missing release.
Erich Hoover [Sun, 11 Sep 2011 20:10:42 +0000 (14:10 -0600)]
quartz: Samples should be freed when IAsyncReader::Request fails.
Erich Hoover [Sun, 11 Sep 2011 20:10:19 +0000 (14:10 -0600)]
quartz: Do not assert when IAsyncReader::WaitForNext returns VFW_E_TIMEOUT.
Piotr Caban [Mon, 12 Sep 2011 11:11:36 +0000 (13:11 +0200)]
msvcp: Sync spec files.
Piotr Caban [Mon, 12 Sep 2011 11:11:26 +0000 (13:11 +0200)]
msvcp90: Added basic_string::push_back(char) implementation.
Piotr Caban [Mon, 12 Sep 2011 11:11:16 +0000 (13:11 +0200)]
msvcp90: Added basic_string::operator=(char) implementation.
Piotr Caban [Mon, 12 Sep 2011 11:11:07 +0000 (13:11 +0200)]
msvcp90: Added basic_string::find(basic_string, size_t) implementation.
Piotr Caban [Mon, 12 Sep 2011 11:10:58 +0000 (13:10 +0200)]
msvcp90: Added basic_string::substr(size_t, size_t) implementation.
Piotr Caban [Mon, 12 Sep 2011 11:10:49 +0000 (13:10 +0200)]
msvcp90: Added basic_string<wchar>::operator=(const wchar*) implementation.
Piotr Caban [Mon, 12 Sep 2011 11:10:40 +0000 (13:10 +0200)]
msvcp90: Added basic_string::find(const char*, size_t) implementation.
Piotr Caban [Mon, 12 Sep 2011 11:10:30 +0000 (13:10 +0200)]
msvcp90: Added basic_string<char>(allocator<char>) constructor implementation.
Piotr Caban [Mon, 12 Sep 2011 11:10:20 +0000 (13:10 +0200)]
msvcp60: Export more functions on win32.
Frédéric Delanoy [Sun, 11 Sep 2011 20:52:45 +0000 (22:52 +0200)]
ntdll: Add NtCreateFile tests for invalid chars in file/dir name.
Frédéric Delanoy [Sun, 11 Sep 2011 15:14:56 +0000 (17:14 +0200)]
cmd/tests: Add tests for combined CALLs/GOTOs.
Frédéric Delanoy [Sun, 11 Sep 2011 15:14:55 +0000 (17:14 +0200)]
cmd: Allow a batch file to delete itself.
Frédéric Delanoy [Sun, 11 Sep 2011 15:14:54 +0000 (17:14 +0200)]
cmd: Show that windows doesn't lock/prevent access to batch file during execution.
Jacek Caban [Mon, 12 Sep 2011 10:33:14 +0000 (12:33 +0200)]
vbscript: Added assign statement tests.
Jacek Caban [Mon, 12 Sep 2011 10:33:03 +0000 (12:33 +0200)]
vbscript: Added interp_assign_ident implementation.
Jacek Caban [Mon, 12 Sep 2011 10:32:50 +0000 (12:32 +0200)]
vbscript: Added assign statement compiler implementation.
Jacek Caban [Mon, 12 Sep 2011 10:32:38 +0000 (12:32 +0200)]
vbscript: Added assign statement parser implementation.
Jacek Caban [Mon, 12 Sep 2011 10:32:27 +0000 (12:32 +0200)]
vbscript: Added '<>' expression implementation.
Jacek Caban [Mon, 12 Sep 2011 10:32:18 +0000 (12:32 +0200)]
vbscript: Added interp_sub implementation.
Jacek Caban [Mon, 12 Sep 2011 10:32:07 +0000 (12:32 +0200)]
vbscript: Added interp_add implementation.
Jacek Caban [Mon, 12 Sep 2011 10:31:58 +0000 (12:31 +0200)]
vbscript: Added additive expressions parser/compiler implementation.
Jacek Caban [Mon, 12 Sep 2011 10:31:47 +0000 (12:31 +0200)]
vbscript: Added interp_neg implementation.
Jacek Caban [Mon, 12 Sep 2011 10:31:37 +0000 (12:31 +0200)]
vbscript: Added negation expression parser/compiler implementation.
Jacek Caban [Mon, 12 Sep 2011 10:31:07 +0000 (12:31 +0200)]
vbscript: Added concatenation tests.
Jacek Caban [Mon, 12 Sep 2011 10:30:57 +0000 (12:30 +0200)]
vbscript: Added interp_concat implementation.