re: winhttp: Correctly parse specified ports in WinHttpCrackUrl

2008-12-30 Thread Dan Kegel
Hi Paul, you wrote > Depends on my previous patch: winhttp/tests:... The way we usually express that is to prefix each patch with its position in the series of patches. For instance, your two-patch series might have used subject lines [1/2] winhttp/tests: Add tests for WinHttpCrackUrl port numbe

Re: CreateScalableFontResourceW

2008-12-30 Thread Jeremy White
I've had a series of patches on this, that I think have been gradually growing less wrong. The 9/17 patches were the last set that were useful by themselves; you should try to get those to apply: http://www.winehq.org/pipermail/wine-patches/2008-September/061696.html My current belief is tha

Re: kernel32: Add GetProductInfo() stub & defines.

2008-12-30 Thread Alistair Leslie-Hughes
Hi Andrew, "Andrew Riedi" wrote in message news:689de9370812301624l74fc94f9xc200587f8f07c...@mail.gmail.com... >This patch helps bug #15638. ( http://bugs.winehq.org/show_bug.cgi?id=15638 ) > >Changelog: >kernel32: Add GetProductInfo() stub & defines. > >Based on a patch by Alexander Nicolayse

re: CreateScalableFontResourceW

2008-12-30 Thread Dan Kegel
I think Jeremy only worked on it in his spare time, and probably took a break from it after his September patch wasn't accepted. Does his 10/19 patch series make your app work? - Dan

CreateScalableFontResourceW

2008-12-30 Thread Colin Davis
Good Evening, Can anyone help me to understand what the Status of CreateScalableFontResource is? I had asked the IRC room, which directed me to wine-users, and wine-users directed me here. I have an application that uses CreateScalableFontResourceW to load a bundled font, and unfortunately, in 1

Re: Wine Gecko packaging

2008-12-30 Thread Mike Frysinger
On Tuesday 30 December 2008 13:24:27 Jacek Caban wrote: > Now that we have a new Gecko, the work isn't done yet. All packages have > to be updated. Wine can use only the new version now, so if a package > contains an older version, it won't work and Gecko installer will be > used instead. The updat

Re: Wine Gecko packaging

2008-12-30 Thread Mike Frysinger
On Tuesday 30 December 2008 13:24:27 Jacek Caban wrote: > The problem is that we don't have a way to inform all packagers about > updates (not all of them follow wine-devel) and it would be nice to have > a communication channel so future releases won't have such problems. > Austin suggested announ

Please add glut to winetricks :)

2008-12-30 Thread Michel Briand
Hi Dan, I found winetricks very helpful ! Thank you for this very nice script ;). Could you please add glut [1] to the packages winetricks knows about ? Thank you very much, Michel [1] http://www.opengl.org/resources/libraries/glut/glut_downloads.php

Wine Gecko packaging

2008-12-30 Thread Jacek Caban
Hi, Now that we have a new Gecko, the work isn't done yet. All packages have to be updated. Wine can use only the new version now, so if a package contains an older version, it won't work and Gecko installer will be used instead. The update is as simple as providing the new file instead of the

Ouch.

2008-12-30 Thread Dan Kegel
http://enquiringmimes.com/wp/2008/12/30/a-rumor-we-hope-is-true/ said "WINE is the famous, this-would-be-so-cool-if-it-only-actually-worked way of running Windows on other platforms without needing Windows, kind of like how useful it might be to have your blood pumped through your body without need

Re: Wine on Windows - wiki notes

2008-12-30 Thread Roderick Colenbrander
> Wine on Windows is an idea of real-world usefulness, as newer versions > of Microsoft Windows increasingly fail to support apps Wine still > supports. > > I've started a wiki page: http://wiki.winehq.org/WineOnWindows > > This covers my experiments with the three main POSIX layers (Cygwin, > Mi

Wine 1.0 "one of the great Linux innovations of 2008"

2008-12-30 Thread Dan Kegel
http://www.phoronix.com/scan.php?page=article&item=great_linux_innovations_2008&num=1 "WINE 1.0: When the WINE project began as a compatibility layer to run Windows programs atop Linux, the Windows 3.1 operating system was dominating the market. It took fifteen years for this free software project

