App DB TOP-10 issue

2007-03-06 Thread speedator
Hi, I want to annotate that there are apps/games twice in the Platinum List(Diablo II Lord of Destruction 1.x , Outlaws All versions) even thrice(if you add Diablo II 1.x and LoD up for such a list). Btw: Why are Outlaws and IDA Pro "top"? Doesn't seem they are so popular, nvm.

Re: Being rude to users considered harmful

2007-03-06 Thread Damjan Jovanovic
On 3/7/07, Dan Kegel <[EMAIL PROTECTED]> wrote: Now, I'm as much of a BOFH as anybody else. Maybe more. But when I see a Wine developer telling users things like "For me all VB apps have to go to /dev/null without exceptions!" or "It's a minor problem - leave with it or fix it yourself!" B

Being rude to users considered harmful

2007-03-06 Thread Dan Kegel
Now, I'm as much of a BOFH as anybody else. Maybe more. But when I see a Wine developer telling users things like "For me all VB apps have to go to /dev/null without exceptions!" or "It's a minor problem - leave with it or fix it yourself!" I feel quite sad. Can we agree to be a bit more civil

A Survey on Defect Management Practices in Free/Open Source Software

2007-03-06 Thread anugupta
Dear Wine Contributors, I seek help from designers, developers, testers,defect fixers,project managers or playing any other key role in Free/Open Source software development or maintenence in carrying out a study to identify practices and problems of defect management in various Free/Open Source S

Re: comctl32: Implement LVS_EX_DOUBLEBUFFER

2007-03-06 Thread Dimi Paun
On Tue, March 6, 2007 16:27, Felix Nawothnig wrote: > Tested with utorrent - completly removes the flickering from #7344. > In case you're wondering about the change in EraseBkgnd() - this is how > native behaves, they recreate the double buffer on each refresh so we > need to move the erase. Plea

Command and Conquer 3 Demo

2007-03-06 Thread Matthew Clark
I just wanted to write to let all of the devs know how proud of the wine project I am. This Demo seems to work for the most part except for the movies in it don't seem to want to resize and when you are under attack the game crashes. Here is the console dump: fixme:dsound:DSOUND_MixOne problem

Re: [localspl/tests] Remove tempfile after running the tests

2007-03-06 Thread Detlef Riekenberg
On Di, 2007-03-06 at 18:47 +0100, Paul Vriens wrote: > We had a leftover file in the temp directory. > > Changelog > Remove tempfile after running the tests Ignore my prev. mail. I looked always in "c:\temp" and found the files in "c:\tmp" :-( Sorry for the noise. -- By by ... Detlef

Re: [localspl/tests] Remove tempfile after running the tests

2007-03-06 Thread Detlef Riekenberg
On Di, 2007-03-06 at 18:47 +0100, Paul Vriens wrote: > + > +/* Cleanup our temporary file */ > +DeleteFileW(tempfileW); Where / when did you see an undeleted File for this test? localspl_test.exe does not create a temporary file yet. -- By by ... Detlef

Re: dll that just forward

2007-03-06 Thread Alexandre Julliard
Luis Carlos Busquets Pérez <[EMAIL PROTECTED]> writes: > If we add to the git tree these two spec files > > dlls/dpnaddr/dpnaddr.spec: > stdcall DirectPlay8AddressCreate( ptr ptr ptr ) > dpnet.DirectPlay8AddressCreate > > dlls/dpnlobby/dpnlobby.spec: > stdcall DirectPlay8Create(ptr ptr ptr) dpnet

Re: Regression in Lotus Notes R5 between wine-0.9.27 and wine-0.9.28

2007-03-06 Thread Alexandre Julliard
"Pedro Araujo Chaves Jr." <[EMAIL PROTECTED]> writes: > On 3/6/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: >> Try this patch: >> >> diff --git a/dlls/wineps.drv/init.c b/dlls/wineps.drv/init.c >> index bd9c16c..23b6cfd 100644 >> --- a/dlls/wineps.drv/init.c >> +++ b/dlls/wineps.drv/init.c >

Re: [wordpad]updated Korean Resource

2007-03-06 Thread Detlef Riekenberg
On Di, 2007-03-06 at 17:35 +0900, Hwang YunSong(황윤성) wrote: > MENUITEM "(&C)\tCtrl+C", ID_EDIT_COPY > + MENUITEM "ٿֱ(&P)\tCtrl+V", ID_EDIT_PASTE > + MENUITEM "(&C)\tDEL", ID_EDIT_CLEAR > +MENUITEM " (&S)\tCtrl+A", ID_ED

Re: New opengl thread context selection patches for testing

2007-03-06 Thread Mirek
Stefan Dösinger napsal(a): Am Sonntag 04 März 2007 23:04 schrieb Mirek: Ok, i tried it with current CVS. + Oblivion is still broken (same as with previous patchset) Which offscreen rendering method did you use? Backbuffer Mirek

Re: New opengl thread context selection patches for testing

2007-03-06 Thread Stefan Dösinger
Am Sonntag 04 März 2007 23:04 schrieb Mirek: > Ok, i tried it with current CVS. > + Oblivion is still broken (same as with previous patchset) Which offscreen rendering method did you use? pgpxQw4UHduGY.pgp Description: PGP signature

Re: Question some code in server/request.c

2007-03-06 Thread Paul Vriens
Alexandre Julliard wrote: Kari Hurtta <[EMAIL PROTECTED]> writes: Code assumes that 'dir' is for "/dir1/dir2" 1) Code crashes if there is no '/' on 'dir' at all. and 2) Code does wrong thing if dir is just "/dir2" Neither can happen. The server dir is in format /tmp/.wine-%u/server-%x-%x.

