Hi Andre,
According to my test plan of the registry merging project, I will add
new tests for HKCR. At first I tried to add them to the old code but I
find it become too long and hard-reading. I had to rewrite them to a
series of strict and neat tests, classified as read/write operations,
including
On 2013-04-30 9:25, Nikolay Sivov wrote:
On 4/30/2013 10:20, Sergey Guralnik wrote:
When copying cyrillic text from wordpad (or any richedit)
to Open Office document I get unreadable text. It seems
like some another codepage was used to display text.
This path solves this problem.
---
dlls/rich
On 4/30/2013 10:20, Sergey Guralnik wrote:
When copying cyrillic text from wordpad (or any richedit)
to Open Office document I get unreadable text. It seems
like some another codepage was used to display text.
This path solves this problem.
---
dlls/riched20/writer.c |8
1 files cha
This patch is OK, the others need some discussion and work.
signature.asc
Description: This is a digitally signed message part.
Hi,
i guess you know my programming skill, so be nice to me if total
nonsence:
if ( ... ||
...
+(msg == WM_IME_SELECT) ||
+(msg == WM_IME_SELECT) ||
...
seem to redundant. It happens it two places.
Regards,
W.
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=11979
Your paranoid android
return code in MMSYSTEM.
- INPUT/OUTPUTUNSPECIFIED is a typical example of copy&paste error.
Later I'll fix the same in the other MCIxyz libraries (mcicda, mcimidi and
mciwave are very similar, mciavi is different). I plan to patch the former 3
only.
Regards,
Jörg Höhle
Hi Jörg,
On Mar 11, 2008, at 7:00 AM, Stefan Dösinger wrote:
> I think the patches suffer from mail client line wrapping
Huh. I specifically switched to Thunderbird to send them because I
thought it wouldn't do that.
Anyway, I've resent them using the --attach option for git-format-
patch. Thanks fo
I think the patches suffer from mail client line wrapping, I cannot apply
them:
patch -p1 < /dev/shm/kenpatch/\[PATCH\ 1_4\]\ avifil32\:\ Fix\ copy_paste\
error.
patching file dlls/avifil32/acmstream.c
patch: malformed patch at line 67: LONG start,
signature.asc
Description: This is a di
On 6/14/07, Vitaly Lipatov <[EMAIL PROTECTED]> wrote:
В сообщении от 14 июня 2007 Lei Zhang написал(a):
> Hi,
>
> This patch prevents cutting/copying text from edit boxes with the
> ES_PASSWORD style. It also corrects the paste behavior of password
Why we need prevent it?
> edit boxes when the c
В сообщении от 14 июня 2007 Lei Zhang написал(a):
> Hi,
>
> This patch prevents cutting/copying text from edit boxes with the
> ES_PASSWORD style. It also corrects the paste behavior of password
Why we need prevent it?
> edit boxes when the clipboard is empty.
--
Vitaly Lipatov, ALT Linux Team
> >PS: PLEASE PLEASE PLEASE ADD YOU COMMENTS BELOW THIS LINE NOT ABOVE. IT'S
> >IMPOSSIBLE TO READ.
>
> By default microsoft outlook, hotmail, all add their replies above the
> previous message. It's the way 90% of the email I see works.
Just because billions of flies eat sh*t every day, so should
EA Durbin wrote:
Okay what am i misunderstanding?, explain it to me as its imperative I
learn, and I'd love to learn.
%u is an unsigned integer which is 0 to +32,767.
%u is an unsigned integer which is 0 to +65535.
%i is a signed integer –32,767 to +32,767.
%i is a signed integer -32768
On 6/6/06, EA Durbin <[EMAIL PROTECTED]> wrote:
I've decided to concentrate my efforts in another area, so I won't be
looking at msi any longer. I admit I 'm no C expert, I'm a web developer by
trade. Though I started to look at the C code to get away from php/perl/ruby
and get aquainted with the
On Mon, 05 Jun 2006 10:14:50 -0600, Vitaliy Margolen wrote:
> So until you show us some code that verifies what you are talking about,
> please stay away from the e-mail clinet.
He has done exactly that though not in a form we can put in the test
suite, and he is not "flaming" anybody. I think yo
On Mon, 05 Jun 2006 10:14:50 -0600, Vitaliy Margolen wrote:
> So until you show us some code that verifies what you are talking about,
> please stay away from the e-mail clinet.
He has done exactly that though not in a form we can put in the test
suite, and he is not "flaming" anybody. I think you
EA Durbin wrote:
> Okay what am i misunderstanding?, explain it to me as its imperative I
> learn, and I'd love to learn.
>
> %u is an unsigned integer which is 0 to +32,767.
>
>
> %i is a signed integer –32,767 to +32,767.
>
> If the sequence number is always going to be a positive number why
> sh
On Monday, June 05, 2006 12:58, EA Durbin wrote:
> Okay what am i misunderstanding?, explain it to me as its imperative I
> learn, and I'd love to learn.
>
> %u is an unsigned integer which is 0 to +32,767.
>
>
> %i is a signed integer 32,767 to +32,767.
>
> If the sequence number is always going
Le lundi 05 juin 2006 à 14:01 -0500, EA Durbin a écrit :
> >
> >Vitaliy.
> >
> >PS: PLEASE PLEASE PLEASE ADD YOU COMMENTS BELOW THIS LINE NOT ABOVE. IT'S
> >IMPOSSIBLE TO READ.
> >
>
>
> By default microsoft outlook, hotmail, all add their replies above the
> previous message. It's the way 90% o
Can you 100% guarantee that documentation is correct? And that there are no
broken apps that will try to pass negative number?
Vitaliy.
Okay, i guess I see your point, but if the broken app passes a negative
number its not going to work correctly anyway, as it will read from the
wrong Disk
Monday, June 5, 2006, 1:01:10 PM, EA Durbin wrote:
>>Both of those depend on the type and not on what it "should be".
>>And the type is INT it's a "signed int".
> Why must it be a signed int, the comparison is always a positive number
> which is an unsigned int. So if we always pass a positive nu
Am Montag, den 05.06.2006, 14:01 -0500 schrieb EA Durbin:
> >And the type is INT it's a "signed int".
> Why must it be a signed int,
Welcome to the World of Microsoft.
Another Example from MS:
A Function is declared to return a BOOL and documented to return
'0', '1' or '2'
We are Compatible,
Vitaliy.
PS: PLEASE PLEASE PLEASE ADD YOU COMMENTS BELOW THIS LINE NOT ABOVE. IT'S
IMPOSSIBLE TO READ.
By default microsoft outlook, hotmail, all add their replies above the
previous message. It's the way 90% of the email I see works.
Both of those depend on the type and not on what i
Monday, June 5, 2006, 11:02:38 AM, EA Durbin wrote:
> As Robert Shearman stated, why give it a 4 byte value when it's using a 2
> byte value.
> The sequence should never be a negative number, where am I mistaken on this?
Both of those depend on the type and not on what it "should be".
And the typ
winehq.org
Subject: Re: msi: Fix some copy/paste bugs in the implementation of
condition operators.
Date: Mon, 5 Jun 2006 10:14:50 -0600
Why would you add all your findings and "test cases" into the Wine's test
suite?
Until then you should stop flaming list. With all the energy yo
extra 32,767 value range?
From: Mike McCormack <[EMAIL PROTECTED]>
To: EA Durbin <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], wine-devel@winehq.org, [EMAIL PROTECTED]
Subject: Re: msi: Fix some copy/paste bugs in the implementation of
condition operators.
Date: Tue, 06 Jun 2006 01
Mike McCormack wrote:
EA Durbin wrote:
It doesn't use %d currently. It uses %i. And its not to print. It
uses this value in the SQL statement. The LastSequence value of the
Media table is NEVER negative as i pointed out in the MSDN link. It
must always be zero or larger and this is handled
EA Durbin wrote:
It doesn't use %d currently. It uses %i. And its not to print. It uses
this value in the SQL statement. The LastSequence value of the Media
table is NEVER negative as i pointed out in the MSDN link. It must
always be zero or larger and this is handled by passing %u.
Unfortun
y_media_for_files.
>>From: Mike McCormack <[EMAIL PROTECTED]>
>>To: EA Durbin <[EMAIL PROTECTED]>
>>CC: [EMAIL PROTECTED], wine-devel@winehq.org, [EMAIL PROTECTED]
>>Subject: Re: msi: Fix some copy/paste bugs in the implementation of
>>condition oper
Media` WHERE `LastSequence` >= %i, should be The SELECT *
FROM `Media` WHERE `LastSequence` >= %u. In ready_media_for_files.
From: Mike McCormack <[EMAIL PROTECTED]>
To: EA Durbin <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], wine-devel@winehq.org, [EMAIL PROTECTED]
Subject:
EA Durbin wrote:
I did in fact write a test, which does prove this. Hans has a copy of
it, and i think i sent it to wine-devel too.
I haven't seen any patch for the Wine regression test suite as yet, and
that is what I have been asking you to write.
As for files.c, the query in ready_media
stSequence column, and greater
than the LastSequence value of the previous disk (or greater than 0, for the
first entry in the Media table).
From: Mike McCormack <[EMAIL PROTECTED]>
To: EA Durbin <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], wine-devel@winehq.org, [EMAIL PROTECTE
EA Durbin wrote:
obviously my patch wasn't "wrong" as you so put it, as this is the same
thing as the one I submitted. I just phrased the definition of it wrong
assuming the conditional statements were used by SQL.
Your patch caused the regression tests to fail, and Hans' did not.
err:msi:m
ot;Hans Leidekker" <[EMAIL PROTECTED]>
CC: "EA Durbin" <[EMAIL PROTECTED]>
Subject: re: msi: Fix some copy/paste bugs in the implementation of
condition operators.
Date: Mon, 5 Jun 2006 08:07:17 -0700
Hans wrote:
[http://www.winehq.org/pipermail/wine-cvs/2006-June/0
Hans wrote:
[http://www.winehq.org/pipermail/wine-cvs/2006-June/023395.html]
Fix some copy/paste bugs in the implementation of condition operators.
Congratulations on getting your patch into cvs!
How far does this go towards fixing America's Army
(http://bugs.winehq.org/show_bug.cgi?id
Hello
As seen on My previous post about copy/paste and font rendering, both
functions does work on some systems but not on other.
I made some test installations with SuSE 10 and wine 0.9.7 (the rpm version
form Marcus) and found a partial solution:
It seems that the font-rendering and copy
Hello
Sorry, this is the second post for this reason, but it's important for me to
sort this problem out. Can somebody try to get a answer?
I noticed a strange behavior of the copy/paste functionality of Corel Draw
on diffrent SuSE 10 Systems. On one system copy/paste works fine (withou
Hello
I noticed a strange behavior of the copy/paste functionality of Corel Draw
on diffrent SuSE 10 Systems. On one system copy/paste works fine (without
any failure) on a other system there is no function at all. (itss storage
error).
Can somebody tell me which system libraries used for the
"Dustin Navea" <[EMAIL PROTECTED]> wrote:
> Basically, before 01/11/05, copying and pasting to OO worked, and after
> said date, it doesn't.
>
> The Bug is at: http://bugs.winehq.org/show_bug.cgi?id=2932
> The patch causing it is at:
> http://www.winehq.org/hypermail/wine-cvs/2005/01/0276.html
>
Basically, before 01/11/05, copying and pasting to OO worked, and after
said date, it doesn't.
The Bug is at: http://bugs.winehq.org/show_bug.cgi?id=2932
The patch causing it is at:
http://www.winehq.org/hypermail/wine-cvs/2005/01/0276.html
It looks like the patch removed W->A calls from the clip
40 matches
Mail list logo