Re: Anyone at LinuxTag?

2009-06-28 Thread Austin English
On Mon, Jun 29, 2009 at 1:18 AM, Kai Blin wrote: > On Monday 29 June 2009 07:51:03 Austin English wrote: >> On Mon, Jun 29, 2009 at 12:46 AM, Kai Blin wrote: > >> > Yes. Realistically, there will be a contract involved regulating what >> > needs to be done to get the money. I very much doubt the go

Re: Anyone at LinuxTag?

2009-06-28 Thread Scott Ritchie
Kai Blin wrote: On Monday 29 June 2009 07:51:03 Austin English wrote: On Mon, Jun 29, 2009 at 12:46 AM, Kai Blin wrote: Yes. Realistically, there will be a contract involved regulating what needs to be done to get the money. I very much doubt the government just go and drop money on random pa

Re: user32: GetTitleBarInfo: Handle hwnd and tbi when passing NULL (try 3)

2009-06-28 Thread Frédéric Delanoy
Kovács András wrote: > Hi, > > This patch is for GetTitleBarInfo <...> > > Andras Kovacs Not so problematic, but you can simplify 'if (IsWindow(hwnd) == FALSE)' with 'if (! IsWindow(hwnd))' Frédéric

Re: Anyone at LinuxTag?

2009-06-28 Thread Kai Blin
On Monday 29 June 2009 07:51:03 Austin English wrote: > On Mon, Jun 29, 2009 at 12:46 AM, Kai Blin wrote: > > Yes. Realistically, there will be a contract involved regulating what > > needs to be done to get the money. I very much doubt the government just > > go and drop money on random paypal bu

Re: Anyone at LinuxTag?

2009-06-28 Thread Austin English
On Mon, Jun 29, 2009 at 12:46 AM, Kai Blin wrote: > On Monday 29 June 2009 01:22:00 Austin English wrote: >> On Sun, Jun 28, 2009 at 5:38 PM, Ben Klein wrote: >> > 2009/6/29 Scott Ritchie : >> >> Who would they give the money to, even if they wanted to give it to us? >> > >> > Codeweavers? >> >> Is

Re: Anyone at LinuxTag?

2009-06-28 Thread Kai Blin
On Monday 29 June 2009 01:22:00 Austin English wrote: > On Sun, Jun 28, 2009 at 5:38 PM, Ben Klein wrote: > > 2009/6/29 Scott Ritchie : > >> Who would they give the money to, even if they wanted to give it to us? > > > > Codeweavers? > > Is a private for-profit company. > > Is there something wrong

Re: Anyone at LinuxTag?

2009-06-28 Thread Scott Ritchie
Austin English wrote: On Sun, Jun 28, 2009 at 5:38 PM, Ben Klein wrote: 2009/6/29 Scott Ritchie : Who would they give the money to, even if they wanted to give it to us? Codeweavers? Is a private for-profit company. Is there something wrong with putting it in the Wine development fund, unde

Re: Anyone at LinuxTag?

2009-06-28 Thread Austin English
On Sun, Jun 28, 2009 at 5:38 PM, Ben Klein wrote: > 2009/6/29 Scott Ritchie : >> Who would they give the money to, even if they wanted to give it to us? > > Codeweavers? Is a private for-profit company. Is there something wrong with putting it in the Wine development fund, under custody of the So

Re: Anyone at LinuxTag?

2009-06-28 Thread Ben Klein
2009/6/29 Scott Ritchie : > Who would they give the money to, even if they wanted to give it to us? Codeweavers?

Re: [2/2] GetTitleBarInfo tests for NULL values

2009-06-28 Thread Nikolay Sivov
Kovács András wrote: Hi, GetTitleBarInfo tests for NULL values. Best Regards, Kovács András What about this one: --- ret = GetTitleBarInfo(NULL, NULL); --- What error code will come first?

Re: [1/2] Handle hwnd and tbi when passing NULL

