On 03/04/07, Felix Nawothnig <[EMAIL PROTECTED]> wrote:
This really kills performance in upcoming Soldat 1.4 (looks like they
set this to bogus values even more often now).
---
Nothing against this change, but in general when playing games you
should be running with WINEDEBUG="-all".
Kudos for your persistance. I hope this makes it in soon.
I see two remaining problems:
+/*
+ * This case should never occur, we've already checked
permissions earlier
+ * and we are holding the file handle open.
+ */
+ERR("Replacement file may not be del
Hai,
How do I get handle to start menu in a handheld device?
Thanks and Regards,
M.Indu
"Ivan Sinitsin" <[EMAIL PROTECTED]> wrote:
This patch corrects background color of a dialogue window "Print Dialog ". For
background color of dialog windows it used the background color of class
DIALOG or the COLOR_BTNFACE.
+case WM_CTLCOLORDLG:
+ hbr=(HBRUSH)GetClassLongPtrW( hDlg, GCLP
"Detlef Riekenberg" <[EMAIL PROTECTED]> wrote:
+hComdlg32 = LoadLibrary("comdlg32.dll");
+assert(hComdlg32);
+pPrintDlg = GetProcAddress(hComdlg32, "PrintDlgA");
+assert(pPrintDlg);
Why are you using assert() and kill the test?
Is skip not enough?
Skip is supposed to skip tes
--- Aric Stewart <[EMAIL PROTECTED]> wrote:
> Do not attempt to draw a page during WM_PAINT if
> there is no active page.
> Test which shows this working, causes exception
> without this patch
> Exception pointed out by EA Durbin.
I in no way am in a position to criticise, but if it
turns out no
On 4/3/07, Tom Spear <[EMAIL PROTECTED]> wrote:
On 4/3/07, Jesse Allen <[EMAIL PROTECTED]> wrote:
> Slackware will have hal soon though.
Really? As in v11.1, or as in v12? I dont care about having to add
them manually either, but some people are really annoyed by it.. One
thing I should note
On Di, 2007-04-03 at 12:20 -0500, Tom Spear wrote:
> On 4/3/07, Jesse Allen <[EMAIL PROTECTED]> wrote:
> > Slackware will have hal soon though.
> One thing I should note is that even in my config.log, there isnt
> any sort of big warning about hal not being there
> like there is about fontforge o
Am Tuesday 03 April 2007 07:25 schrieb Paul Vriens:
> On 4/2/07, Stefan Leichter <[EMAIL PROTECTED]> wrote:
> > ChangeLog
> > --
> > add some tests for RegDeleteTreeA
>
> Hi Stefan,
>
> You're patch wasn't against latest GIT (or actually you reverted the
> last two registry test
On Di, 2007-04-03 at 23:40 +0900, Dmitry Timoshkov wrote:
> Changelog:
> winspool: Add a test for DeviceCapabilities, fix some bugs found.
> +ok(prn_dlg.hDevMode != 0, "PrintDlg returned hDevMode == NULL\n");
> +ok(prn_dlg.hDevNames != 0, "PrintDlg returned hDevNames == NULL\n");
>
On Di, 2007-04-03 at 23:40 +0900, Dmitry Timoshkov wrote:
> Changelog:
> winspool: Add a test for DeviceCapabilities, fix some bugs found.
> +hComdlg32 = LoadLibrary("comdlg32.dll");
> +assert(hComdlg32);
> +pPrintDlg = GetProcAddress(hComdlg32, "PrintDlgA");
> +assert(pPrint
On 4/3/07, Tom Spear <[EMAIL PROTECTED]> wrote:
On 4/3/07, Jesse Allen <[EMAIL PROTECTED]> wrote:
> Slackware will have hal soon though.
Really? As in v11.1, or as in v12? I dont care about having to add
them manually either, but some people are really annoyed by it.. One
thing I should note
The drives are present when you run winecfg?, I've treid on several distros
and they aren't present.
From: "Jesse Allen" <[EMAIL PROTECTED]>
To: "EA Durbin" <[EMAIL PROTECTED]>
CC: wine-devel@winehq.org, [EMAIL PROTECTED]
Subject: Re: wineprefixcreate - create symlink to cdrom drives(Try 2)
Da
On 4/3/07, Jesse Allen <[EMAIL PROTECTED]> wrote:
Slackware will have hal soon though.
Really? As in v11.1, or as in v12? I dont care about having to add
them manually either, but some people are really annoyed by it.. One
thing I should note is that even in my config.log, there isnt any sor
Hi,
On Sunday 25 March 2007 16:39:01 Dan Kegel wrote:
> Here's a try at a 1.0 wish list:
> - Safedisc support
> - OpenGL child window problem solved for most common cards at least
> - Adobe CS2/8 era apps installing and working
> - Dragon Naturally Speaking 9 working (I'm selfish, I need that one
On 4/3/07, EA Durbin <[EMAIL PROTECTED]> wrote:
The drives are not created under dosdevices in Ubuntu/Gentoo. I always have
to go in and add the drom drive manually in winecfg under both distros.
When I tried last Ubuntu it worked just fine. Slackware 11 is
currently the only big one that doe
On Tue, Apr 03, 2007 at 08:26:59AM -0700, Dan Kegel wrote:
> Looks like there's been a regression lately. I'm
> getting errors like this
>
> X Error of failed request: BadPixmap (invalid Pixmap parameter)
> Major opcode of failed request: 54 (X_FreePixmap)
> Resource id in failed request: 0x
Misha Koshelev wrote:
On Fri, 2007-03-09 at 17:27 +0100, Alexandre Julliard wrote:
Sorry for the lack of response, I'm currently waiting for our lawyers
to determine if it's ok to use code based on an oleview dump of a
native typelib, as that situation is not clear from a copyright
POV. I'm a
Looks like there's been a regression lately. I'm
getting errors like this
X Error of failed request: BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 54 (X_FreePixmap)
Resource id in failed request: 0x2a0006a
randomly, about every fourth time I run things that used to
w
Hi all,
thanks for a quick survey :-)
I've got patch for adding VideoMemSize textbox prepared, I'll send it
when winecfg Cs.rc patch is accepted as it [partly] depends on the
changes made in Cs.rc [adding Direct3D groupbox].
Regards
Vit
On Mon, Apr 02, 2007 at 04:37:54AM +0300, Oleh R. Nykyforchyn wrote:
> Shachar Shemesh <[EMAIL PROTECTED]> wrote:
> > The main question is this - is anyone today already working on this?
> I do it for three years with almost zero responce from Wine team. See, e.g.,
> my post to wine-devel, Mon, 13
On 4/3/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote:
Tirsdag 03 april 2007 14:07, skrev EA Durbin:
> The drives are not created under dosdevices in Ubuntu/Gentoo. I always have
> to go in and add the drom drive manually in winecfg under both distros.
>
They are added fine for me in
Tirsdag 03 april 2007 14:07, skrev EA Durbin:
> The drives are not created under dosdevices in Ubuntu/Gentoo. I always have
> to go in and add the drom drive manually in winecfg under both distros.
>
They are added fine for me in Gentoo here. Make sure you have dbus and hal
started, and that win
On 4/3/07, Marcus Meissner <[EMAIL PROTECTED]> wrote:
On Mon, Apr 02, 2007 at 06:41:09PM -0500, EA Durbin wrote:
> Is there anything wrong with this?
We do this dynamically using "hal" in explorer.exe already...
What OS do you use that it does not work?
Also you should also symlink the :: to th
The drives are not created under dosdevices in Ubuntu/Gentoo. I always have
to go in and add the drom drive manually in winecfg under both distros.
From: Marcus Meissner <[EMAIL PROTECTED]>
To: EA Durbin <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], wine-devel@winehq.org
Subject: Re: wineprefixcr
25 matches
Mail list logo