[Bug 16729] New: regression: font smoothing doesn't work in wine-1.1.12
http://bugs.winehq.org/show_bug.cgi?id=16729 Summary: regression: font smoothing doesn't work in wine-1.1.12 Product: Wine Version: 1.1.12 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: madewokherd(a)gmail.com Created an attachment (id=18407) --> (http://bugs.winehq.org/attachment.cgi?id=18407) screenshot of large text in 1.1.12 In 1.1.11 and earlier versions, large fonts are smoothed, but they are not smoothed in 1.1.12. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #1 from Vincent Povirk <madewokherd(a)gmail.com> 2009-01-02 13:29:32 --- Created an attachment (id=18408) --> (http://bugs.winehq.org/attachment.cgi?id=18408) screenshot of large text in 1.1.11 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|regression: font smoothing |font smoothing doesn't work |doesn't work in wine-1.1.12 |in wine-1.1.12 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-01-02 14:45:44 --- Regression test? Probably one of these: http://source.winehq.org/git/wine.git/?a=commit;h=3807ca733d27e2c7a6b3afa521... http://source.winehq.org/git/wine.git/?a=commit;h=edb852308c52be27554a75d9d7... http://source.winehq.org/git/wine.git/?a=commit;h=f2e1b254ce0009a2c373d22ee5... http://source.winehq.org/git/wine.git/?a=commit;h=45a081f14295abf60730f2744c... http://source.winehq.org/git/wine.git/?a=commit;h=028617b90ba586bdb30723c700... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bsjeon(a)hanmail.net Keywords|regression | Summary|font smoothing doesn't work |regression: font smoothing |in wine-1.1.12 |doesn't work in wine-1.1.12 --- Comment #3 from Vincent Povirk <madewokherd(a)gmail.com> 2009-01-02 15:41:27 --- 3807ca733d27e2c7a6b3afa521ad09078a7bee03 is first bad commit commit 3807ca733d27e2c7a6b3afa521ad09078a7bee03 Author: Byeongsik Jeon <bsjeon(a)hanmail.net> Date: Wed Dec 31 11:43:42 2008 +0900 winex11.drv: Add the basic antialias type decision code. :040000 040000 d096ba1631276f839307b2ad668784d48182cbff 15b589fe04e50f975994450f99881287888a915c M dlls :040000 040000 af8ab3b3c089f226d22777c689a8a8fee11167c6 d05238ae6355152d2386afda28e160b6fc0c722e M include -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|regression: font smoothing |font smoothing doesn't work |doesn't work in wine-1.1.12 |in wine-1.1.12 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #4 from Byeongsik Jeon <bsjeon(a)hanmail.net> 2009-01-02 15:59:36 --- Created an attachment (id=18411) --> (http://bugs.winehq.org/attachment.cgi?id=18411) turn on the font smoothing Hi, Becaues of "wine.inf.in" is not updated yet... Please, use the attached reg file. $ regedit wine_fontsmoothing.reg -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #5 from Vincent Povirk <madewokherd(a)gmail.com> 2009-01-02 16:04:03 --- Yep, there is font smoothing with that applied to the registry. Although now it's doing subpixel rendering for some reason.. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #6 from Byeongsik Jeon <bsjeon(a)hanmail.net> 2009-01-02 16:50:04 --- (In reply to comment #5)
Yep, there is font smoothing with that applied to the registry. Although now it's doing subpixel rendering for some reason..
To see the subpixel font renderting, you need to rebuild the freetype2 library with the FT_CONFIG_OPTION_SUBPIXEL_RENDERING definition. You can test it with the attached library of the following link: http://bugs.winehq.org/show_bug.cgi?id=10342#c30 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18411|text/x-ms-regedit |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #7 from Tobias Schula <tobias.schula(a)gmail.com> 2009-01-10 08:36:05 --- Created an attachment (id=18617) --> (http://bugs.winehq.org/attachment.cgi?id=18617) font rendering inconsistent between wine and kde -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #8 from Tobias Schula <tobias.schula(a)gmail.com> 2009-01-10 08:43:07 --- (From update of attachment 18617) It's nice to see wine finally got font smoothing, but there are still some drawbacks. In this example you can see the setting of the .fonts.conf in the users home directory doesn't have any impact on the font rendering in wine. The settings made in KDE were slight hinting and no subpixelrendering. For some reason wine ignores those settings and still renders the text without hinting but subpixelrendering. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zidsoft(a)gmail.com --- Comment #9 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-01-11 02:57:54 --- *** Bug 16872 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #10 from zid <zidsoft(a)gmail.com> 2009-01-11 03:11:30 --- wine_fontsmoothing.reg fixes my regression, thanks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Julian Sikorski <belegdol(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |belegdol(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #11 from Julian Sikorski <belegdol(a)gmail.com> 2009-01-17 06:03:35 --- I'm using neither subpixel rendering nor bytecode interpreter (they are disabled in the Fedora freetype), but I can confirm that setting "FontSmoothing"="2" makes all fonts anti-aliased again. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #12 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2009-01-18 06:19:44 --- The documentation has to be updated to reflect these changes. Also, IMO font AA has to be turned on by default. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26(a)gmail.com --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-02-01 14:45:26 --- *** Bug 17218 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Patrick Brueckner <online(a)patrick-brueckner.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |online(a)patrick-brueckner.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felix-wine(a)fefe.de --- Comment #14 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-02-27 21:50:26 --- *** Bug 17549 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #15 from André H. <nerv(a)dawncrow.de> 2009-03-15 14:46:50 --- got same result in regression testing. please assign the bug to me i will write a patch next days -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #16 from André H. <nerv(a)dawncrow.de> 2009-03-16 11:44:34 --- Created an attachment (id=19987) --> (http://bugs.winehq.org/attachment.cgi?id=19987) simple patch Set FontSmoothing=2 is enough -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #17 from Tatsh <ddrtist(a)gmail.com> 2009-03-18 20:02:15 --- Registry edit works fine, but why isn't font hinting an option in winecfg or enabled by default? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #18 from André H. <nerv(a)dawncrow.de> 2009-03-19 13:05:03 --- it was default, but than a patch destroyed that. i sent a patch to fix it. we are thinking about putting it in winecfg -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |turanammo(a)rocketmail.com --- Comment #19 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-03-20 10:41:00 --- *** Bug 17794 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #20 from Philby John <turanammo(a)rocketmail.com> 2009-03-23 08:45:32 --- This patch is a major fix. When can one expect to see it going live ? Almost all applications I use (DreamWeaver, Source Insight, Beyond Compare) suffer cause of this bug. Source Insight even crashes when browsing code. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #21 from Austin English <austinenglish(a)gmail.com> 2009-03-23 10:21:36 --- (In reply to comment #20)
This patch is a major fix. When can one expect to see it going live ? Almost all applications I use (DreamWeaver, Source Insight, Beyond Compare) suffer cause of this bug. Source Insight even crashes when browsing code.
I've added it as a workaround in winetricks. You'll have to get it from winezeug (http://winezeug.googlecode.com/svn/trunk/winetricks) until Dan uploads it to his website (probably the next few days). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 brooss.teambb(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooss.teambb(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 brooss.teambb(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #22 from brooss.teambb(a)gmail.com 2009-06-13 06:57:31 --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Andreas Bierfert <andreas.bierfert(a)lowlatency.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.bierfert(a)lowlatency | |.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |izar00(a)gmail.com --- Comment #23 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-06-23 12:41:32 --- *** Bug 19053 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nadavvin(a)gmail.com --- Comment #24 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-08-12 23:19:12 --- *** Bug 19711 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lanx(a)o2.pl --- Comment #25 from Austin English <austinenglish(a)gmail.com> 2009-09-15 15:27:40 --- *** Bug 17749 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #26 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-18 13:37:52 --- This isn't a bug at all, just a missed default switch to enable font smoothing in clean prefix. Did somebody try to send a patch for wine.inf.in? (like Andre's patch attached here) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #27 from André H. <nerv(a)dawncrow.de> 2009-10-25 09:53:05 --- (In reply to comment #26)
Did somebody try to send a patch for wine.inf.in? (like Andre's patch attached here)
Yes, i had two tries: http://www.winehq.org/pipermail/wine-patches/2009-March/070784.html http://www.winehq.org/pipermail/wine-patches/2009-March/070969.html the only difference is the mode. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #28 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-25 10:25:02 --- (In reply to comment #27)
(In reply to comment #26)
Did somebody try to send a patch for wine.inf.in? (like Andre's patch attached here)
Yes, i had two tries: http://www.winehq.org/pipermail/wine-patches/2009-March/070784.html http://www.winehq.org/pipermail/wine-patches/2009-March/070969.html
the only difference is the mode.
Strange why it isn't fixed yet. Maybe another way is to add combo to winecfg? (but still defaulting grey aliased - or whatever is best for most cases). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #29 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-10-26 23:47:23 --- (In reply to comment #28)
Strange why it isn't fixed yet. Maybe another way is to add combo to winecfg? (but still defaulting grey aliased - or whatever is best for most cases).
See http://www.winehq.org/pipermail/wine-devel/2009-March/074261.html and the bug 16745. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Didier Moens <Didier.Moens(a)dmbr.UGent.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Didier.Moens(a)dmbr.UGent.be -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marcus(a)jet.franken.de --- Comment #30 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-11-19 06:35:47 --- *** Bug 20753 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b7.10110111(a)gmail.com --- Comment #31 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-12-23 04:16:48 --- *** Bug 21123 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #32 from André H. <nerv(a)dawncrow.de> 2010-05-28 12:26:58 --- can this be considered fixed since 1.2-rc1 ??? for me it seems to work (i guess) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 --- Comment #33 from Ruslan <b7.10110111(a)gmail.com> 2010-05-29 04:51:34 --- (In reply to comment #32)
can this be considered fixed since 1.2-rc1 ??? for me it seems to work (i guess)
Yes, works for me too. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|font smoothing doesn't work |font smoothing doesn't work |in wine-1.1.12 | --- Comment #34 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-05-30 01:39:07 --- Reported fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #35 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-11 12:50:50 --- Closing bugs fixed in 1.2-rc3. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org