Re: [PATCH] user32: edit control should respond to ctrl + z

2007-08-30 Thread Lei Zhang
On 8/30/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Lei Zhang" <[EMAIL PROTECTED]> wrote: > > > This lets users hit ctrl + z in edit dialogs. A test case is included. > > This should fixed bug 9525. > > > +/* select all, cut (ctrl-x), undo (ctrl-z) */ > > +SendMessage(hwEdit, EM_SETS

Re: [PATCH] user32: edit control should respond to ctrl + z

2007-08-30 Thread Dmitry Timoshkov
"Lei Zhang" <[EMAIL PROTECTED]> wrote: This lets users hit ctrl + z in edit dialogs. A test case is included. This should fixed bug 9525. +/* select all, cut (ctrl-x), undo (ctrl-z) */ +SendMessage(hwEdit, EM_SETSEL, 0, -1); +SendMessage(hwEdit, WM_CHAR, 24, 0); +SendMessage(h

Re: winex11.drv/wintab32[5/6]: implement WTInfoW

2007-08-30 Thread John Klehm
You forgot the patch. On 8/30/07, Mikolaj Zalewski <[EMAIL PROTECTED]> wrote: > Now we allow to query the Unicode data > > >

Re: winex11.drv[2/6]: wintab: skip non-pressure-sensitive devices for wintab32

2007-08-30 Thread John Klehm
You forgot the patch. On 8/30/07, Mikolaj Zalewski <[EMAIL PROTECTED]> wrote: > Another problem I had was that the laptop touchpad was detected as a > tablet. This may confuse Windows applications, as on Windows it isn't. > Also it confuses Wine because we support only one tablet - we assume > tha

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Roderick Colenbrander wrote: > The main issues were related to using Wine as a sort of 'plugin'. They didn't > want to use standard winelib. The Mono hack they proposed for it wasn't > accepted and they didn't want to distribute their own Wine. Gdiplus was also > an issue because they had to mix

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Roderick Colenbrander wrote: > On Thursday 30 August 2007 00:35, Jakob Eriksson wrote: > >> Now that GDIplus is shaping up, is there a chance of implementing .forms >> support in mono with it? >> >> regards, >> Jakob >> > > Mono contains its own version of gdiplus for rendering system.drawi

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Roderick Colenbrander wrote: > O > I think the incompatibilities you mean are for instance that in case of Mono > you can mix Windows.Forms with win32 calls. If you don't like the behavior of > something you can call a standard gdi32/user32 function and change some > stuff. > Yes! Thank you,

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Bryan DeGrendel wrote: > On 8/29/07, Jakob Eriksson <[EMAIL PROTECTED]> wrote: > >> Now that GDIplus is shaping up, is there a chance of implementing .forms >> support in mono with it? >> >> regards, >> Jakob >> >> >> >> > > I haven't observed any Mono on Wine problems with GDI+. Do you ha

Re: Hmm. Cider and the LGPL

2007-08-30 Thread Jason Green
> Hi Jason, > on the off chance the rest of Transgaming hasn't already > seen those two pages, please circulate the links. > One of the problems is that [to my knowledge,] we don't have any fluent German speakers in the company, so we wouldn't even know *how* to respond to those articles. :) > i

Re: Hmm. Cider and the LGPL

2007-08-30 Thread Dan Kegel
On 8/30/07, Jason Green <[EMAIL PROTECTED]> wrote: > > http://www.linux-community.de/story?storyid=23294 and > > http://www.macnews.de/news/102145.html mention > > that some users are using Cider from one game > > to run a second game on the Mac. The game vendors > > are upset, and are saying they

Re: Hmm. Cider and the LGPL

2007-08-30 Thread Jason Green
On 8/30/07, Dan Kegel <[EMAIL PROTECTED]> wrote: > http://www.linux-community.de/story?storyid=23294 and > http://www.macnews.de/news/102145.html mention > that some users are using Cider from one game > to run a second game on the Mac. The game vendors > are upset, and are saying they'll do somet

Re: Hmm. Cider and the LGPL

2007-08-30 Thread Scott Ritchie
On Thu, 2007-08-30 at 12:07 -0700, Dan Kegel wrote: > http://www.linux-community.de/story?storyid=23294 and > http://www.macnews.de/news/102145.html mention > that some users are using Cider from one game > to run a second game on the Mac. The game vendors > are upset, and are saying they'll do so

Hmm. Cider and the LGPL

2007-08-30 Thread Dan Kegel
http://www.linux-community.de/story?storyid=23294 and http://www.macnews.de/news/102145.html mention that some users are using Cider from one game to run a second game on the Mac. The game vendors are upset, and are saying they'll do something to make that harder. There is some question about whe

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 19:05, Jakob Eriksson wrote: > Roderick Colenbrander wrote: > > The main issues were related to using Wine as a sort of 'plugin'. They > > didn't want to use standard winelib. The Mono hack they proposed for it > > wasn't accepted and they didn't want to distribute their

Fwd: Re: winmm: Change default driver order to be alsa, coreaudio, oss - try2

2007-08-30 Thread Kuba Ober
-- Forwarded Message -- Subject: Re: winmm: Change default driver order to be alsa,coreaudio,oss - try2 Date: Tuesday 21 August 2007 From: Kuba Ober <[EMAIL PROTECTED]> To: wine-devel@winehq.org On Sunday 19 August 2007, Vitaliy Margolen wrote: > Maarten Lankhorst wrote: > > F

Re: getting started...

2007-08-30 Thread Kuba Ober
On Tuesday 28 August 2007, Ed Sutter wrote: > >>Anyway, if it makes more sense for me to just report problems that I have > >>with uCon when running it on wine, that's fine with me. Bottom line is > >>I will do whatever is most appropriate/helpful/efficient to get it > >> running and that includes

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 18:41, Jakob Eriksson wrote: > Roderick Colenbrander wrote: > > O > > I think the incompatibilities you mean are for instance that in case of > > Mono you can mix Windows.Forms with win32 calls. If you don't like the > > behavior of something you can call a standard gdi32

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 17:49, Jakob Eriksson wrote: > Roderick Colenbrander wrote: > > On Thursday 30 August 2007 00:35, Jakob Eriksson wrote: > >> Now that GDIplus is shaping up, is there a chance of implementing .forms > >> support in mono with it? > >> > >> regards, > >> Jakob > > > > Mono c

Re: .NET support

2007-08-30 Thread Bryan DeGrendel
On 8/29/07, Jakob Eriksson <[EMAIL PROTECTED]> wrote: > > Now that GDIplus is shaping up, is there a chance of implementing .forms > support in mono with it? > > regards, > Jakob > > > I haven't observed any Mono on Wine problems with GDI+. Do you have a .NET application that runs on Native Windo

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 00:35, Jakob Eriksson wrote: > Now that GDIplus is shaping up, is there a chance of implementing .forms > support in mono with it? > > regards, > Jakob Mono contains its own version of gdiplus for rendering system.drawing and in the end Windows.Forms. Though on windows

Re: AppDB entries

2007-08-30 Thread Alexander Nicolaysen Sørnes
Torsdag 30 august 2007 13:19, skrev [EMAIL PROTECTED]: > Hi, > sometimes app-entries (like Acrobat Reader) are for series of > applications and versions for the single applications. Sometimes there > are app-entries(like Age of Empires) for single applications in a series > and version-entries for

Re: try2:patch for sysparams.c

2007-08-30 Thread Ivan Sinitsin
В сообщении от Thursday 30 August 2007 12:44:15 вы написали: > Sorry, but purpose of your patch is unclear to me. In your changelog > field > you tell that "This patch does a font for the menu, statusbar and messages > dependent from logpixels" but as far as I know WINE already have correct

.NET support

2007-08-30 Thread Jakob Eriksson
Now that GDIplus is shaping up, is there a chance of implementing .forms support in mono with it? regards, Jakob

AppDB entries

2007-08-30 Thread speedator
Hi, sometimes app-entries (like Acrobat Reader) are for series of applications and versions for the single applications. Sometimes there are app-entries(like Age of Empires) for single applications in a series and version-entries for patches, betas, demos etc.. And sometimes it is a mixture. What

Re: try2:patch for sysparams.c

2007-08-30 Thread Robert Shearman
L. Rahyen wrote: On Thursday August 30 2007 07:03, you wrote: Hello, I have corrected a patch. Now font in the menu and a font in winecfg coincides. Please note that your patch behaves even worse at higher DPI resolutions. For example if I set: "LogPixels"=dword:0096

Re: dsound: Disable thread calls and increase refcount in dllmain

2007-08-30 Thread Alexandre Julliard
Maarten Lankhorst <[EMAIL PROTECTED]> writes: > I want to be able to rename the dll without having to worry about that > line. That's why I'm getting the full file name. Easier to run tests > that way. You should use GetModuleHandleEx to increment the refcount directly from the module handle. --

Re: dsound: Disable thread calls and increase refcount in dllmain

2007-08-30 Thread Maarten Lankhorst
Dmitry Timoshkov schreef: > "Maarten Lankhorst" <[EMAIL PROTECTED]> wrote: > >> Seems native directsound keeps itself loaded by calling LoadLibrary when >> attaching. A simple testcase I wrote confirms that at least for xp, by >> not crashing. > > After seeing this, I decided to write my own test,

Re: dsound: Disable thread calls and increase refcount in dllmain

2007-08-30 Thread Dmitry Timoshkov
"Maarten Lankhorst" <[EMAIL PROTECTED]> wrote: Seems native directsound keeps itself loaded by calling LoadLibrary when attaching. A simple testcase I wrote confirms that at least for xp, by not crashing. After seeing this, I decided to write my own test, and can confirm now that this patch lo

Re: try2:patch for sysparams.c

2007-08-30 Thread L. Rahyen
On Thursday August 30 2007 09:25, Ivan Sinitsin wrote: > В сообщении от Thursday 30 August 2007 12:44:15 вы написали: > > Sorry, but purpose of your patch is unclear to me. In your changelog > > field you tell that "This patch does a font for the menu, statusbar and > > messages dependent from

Re: winex11.drv: Support GdiAlphaBlend with blendfn.AlphaFormat == 0 (2nd try, fixes bug #9262)

2007-08-30 Thread Alexandre Julliard
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes: > I'm not sure if I understood how it's supposed to look like. Is > something like this good? It adds an 'if' in the inner loop, but it's > an 'if' that is easy to predict and this version makes less memory > reads so maybe it will be better. You sho

Re: try2:patch for sysparams.c

2007-08-30 Thread L. Rahyen
On Thursday August 30 2007 07:03, you wrote: > Hello, > > I have corrected a patch. Now font in the menu and a font in winecfg > coincides. Your patch still doesn't work correctly. With 120 DPI setting font size in winecfg and notepad menu is different (menu' font is bigger; no so big as