Module: wine
Branch: master
Commit: cc086f09ae46c77e6eb4a817ae567294d3f795ec
URL: http://source.winehq.org/git/wine.git/?a=commit;h=cc086f09ae46c77e6eb4a817a…
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Mon Jun 17 12:31:58 2013 +0900
comctl32: Use default GUI font as a fallback instead of a (non-existent) Arial.
---
dlls/comctl32/tab.c | 17 +++--------------
1 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/dlls/comctl32/tab.c b/dlls/comctl32/tab.c
index 229e72b..bd75c88 100644
--- a/dlls/comctl32/tab.c
+++ b/dlls/comctl32/tab.c
@@ -1898,7 +1898,6 @@ TAB_DrawItemInterior(const TAB_INFO *infoPtr, HDC hdc, INT iItem, RECT *drawRect
/* Draw the text */
if(infoPtr->dwStyle & TCS_VERTICAL) /* if we are vertical rotate the text and each character */
{
- static const WCHAR ArialW[] = { 'A','r','i','a','l',0 };
LOGFONTW logfont;
HFONT hFont = 0;
INT nEscapement = 900;
@@ -1911,21 +1910,11 @@ TAB_DrawItemInterior(const TAB_INFO *infoPtr, HDC hdc, INT iItem, RECT *drawRect
}
/* to get a font with the escapement and orientation we are looking for, we need to */
- /* call CreateFontIndirectA, which requires us to set the values of the logfont we pass in */
+ /* call CreateFontIndirect, which requires us to set the values of the logfont we pass in */
if (!GetObjectW((infoPtr->hFont) ?
- infoPtr->hFont : GetStockObject(SYSTEM_FONT),
+ infoPtr->hFont : GetStockObject(DEFAULT_GUI_FONT),
sizeof(LOGFONTW),&logfont))
- {
- INT iPointSize = 9;
-
- lstrcpyW(logfont.lfFaceName, ArialW);
- logfont.lfHeight = -MulDiv(iPointSize, GetDeviceCaps(hdc, LOGPIXELSY),
- 72);
- logfont.lfWeight = FW_NORMAL;
- logfont.lfItalic = 0;
- logfont.lfUnderline = 0;
- logfont.lfStrikeOut = 0;
- }
+ GetStockObject(DEFAULT_GUI_FONT);
logfont.lfEscapement = nEscapement;
logfont.lfOrientation = nOrientation;
Module: website
Branch: master
Commit: e56e1d90eea8f9d084b21db25c076f13d54091d5
URL: http://source.winehq.org/git/website.git/?a=commit;h=e56e1d90eea8f9d084b21d…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Sun Jun 16 02:24:21 2013 +0200
Put out a call for translators.
---
news/en/2013061601.xml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/news/en/2013061601.xml b/news/en/2013061601.xml
new file mode 100644
index 0000000..66457a7
--- /dev/null
+++ b/news/en/2013061601.xml
@@ -0,0 +1,11 @@
+<news>
+<date>June 16, 2013</date>
+<title>Translators wanted!</title>
+<body>
+<p>With Wine now in freeze in preparation for 1.6 there is no better time to
+refresh its <a href="http://fgouget.free.fr/wine-po/">20</a> translations and
+add new ones.</p>
+<p>You're only a PO file away from translating Wine. So check out how to
+<a href="http://wiki.winehq.org/Translating">get started</a> and help Wine
+reach populations it has never reached before!</p>
+</body></news>
Module: website
Branch: master
Commit: f88c017e08ddff6299ad9d1f475f9cb4a49295b0
URL: http://source.winehq.org/git/website.git/?a=commit;h=f88c017e08ddff6299ad9d…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Fri Jun 14 20:54:01 2013 +0200
French translation for release 1.6-rc2
---
news/fr/2013061401.xml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/news/fr/2013061401.xml b/news/fr/2013061401.xml
new file mode 100644
index 0000000..bc35bba
--- /dev/null
+++ b/news/fr/2013061401.xml
@@ -0,0 +1,11 @@
+<news>
+<date>14 juin 2013</date>
+<title>Sortie de Wine 1.6-rc2</title>
+<body>
+<p> La version de développement 1.6-rc2 de Wine est disponible.</p>
+<p> <a href="{$root}/announce/1.6-rc2">Nouveautés</a> de cette version :
+<ul>
+ <li>Corrections de bogues uniquement : la période de gel du code est en cours.</li>
+</ul></p>
+<p><p>Le <a href="http://prdownloads.sourceforge.net/wine/wine-1.6-rc2.tar.bz2">code source</a> est disponible dès à présent. Les paquets binaires sont en cours de construction, et apparaîtront sous peu sur leurs <a href="{$root}/download">sites de téléchargement</a> respectifs.
+</p></body></news>