Re: RFC: sfd2ttf

2006-04-27 Thread Mike McCormack
Markus Amsler wrote: Here's a first version of an sfd2ttf tool based on fontforge-20051205. You can dwonload it from [1]. Great work! 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

SoC idea: connet to clamav

2006-04-27 Thread Marcus Meissner
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 more often viral infected, might contain worms, or spyware. There exists

Re: Fixing cross-compilation 2/2

2006-04-27 Thread Mike McCormack
Paul Millar wrote: No problem. Would it be OK to push the logic into the autoconf script? Yeah, I think that's a better idea. Mike

SoC project suggestions

2006-04-27 Thread Mike McCormack
Here's some suggestions for SoC projects: * Complete the Wine Web browser (aka. Internet Explorer) frame (menu/toolbar/status bar) in shdocvw. We currently have code to render HTML, thanks to Jacek's Mozilla work, and a frame with no controls. * Full URLMoniker implementation. The main goal

Re: Implementing Xinerama

2006-04-27 Thread Vitaliy Margolen
Thursday, April 27, 2006, 7:38:52 PM, Judd Tracy wrote: > I have been trying to get a very simple Xinerama implementation > workingfor wine, but am having some problems.  My approach was to > justquery the system for the screens that make up the display and > onlyreport the resolution of the first

Implementing Xinerama

2006-04-27 Thread Judd Tracy
I have been trying to get a very simple Xinerama implementation working for wine, but am having some problems.  My approach was to just query the system for the screens that make up the display and only report the resolution of the first display with the offset of 0+0.  The resolution detection par

RFC: sfd2ttf

2006-04-27 Thread Markus Amsler
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 300K-400K. Is this acceptable? SFD reading was quit

Re: Tahoma font

2006-04-27 Thread Jan Zerebecki
On Thu, Apr 27, 2006 at 09:45:16PM +, Louis Lenders wrote: > Brian Vincent gmail.com> writes: > > > 1. What happened to the ROS version of Tahoma? > > I didn't know they had one. Could someone ask if it exists (and could be > merged) I asked in #reactos on freenode and kjk_hyperion answer

Re: What do we need from other projects?

2006-04-27 Thread Raphael
On Thursday 27 April 2006 21:42, Lionel Ulmer wrote: > On Thu, Apr 27, 2006 at 02:35:14PM -0400, Vincent Povirk wrote: > > Windows probably pulls this off by reading relative mouse movement > > directly from the device, but I don't think wine developers want to go > > that route. An X extension wou

Re: Tahoma font

2006-04-27 Thread Louis Lenders
Brian Vincent gmail.com> writes: > > On 4/27/06, Louis. Lenders yahoo.co.uk> 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 an

Re: Tahoma font

2006-04-27 Thread Brian Vincent
On 4/27/06, Louis. Lenders <[EMAIL PROTECTED]> 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

Re: What do we need from other projects?

2006-04-27 Thread Lionel Ulmer
On Thu, Apr 27, 2006 at 02:35:14PM -0400, Vincent Povirk wrote: > Windows probably pulls this off by reading relative mouse movement > directly from the device, but I don't think wine developers want to go > that route. An X extension would be needed that can detect relative > mouse movement that d

Tahoma font

2006-04-27 Thread Louis. Lenders
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 not sure what the leg

Re: SambaXP update, part 2

2006-04-27 Thread Kai Blin
* Robert Shearman <[EMAIL PROTECTED]> [27/04/06, 19:08:49]: > There are 3 things that Samba could do to help Wine: > 1. Expose SMB operations in a library, including named pipe operations. > The library functions exposed would ideally be similar to the Win32 > functions, i.e. ConnectNamedPipe,

Re: What do we need from other projects?

2006-04-27 Thread Vincent Povirk
I believe an X extension is needed to completely solve bug 1410: http://bugs.winehq.org/show_bug.cgi?id=1410 On windows, when dinput listens for relative mouse movement, it does so without affecting the cursor's position. Wine implements relative mouse movement by constantly recentering the cursor

Re: SambaXP update, part 2

2006-04-27 Thread Robert Shearman
Kai Blin wrote: Hi folks, now that SambaXP is officialy over, the samba team a couple of other people have retreated to a smaller room to discuss other things. Steve French had a talk about using CIFS on linux as a replacement to NFS which seems to be pretty cool. A couple of other talks were

A bit more on edit control margins

2006-04-27 Thread Duane Clark
I went ahead and took a bunch more measurements of font margins in the edit control. These are all taken on real Win2k using traces added to the conformance test test_margins_font_change, and cross compiled with MinGW. So here they are for posterity. The results are rather confusing to me. But