2009-06-28 Thread Nikolay Sivov
Kovács András wrote: Hi, This patch is for GetTitleBarInfo, when it gets NULL hwnd and/or pti parameter. GTA IV tries to use this function with NULL, NULL parameters. This doesn't hurt Windows, but crashes in wine. Tested against Windows 7. Best Regards, Andras Kovacs --- TRACE("(%p

Re: [1/2] Handle hwnd and tbi when passing NULL

2009-06-28 Thread Austin English
2009/6/28 Kovács András : > Hi, > > This patch is for GetTitleBarInfo, when it gets NULL hwnd and/or pti > parameter. > GTA IV tries to use this function with NULL, NULL parameters. > This doesn't hurt Windows, but crashes in wine. > Tested against Windows 7. > > Best Regards, > > Andras Kovacs No

Re: Minor fix for include/bits1_5.idl

2009-06-28 Thread Gerald Pfeifer
Strike that, I must have misread the documentation. Only thing I am wondering is do we really need the (unsigned long) here? If anyone has a pointer to clear documentation that would be nice; what I found so far leaves some questions open... Gerald On Sun, 28 Jun 2009, Gerald Pfeifer wrote: >

Re: Anyone at LinuxTag?

2009-06-28 Thread Scott Ritchie
Kai Blin wrote: On Saturday 27 June 2009 02:16:42 Dan Kegel wrote: If anyone's at LinuxTag, maybe it would be worth wandering over to Halle 7.2a, Stand 111 and chat the projects up to see if any of them have any interest in Wine... Ah, damn, that was like a day late. I won't make it in time t

Re: [1/1] Handle hwnd and tbi when passing NULL

2009-06-28 Thread Nikolay Sivov
Kovács András wrote: Hi, This patch is for GetTitleBarInfo, when it gets NULL hwnd and/or pti parameter. GTA IV tries to use this function with NULL, NULL parameters. This doesn't hurt Windows, but crashes in wine. Tested against Windows 7. Best Regards, Andras Kovacs I think IsWindow()

Re: winedbg italian translation

2009-06-28 Thread Nikolay Sivov
Davide Pizzetti wrote: Il giorno dom, 28/06/2009 alle 17.43 +0400, Nikolay Sivov ha scritto: Davide Pizzetti wrote: I've got another question: i've created some new files and translated them into italian. How can i submit them as a patch? I made a git diff but these files i created don'

Re: winedbg italian translation

2009-06-28 Thread Nikolay Sivov
Davide Pizzetti wrote: I've got another question: i've created some new files and translated them into italian. How can i submit them as a patch? I made a git diff but these files i created don't appear there As I told you. Do 'git add '. This will add it to your local repo.

Re: winedbg italian translation

2009-06-28 Thread Nikolay Sivov
Davide Pizzetti wrote: Il giorno dom, 28/06/2009 alle 16.39 +0400, Nikolay Sivov ha scritto: Davide Pizzetti wrote: i think i made a little mess with the files for winedbg. how do i restore the situation to the previous state? Il giorno dom, 28/06/2009 alle 16.14 +0400, Nikolay Sivov ha

Re: winedbg italian translation

2009-06-28 Thread Nikolay Sivov
Davide Pizzetti wrote: Another question: when i create a new language translation file, i have to copy the english file into a new file and translate it? Il giorno dom, 28/06/2009 alle 16.14 +0400, Nikolay Sivov ha scritto: Davide Pizzetti wrote: Here's the italian translation for wine

Re: winedbg italian translation

2009-06-28 Thread Nikolay Sivov
Davide Pizzetti wrote: i think i made a little mess with the files for winedbg. how do i restore the situation to the previous state? Il giorno dom, 28/06/2009 alle 16.14 +0400, Nikolay Sivov ha scritto: Davide Pizzetti wrote: Here's the italian translation for winedbg Hi, Da

Re: winedbg italian translation

2009-06-28 Thread Nikolay Sivov
Davide Pizzetti wrote: Here's the italian translation for winedbg Hi, Davide. This patch is malformed too. When you need to create new file in repo, first create it in your file system, then do 'git add programs/winedbg/rsrc_It.rc' . This will add it to your repo. Don't forget to edit rsrc