Re: Voting for bugs (Was: Re: [Bug 20969])

2010-11-04 Thread Austin English
On Fri, Nov 5, 2010 at 4:02 AM, James McKenzie wrote: > Yes, there are bugs with thousands of votes, but that just > shows the scope of effect of a particular bug. I'm not sure where you got that idea: http://bugs.winehq.org/buglist.cgi?query_format=advanced&votes=100&order=votes%2Cbug_id -- -A

Re: Voting for bugs (Was: Re: [Bug 20969])

2010-11-04 Thread James McKenzie
On 11/4/10 4:03 PM, Tom Spear wrote: On Wed, Nov 3, 2010 at 2:38 AM, Dmitry Timoshkov mailto:dmi...@codeweavers.com>> wrote: Yaron Shahrabani mailto:sh.ya...@gmail.com>> wrote: > I think that voting for bugs is a great feature, otherwise there would have > been many annoyin

Re: Voting for bugs (Was: Re: [Bug 20969])

2010-11-04 Thread Rosanne DiMesio
On Thu, 4 Nov 2010 18:03:38 -0500 Tom Spear wrote: > > > My point in making the statement is that voting for the bug should confirm > the bug once a certain threshold has been reached. > It already does. -- Rosanne DiMesio

Re: Voting for bugs (Was: Re: [Bug 20969])

2010-11-04 Thread Tom Spear
On Wed, Nov 3, 2010 at 2:38 AM, Dmitry Timoshkov wrote: > Yaron Shahrabani wrote: > > > I think that voting for bugs is a great feature, otherwise there would > have > > been many annoying comments like: it happens to me too and what info you > can > > get out of it? > > Adding such a comment is

Re: Transparent windows (with alpha channel)

2010-11-04 Thread Roderick Colenbrander
On Thu, Nov 4, 2010 at 3:08 AM, Vassilis Virvilis wrote: > On 03/11/2010 12:36 πμ, Vassilis Virvilis wrote: >> >> On 02/11/2010 02:12 πμ, Vincent Povirk wrote: >>> >>> It is probably a layered window, in which case the following functions >>> in user32 are relevant: SetLayeredWindowAttributes, >>>

PGP key signing party at WineConf

2010-11-04 Thread Shachar Shemesh
Hi all, During WineConf we will be holding a key signing party, organized by your truly. The wiki page for WineConf has been updated with details on how to participate, and I have set up a page explaining the process for people who have never participated before. Please email your keys to me

Re: banning spammer from the forum

2010-11-04 Thread Jeremy Newman
Done. On 11/04/2010 08:57 AM, Rosanne DiMesio wrote: Jeremy, Please ban ebook1210 from the forum. I've had to delete multiple spam posts from him/her over the past couple of days.

banning spammer from the forum

2010-11-04 Thread Rosanne DiMesio
Jeremy, Please ban ebook1210 from the forum. I've had to delete multiple spam posts from him/her over the past couple of days. -- Rosanne DiMesio

Where in the code does wine read fonts?

2010-11-04 Thread Per Olesen
Hi! I am trying to figure out how wine reads fonts on startup but am having a little trouble. I checked out the source and found a lot of good stuff in "winex11.drv/xfont.c", but I am not sure this is actually the code, that gets executed when my wine boots. What I experience, is that wine read

Re: msvcrt: Implement _asctime_s and _wasctime_s.

2010-11-04 Thread Alexandre Julliard
Eryk Wieliczko writes: > +MSVCRT_long CDECL MSVCRT_asctime_s(char *output, MSVCRT_size_t max, const > struct MSVCRT_tm *mstm) > +{ > +char *buffer; > +MSVCRT_size_t bufflen; > + > +if (output && max > 0) > + output[0] = '\0'; > +if (!output) > +{ > +*MSVCRT__errno

Re: [PATCH 1/2] slc: Implement SLGetWindowsInformationDWORD

2010-11-04 Thread Alexandre Julliard
Detlef Riekenberg writes: > +HRESULT WINAPI SLGetWindowsInformationDWORD(LPCWSTR lpszValueName, LPDWORD > pdwValue) > +{ > +FIXME("(%s, %p): semi-stub\n", debugstr_w(lpszValueName), pdwValue); > + > +if (!lpszValueName || !pdwValue) > +return E_INVALIDARG; > + > +if (!*lpszVa

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (resend try 5)

2010-11-04 Thread Alexandre Julliard
Charles Davis writes: > If the volume is indeed case insensitive, we skip searching through the > whole directory ourselves, and just stat() each portion of the path. You still have extra stat calls. You should stop trying to pass a case_sensitive flag to find_file_in_dir and have it take care o

Re: Transparent windows (with alpha channel)

2010-11-04 Thread Ozan Türkyılmaz
2010/11/4 Vassilis Virvilis : > On 03/11/2010 12:36 πμ, Vassilis Virvilis wrote: [...] > Aain thanks for the directions. > > The UpdateLayeredWindowIndirect implementation of wine only utilizes a > global per window alpha value. > > After a little bit of research it looks like what I want is someth

Re: Fwd: msvcrt: Implement _get_tzname.

2010-11-04 Thread Dmitry Timoshkov
Eryk Wieliczko wrote: > http://msdn.microsoft.com/en-us/library/4ssfs1ya.aspx > > _get_tzname should simply copy the contents of _tzname. In my opinion > it should be ok. > According to this document it's the default value. In my Polish XP > it's also "PST" and "PDT", which is of course irracion

RFC: Fixing comctl32 toolbar tests for different system font heights

2010-11-04 Thread Austin Lund
I'm trying to fix these test failures: http://test.winehq.org/data/d4f64121e83671ac10ed6ead04f1c19eb5586cb0/xp_wtb-wxpprojasp3/comctl32:toolbar.html These failures occur because the system font metrics are different to what is assumed for the hard-coded numbers. Attached is my go at fixing these

Re: Transparent windows (with alpha channel)

2010-11-04 Thread Vassilis Virvilis
On 03/11/2010 12:36 πμ, Vassilis Virvilis wrote: On 02/11/2010 02:12 πμ, Vincent Povirk wrote: It is probably a layered window, in which case the following functions in user32 are relevant: SetLayeredWindowAttributes, GetLayeredWindowAttributes, UpdateLayeredWindowIndirect, and UpdateLayeredWind

Re: [PATCH 3/5] d3d9/tests: Check for multiple expected messages in test_wndproc().

2010-11-04 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=6786 Your paranoid android.

Fwd: msvcrt: Implement _get_tzname.

2010-11-04 Thread Eryk Wieliczko
http://msdn.microsoft.com/en-us/library/4ssfs1ya.aspx _get_tzname should simply copy the contents of _tzname. In my opinion it should be ok. According to this document it's the default value. In my Polish XP it's also "PST" and "PDT", which is of course irracional ( Poland is in Europe ). So I wo

Re: [PATCH 2/5] d3d8/tests: Check for multiple expected messages in test_wndproc().

2010-11-04 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=6785 Your paranoid android.

Re: [PATCH] kernel32: Add a stub for SetProcessDEPPolicy

2010-11-04 Thread Marcus Meissner
On Wed, Nov 03, 2010 at 11:54:33PM +0100, Detlef Riekenberg wrote: > --- > dlls/kernel32/kernel32.spec |1 + > dlls/kernel32/process.c |8 > 2 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec > index 838