Re: Regression in Lotus Notes R5 between wine-0.9.27 and wine-0.9.28

2007-03-06 Thread Pedro Araujo Chaves Jr.
On 3/6/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: Try this patch: diff --git a/dlls/wineps.drv/init.c b/dlls/wineps.drv/init.c index bd9c16c..23b6cfd 100644 --- a/dlls/wineps.drv/init.c +++ b/dlls/wineps.drv/init.c Yeah, that dit it; thanks! Can I expect to see this in 0.9.33, then? C

Re: Question some code in server/request.c

2007-03-06 Thread Alexandre Julliard
Kari Hurtta <[EMAIL PROTECTED]> writes: > Code assumes that 'dir' is for "/dir1/dir2" > > 1) Code crashes if there is no '/' on 'dir' at all. > > and > > 2) Code does wrong thing if dir is just "/dir2" Neither can happen. The server dir is in format /tmp/.wine-%u/server-%x-%x. -- Alexandre Jull

Re: Question some code in server/request.c

2007-03-06 Thread Kari Hurtta
"Paul Vriens" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > Hi, > > while going through the Coverity reports I found CID-293 that mentions > a possible NULL-RETURN. Marcus sent in a patch that wasn't applied. > > If I look at the code (starting at line 537): > > /* create the

Re: 0001-server-main.c-fixed-command-line-parsing-using-GNU-getopt

2007-03-06 Thread Srivatsa Kanchi, R
sure its an overkill to have an advanced Command line parser at this moment; but, wine is still not a finished product and it may get more options added later on i picked up this because it seemed very easy to fix and since, i started understanding wine from this end (server code first) On Tue,

Re: 0001-server-main.c-fixed-command-line-parsing-using-GNU-getopt

2007-03-06 Thread Srivatsa Kanchi, R
Hi Dmitry, There is nothing wrong with the exiting one; But there is a fixme saying 'should be using getopt', so i did it. and regarding coding style, they are mentioned in the developer's guide and i tried to follow it i love this project very much and looking forward to give more contributio

Re: Question some code in server/request.c

2007-03-06 Thread Marcus Meissner
On Tue, Mar 06, 2007 at 01:34:45PM +, Robert Shearman wrote: > Paul Vriens wrote: > >Hi, > > > >while going through the Coverity reports I found CID-293 that mentions > >a possible NULL-RETURN. Marcus sent in a patch that wasn't applied. > > > >If I look at the code (starting at line 537): > >

Re: Question some code in server/request.c

2007-03-06 Thread Robert Shearman
Paul Vriens wrote: Hi, while going through the Coverity reports I found CID-293 that mentions a possible NULL-RETURN. Marcus sent in a patch that wasn't applied. If I look at the code (starting at line 537): /* create the server directory and chdir to it */ static void create_server_dir( const

Question some code in server/request.c

