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
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
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
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
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,
>>>
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
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.
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
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
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
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
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
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
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
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
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
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.
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
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.
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
20 matches
Mail list logo