Re: [PATCH 3/3] winex11: Use TINN algorithm to speed up colour lookups. (try 2)

2007-05-06 Thread Dmitry Timoshkov
"Vitaly Budovski" <[EMAIL PROTECTED]> wrote: As I explained previously, this algorithm makes no assumptions about the data that is being queried. Just because in this case (patch 3) we are working with RGB colour data doesn't mean it is limited to only that. It will work with *any* values, as

"Installer already running"

2007-05-06 Thread Pavel Troller
Hi! I was trying to install the Joint Task Force game, which was packaged as a bonus with my new graphics card. The game itself seems to install well using the standard InstallShield, but then it tries to install a PhysX driver/library, which is necessary to run it. The PhysX package is provided

volume names of mounted iso images

2007-05-06 Thread James Hawkins
Hi all, I have a patch ready to go that fixes a problem with the media switching code in msi. According to tests and msdn, the presence of a required media (usually a CD or DVD) is confirmed using only the volume name listed in the Media table of the msi file. The patch simplifies the existing

Re: [New]: Added wrapper dll for ct-api (CardTerminal API)

2007-05-06 Thread Steven Edwards
I forgot to mention the inclusion of config.h and port.h should come before other headers in your source. Thanks Steven On 5/6/07, Christian Eggers <[EMAIL PROTECTED]> wrote: Hello, this wrapper dll permits access to chipcard readers which provides a ct-api (CardTerminal API). -- Steven E

Re: [New]: Added wrapper dll for ct-api (CardTerminal API)

