[Fwd: Re: French LTEXT correction]

2008-01-06 Thread Jonathan Ernst
Hello, Please use "reply-to all" so that everybody on the list can read your answer. Forwarded Message From: Vincent Hardy <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Jonathan Ernst <[EMAIL PROTECTED]> Subject: Re: French LTEXT correction Date: Mon, 07 Jan 2008 08:45:19

Re: d3dx implementation senseless?

2008-01-06 Thread Maarten Lankhorst
[EMAIL PROTECTED] schreef: >> Since everybody agrees that we need a built-in d3dx9, we could begin to >> implement it. >> In the last talk about it, no plan was found to implement it: does one >> create a wined3dx or implement on the top of the last d3dx9 >> dll? >> >> So, I think that a definiti

Re: bugs audit volunteers require

2008-01-06 Thread James McKenzie
Jan Zerebecki wrote: > > It might make sense to rename "Abandoned?" to needmoreinfo, so > that one can key a bug as needmoreinfo and after x month with > that keyword and no response resolve it abandoned. > > Though we probably don't want to use needmoreinfo on bugs where > it's possible for someon

Re: [1/2][try 3] ddraw/tests: add test for rendering vertices with zero rhw

2008-01-06 Thread H. Verbeet
On 07/01/2008, Alexander Dorofeyev <[EMAIL PROTECTED]> wrote: > Hi. > > I couldn't reproduce any problems with this patch on wine or on windows, but I > moved coordinates of retrieved pixel a bit away from edges. I hope this was > the > problem :-/ > It could've been a depth buffer issue as well.

question about fixing D3DRENDERSTATE_TEXTUREMAPBLEND

2008-01-06 Thread Alexander Dorofeyev
Hi. I found some problems with D3DRENDERSTATE_TEXTUREMAPBLEND state = D3DTBLEND_MODULATE in ddraw and handling the alpha channel. This old state is currently mapped to texture stage states, with alpha part done as IWineD3DDevice_SetTextureStageState(This->wineD3DDevice, 0, WINED3DTSS_ALPHAARG1,

Re: msxml3: IXMLDOMDocument does not support get_nextSibling

2008-01-06 Thread Alistair Leslie-Hughes
Ignore this patch. Alistair Leslie-Hughes wrote: > Hi, > > Changelog: > msxml3: IXMLDOMDocument does not support get_nextSibling > > Best Regards > Alistair Leslie-Hughes > > > > >

Re: msxml3: IXMLDOMAttribute does not support get_nextSibling

2008-01-06 Thread Alistair Leslie-Hughes
Ignore this patch. Alistair Leslie-Hughes wrote: > Hi, > > Changelog: > msxml3: IXMLDOMAttribute does not support get_nextSibling > > > Best Regards > Alistair Leslie-Hughes > > > > >

Re: bugzilla component and keyword cleanup

2008-01-06 Thread James Hawkins
On Jan 6, 2008 9:55 AM, Jan Zerebecki <[EMAIL PROTECTED]> wrote: > I'm done with one step of the changes. > > See the following URLs for how things currently look: > http://bugs.winehq.org/describekeywords.cgi > http://bugs.winehq.org/describecomponents.cgi?product=Wine > > Improvement suggestions

Re: dlls/kernel32/task.c -- minor improvement

2008-01-06 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > On Sun, 6 Jan 2008, Alexandre Julliard wrote: >> We don't use C99 features in Wine. > > Actually we do. > > % egrep -r "^(static )?inline " $WINE_SOURCE/ | wc -l > 2031 > > "inline" is pretty similar to flexible array members in that both were > not

Re: d3dx implementation senseless?

2008-01-06 Thread tony . wasserka
> Since everybody agrees that we need a built-in d3dx9, we could begin to > implement it. > In the last talk about it, no plan was found to implement it: does one create > a wined3dx or implement on the top of the last d3dx9 > dll? > > So, I think that a definitive answer should be given very qu

Re: Why the dash in the new "-unknown" category?

2008-01-06 Thread Jan Zerebecki
On Sun, Jan 06, 2008 at 07:48:42AM -0800, Dan Kegel wrote: > Is it to make it show up first in the list? Yes. Jan

bugzilla component and keyword cleanup

2008-01-06 Thread Jan Zerebecki
I'm done with one step of the changes. See the following URLs for how things currently look: http://bugs.winehq.org/describekeywords.cgi http://bugs.winehq.org/describecomponents.cgi?product=Wine Improvement suggestions are welcome. Does anyone know how the CVS/GIT version is marked so that it g

Strange bash error "shell-init: error retrieving current directory"

2008-01-06 Thread Dan Kegel
I've been seeing the error shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory a lot recently when running Wine, probably when installers finish. It started a couple weeks ago. I think it's a bash error message. Anyone else seeing

Re: ole32: Fix a failed call to DllGetClassObject while retrieving class object interface pointer.

2008-01-06 Thread Robert Shearman
Huang, Zhangrong wrote: > Hi, > Sorry for the delay. > Here is a test, pls import the attached registry files, and copy > native activeds.dll, adsldpc.dll, > adsldp.dll to your windows system32 dir, and patch > wine/dlls/ole32/tests/moniker.c > > Then run the test: > $ ../../../wine ole32_test.exe.

Re: What happened to the videos from WineConf?

2008-01-06 Thread Marcus Meissner
On Sun, Jan 06, 2008 at 04:52:23PM +0100, Joerg Mayer wrote: > On Sun, Jan 06, 2008 at 02:47:24PM +0100, Maarten Lankhorst wrote: > > and the big group photo > > OK, and now for those who were not there: An annotated version of that > photo with a who is who pretty please :-) Be there or be a rec

