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
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
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
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
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_
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
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
Stefan Dösinger wrote:
>
>
>
>
>
> @@ -343,7 +343,7 @@ static void test_refcount(void)
> d3dpp.EnableAutoDepthStencil = TRUE;
> d3dpp.AutoDepthStencilFormat = D3DFMT_D16;
>
> -hr = IDirect3D9_CreateDevice(
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
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
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
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
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
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
> 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
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 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.
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
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.
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
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
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
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
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
24 matches
Mail list logo