Re: advapi32/tests: Fix copy&paste typo

2013-05-22 Thread Guo Jian
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

Re: riched20: Fix richtext copy/paste to OOffice.

2013-04-29 Thread Sergey Guralnik
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

Re: riched20: Fix richtext copy/paste to OOffice.

2013-04-29 Thread Nikolay Sivov
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

Re: [01/11] ddraw/tests: Fix a couple of copy-paste typos in test messages.

2011-11-08 Thread Stefan Dösinger
This patch is OK, the others need some discussion and work. signature.asc Description: This is a digitally signed message part.

copy/paste bug in imm32: Test and fix ImmIsUIMessageA/W?

2011-07-01 Thread wylda
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.

Re: [PATCH 2/5] jscript/tests: Fix copy & paste typos

2011-06-26 Thread Marvin
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

Re: mciwave: Fix copy&paste errors and remove superfluous log.

2009-11-02 Thread Paul Vriens
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,

Re: [PATCH 1/4] avifil32: Fix copy/paste error.

2008-03-12 Thread Ken Thomases
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

Re: [PATCH 1/4] avifil32: Fix copy/paste error.

2008-03-11 Thread Stefan Dösinger
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

Re: user32: improve cut/copy/paste behavior of password edit boxes

2007-06-14 Thread Lei Zhang
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

Re: user32: improve cut/copy/paste behavior of password edit boxes

2007-06-14 Thread Vitaly Lipatov
В сообщении от 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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-07-03 Thread Kuba Ober
> >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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-06 Thread Jakob Eriksson
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

Re: msi: Fix some copy/paste bugs in the implementationof condition operators.

2006-06-06 Thread Mike Hearn
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

Re: msi: Fix some copy/paste bugs in the implementationof condition operators.

2006-06-06 Thread EA Durbin
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-06 Thread Mike Hearn
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Joseph Garvin
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Neil Skrypuch
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Jonathan Ernst
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread EA Durbin
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Vitaliy Margolen
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Detlef Riekenberg
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,

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread EA Durbin
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Vitaliy Margolen
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread EA Durbin
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread EA Durbin
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Robert Shearman
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Mike McCormack
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Vitaliy Margolen
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread EA Durbin
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:

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Mike McCormack
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread EA Durbin
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

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Mike McCormack
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

re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread EA Durbin
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

re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-05 Thread Dan Kegel
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

Wine and Font-Rendering, copy/paste (partial solution)

2006-02-15 Thread Roland Kaser
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

Copy / Paste with complex Objects

2006-02-14 Thread Roland Kaser
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

Copy/Paste

2006-02-11 Thread Roland Kaser
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

Re: [?? Probable Spam] [Bug 2932] - copy / paste to openoffice

2005-05-11 Thread Dmitry Timoshkov
"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 >

[Bug 2932] - copy / paste to openoffice

2005-05-11 Thread Dustin Navea
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