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
"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
You forgot the patch.
On 8/30/07, Mikolaj Zalewski <[EMAIL PROTECTED]> wrote:
> Now we allow to query the Unicode data
>
>
>
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
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
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
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,
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
> 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
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
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
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
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
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
-- 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
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
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
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
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
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
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
В сообщении от 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
Now that GDIplus is shaping up, is there a chance of implementing .forms
support in mono with it?
regards,
Jakob
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
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
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.
--
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,
"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
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
"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
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
31 matches
Mail list logo