Module: wine
Branch: master
Commit: 3ec49a32f25b8d6334e507401bfb6beb8eb85cfc
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3ec49a32f25b8d6334e507401…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Apr 5 14:52:34 2008 +0200
d3d9: Read from a slightly different spot in a test.
---
dlls/d3d9/tests/visual.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index bc9f88b..a38e2d7 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -6116,7 +6116,7 @@ void test_vshader_input(IDirect3DDevice9 *device)
hr = IDirect3DDevice9_Present(device, NULL, NULL, NULL, NULL);
ok(hr == D3D_OK, "IDirect3DDevice9_Present failed with %s\n", DXGetErrorString9(hr));
- color = getPixelColor(device, 480, 360);
+ color = getPixelColor(device, 480, 350);
/* vs_1_1 may fail, accept the clear color
*
* NOTE: This test fails on the reference rasterizer. In the refrast, the 4 vertices have different colors,
Module: wine
Branch: master
Commit: b094c95d859b164806432bdaecb9f52841a7bdeb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b094c95d859b164806432bdae…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Apr 5 17:07:36 2008 +0200
d3d9: Remove some test trace lines.
---
dlls/d3d9/tests/visual.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index d4e840a..bc9f88b 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -8533,14 +8533,12 @@ static void pixelshader_blending_test(IDirect3DDevice9 *device)
if(IDirect3D9_CheckDeviceFormat(d3d, 0, D3DDEVTYPE_HAL, D3DFMT_X8R8G8B8, D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING, D3DRTYPE_TEXTURE, fmt) == D3D_OK) {
/* Compare the color of the center quad with our expectation */
color = getPixelColor(device, 320, 240);
- trace("[Blending] %s: expected=%x, result=%x\n", test_formats[fmt_index].fmtName, test_formats[fmt_index].resultColorBlending, color);
ok(color == test_formats[fmt_index].resultColorBlending, "Offscreen failed for %s: Got color %#08x, expected %#08x.\n", test_formats[fmt_index].fmtName, color, test_formats[fmt_index].resultColorBlending);
} else {
/* No pixel shader blending is supported so expected garbage.The type of 'garbage' depends on the driver version and OS.
* E.g. on G16R16 ati reports (on old r9600 drivers) 0x00ffffff and on modern ones 0x002010ff which is also what Nvidia
* reports. On Vista Nvidia seems to report 0x00ffffff on Geforce7 cards. */
color = getPixelColor(device, 320, 240);
- trace("[No blending] %s: expected %x or 0x00ffffff, result=%x\n", test_formats[fmt_index].fmtName, test_formats[fmt_index].resultColorNoBlending, color);
ok((color == 0x00ffffff) || (color == test_formats[fmt_index].resultColorNoBlending), "Offscreen failed for %s: expected no color blending but received it anyway.\n", test_formats[fmt_index].fmtName);
}
Module: wine
Branch: master
Commit: 825e5ffb3f72407d1e91e363cc33d52f2bd25511
URL: http://source.winehq.org/git/wine.git/?a=commit;h=825e5ffb3f72407d1e91e363c…
Author: Apostolos Alexiadis <djapal(a)gmail.com>
Date: Sat Apr 5 13:06:34 2008 +0300
oleaut32: Added Greek translation.
---
dlls/oleaut32/oleaut32.rc | 1 +
dlls/oleaut32/oleaut32_El.rc | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc
index 52e5d8d..44a3641 100644
--- a/dlls/oleaut32/oleaut32.rc
+++ b/dlls/oleaut32/oleaut32.rc
@@ -27,6 +27,7 @@
#include "oleaut32_Bg.rc"
#include "oleaut32_De.rc"
#include "oleaut32_Dk.rc"
+#include "oleaut32_El.rc"
#include "oleaut32_En.rc"
#include "oleaut32_Eo.rc"
#include "oleaut32_Es.rc"
diff --git a/dlls/oleaut32/oleaut32_El.rc b/dlls/oleaut32/oleaut32_El.rc
new file mode 100644
index 0000000..145c1a1
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_El.rc
@@ -0,0 +1,31 @@
+/*
+ * Greek resources for oleaut32
+ *
+ * Copyright 200 Apostolos Alexiadis
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TRUE "������"
+ IDS_FALSE "������"
+ IDS_YES "���"
+ IDS_NO "���"
+ IDS_ON "������"
+ IDS_OFF "��������"
+}
Module: wine
Branch: master
Commit: 76a030685608d5364d2dddbef5e491403e223408
URL: http://source.winehq.org/git/wine.git/?a=commit;h=76a030685608d5364d2dddbef…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Apr 5 10:39:45 2008 -0600
sane.ds: Add Russian translation.
---
dlls/sane.ds/rsrc.rc | 1 +
dlls/sane.ds/sane_Ru.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc
index ec0d7ac..cde9b9b 100644
--- a/dlls/sane.ds/rsrc.rc
+++ b/dlls/sane.ds/rsrc.rc
@@ -34,4 +34,5 @@
#include "sane_Nl.rc"
#include "sane_No.rc"
#include "sane_Pl.rc"
+#include "sane_Ru.rc"
#include "sane_Sv.rc"
diff --git a/dlls/sane.ds/sane_Ru.rc b/dlls/sane.ds/sane_Ru.rc
new file mode 100644
index 0000000..32fabef
--- /dev/null
+++ b/dlls/sane.ds/sane_Ru.rc
@@ -0,0 +1,40 @@
+/*
+ * Russian resources for Twain
+ *
+ * Copyright 2008 Vitaliy Margolen
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "������������"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "������������.... ���������� �����",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "������"
+ 2 "���"
+ 3 "��"
+ 4 "����� �� ����"
+ 5 "%"
+ 6 "����� �"
+}
Module: wine
Branch: master
Commit: e00a93fd5de7fa9c0d62e5cba9c06638b961e4d2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e00a93fd5de7fa9c0d62e5cba…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Apr 5 10:39:24 2008 -0600
msvidc32: Add Russian translation.
---
dlls/msvidc32/msvidc32_Ru.rc | 25 +++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/msvidc32/msvidc32_Ru.rc b/dlls/msvidc32/msvidc32_Ru.rc
new file mode 100644
index 0000000..2c84bff
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_Ru.rc
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2008 Vitaliy Margolen
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "MS-CRAM"
+ IDS_DESCRIPTION "����� ����� Wine Video 1"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index 34f3980..bb8fdfe 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -28,5 +28,6 @@
#include "msvidc32_No.rc"
#include "msvidc32_Pl.rc"
#include "msvidc32_Ro.rc"
+#include "msvidc32_Ru.rc"
#include "msvidc32_Sv.rc"
#include "msvidc32_Tr.rc"
Module: wine
Branch: master
Commit: 24ce6dc61d9985429c47b5e5e7192cd1b11a30a5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=24ce6dc61d9985429c47b5e5e…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Apr 5 10:39:08 2008 -0600
msvfw32: Add Russian translation.
---
dlls/msvfw32/msvfw32_Ru.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/msvfw32_Ru.rc b/dlls/msvfw32/msvfw32_Ru.rc
new file mode 100644
index 0000000..96c8a81
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Ru.rc
@@ -0,0 +1,51 @@
+/*
+ * Copyright 2008 Vitaliy Margolen
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "������ �����"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "OK",IDOK,129,2,49,14
+ PUSHBUTTON "������",IDCANCEL,129,18,49,14
+
+ LTEXT "&�������� ������:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "&���������...",882,129,36,49,14
+ PUSHBUTTON "&����������...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "&�������� ������:",886,9,34,80,8
+
+ CONTROL "��&������ ���� ������",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "������",889,103,62,26,10
+
+ CONTROL "&����� ������",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "��/���",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "����� ������� (��� ����������)"
+}
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index 442ee4c..ba00f7d 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -29,5 +29,6 @@
#include "msvfw32_Nl.rc"
#include "msvfw32_No.rc"
#include "msvfw32_Pl.rc"
+#include "msvfw32_Ru.rc"
#include "msvfw32_Sv.rc"
#include "msvfw32_Tr.rc"
Module: wine
Branch: master
Commit: 2e4e2ac3c3a75774460f163b63a27e9d2f75a653
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e4e2ac3c3a75774460f163b6…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Apr 5 10:38:02 2008 -0600
iccvid: Add Russian translation.
---
dlls/iccvid/iccvid_Ru.rc | 25 +++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/iccvid/iccvid_Ru.rc b/dlls/iccvid/iccvid_Ru.rc
new file mode 100644
index 0000000..c78ee72
--- /dev/null
+++ b/dlls/iccvid/iccvid_Ru.rc
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2008 Vitaliy Margolen
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "����� �����-������� Cinepak"
+ IDS_DESCRIPTION "����� �����-������� Cinepak"
+}
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index baa9fb3..b3a92ea 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -28,5 +28,6 @@
#include "iccvid_No.rc"
#include "iccvid_Pl.rc"
#include "iccvid_Ro.rc"
+#include "iccvid_Ru.rc"
#include "iccvid_Sv.rc"
#include "iccvid_Tr.rc"
add documentation for exported functions of the xenroll library...IEnroll * WINAPI PIEnrollGetNoCOM(void)*/ returns a pointer to an IEnroll interface. */IEnroll2 * WINAPI PIEnroll2GetNoCOM(void)*/ returns a pointer to an IEnroll2 interface. */IEnroll4 * WINAPI PIEnroll4GetNoCOM(void)*/ returns a pointer to an IEnroll4 interface. */ André Renato Furtado talk2cod(a)hotmail.com
_________________________________________________________________
Instale a Barra de Ferramentas com Desktop Search e ganhe EMOTICONS para o Messenger! É GRÁTIS!
http://www.msn.com.br/emoticonpack
add documentation for exported functions of the xenroll library...IEnroll * WINAPI PIEnrollGetNoCOM(void)*/ returns a pointer to an IEnroll interface. */IEnroll2 * WINAPI PIEnroll2GetNoCOM(void)*/ returns a pointer to an IEnroll2 interface. */IEnroll4 * WINAPI PIEnroll4GetNoCOM(void)*/ returns a pointer to an IEnroll4 interface. */ André Renato Furtado talk2cod(a)hotmail.com
_________________________________________________________________
Conheça o Windows Live Spaces, a rede de relacionamentos do Messenger!
http://www.amigosdomessenger.com.br/