Re: DIB Engine, some summarization

2007-02-12 Thread Rolf Kalbermatter
Damjan Jovanovic [mailto:[EMAIL PROTECTED] well: >What about the case where you draw with GDI, then render with OpenGL on >top of that, then draw on top of that with GDI, then swap buffers? >If you draw only client-side, you have to copy to the server, then copy >back, then copy to the server *a

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread James Hawkins
On 2/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: You advocated that wine aim for working exactly like Windows, no less and no more, rather than deviating in user-configurable ways to enhance the user's control over his own system. Right. That's the purpose of Wine. You'd know that i

Re: Starting work on wine (Direct X Help)

2007-02-12 Thread Nathan Williams
Yeah, I'm not too interested in the sound right now, but I aim to work on that eventually. As for managed mode, unless I'm mangling the wine terminology, what i mean is that it will only show up if I use a command such as: wine explorer /desktop=foo,640x480 CARM95.EXE I'll do some looking into

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread Bryan Haskins
If you've read the recent mailing list posts dating up to a few weeks back I think, there have been some cases. But like everyone said, the fact the malware would even run in itself is almost bittersweet. It is bug-for-bug though so you can't just do that. Possibly an 'msconfig' like thing would b

Re: Starting work on wine (Direct X Help)

2007-02-12 Thread Stefan Dösinger
Am Dienstag 13 Februar 2007 02:43 schrieb Nathan Williams: > I want to get my hands dirty in the wine source code but I need a > little guidance, hopefully from someone working on the DirectX > sections of wine. > > I've decided I want to get Carmageddon working properly. > I have already added it

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread John Smith
Part of my confusion what usage pattern is contracting malware on wine in the first place On 2/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 2/12/07, James Hawkins <[EMAIL PROTECTED]> wrote: > On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > On 2/11/07, Misha Koshelev <[EMA

Re: AppDB performance issue

2007-02-12 Thread Bryan Haskins
Weird I'm on dial-up even and goto the same pages, and all around the wine sites, all the time, and they load surprisingly fast. On 2/12/07, Nick Law <[EMAIL PROTECTED]> wrote: Nick Law wrote: > Tony Lambregts wrote: >> Chris Morgan wrote: >> >>> On 2/11/07, Tony Lambregts <[EMAIL PROTECTED]> w

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread [EMAIL PROTECTED]
On 2/12/07, James Hawkins <[EMAIL PROTECTED]> wrote: On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 2/11/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > > > Thanks for your suggestions. I just posted a new patch on wine-patches > > where I tried to incorporate t

Starting work on wine (Direct X Help)

2007-02-12 Thread Nathan Williams
I want to get my hands dirty in the wine source code but I need a little guidance, hopefully from someone working on the DirectX sections of wine. I've decided I want to get Carmageddon working properly. I have already added it to the appdb (http://appdb.winehq.org/appview.php?iVersionId=6993) fo

Re: AppDB performance issue

2007-02-12 Thread Nick Law
Nick Law wrote: Tony Lambregts wrote: Chris Morgan wrote: On 2/11/07, Tony Lambregts <[EMAIL PROTECTED]> wrote: Nick Law wrote: Hi Tony, Just lately, I've noticed that AppDB seems to be very slow, i.e it can take15 seconds or more for a page to come up or simply to login. Is the

Re: AppDB performance issue

2007-02-12 Thread Nick Law
Tony Lambregts wrote: Chris Morgan wrote: On 2/11/07, Tony Lambregts <[EMAIL PROTECTED]> wrote: Nick Law wrote: Hi Tony, Just lately, I've noticed that AppDB seems to be very slow, i.e it can take15 seconds or more for a page to come up or simply to login. Is there a bandwidth p

Re: compiling out debugging messages?

2007-02-12 Thread Michael Stefaniuc
Lei Zhang wrote: > Also, the patch from 2007/04/17 only removed -DWINE_NO_DEBUG_MSGS / > -DWINE_NO_TRACE_MSGS from configure, but not from > include/wine/debug.h. Right, it was a problem with a lot of people turning debug messages off and sending in useless problem reports. So that option got remov

Re: compiling out debugging messages?

2007-02-12 Thread Lei Zhang
Also, the patch from 2007/04/17 only removed -DWINE_NO_DEBUG_MSGS / -DWINE_NO_TRACE_MSGS from configure, but not from include/wine/debug.h. On 2/12/07, Lei Zhang <[EMAIL PROTECTED]> wrote: Hi, Is it still possible to compile out debugging messages? According to http://winehq.org/site/docs/wined

compiling out debugging messages?

2007-02-12 Thread Lei Zhang
Hi, Is it still possible to compile out debugging messages? According to http://winehq.org/site/docs/winedev-guide/dbg-compiling, I can pass --disable-debug, but the Changelog says that option was removed about 10 month ago. - Lei

Re: Unsubscribe?

2007-02-12 Thread Kevin Krammer
On Monday 12 February 2007 21:34, Mike wrote: > How does one unsubscribe from this list? http://www.winehq.org/mailman/options/wine-devel Cheers, Kevin pgpd9kGRMBjih.pgp Description: PGP signature

Unsubscribe?

2007-02-12 Thread Mike
How does one unsubscribe from this list? -m Marcus Meissner wrote: On Mon, Feb 12, 2007 at 04:18:00PM +0100, Stefan Munz wrote: Hi, mentioned a few days ago I try to register "Wine" for participating at the Linuxtag 2007. They want some information that I can only guess. May

Re: DIB Engine, some summarization

2007-02-12 Thread Daniel Remenak
On 2/12/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Am Montag 12 Februar 2007 19:54 schrieb Daniel Remenak: > On 2/11/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: > > What about the case where you draw with GDI, then render with OpenGL > > on top of that, then draw on top of that with GDI,

ntdll: test that shows RtlRaiseException with EXCEPTION_BREAKPOINT mangles Eip of context

2007-02-12 Thread Peter Oberndorfer
This test is supposed to show that the Eip field in the context is fixed up somewhere inside RtlRaiseException or NtRaiseException (test for NtRaiseException not included) for (only) EXCEPTION_BREAKPOINT exception For others context.Eip is not changed. Since real exceptions on wine also take tha

Re: DIB Engine, some summarization

2007-02-12 Thread Stefan Dösinger
Am Montag 12 Februar 2007 19:54 schrieb Daniel Remenak: > On 2/11/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: > > What about the case where you draw with GDI, then render with OpenGL > > on top of that, then draw on top of that with GDI, then swap buffers? > > If you draw only client-side, you

Re: extract DLL calls from exe file (i.e. from portable executable)

2007-02-12 Thread Stefan Dösinger
Am Montag 12 Februar 2007 18:56 schrieb Luis C. Busquets Pérez: > Dear all, > > I send this e-mail to you as I have not found a particular section to > put it. I have developped a little program that enables to know the > functions an exe or dll calls. I understand that it may be really > helpful t

Re: extract DLL calls from exe file (i.e. from portable executable)

2007-02-12 Thread Paul Vriens
Luis C. Busquets Pérez wrote: Dear all, I send this e-mail to you as I have not found a particular section to put it. I have developped a little program that enables to know the functions an exe or dll calls. I understand that it may be really helpful to know if a program will run perfectly o

Re: comtctl32 : updown : Getter and Setter Tests for Updown control

2007-02-12 Thread Leslie Choong
Thanks for the input, I've added the expect() macro, corrected some spelling mistakes. Let me know what else I can do. -Leslie On 2/11/07, Dan Kegel <[EMAIL PROTECTED]> wrote: I haven't looked at what James was talking about, but I noticed three things: You have a typo 'sohuld'. You should use

Re: comtctl32 : updown : Getter and Setter Tests for Updown control

2007-02-12 Thread Leslie Choong
Hey there, I've made the changes so that the return value is not stored unnecessarily. I've also added comments explaining why. Let me know what you think. -Leslie On 2/11/07, Leslie Choong <[EMAIL PROTECTED]> wrote: Thanks for the input. UDM_SETRANGE has no return value according to MSDN so I'l

Re: DIB Engine, some summarization

2007-02-12 Thread Daniel Remenak
On 2/11/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: What about the case where you draw with GDI, then render with OpenGL on top of that, then draw on top of that with GDI, then swap buffers? If you draw only client-side, you have to copy to the server, then copy back, then copy to the server

[7/10] WineD3D: Make the context array dynamic

2007-02-12 Thread Stefan Dösinger
From dd3ad62a7ed0206ddb7031551b3844d3595eced5 Mon Sep 17 00:00:00 2001 From: Stefan Doesinger <[EMAIL PROTECTED]> Date: Fri, 26 Jan 2007 18:06:51 +0100 Subject: [PATCH] WineD3D: Make the context array dynamic --- dlls/wined3d/context.c |2 +- dlls/wined3d/device.c | 13 +++

Re: DirectX related question

2007-02-12 Thread H. Verbeet
On 11/02/07, Tim Schmidt <[EMAIL PROTECTED]> wrote: I'll purchase crossover, but it looks like SupComm wants pixel shader 2.0, so I was thinking more along the lines of someone who wants to hack on DirectX 10, but has no DirectX 10 capable hardware. Or no DirectX 10 games to test against, etc.

Re: Linuxtag 2007

2007-02-12 Thread Detlef Riekenberg
On Mo, 2007-02-12 at 16:37 +0100, Marcus Meissner wrote: Whith your help, what can be done, I found 54 contributors for 2007 in the changelog . $ grep "^2007.*>" ChangeLog | sort -t "<" +1 -u | wc -l 56 (Stefan and Francois are twice in the list) > > How many developers work for Codeweavers (as

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread James Hawkins
On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 2/11/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > Hi everybody, > > Thanks for your suggestions. I just posted a new patch on wine-patches > where I tried to incorporate these and now it does the following (in > addition to my previou

Re: Linuxtag 2007

2007-02-12 Thread Stefan Munz
Am Montag, 12. Februar 2007 16:32 schrieb Christoph Frick: > On Mon, Feb 12, 2007 at 04:18:00PM +0100, Stefan Munz wrote: > > Developers in > > 1. Germany > > 2. Europe (incl. Germany) > > 3. Worldwide (incl. Europe) > > How many developers work for Codeweavers (as they are for sure the > > biggest

Re: Linuxtag 2007

2007-02-12 Thread Stefan Munz
Hi Markus, thanks for the detailed answer :-) cu, Stefan Am Montag, 12. Februar 2007 16:37 schrieben Sie: > On Mon, Feb 12, 2007 at 04:18:00PM +0100, Stefan Munz wrote: > > Hi, > > > > mentioned a few days ago I try to register "Wine" for participating at > > the Linuxtag 2007. > > They want so

Re: Linuxtag 2007

2007-02-12 Thread Marcus Meissner
On Mon, Feb 12, 2007 at 04:18:00PM +0100, Stefan Munz wrote: > Hi, > > mentioned a few days ago I try to register "Wine" for participating at the > Linuxtag 2007. > They want some information that I can only guess. Maybe someone can provide > me > a better estimation for: > > Developers in

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread Misha Koshelev
On Sun, 2007-02-11 at 23:49 -0600, John Smith wrote: > What prevents malicious programs from writing this registry key on > their own? > > On 2/11/07, Chris Robinson <[EMAIL PROTECTED]> wrote: > On Sunday 11 February 2007 06:49:58 pm [EMAIL PROTECTED] > wrote: > > This soun

Re: Linuxtag 2007

2007-02-12 Thread Christoph Frick
On Mon, Feb 12, 2007 at 04:18:00PM +0100, Stefan Munz wrote: > Developers in > 1. Germany > 2. Europe (incl. Germany) > 3. Worldwide (incl. Europe) > How many developers work for Codeweavers (as they are for sure the > biggest contributor)? isn't finding this number hard for OSS? what makes cont

Linuxtag 2007

2007-02-12 Thread Stefan Munz
Hi, mentioned a few days ago I try to register "Wine" for participating at the Linuxtag 2007. They want some information that I can only guess. Maybe someone can provide me a better estimation for: Developers in 1. Germany 2. Europe (incl. Germany) 3. Worldwide (incl. Europe) How many devel

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread Misha Koshelev
On Sun, 2007-02-11 at 23:49 -0600, John Smith wrote: > What prevents malicious programs from writing this registry key on > their own? > > On 2/11/07, Chris Robinson <[EMAIL PROTECTED]> wrote: > On Sunday 11 February 2007 06:49:58 pm [EMAIL PROTECTED] > wrote: > > This soun

Re: user32: WM_NCACTIVATE sent by set_active_window() should never deactivate

2007-02-12 Thread Alexandre Julliard
Felix Nawothnig <[EMAIL PROTECTED]> writes: > This fixes #7198. Problem is that GetForegroundWindow() sometimes > returns NULL (MSDN says: "in certain circumstances, such as when a > window is losing activation"). I didn't bother to check why this > happens for some apps (winemine works fine for m

Re: [3/9] WineD3D: Add a per context structure for context management

2007-02-12 Thread Alexandre Julliard
Stefan Dösinger <[EMAIL PROTECTED]> writes: > This patch adds a new context management structure which will keep a dirty > state list, state optimization members, a glx context and drawable, ... [2. application/x-zip; 0003-WineD3D-Add-a-per-context-structure-for-context-management.txt.zip]... P

Re: ntdll: Fix compilation on systems that don't support nameless structs.

2007-02-12 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > diff --git a/dlls/ntdll/rtl.c b/dlls/ntdll/rtl.c > index 34a05b7..4d5c41d 100644 > --- a/dlls/ntdll/rtl.c > +++ b/dlls/ntdll/rtl.c > @@ -40,6 +40,12 @@ > > WINE_DEFAULT_DEBUG_CHANNEL(ntdll); > > +#ifdef NONAMELESSSTRUCT > +# define S(x) (x).s > +