wcmd isn't thought of as sexy, but it's important;
for instance, some installers use it under the hood.
Things like
if "%1" == "%2"
and the /wait commandline flag are not yet implemented.
It wouldn't be all that hard to get wcmd far enough along
to make those installers happy; I think it'd make a
No idea how complicated it is, but wouldn't a fix for bug #2398 ("OpenGL is
only used only on top level windows so child windows get overdrawn") also
make a nice SOC-project?
Am Donnerstag, 20. April 2006 21:39 schrieb Detlef Riekenberg:
> Hi
> Some more Ideas for SOC:
>
>
> Printer-Dialogs:
>
After the following change to dlls/gdi/font.c
revision 1.32
date: 2006-04-19 18:16:36 +; author: julliard; state: Exp; lines: +49
-0
Jeff Latimer <[EMAIL PROTECTED]>
gdi: Added implementation of GetCharABCWidthsI.
I now get the following build error on FreeBSD 5.4:
../../tools/
I just tried wrc for the first time and fell over this.
Internal error (please report) ./ppl.l 824: long long constants
not implemented yet
Is anyone intending doing anything about it in the near future?
Is it a reasonably simple thing to implement?
--
Bill Medland
mailto:[EMAIL PROTECTED]
htt
This was the approach I intended to take. I'd sum the squares of the
differences of each pixel, and check to see if the score is below some
threshold. With carefuly chosen tests and some trial-and-error, it
should be possible to determine conformance with reasonable accuracy.
On 4/20/06, Joseph
Hi
Some more Ideas for SOC:
Printer-Dialogs:
PrintDlgEx* is the Default Printing-Dialog since w2k, but we have
only a stub. Some Apps fail to Print for that reason.
A usable Implementation need to Support the Properties from the
Application (Example from IE: Print actual Frame / Print
Forget about that, as AJ told me on irc, ddraw(and in the same way my code)
used gdi incorrectly by calling an unofficial function.
pgpnot7rOET56.pgp
Description: PGP signature
> "Ryan" == Ryan Miller <[EMAIL PROTECTED]> writes:
Ryan> I'm using Redhat ES 4. The wine version is: Wine 20050830. Does
Ryan> this message typically get followed by an exception?
20050830 is _ages_ old. Try a recent version and report again.
...
Ryan>
Ryan> Please, no HT
Ryan Miller wrote:
I'm using Redhat ES 4. The wine version is: Wine 20050830. Does this
message typically get followed by an exception?
no
A+
--
Eric Pouech
On Thu, 2006-04-20 at 11:42 -0400, H. Verbeet wrote:
> "The OpenGL specification is not pixel exact. It therefore does not
> guarantee an exact match between images produced by different GL
> implementations."
>
> That's from the OpenGL specification, Appendix A.
> Also note that we wouldn't just
Hello,
While working on an implementation for IWineD3DSurface::GetDC and
IWineD3DSurface::ReleaseDC, I think I stubled accross a bug in the DIB code.
It appears to me that the memory of the DIB section isn't unprotected
correctly when the dib section is destroyed.
I have pasted my code here: ht
Robert Lunnon <[EMAIL PROTECTED]> writes:
> This is the approach I took before but for some reason you didn't accept the
> patch in process.c related to starting unix lib type applications. The
> work-around was to change to the lib directory locate the pwd chdir back,
> then start the lib usi
On Wednesday 19 April 2006 04:26, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > All,
> > I am having some considerable problems dealing with a simple issue.
> > In .wine/dosdevices, devices are listed followed by a colon like in dos.
> > This makes perfect sense except t
I'm using Redhat ES 4. The wine version is: Wine 20050830. Does this
message typically get followed by an exception?
Ryan
-Original Message-
From: Uwe Bonnes [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 20, 2006 1:06 AM
To: Ryan Miller
Cc: wine-devel@winehq.org
Subject: Re: Using m
On 19/04/06, Louis Lenders <[EMAIL PROTECTED]> wrote:
> I'm sure some of the developers that currently work on wined3d
> can think of proposals that students could work on.
I think some of the features in NVPerfHUD would be quite usefull for
debugging wined3d code.
On 4/20/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Funny, I've been thinking the same thing, that's why I'm leaving
> Saturday for two weeks in Greece ;)
Wow cool, have fun! Reminds me, I should start thinking about my next
holiday too ... but after exams :/
> (and I'm wondering how many
"The OpenGL specification is not pixel exact. It therefore does not
guarantee an exact match between images produced by different GL
implementations."
That's from the OpenGL specification, Appendix A.
Also note that we wouldn't just be comparing different OpenGL
implementations with eachother, but
Alexandre Julliard wrote:
Mike Hearn <[EMAIL PROTECTED]> writes:
LOL, what with this and the latest release notes I am starting to wonder
if Alexandre needs a holiday :)
Funny, I've been thinking the same thing, that's why I'm leaving
Saturday for two weeks in Greece ;)
Have fun.
(and I
On Wed, 19 Apr 2006, Mike Hearn wrote:
> Has anybody else got a problem with no icons appearing in the file
> dialogs? I just see the generic "blank document" icon - it's as if the
> shell icons aren't being loaded anymore.
This was a temporary regression with the fake dlls, but is fixed
meanwhile
On Thu, 2006-04-20 at 02:28 -0400, H. Verbeet wrote:
> On 19/04/06, Sagar Mittal <[EMAIL PROTECTED]> wrote:
> > The ones that D3D9 has also
> > don't test the generated graphics for conformance.
> That's because OpenGL implementations aren't guaranteed to produce
> identical outputs when given iden
Mike Hearn <[EMAIL PROTECTED]> writes:
> LOL, what with this and the latest release notes I am starting to wonder
> if Alexandre needs a holiday :)
Funny, I've been thinking the same thing, that's why I'm leaving
Saturday for two weeks in Greece ;)
(and I'm wondering how many patches you guys wi
On Wed, 19 Apr 2006 19:18:25 +0200, Alexandre Julliard wrote:
> You don't seem to fully appreciate the beauty of Linux. Of course
> these things have to change all the time! I mean, how boring would it
> be if code we wrote 6 months ago was still working today?
>
> Now if you will excuse me, I ha
On Mon, 17 Apr 2006, Stefan Dösinger wrote:
[...]
Always wanted to see that implemented, but there's the issue of the
DirectPlay protocol itself, which AFAIK is undocumented.
For the start, we don't have to be compatible with the Microsoft protocol. If
we can get a Wine-Wine protocol, this wou
This patch uses GetCharABCWidthsI to remove the need to pass chars from
ScriptShape to ScriptPlace in the scriptcache work space.
Change log:
Remove the need to pass chars from ScriptShape to ScriptPlace
Jeff Latimer
Index: dlls/usp10/usp10.c
H. Verbeet wrote:
On 19/04/06, Sagar Mittal <[EMAIL PROTECTED]> wrote:
The ones that D3D9 has also
don't test the generated graphics for conformance.
That's because OpenGL implementations aren't guaranteed to produce
identical outputs when given identical inputs.
Graphical conformance
Paul Vriens wrote:
+/* Now a NULL hdc again */
+hr = ScriptGetFontProperties(NULL,&psc,&sfp);
+/* Save the psc pointer */
+old_psc = psc;
+ok( hr == S_OK, "(NULL,&psc,&sfp), expected S_OK, got %08x\n", (unsigned
int)hr);
+ok( psc == old_psc, "Expected psc not to be change
Uwe Bonnes wrote:
"Ryan" == Ryan Miller <[EMAIL PROTECTED]> writes:
Ryan> Hi, I've been using msvcmon previously to remote debug application
Ryan> in Visual Studio on Wine. It's great to have an IDE to debug Wine
Ryan> with the breakpoints and watch windows and all. I'm now using
Phil Krylov wrote:
Messed colors and vertical stripes? Similar to
http://www.froq.net/mirage/mirage1.png ?
No, I get rather like this:
http://newstar.rinet.ru/~phil/Screenshot-StarLing-for-Macintosh.png
The StarLing image may be similar, but I think you're both looking at
different b
On 20/04/06, Jakob Eriksson <[EMAIL PROTECTED]> wrote:
> How is that coming along? Codeweavers supposedly has utility to do just
> that?!
Well, no, not for d3d applications.
On Thu, Apr 20, 2006 at 03:04:21PM +1000, Luke Howard wrote:
luke, you are a star: thank you for helping out with this.
just for people's information (in case it's not been mentioned here - i
must admit i forgot to notify [EMAIL PROTECTED])
about 6-8 months ago i did a coding-spree on freed
> "Ryan" == Ryan Miller <[EMAIL PROTECTED]> writes:
Ryan> Hi, I've been using msvcmon previously to remote debug application
Ryan> in Visual Studio on Wine. It's great to have an IDE to debug Wine
Ryan> with the breakpoints and watch windows and all. I'm now using
Ryan> Cross
On Wed, Apr 19, 2006 at 01:18:43PM -0400, Mike Frysinger wrote:
> On Wednesday 19 April 2006 11:44, Mike McCormack wrote:
> > Mike Frysinger wrote:
> > > other major source projects like libsdl had no qualms
> > > supporting /dev/input/js as well as /dev/js
> >
> > Maybe when you guys come up with
32 matches
Mail list logo