2007-03-06 Thread Paul Vriens
Hi, while going through the Coverity reports I found CID-293 that mentions a possible NULL-RETURN. Marcus sent in a patch that wasn't applied. If I look at the code (starting at line 537): /* create the server directory and chdir to it */ static void create_server_dir( const char *dir ) { ch

Re: Regression in Lotus Notes R5 between wine-0.9.27 and wine-0.9.28

2007-03-06 Thread Alexandre Julliard
"Pedro Araujo Chaves Jr." <[EMAIL PROTECTED]> writes: > Odd as it may seem, my regression testing pointed commit > 21635133fb271405fefd6bce3078cf971e84c426 as the cause. I positioned my tree > just before it, and the mail printed okay; I applied it, the mail came out > blank again. Try this patch

Regression in Lotus Notes R5 between wine-0.9.27 and wine-0.9.28

2007-03-06 Thread Pedro Araujo Chaves Jr.
Hi all, There's been a regression in printing in Lotus Notes R5 somewhere between wine-0.9.27 and wine-0.9.28: it seems that the presence of an inline picture (in this case, a logo) in the mail stationery prevents all text (including header text) from being printed. Odd as it may seem, my regres

Re: ddraw: Don't include window border in default surface size (ignore the other patch)

2007-03-06 Thread Stefan Dösinger
Am Sonntag 04 März 2007 20:49 schrieb Samuel Lidén Borell: > If no width or height is passed to CreateSurface, use GetClientRect > instead of GetWindowRect to calculate a default size. tbh, the whole thing is wrong. Whatever cooperative level is used, and whatever the surface size is, windows crea

Re: [1/2] gdi32: Implement AddFontMemResourceEx api.

2007-03-06 Thread Dmitry Timoshkov
"Byeong-Sik Jeon" <[EMAIL PROTECTED]> wrote: FT_New_Memory_Face approach need to change the AddFontFileToList, OpenFontFile function. this change makes the complicated code, Yes, it needs more work, but will simplify the whole font loading code once done properly. but "memory font resource"

Re: [1/2] gdi32: Implement AddFontMemResourceEx api.

2007-03-06 Thread Byeong-Sik Jeon
Dmitry Timoshkov wrote: > "Byeong-Sik Jeon" <[EMAIL PROTECTED]> wrote: > > > These patches fix the BUG #5865 > > http://bugs.winehq.org/show_bug.cgi?id=5865. > > > > changelog: > >Implement AddFontMemResourceEx. > > You shouldn't need to create a temp file, FT_New_Memory_Face is able > to lo

Re: [1/2] gdi32: Implement AddFontMemResourceEx api.

2007-03-06 Thread Dmitry Timoshkov
"Byeong-Sik Jeon" <[EMAIL PROTECTED]> wrote: These patches fix the BUG #5865 http://bugs.winehq.org/show_bug.cgi?id=5865. changelog: Implement AddFontMemResourceEx. You shouldn't need to create a temp file, FT_New_Memory_Face is able to load font data from memory just fine. FT_New_Memory_F

Re: HtmlHelp status, winecfg and SoC proposal

2007-03-06 Thread Joris Huizer
--- Paul Wise <[EMAIL PROTECTED]> wrote: > The licence says this: > > > * Limitations on Reverse-Engineering, > Decompilation, and Disassembly. > > You may not reverse- engineer, decompile, or > disassemble the SOFTWARE > > PRODUCT, except and only to the extent that such > activity is expressly

dll that just forward

2007-03-06 Thread Luis Carlos Busquets Pérez
Concerning dlls dpnaddr.dll dpnlobby.dll They both are dlls with just one function and that it is forwarded to dpnet.dll. I understand that this is just for compatibility reasons. If we add to the git tree these two spec files dlls/dpnaddr/dpnaddr.spec: stdcall DirectPlay8AddressCreate( ptr ptr

Re: 0001-server-main.c-fixed-command-line-parsing-using-GNU-getopt

2007-03-06 Thread Dmitry Timoshkov
"Srivatsa Kanchi, R" <[EMAIL PROTECTED]> wrote: There is nothing wrong with the exiting one; But there is a fixme saying 'should be using getopt', so i did it. That FIXME tells 'probably'. I'd argue that using getopt in wineserver is an overkill since its command line syntax is very simple.