Re: gdiplus: Only clip strings if rectangle width and height are positive.

2013-08-13 Thread Vincent Povirk
>> if (!(format_flags & StringFormatFlagsNoClip) && >> -scaled_rect.Width != 1 << 23 && scaled_rect.Height != 1 << 23) >> +scaled_rect.Width != 1 << 23 && scaled_rect.Height != 1 << 23 && >> +rect->Width > 0.0 && rect->Height > 0.0) >> { >> /* FIXME: If on

Re: gdiplus: Only clip strings if rectangle width and height are positive.

2013-08-13 Thread Dmitry Timoshkov
Vincent Povirk wrote: > if (!(format_flags & StringFormatFlagsNoClip) && > -scaled_rect.Width != 1 << 23 && scaled_rect.Height != 1 << 23) > +scaled_rect.Width != 1 << 23 && scaled_rect.Height != 1 << 23 && > +rect->Width > 0.0 && rect->Height > 0.0) > { >

Re: wine-bugs change?

2013-08-13 Thread Thomas Spear
Austin, I think you put me on the right track. I had that disabled. I enabled it and disabled it again, which caused unintended interface changes. That forced me into the main settings for the priority inbox (not gmail settings). There, I found a radio button that was enabled by default apparently

Re: wine-bugs change?

2013-08-13 Thread Austin English
On Tue, Aug 13, 2013 at 8:57 AM, Thomas Spear wrote: > Thanks Henri. Sadly, when I tried that, it filtered nothing at all, just the > same as the issue I originally reported. Probably a gmail problem with > filtering on the List-Id, as they don't have proper support for matching it > in filters, o

Re: Wine Gecko repo

2013-08-13 Thread Vincent Povirk
There is dedicated git hosting software (such as gitolite and gitosis - most people in #git seem to prefer gitolite) that provides account-based access to Git repositories without providing any general shell access. Perhaps something like that could be set up on source.winehq, running on a dedicate

Re: wine-bugs change?

2013-08-13 Thread Thomas Spear
Thanks Henri. Sadly, when I tried that, it filtered nothing at all, just the same as the issue I originally reported. Probably a gmail problem with filtering on the List-Id, as they don't have proper support for matching it in filters, only searches. Thank you, Thomas On Tue, Aug 13, 2013 at 10

Re: wine-bugs change?

2013-08-13 Thread Henri Verbeet
On 13 August 2013 17:23, Bruno Jesus <00cp...@gmail.com> wrote: > My filters are still working fine, probably they are configured the > same as yours: > > Matches: to:(wine-devel@winehq.org) > Do this: Skip Inbox, Apply label "WineDevel", Never send it to Spam > > Matches: from:(wine-b...@winehq.or

Re: wine-bugs change?

2013-08-13 Thread Thomas Spear
Mostly the same, yes. I'll try your exact match from setting and update shortly. Thanks for the info. Thank you, Thomas On Tue, Aug 13, 2013 at 10:23 AM, Bruno Jesus <00cp...@gmail.com> wrote: > On Tue, Aug 13, 2013 at 12:14 PM, Thomas Spear > wrote: > > Hi all, > > > > I've been subscribed t

Re: wine-bugs change?

2013-08-13 Thread Bruno Jesus
On Tue, Aug 13, 2013 at 12:14 PM, Thomas Spear wrote: > Hi all, > > I've been subscribed to the lists for several years now, archiving all of > the conversations in case a situation ever arises where a backup copy is > needed. I've had a filter setup in gmail for wine-bugs that has worked > perfec

wine-bugs change?

2013-08-13 Thread Thomas Spear
Hi all, I've been subscribed to the lists for several years now, archiving all of the conversations in case a situation ever arises where a backup copy is needed. I've had a filter setup in gmail for wine-bugs that has worked perfectly fine for a long time now, but over the last couple of days, I'

Re: Wine Gecko repo

2013-08-13 Thread Henri Verbeet
On 13 August 2013 12:28, Jacek Caban wrote: > The question is, where should it go? > > - Github seems to be the choice for most project currently and it's > already used by Wine Mono. > - Reconsider source.winehq.org. This was not chosen due to account > management overhead, but that's the only wa

Re: Process for reporting security bugs?

2013-08-13 Thread Rosanne DiMesio
On Mon, 12 Aug 2013 23:29:51 JST achurch+wine-de...@achurch.org (Andrew Church) wrote: > > > Note that removing the default "z:" drive mapping will NOT prevent Windows > applications from reading your entire filesystem! In addition to the > Windows share, malicious programs could detect that the

Wine Gecko repo

2013-08-13 Thread Jacek Caban
Hi, A few months ago, SourceForge did some deep changes in their Git (and not only) repo hosting. While doing it, the location of repos has changed (which is extremely stupid, if you ask me). The problem is that while doing the update, they also switched to their own Web interface for git. And thi