Re: [PATCH] ntdll: remove bogus VALGRIND_DISCARD

2008-01-06 Thread Peter Oberndorfer
On Sonntag 06 Januar 2008, Peter Oberndorfer wrote: > > VALGRIND_DISCARD is used to discard block description handles > (which are created by VALGRIND_CREATE_BLOCK) > but it was called with the return value of VALGRIND_MAKE_xxx macros > which all return 0x > dlls/ntdll/signal_i386.c uses t

Re: What happened to the videos from WineConf?

2008-01-06 Thread Joerg Mayer
On Sun, Jan 06, 2008 at 02:47:24PM +0100, Maarten Lankhorst wrote: > and the big group photo OK, and now for those who were not there: An annotated version of that photo with a who is who pretty please :-) Ciao Joerg -- Joerg Mayer <[EMAIL PROTECT

Why the dash in the new "-unknown" category?

2008-01-06 Thread Dan Kegel
Is it to make it show up first in the list?

Re: dlls/kernel32/task.c -- minor improvement

2008-01-06 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > That depends. ;-) You're right, it is not ISO C90, but it is in the > C99 standard which is now close to ten years old. We don't use C99 features in Wine. > That said, if you don't want to take the original patch, can we take > the one below? I don'

Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2008-01-06 Thread Alexander Nicolaysen Sørnes
On Sunday 06 January 2008 15:29:46 Dmitry Timoshkov wrote: > "Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > > Would it be better to have separate A/W painting functions? > > What that would improve? Nothing that I can think of, but you know the code much beter than me. It just seeme

Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2008-01-06 Thread Dmitry Timoshkov
"Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > Would it be better to have separate A/W painting functions? What that would improve? -- Dmitry.

Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2008-01-06 Thread Alexander Nicolaysen Sørnes
On Monday 31 December 2007 07:39:28 Dmitry Timoshkov wrote: > "Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > > comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicod > > What's the purpose of this patch? It improves nothing IMO except of > making the code less readable, making it not

Re: What happened to the videos from WineConf?

2008-01-06 Thread Maarten Lankhorst
Hi all, Marcus Meissner schreef: > I added the links to http://wiki.winehq.org/WineConf2007 I updated that wiki page a little, and added my and newman's photos of wineconf, and the big group photo. Does anyone else have a photo album they want to share? I created mine with picasa for linux, which

Re: bugs audit volunteers require

2008-01-06 Thread Jan Zerebecki
On Sat, Jan 05, 2008 at 09:59:52PM -0700, James Hawkins wrote: > On Jan 5, 2008 7:02 PM, Jan Zerebecki <[EMAIL PROTECTED]> wrote: > > On Wed, Jan 02, 2008 at 01:19:35AM -0800, Dan Kegel wrote: > > > >> Maybe add a resolution of NEEDMOREINFO? > > > > > > > >There is no need to add one more reason fo

Re: Where are the bugzilla admins?

2008-01-06 Thread Jan Zerebecki
On Sat, Jan 05, 2008 at 09:55:12PM -0700, James Hawkins wrote: > On Jan 5, 2008 6:36 PM, Jan Zerebecki <[EMAIL PROTECTED]> wrote: > > On Sat, Jan 05, 2008 at 03:32:10PM -0700, Vitaliy Margolen wrote: > > > Jan Zerebecki wrote: > > > > On Sat, Dec 29, 2007 at 09:11:17AM -0700, Vitaliy Margolen wrote

Re: Bow and question

2008-01-06 Thread Shachar Shemesh
Juan Carlos Montes wrote: > Hi all, > > I am new in this list, so... Hello!!! > > Well, I work in a CERT and we are create a automatic malware detection tool > with > wine. > > I think you should be aware that Wine is no replacement for a security tool. If you run a malware using Wine, it is

Re: What happened to the videos from WineConf?

2008-01-06 Thread Marcus Meissner
> > > Three videos were uploaded to Youtube last night: > > > > > > Alexandre's Keynote > > > http://www.youtube.com/watch?v=GqEp8psjv5s > > > > > > Detlef Riekenberg - Printing in Wine > > > http://www.youtube.com/watch?v=1-n6mClDdBQ > > > > > > Kai Blin - Wine and Samba > > > http://www.youtube.c

RE : Re: d3dx implementation senseless?

2008-01-06 Thread paulo lesgaz
Since everybody agrees that we need a built-in d3dx9, we could begin to implement it. In the last talk about it, no plan was found to implement it: does one create a wined3dx or implement on the top of the last d3dx9 dll? So, I think that a definitive answer should be given very quickly. David

Re: What happened to the videos from WineConf?

2008-01-06 Thread Lei Zhang
On Jan 4, 2008 2:32 PM, Lei Zhang <[EMAIL PROTECTED]> wrote: > > On Jan 3, 2008 10:50 AM, Lei Zhang <[EMAIL PROTECTED]> wrote: > > On Dec 28, 2007 8:54 AM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > > > > > I remember at wineconf there were some videos created, what happened > > > with those? I