Re: SOC Proposal - SafeDisc Support

2006-04-28 Thread Vijay Kiran Kamuju
Hi,   Could we discuss in this thread how to implement the IRP framework, to be incorporated into wine to enable the work on enabling safedisc support.   Thanks and Regards, Vijay  On 4/23/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: Hi,I would like to propose the SafeDisc Project for wine.Ma

Re: fix off-by-one in advpack install_init

2006-04-28 Thread James Hawkins
On 4/28/06, Juan Lang <[EMAIL PROTECTED]> wrote: > Thanks for sending in this patch, but I have a large queue of patches > for advpack ready to send in to wine-patches when Alexandre gets back,\ Could you send them, so Paolo et al don't have to duplicate your work? Sure, I just didn't want to

Re: sfd2ttf

2006-04-28 Thread Travis Watkins
On 4/28/06, Dimi Paun <[EMAIL PROTECTED]> wrote: As I said, virtually any Java project in existance checks in .jar files, and none of them suffer from any negative ill effect. jar == zip, not such a big deal -- Travis Watkins http://www.realistanew.com

A busted MSI file

2006-04-28 Thread Mike Hearn
This MSI file for MSXML3: http://www.microsoft.com/downloads/details.aspx?familyid=28494391-052b-42ff-9674-f752bdca9582&displaylang=en does not work. It crashes inside custom code after MsiGetPropertyW("CustomActionData") returns the empty string due to the property not being found. A relay t

Re: Implementing Xinerama

2006-04-28 Thread Mike Hearn
On Fri, 28 Apr 2006 19:21:55 +0200, Francois Gouget wrote: > Does this mean we would need a change in the WM 'API'? If so, could you > describe the issue in the Wiki? This was already fixed by a patch I wrote long ago but that was never merged. It was done to fix IE but bugs in our rebar control

Re: RFC: sfd2ttf

2006-04-28 Thread Markus Amsler
Jan Z. wrote: Btw. if we include other fonts in the future, as example the MS Tahoma replacement "Greenville" we need to include the ttf anyway as there is no source or perhaps only one usable with a nonfree as in money tool. Fontforge can convert ttf files to sfd. Another possibility woul

Re: question regarding dibsections

2006-04-28 Thread Marcus Meissner
On Mon, Apr 24, 2006 at 09:44:50PM +0200, Marcus Meissner wrote: > Hi, > > While debugging twain, I came across the nativexfer method, used by 60-70% > of all twain using programs. > > It has some very unfortunate programming logic. > > Here is a sample snippet from: > http://hp.vector.co.

Re: Google Sketch-Up Not Starting

2006-04-28 Thread Mike Hearn
Funny, I was looking at this today. It does something odd with the flags, we're not passing back what it expects. In some cases it seems to expect SWAP_COPY to be set, but I added that in and saw no difference, so still a bit of remaining work. But basically despite the error it's calling Describ

Re: user: Extend menu conformance test

2006-04-28 Thread Thomas Kho
On 4/27/06, Mike McCormack <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > This patch adds a test to the menu conformance test to point out some bugs. I > submitted a patch earlier that contained both this test and three fixes; I'm > redoing it piecemeal this time. I think splitting it u

Re: sfd2ttf

2006-04-28 Thread Kuba Ober
On Friday 28 April 2006 10:54, Hans Leidekker wrote: > On Friday 28 April 2006 16:22, Dimi Paun wrote: > > Please, that's a trivial utility. As I said, it's a balancing act. > > It was very simple to have the bin2res, it looks a lot more complicated > > to have sfd2ttf. If all we wanted is to avoid

Re: RFC: sfd2ttf