2007-05-06 Thread Steven Edwards
On 5/6/07, Christian Eggers <[EMAIL PROTECTED]> wrote: Hello, this wrapper dll permits access to chipcard readers which provides a ct-api (CardTerminal It looks really good. A couple of quick comments for future patches. Please use a standard LGPL license header in your patch for the header,

Re: [PATCH 3/3] winex11: Use TINN algorithm to speed up colour lookups. (try 2)

2007-05-06 Thread Vitaly Budovski
Dmitry Timoshkov wrote: "Vitaly Budovski" <[EMAIL PROTECTED]> wrote: Now that you got rid of sqrt calls usage of float numbers internally doesn't look justified (to me) anymore. Only because in this instance it is used with integer data. It doesn't need to be limited to just integer values.

Re: [PATCH 3/3] winex11: Use TINN algorithm to speed up colour lookups. (try 2)

2007-05-06 Thread Dmitry Timoshkov
"Vitaly Budovski" <[EMAIL PROTECTED]> wrote: Now that you got rid of sqrt calls usage of float numbers internally doesn't look justified (to me) anymore. Only because in this instance it is used with integer data. It doesn't need to be limited to just integer values. Besides, what would be g

Re: msi [3/4]: Set the text limit of the edit control if the limit isgiven

2007-05-06 Thread Dmitry Timoshkov
"James Hawkins" <[EMAIL PROTECTED]> wrote: +text = MSI_RecordGetString( rec, 10 ); +if ( text ) +{ +begin = strchrW( text, '{' ); +end = strchrW( text, '}' ); Perhaps it would be cleaner to use end = strchrW( begin, '}' ); -- Dmitry.

Re: Fix keyboard focus issues

2007-05-06 Thread Dmitry Timoshkov
"Bernhard Rosenkraenzer" <[EMAIL PROTECTED]> wrote: The attached patch fixes bug #1798 (also known as 6986, 4042, 2819, 2149, and 2926) -- some fullscreen applications not getting focus correctly. As I already pointed out in the bug using window/screen width in comparisons should allow to avoi

Re: Old Autocad trials?

2007-05-06 Thread Dalai Felinto
Hi! Here in my University, we have original copies of educational version of AutoCAD (I don't remember the versions). I don't know the licence restrictions, but I can try autorization to share exclusively to wine developers some AutoCAD license (then I can send you a copy). I'm talking from Bra

Re: shell32: check cbSize in Shell_NotifyIconW to make apps sending garbage work (fixes bug #7940)

2007-05-06 Thread Mikołaj Zalewski
Dmitry Timoshkov wrote: "Mikolaj Zalewski" <[EMAIL PROTECTED]> wrote: +/* The validation is also done in explorer. However we must also do it + * on the client size so that WM_COPYDATA doesn't crash the application + */ +if (nid->cbSize != NOTIFYICONDATAW_V1_SIZE && +

Re: change generic.ppd file

2007-05-06 Thread Detlef Riekenberg
On Fr, 2007-05-04 at 17:15 -0300, Alisson Gomes wrote: > I do can recompile wine with change generic.ppd file? Not needed. > only change the generic.ppd? "generic.ppd" is used "as is", but only, when CUPS did not provide a ppd for your Printer and there was no ppd-override in the Registry. htt

Re: Console output with different codepages - the result.

2007-05-06 Thread Kirill K. Smirnov
> just a dummy question... does the different fonts your tests refer to > have all the glyphs required ? (or said differently, isn't this a font > issue about the required glyphs for russian ?) > A+ By default (in 866 OEM codepage) wine console renderer behaves just like windows does, the differen

Re: rsaenh: fix bugs in RSAENH_CPAcquireContext and RSAENH_CPGetProvParam

2007-05-06 Thread Mounir IDRASSI
Hi, Thanks Maarte for your comment. Please find attached the patch augmented with some tests that illustrate what has been corrected. Mounir IDRASSI IDRIX - Cryptography and IT Security Experts http://www.idrix.fr Maarten Lankhorst wrote: > I don't see any tests added in this patch so it is hard

Re: dbghelp performance

2007-05-06 Thread Markus Amsler
Eric Pouech schrieb: Markus Amsler a écrit : No, performance is exactly the same as pool_heap :( . even for memory consumption ??? Yes, it looks like HeapCreate has a default size of 64k. I analyzed why your original insert_first version was slower and memory hungrier then pool_heap. It turne

RE: Initial Mixer support on Mac OS X (2/7)

2007-05-06 Thread Amy Fox
oi From: Emmanuel Maillard <[EMAIL PROTECTED]> Reply-To: wine-devel@winehq.org To: [EMAIL PROTECTED] Subject: Initial Mixer support on Mac OS X (2/7) Date: Sun, 6 May 2007 11:53:48 +0200 Changelog : - implement MIX_Open and MIX_GetNumDevs << 0002-implement-MIX_Open-and-MIX_GetNumDevs.pa

Re: winmm: Use a pipe for timer

2007-05-06 Thread Amy Fox
i dnt understand wot ur on abwt m8 im only 15 and plus im blonde so i hav no idea? From: "Steven Edwards" <[EMAIL PROTECTED]> Reply-To: wine-devel@winehq.org To: wine-devel@winehq.org CC: [EMAIL PROTECTED] Subject: Re: winmm: Use a pipe for timer Date: Sat, 5 May 2007 16:59:26 -0400 Hi,

Re: Initial Mixer support on Mac OS X (1/7)

2007-05-06 Thread Maarten Lankhorst
"Emmanuel Maillard" <[EMAIL PROTECTED]> wrote: > Changelog : > - inital Mixer support on Mac OS X > - find all lines and initialize controls Looking through it you seemed to have used OSS as base, which means some of the comments on my earlier code also apply to your code: - 64 bits safety (use DW

Re: [PATCH 3/3] winex11: Use TINN algorithm to speed up colour lookups. (try 2)

2007-05-06 Thread Dmitry Timoshkov
"Vitaly Budovski" <[EMAIL PROTECTED]> wrote: Make use of the Triangle Inequality Nearest Neighbour algorithm to find the nearest colour more efficiently than a simple linear search. The improvements are most noticeable with a palette of 256 colours. Testing shows approximately 3-4x performance i

InternetCanonicalizeURLA / W - Missing some flags?

2007-05-06 Thread Chris Howe
I noticed a FIXME cropping up in the logs when working on EQ2, related to InternetCanonicalizeURL not fully parsing the flags that it is called with. Looking a bit closer, it offloads the grunt work to UrlCanonicalize anyway, and the missing flags seem to have analogs defined for UrlCanonicalize t

Re: dbghelp performance

2007-05-06 Thread Eric Pouech
Markus Amsler a écrit : Eric Pouech wrote: Markus Amsler a écrit : Eric Pouech wrote: Markus Amsler a écrit : I've played around with dbghelp performance. My test case was breaking at an unknown symbol (break gaga) while WoW was loaded in the debugger (wine winedbg WoW.exe). The time was han

Re: dbghelp performance

2007-05-06 Thread Markus Amsler
Eric Pouech wrote: Markus Amsler a écrit : Eric Pouech wrote: Markus Amsler a écrit : I've played around with dbghelp performance. My test case was breaking at an unknown symbol (break gaga) while WoW was loaded in the debugger (wine winedbg WoW.exe). The time was hand stopped, memory usage

Re: Initial Mixer support on Mac OS X (1/7)

2007-05-06 Thread Dmitry Timoshkov
"Emmanuel Maillard" <[EMAIL PROTECTED]> wrote: Changelog : - inital Mixer support on Mac OS X - find all lines and initialize controls Could you please while you are working on winecoreaudio.drv make all public entry points (CoreAudio_widMessage, CoreAudio_wodMessage, CoreAudio_midMessage, Cor

Re: shell32: check cbSize in Shell_NotifyIconW to make apps sending garbage work (fixes bug #7940)

2007-05-06 Thread Dmitry Timoshkov
"Mikolaj Zalewski" <[EMAIL PROTECTED]> wrote: +/* The validation is also done in explorer. However we must also do it + * on the client size so that WM_COPYDATA doesn't crash the application + */ +if (nid->cbSize != NOTIFYICONDATAW_V1_SIZE && +nid->cbSize != NOTIFYICONDAT