Re: WineHQ Bug 26271

2011-03-01 Thread Dmitry Timoshkov
Andreas Bierfert wrote: > could you please stop arguing about the validity of the bug. What you > are stating in comment 6 is really not exclusive. The Fedora wine > packages are in fact 'prepackaged binary'. Using the term 'prepackaged binary' doesn't make the package suddenly valid for WineHQ

Problems with change to cursor and keyboard handling

2011-03-01 Thread Erich Hoover
The recent changes to the cursor and keyboard handling absolutely kill performance in Fallout: New Vegas.  The cursor changes cause the mouse to jump around (when you move the mouse while using the keyboard) and the keyboard-specific changes cause the entire game to lock up temporarily about once a

Re: USB Osciloscope

2011-03-01 Thread Shachar Shemesh
I have a USB osciloscope (Link Instruments DSO 8002) that I am quite motivated to get working in wine. I have followed the instructions to install the USB patches. The osciloscope software works fine in demo mode, but it still cannot find the device. I have spent some time messing around with

Re: Please help me with document extraction.

2011-03-01 Thread Ben Klein
On 2 March 2011 00:32, Max TenEyck Woodbury wrote: > First, it is _not_ a new approach. It has literally decades of > application. I first encountered it in the '80s and it was well > entrenched even then. Such people as D. Knuth have much to say on the > subject. I don't think anyone is arguing

Re: hhctrl.ocx: Decode HTML entities in contents and index

2011-03-01 Thread Alexandre Julliard
Owen Rudge writes: > +static int cmp(const void *key, const void *element) > +{ > +HtmlEntity *entity = (HtmlEntity *) element; > +return strncmpW((LPCWSTR) key, entity->string, lstrlenW(entity->string)); > +} This won't work. -- Alexandre Julliard julli...@winehq.org

Re: Please help me with document extraction.

2011-03-01 Thread Max TenEyck Woodbury
On 02/28/2011 11:34 AM, André Hentschel wrote: Am 28.02.2011 17:20, schrieb Max TenEyck Woodbury: I think the idea of building upon the existing "documentation" somewhere else has a better chance than the "deal on the 100" Frankly, I believe embedded documentation is the way to go. It is _not_