Wine on Windows - wiki notes

2008-12-30 Thread David Gerard
Wine on Windows is an idea of real-world usefulness, as newer versions of Microsoft Windows increasingly fail to support apps Wine still supports. I've started a wiki page: http://wiki.winehq.org/WineOnWindows This covers my experiments with the three main POSIX layers (Cygwin, MinGW and Interix)

Re: Wine Gecko packaging

2008-12-30 Thread Jacek Caban
Mike Frysinger wrote: > actually, why not add a simple configure check ? if the .cab exists > but is > too old, abort. package maintainers will figure things out real quick :). > We can't do this, we don't have compile-time dependency on Gecko, so configure script doesn't know about it. Ja

Re: [1/2] mshtml: Rename stucture to avoid name clash

2008-12-30 Thread Jacek Caban
Hi Alistair, Alistair Leslie-Hughes wrote: > Hi, > HTMLStyle clashes with one defined in the mshtml.h > > Changelog: > mshtml: Rename stucture to avoid name clash There is no need for renaming. I've sent a patch that fixes the clash. Jacek

Re: d3d9: Use the correct size for D3DFVF_XYZW [try 2]

2008-12-30 Thread Henri Verbeet
2008/12/30 Stefan Dösinger : > we have a similar, but not quite the same, routine in wined3d too, I think > in device.c. It creates a wined3d vertex declaration from a FVF, while the > d3d9 one creates a d3d9 declaration. Can you see if the wined3d routine is > affected too? > That's commit f197e8b

RE: d3d9: Use the correct size for D3DFVF_XYZW [try 2]

2008-12-30 Thread Stefan Dösinger
we have a similar, but not quite the same, routine in wined3d too, I think in device.c. It creates a wined3d vertex declaration from a FVF, while the d3d9 one creates a d3d9 declaration. Can you see if the wined3d routine is affected too? I didn't unify the wined3d and d3d9 code because we'd need

Wine Gecko packaging

2008-12-30 Thread Jacek Caban
Hi, Now that we have a new Gecko, the work isn't done yet. All packages have to be updated. Wine can use only the new version now, so if a package contains an older version, it won't work and Gecko installer will be used instead. The update is as simple as providing the new file instead of the old

Re: 260 tests passing on win64!

2008-12-30 Thread Alexandre Julliard
Alexandre Julliard writes: > "Dan Kegel" writes: > >> Ladies and gentlemen, I believe it's time >> for a 64 bit winetest.exe to be added to the daily build, >> and for 64 bit test data to start showing up at http://test.winehq.org. > > I'm working on that. I haven't uploaded the results but the

Re: [1/2] mshtml: Rename stucture to avoid name clash

2008-12-30 Thread Alexandre Julliard
Alistair Leslie-Hughes writes: > static HRESULT WINAPI HTMLStyle_QueryInterface(IHTMLStyle *iface, REFIID > riid, void **ppv) > { > -HTMLStyle *This = HTMLSTYLE_THIS(iface); > +HStyle *This = HTMLSTYLE_THIS(iface); A name like IHTMLStyleImpl would be a better choice. -- Alexandre Ju

Re: Henri Verbeet : secur32: Handle SECPKG_ATTR_STREAM_SIZES in schan_QueryContextAttributesW().

2008-12-30 Thread Christian Costa
Detlef Riekenberg a écrit : > On Mo, 2008-12-29 at 19:21 +0100, Christian Costa wrote: > > >> Compilation failed here (FC8), I got this error : >> >> gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ >> -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing >> -Wdeclaration-after-state

Re: configure.ac: fix libpng detection on OpenBSD

2008-12-30 Thread Vitaly Lipatov
В сообщении от 29 декабря 2008 Austin English написал(a): >  then > -    WINE_CHECK_SONAME(png,png_create_read_struct,,,-lm,[[libpng[[0-9]]*]]) > +    WINE_CHECK_SONAME(png,png_create_read_struct,,,-lm > -lz,[[libpng[[0-9]]*]]) fi If libpng uses libz, package maintainer have to link it with libz, I