2006-04-28 Thread Jan Z.
On Fri, Apr 28, 2006 at 06:34:21PM +0200, Markus Amsler wrote: > Currently we have the following options: > - depend on fontforge > - add the ttf files > - sfd2ttf > - use some other font format, with converters (hans's idea). > - ?? Btw. if we include other fonts in the future, as example the MS

Re: fix off-by-one in advpack install_init

2006-04-28 Thread Juan Lang
> Thanks for sending in this patch, but I have a large queue of patches > for advpack ready to send in to wine-patches when Alexandre gets back,\ Could you send them, so Paolo et al don't have to duplicate your work? --Juan __ Do You Yahoo!? Tired o

Re: fix off-by-one in advpack install_init

2006-04-28 Thread James Hawkins
On 4/28/06, Paolo Abeni <[EMAIL PROTECTED]> wrote: hi list, The attached patch should fix an off-by-one in advpack install_init. In current code the working_dir string is corrupted and ie6setup.exe complain loudly. Thanks for sending in this patch, but I have a large queue of patches for advp

Re: What do we need from other projects?

2006-04-28 Thread Jan Zerebecki
On Fri, Apr 28, 2006 at 06:57:09PM +0200, Francois Gouget wrote: > On Thu, 27 Apr 2006, Jan Zerebecki wrote: > > >On Thu, Apr 27, 2006 at 06:36:09PM +0200, Francois Gouget wrote: > >> * The page is 'http://wiki.winehq.org/WineWishes'. > > > >What you describe seems to exist already at: > >http://w

Re: What do we need from other projects?

2006-04-28 Thread Lionel Ulmer
> You, > you already left too many time speaking about that, you would time to code > it :) Not sure. I once debugged something in XFree and already spent hours understanding the code and this was only in a peripheric library (DGA). I can't even imagine the time it would take to go into the 'real

boost and winthreads

2006-04-28 Thread Michael Ost
Does boost::threads + wine threads == happiness? I would like to use boost threads in my winelib application, but they need to coexist with threads created using the windows APIs by 3rd party plugin DLLs. I built a test app that uses the two and they appear to share both a CRITICAL_SECTION and a b

Re: Implementing Xinerama

2006-04-28 Thread Francois Gouget
On Thu, 27 Apr 2006, Vitaliy Margolen wrote: [...] You see Wine does not maximizes itself - WM does. Wine does not talk to WMs except few rudimentary things. You will need to extend that so Wine could tell WM how it should be maximized. Does this mean we would need a change in the WM 'API'? If

Re: RFC: sfd2ttf

2006-04-28 Thread n0dalus
On 4/29/06, Markus Amsler <[EMAIL PROTECTED]> wrote: Nice to here it built on a different machine. I will have a look at gcov. Half or more of the unused functions are probably due to unused sfd features. With marlett.sfd there are perhaps much less unused functions. With marlett.sfd it uses 1

Re: What do we need from other projects?

2006-04-28 Thread Francois Gouget
On Thu, 27 Apr 2006, Jan Zerebecki wrote: On Thu, Apr 27, 2006 at 06:36:09PM +0200, Francois Gouget wrote: So I created a Wiki page to keep track of these features we would need from other projects to make Wine better. There are some *BIG* caveats though: * The page is 'http://wiki.winehq.org

Re: What do we need from other projects?

2006-04-28 Thread Francois Gouget
On Thu, 27 Apr 2006, Segin wrote: Francois Gouget wrote: And finally, what did I miss? Linux thread priorities? Anything on the sound side? Anything on the X server side? The fact that Free/Open/BSD exist. Uh? What do you mean? That Free/Open/BSD should be changed in order to run Wine? wha

Re: RFC: sfd2ttf

2006-04-28 Thread Markus Amsler
Currently we have the following options: - depend on fontforge - add the ttf files - sfd2ttf - use some other font format, with converters (hans's idea). - ?? I personally would also just add the generated ttf files (has someone sent a patch, perhaps it would slip in :-) ). But I think this will

What's in mmbranch

2006-04-28 Thread Mike McCormack
Hi, Here's the list of patches on top of Alexandre's "origin" in my public Wine tree. You can pull the branch more easily after setting it up as follows: cat > .git/remotes/mmbranch

Re: RFC: sfd2ttf

2006-04-28 Thread n0dalus
On 4/28/06, Markus Amsler <[EMAIL PROTECTED]> wrote: Hi, Here's a first version of an sfd2ttf tool based on fontforge-20051205. You can dwonload it from [1]. It consists of 5 files (with Makefile) and has a size of 500K. There's still some dead code lying around, I think I can bring it down to 3

Re: Tahoma font

2006-04-28 Thread Marin Glibic
Louis. Lenders wrote: Hi, next week i have quite some (travel) time i have to kill, so i thought maybe i could use the time to add tahoma font to wine (needed for Steam). I played around a bit with fontforge and a basically i think i get how to create fonts, and add them to wine. However, i'm n

Re: Fixing cross-compilation 2/2

2006-04-28 Thread Paul Millar
On Thursday 27 April 2006 09:52, Mike McCormack wrote: > Paul Millar wrote: > > +# Variable dependency based on whether user has run configure with > > --with-wine-tools option +TOOLS := $(if @WITH_WINE_TOOLS@,,tools) > > I think Alexandre considers := and $(if ...) to be non-portable. No problem.

Re: sfd2ttf

2006-04-28 Thread Hans Leidekker
On Friday 28 April 2006 16:22, Dimi Paun wrote: > Please, that's a trivial utility. As I said, it's a balancing act. > It was very simple to have the bin2res, it looks a lot more complicated > to have sfd2ttf. If all we wanted is to avoid binaries in GIT (why?), > we can covert .ttf to hex via bin

Re: sfd2ttf

2006-04-28 Thread Dimi Paun
On Fri, April 28, 2006 9:42 am, Mike McCormack said: > Somebody has finally spent the time needed to: > 1) Eliminate a dependency (good!) This is indeed a problem and it would eliminated in both cases. It's just a matter of how we accomplish this. > 2) Keep binaries out of the GIT/CVS tree (go