Re: What do we need from other projects?

2006-04-27 Thread Jan Zerebecki
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/WineWishes'. What you describe s

Re: What do we need from other projects?

2006-04-27 Thread Segin
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. -- The real problem with C++ for kernel modules is: the language just sucks. -- Linus Torvalds

What do we need from other projects?

2006-04-27 Thread Francois Gouget
Every once in a while a developer from another project asks 'What could I do in my project to help Wine?'. We know there is stuff that could help us, some have been discussed on the mailing list long ago, but there's no good trace of it so that we are usually unable to really come with a goo

RE: [SOC] ASIO

2006-04-27 Thread Rolf Kalbermatter
Christian Gmeiner [mailto:[EMAIL PROTECTED] wrote: > Okay i think this project can be done by one student, because we can use the > SDK for our work. We can take all API prototypes and build our own SDK based > on the original SDK. > We are only not allowed to share the original source files, bu

Re: First patch: Regedit Multi-String Value

2006-04-27 Thread Juan Lang
Hi Philippe, a couple more thoughts: +TCHAR* convert_multistringvalue( BOOL toRegistryFormat, TCHAR* value, LONG *len ) This function shares very little code between the toRegistryFormat == FALSE and toRegistryFormat == TRUE versions. I think this would be cleaner as two separate functions. +

Announcing Wineconf 2006, urgent need for head count

2006-04-27 Thread Jeremy White
Hi folks, I am pleased to announce that Rob Shearman has arranged for us to have Wineconf in his home town, Reading, in the UK. It will be held at the University of Reading: http://www.fmd.rdg.ac.uk/res/CommercialAccommodation.asp It will be on the weekend of September 16 and 17. We have a wri

Re: user: Extend menu conformance test

2006-04-27 Thread Mike McCormack
[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 up is a good idea... This test takes about 20 seconds to ru

Re: Questions about Wine

2006-04-27 Thread Robert Shearman
[EMAIL PROTECTED] wrote: Hi! I have a question and some reminds about Wine. 1.) When it will be all applications and games supported on 100% ? Never. Even Microsoft can't achieve 100% for new versions of Windows and they have their source code. 2.) Why wine doesn't accept my own config

Re: Questions about Wine

2006-04-27 Thread Andreas Mohr
Hi, On Thu, Apr 27, 2006 at 08:09:56AM +0200, [EMAIL PROTECTED] wrote: > Hi! > I have a question and some reminds about Wine. > 1.) When it will be all applications and games supported on 100% ? *NEVER*. Period. There are way too many apps out there with very weird lowlevel hacks that already f

Questions about Wine

2006-04-27 Thread ethereal
Hi! I have a question and some reminds about Wine. 1.) When it will be all applications and games supported on 100% ? 2.) Why wine doesn't accept my own config at all? 3.) Add more options to Winecfg. It will be fine and welcomed. 4.) I have small fonts in some apps (size about 4 and it has cur

Re: [SOC] ASIO

2006-04-27 Thread Christian Gmeiner
Hi all. Okay i think this project can be done by one student, because we can use the SDK for our work. We can take all API prototypes and build our own SDK based on the original SDK. We are only not allowed to share the original source files, but we are allowed to make them by our own by lookin

Re: Just want to make a comment about the current status of the project

2006-04-27 Thread Mike Hearn
On Tue, 25 Apr 2006 19:24:26 -0700, Philip V. Neves wrote: > If you can at least get code associated with making install shield based > installers and other installers work flawlessly in the next little while > this project will set the being a major thorn in Microsofts side ARGH! And there was

Re: Fixing cross-compilation 2/2

2006-04-27 Thread Mike McCormack
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. Mike

Re: Temporary wine.git tree

2006-04-27 Thread Mike McCormack
Vijay Kiran Kamuju wrote: Could you please put up a page, what patches are in the interim tree. So that we might know if there are any problems, we know who to blame ;) If you fetch the tree into your GIT using: git fetch http://mandoo.dyndns.org/wine.git master:mmbranch you can then see th

Re: Temporary wine.git tree

2006-04-27 Thread James Hawkins
On 4/27/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > Hi, > > Could you please put up a page, what patches are in the interim tree. > So that we might know if there are any problems, we know who to blame ;) > git log mmbranch -- James Hawkins

Re: Temporary wine.git tree

2006-04-27 Thread Vijay Kiran Kamuju
Hi,Could you please put up a page, what patches are in the interim tree.So that we might know if there are any problems, we know who to blame ;)Thanks,VijayOn 4/27/06, Mike McCormack <[EMAIL PROTECTED]> wrote: Hi,Since Alexandre is lying on the beach in Greece and there'll be a gapbetween commits,