Re: Can you provide me a help.

2006-08-30 Thread Stefan Dösinger
> wrc: error while loading shared libraries: libwine.so.1: cannot open > shared object file: No such file or directory Did you install wine with "make install"? Is the installation path(usually /usr/local/lib in your ldconfig search path? pgpzqybHYOl2h.pgp Description: PGP signature

Re: ddraw depthfill

2006-08-30 Thread Stefan Dösinger
Am Donnerstag 31 August 2006 06:22 schrieb EA Durbin: > What's the status of re-implementing depthfill per bug 4306? > > http://bugs.winehq.org/show_bug.cgi?id=4306 I sent a patch to tell wined3d about the ddraw depth stencil buffer and thought it was committed, but apparently it wasn't :-/ With t

ddraw depthfill

2006-08-30 Thread EA Durbin
What's the status of re-implementing depthfill per bug 4306? http://bugs.winehq.org/show_bug.cgi?id=4306

Re: winehq.org Announcements

2006-08-30 Thread Dan Kegel
On 8/30/06, EA Durbin <[EMAIL PROTECTED]> wrote: Why is there no release announcement for the 0.9.20 release of wine on the homepage? Fatigue, I suppose. Feel free to submit the neccessary patch. - Dan

winehq.org Announcements

2006-08-30 Thread EA Durbin
Why is there no release announcement for the 0.9.20 release of wine on the homepage?

Can you provide me a help.

2006-08-30 Thread karthikeyan Sivasubramanian
Hi,     Please help me while I compiling the sample notepad sources through WINE. Here I send the following error lines shows by the Linux machine.   [EMAIL PROTECTED] notepad]# winemaker --lower-uppercase . Winemaker 0.6.0 Copyright 2000 Francois Gouget <[EMAIL PROTECTED]> fo

question about selecting of locale and font

2006-08-30 Thread Sergei Butakov
Hi My native language is Russian but I prefer English for menu, messages, date ... So my locale defined as # export LANG="POSIX", LC_CTYPE="ru_RU.CP1251", LC_COLLATE="ru_RU.CP1251" (LC_ALL is not setted). With wine-0.9.8 and before this works OK. With wine-0.9.9 appear disadvantages: buil

Re: [TRY 3] Add support for tooltips for system tray icons

2006-08-30 Thread James Liggett
On Wed, 2006-08-30 at 15:37 +0900, Mike McCormack wrote: > Shouldn't you only initialize comctl32 once, rather than every time > there's no icons and we add one? Sure. I did it like this because Alexandre only wanted to have common controls initialized when we added an icon so we didn't have to do

Re: WineD3D: Avoid wasting a shader constant

2006-08-30 Thread Stefan Dösinger
Am Dienstag 29 August 2006 22:16 schrieb Stefan Dösinger: > My previous half pixel correction patch loaded an extra row from the > transform matrix into a new constant to access one float value, altough the > already loaded 2nd row had 2 unused floats. This patch puts the x offset > into the z valu

Re: wine's fullscreen code has no effect on metacity

2006-08-30 Thread Roderick Colenbrander
> "Elijah Newren" <[EMAIL PROTECTED]> wrote: > > > Ugh. Apparently, I busted our fullscreen handling in metacity>=2.14.x > > in lots of cases in addition to problems we've being talking about in > > this thread. See http://bugzilla.gnome.org/show_bug.cgi?id=343115#c6 > > if you're curious. Anyw

Temporary Git tree available

2006-08-30 Thread Mike McCormack
Hi All, As Alexandre has gone on holidays for a week, I've made available a temporary Git tree containing most patches sent to wine-patches. You can pull my branch into your existing Git checkout as follows: git fetch http://mandoo.dyndns.org/wine.git master:mmbranch git rebase mmbranch If y

Re: wine's fullscreen code has no effect on metacity

2006-08-30 Thread Dmitry Timoshkov
"Elijah Newren" <[EMAIL PROTECTED]> wrote: Ugh. Apparently, I busted our fullscreen handling in metacity>=2.14.x in lots of cases in addition to problems we've being talking about in this thread. See http://bugzilla.gnome.org/show_bug.cgi?id=343115#c6 if you're curious. Anyway, I think I've f