Re: sfd2ttf

2006-04-28 Thread Mike McCormack
Kuba Ober wrote: IMHO that's too much. Even 100K would be. I agree, this is a _lot_ of code for what? It's not like we can make heads or tails of the diffs for fonts anyway. I agree that is good not to have binary files in CVS, but these are binary files that are cross platform, need not be r

Re: sfd2ttf

2006-04-28 Thread Kuba Ober
> > IMHO that's too much. Even 100K would be. > > I agree, this is a _lot_ of code for what? It's not like we can > make heads or tails of the diffs for fonts anyway. I agree that > is good not to have binary files in CVS, but these are binary > files that are cross platform, need not be rebuild by

Re: sfd2ttf

2006-04-28 Thread Dimi Paun
On Fri, 2006-04-28 at 18:46 +0900, Dmitry Timoshkov wrote: > > It consists of 5 files (with Makefile) and has a size of 500K. > There's > > still some dead code lying around, I think I can bring it down to > > 300K-400K. Is this acceptable? > > IMHO that's too much. Even 100K would be. I agree,

Google Sketch-Up Not Starting

2006-04-28 Thread Vijay Kiran Kamuju
Hi,I tried to start latest tool form the Google Stable, Google SketchUp.This is a product Google acquired by the acquisition of @land Software.Now this tool is giving a Dialog box about incorrect display drivers and saying that ChoosePixelFormat Failed. Now what should i try more (debug channels)no

Re: sfd2ttf

2006-04-28 Thread Dmitry Timoshkov
"Markus Amsler" <[EMAIL PROTECTED]> wrote: Here's a first version of an sfd2ttf tool based on fontforge-20051205. You can dwonload it from [1]. Did you run 'make test' in the dlls/gdi directory to see that font metrics of the generated bitmap fonts match the windows ones? fontforge earlier tha

Re: [WINED3D 1/3] Share get_register_code()

2006-04-28 Thread Ivan Gyurdiev
H. Verbeet wrote: On 28/04/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: Move Roderick's new function for obtaining the register code into wined3d_private.h, Personally, I would prefer to not move code into headers. It can't be inlined otherwise.

Re: [WINED3D 1/3] Share get_register_code()

2006-04-28 Thread H. Verbeet
On 28/04/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: Move Roderick's new function for obtaining the register code into wined3d_private.h, Personally, I would prefer to not move code into headers.

Re: First Wine-Aware malware?

2006-04-28 Thread Stefan Dösinger
> 8835 pts/2S+ 0:00 sh -c ping -w 1 instlog.errorsafe.com >/dev/null > 2>/dev/null > 8836 pts/2S+ 0:00 ping -w 1 instlog.errorsafe.com > > Well, it also showed a few wininet fixmes: > fixme:wininet:InternetCheckConnectionW This was false alarm, as mike_m has spotted these ping ca

First Wine-Aware malware?

2006-04-28 Thread Stefan Dösinger
Hi, I just tried to run some "Malware Checker" just for fun in Wine, just out of interest how many infected files it will find on a fresh .wine setup. Bad security habbit, I know :-| . This app was the "ErrorSafe Scanner" from http://de.errorsafe.com/pages/scanner_de/index.php?aid=fastint_at_de_l

Re: SoC idea: connet to clamav

2006-04-28 Thread Scott Ritchie
On Fri, 2006-04-28 at 06:42 +0200, Marcus Meissner wrote: > Hi, > > Another idea for Summer of Code that strikes me as > useful and doable: > > - Virus Scanner Support > > WINE is currently one of the ways a UNIX user runs code downloaded > from the network. This code is also known to be mo