Re: What the hell is up with searching google for wine-devel and wine-patches posts?

2007-11-06 Thread Steven Edwards
On Nov 7, 2007 2:23 AM, Scott Ritchie <[EMAIL PROTECTED]> wrote: > Try: > > site:http://www.winehq.org/pipermail/wine-patches/ Steven Edwards Thanks that works a little better, though normally I would do something like wine-devel AUTHOR Subject and depending on how much discussion a certain pat

Re: %fs, %gs on AROS hosted

2007-11-06 Thread Marcus Meissner
On Tue, Nov 06, 2007 at 10:17:12PM +0100, Staf Verhaegen wrote: > Hello wine developers, > > I am an AROS developer (http://www.aros.org); that is an open source > implementation of the old AmigaOS. It has also the possiblity to run > hosted on other OSes and is thus very similar to wine. I know t

Re: Develop .h for Wine by looking Microsoft Platform SDK

2007-11-06 Thread Stefan Dösinger
Am Mittwoch, 7. November 2007 01:00:54 schrieb King InuYasha: > It is not legal at all. Using Microsoft Platform SDK header code is not > under the GNU General Public License version 2.0 or its listed compatible > licenses, so you have to do it manually WITHOUT looking at the PSDK. I > recommend re

Re: What the hell is up with searching google for wine-devel and wine-patches posts?

2007-11-06 Thread Scott Ritchie
Steven Edwards wrote: > Hi, > I guess this issue is more directed at Dan and the rest of the google > guys we have lurking here but > has anyone else noticed how hard it is to do a google search for > discussions on wine-devel or > look for patches that have been submitted? I used to just be able t

Re: [10/14] WineD3D: Implement the varying map

2007-11-06 Thread Stefan Dösinger
Am Dienstag, 6. November 2007 23:41:40 schrieb Allan Tong: > On 11/6/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > +/* Don't do any register mapping magic if it is not needed, or > > if we can't + * achive anything anyway > > + */ > > +if(highest_reg_used < (GL_

Re: [5/14] D3D9: Use HAL devices in some tests

2007-11-06 Thread Stefan Dösinger
Am Mittwoch, 7. November 2007 07:13:24 schrieb Vitaliy Margolen: > Stefan Dösinger wrote: > > > > > > > > > > @@ -343,7 +343,7 @@ static void test_refcount(void) > > d3dpp.EnableAutoDepthStencil = TRUE; > > d3dpp.Aut

What the hell is up with searching google for wine-devel and wine-patches posts?

2007-11-06 Thread Steven Edwards
Hi, I guess this issue is more directed at Dan and the rest of the google guys we have lurking here but has anyone else noticed how hard it is to do a google search for discussions on wine-devel or look for patches that have been submitted? I used to just be able to search as follows wine-patches

Re: [5/14] D3D9: Use HAL devices in some tests

2007-11-06 Thread Vitaliy Margolen
Stefan Dösinger wrote: > > > > > > @@ -343,7 +343,7 @@ static void test_refcount(void) > d3dpp.EnableAutoDepthStencil = TRUE; > d3dpp.AutoDepthStencilFormat = D3DFMT_D16; > > -hr = IDirect3D9_CreateDevice(

Re: Develop .h for Wine by looking Microsoft Platform SDK

2007-11-06 Thread King InuYasha
It is not legal at all. Using Microsoft Platform SDK header code is not under the GNU General Public License version 2.0 or its listed compatible licenses, so you have to do it manually WITHOUT looking at the PSDK. I recommend removing the PSDK from your system as a way to remove temptation. On No

%fs, %gs on AROS hosted

2007-11-06 Thread Staf Verhaegen
Hello wine developers, I am an AROS developer (http://www.aros.org); that is an open source implementation of the old AmigaOS. It has also the possiblity to run hosted on other OSes and is thus very similar to wine. I know that this group is for wine posts but I think I could reuse much of the kno

Re: [10/14] WineD3D: Implement the varying map

2007-11-06 Thread Allan Tong
On 11/6/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > +/* Don't do any register mapping magic if it is not needed, or if we > can't > + * achive anything anyway > + */ > +if(highest_reg_used < (GL_LIMITS(glsl_varyings) / 4) || > + num_regs_used >= (GL_L

Re: [14/14] WineD3D: Release the pixel shader function when destroying the shader

2007-11-06 Thread Stefan Dösinger
Am Dienstag, 6. November 2007 21:38:41 schrieb H. Verbeet: > On 06/11/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > It would probably be more proper to do stuff like this (destroying the > constants lists as well) in baseshader.c Right yeah. I was just lazy and added it there because the res

Re: Bugzilla rights

2007-11-06 Thread L. Rahyen
On Tuesday November 6 2007 19:45, Vitaliy Margolen wrote: > Bugzilla admin, please disallow people to add/remove e-mail addresses > to/from bugs unless they've been given that right. Or at least have rights > to modify any aspect of the bug. > > Thanks, > Vitaliy. I think that we should re

Re: [14/14] WineD3D: Release the pixel shader function when destroying the shader

2007-11-06 Thread H. Verbeet
On 06/11/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > It would probably be more proper to do stuff like this (destroying the constants lists as well) in baseshader.c

RE: Bugzilla rights

2007-11-06 Thread EA Durbin
> Date: Tue, 6 Nov 2007 12:45:39 -0700> From: [EMAIL PROTECTED]> To: wine-devel@winehq.org> Subject: Bugzilla rights>> Bugzilla admin, please disallow people to add/remove e-mail addresses> to/from bugs unless they've been given that right. Or at least ha

Re: RICHED20: fix test failure in test_WM_PASTE

2007-11-06 Thread Alex Villací­s Lasso
Alex Villacís Lasso escribió: > At last! I finally found the way to make native riched20 actually obey > keystrokes involving Ctrl and some other key. It seems that native riched20 > checks the actual keyboard state during WM_KEYDOWN processing, and won't > process keystrokes if the keyboard state

Bugzilla rights

2007-11-06 Thread Vitaliy Margolen
Bugzilla admin, please disallow people to add/remove e-mail addresses to/from bugs unless they've been given that right. Or at least have rights to modify any aspect of the bug. Thanks, Vitaliy.

Develop .h for Wine by looking Microsoft Platform SDK

2007-11-06 Thread Pau Garcia i Quiles
Hello, How legal (if at all) would be to develop a header file by looking reading the corresponding header file from the Microsoft Platform SDK and adapting it to gcc (removing MSVC stuff, etc)? I'm interested in supporting annotations[*] and before I start deducting everything from MSDN do

valgrind results 20071106

2007-11-06 Thread Dan Kegel
http://kegel.com/wine/valgrind/20071106/ Most obvious change since yesterday is Juan fixed the warnings in setupapi, so that DLL is now clean by this test.

Re: xrun handling in winealsa.drv

2007-11-06 Thread Maarten Lankhorst
Hello Timofei, Timofei V. Bondarenko schreef: > I've noticed the winealsa does not handle alsa XRUNs. > In the case of XRUN application hangs. > I'm aware of the xrun problems in alsa at least the accelerated parts (dsoutput/dscapture), it's been on my todo list for a while but I've been busy l

Monday's valgrind results - ten tests fixed!

2007-11-06 Thread Dan Kegel
Yesterday's git seems to have fixed all the valgrind warnings in ten tests: cabinet/extract cabinet/fdi crypt32/sip d3d8/device dsound/dsound8 mscms/profile mshtml/dom mshtml/htmldoc netapi32/access shdocvw/webbrowser Results are online at http://kegel.com/wine/valgrind/20071105/ (Sorry

xrun handling in winealsa.drv

2007-11-06 Thread Timofei V. Bondarenko
Hi. I've noticed the winealsa does not handle alsa XRUNs. In the case of XRUN application hangs. That's happened because return value of snd_pcm_avail_update() is not checked. For example: wavein.c 175 DWORD bytes; 180 /* read all the fragments accumulated so far */ 181

Re: [1/2] explorer: Store current display mode in the registry on startup

2007-11-06 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > Changelog: > [1/2] explorer: Store current display mode in the registry on startup. You should either do that only in the case of using the X11 root window, or you need to use a different registry key for each virtual desktop instance. -- Alexa

Re: [SPAM] Re: USER32: win16 applications should not see long filenames returned from dialog control (try 2)

2007-11-06 Thread Alexandre Julliard
Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: > Sorry, but I have to object. According to the documentation in MSDN, > DlgDirSelectExA returns nonzero when the current selection is a > directory name, and zero when it is not. However, plain filenames do not > qualify as directory names, so D