Re: Listview scroll patch

2002-12-26 Thread Chris Morgan
Hmm for some reason I was thinking it had to be done via a macro but I suppose I can return a pointer to a static string just as easily. I figured someone would balk at that cool macro ;-) hahah Chris On Thursday 26 December 2002 09:51 pm, Dimitrie O. Paun wrote: > On December 26, 2002 0

Re: Listview scroll patch

2002-12-26 Thread Dimitrie O. Paun
On December 26, 2002 04:06 pm, Chris Morgan wrote: > +/* Replace the scroll value with text */ > +#define SCROLL_CODE_TEXT(nScrollCode) \ > + (nScrollCode == SB_LINELEFT) ? "SB_LINELEFT" : (nScrollCode == > SB_LINERIGHT) \ + ? "SB_LINERIGHT" : (nScrollCode == > SB_INTERNAL) ? "S

Re: PATCH: dlls/cabinet/cabextract.c and off_t

2002-12-26 Thread Greg Turner
On Thursday 26 December 2002 02:48 pm, Gerald Pfeifer wrote: > If we really want to use off_t in this file (instead of cab_off_t) > we need to #include sys/types.h, or we'll break non-Linux systems. > > Gerald > > > ChangeLog: > #include to obtain off_t. actually I don't think we really want to u

Mac OS X Port of WineLib

2002-12-26 Thread ATMRD
Hi, I dont recall how I stumbled upon Wine and its existance, however I am intersted in recent, if any, devlopments with the porting of Wine to OS X.  I checked the Wine site and most of the articles are dated with the lastest date of Nov 2000.  A lot has changed in OS X since that time and i

Re: Old scrolling bug

2002-12-26 Thread Duane Clark
Duane Clark wrote: Fundamentally, the problem is that the X events are handled out of order, because X11DRV_EndGraphicsExposures stripped out particular events (due to copying) without accounting for other pending events that might be relevant (plain old exposure). Well, that conclusion appea

i would like to do some translation work where do i need to start ?

2002-12-26 Thread Ezequiel Perez
Hi, I'm Ezequiel Perez i would like to do some translation work where do i need to start? I can translate it to the spanish language I live in Buenos Aires, Argentina, my ICQ is 126918474, my MSN Messenger is [EMAIL PROTECTED]

Re: Documentation work -task list -man pages

2002-12-26 Thread Tom Wickline
I think that we should keep the documentation tasks togetther. If its OK with Dimi we can just use his page and give him diffs or we can split off the documentation section and he can link to it. I ask Jeff Smith if he would be interested in helping with a task list page and he said he would

Re: Do not free the header while unmapping the xxxx_UNPREPARE messages

2002-12-26 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: > > Freeing the header while unmapping the 16/32-bit message is an alien task > > for mapping functions IMO. > > since the buffer (the 16 bit segmented to be used instead of the 32bit > linear) has been allocated in the mapping function, I do think it's a

Re: glibc 2.3.1 patch

2002-12-26 Thread Dan Kegel
Ove Kaaven wrote: The newest glibc in debian unstable, 2.3.1-8, does not seem to want to export h_errno anymore, which causes a link failure. (and netdb.h now defines h_errno to *__h_errno_location() regardless of whether _LIBC_REENTRANT is defined or not.) So I used this hack in WineX, not sure i

Re: Documentation work -task list -man pages

2002-12-26 Thread Tony Lambregts
Tom Wickline wrote: We have decided to continue this discussion in public I forgot to ask about sections 4-8 on Dimi's ToDo page. http://www.dssd.ca/wine/Wine-0.9-TODO.html 4. Merge documentation/wine.texinfo into the Development Guide [TODO] 5. Merge documentation/HOWTO-winelib int

Old scrolling bug

2002-12-26 Thread Duane Clark
Howdy, Another in my pattern of posting intermediate debugging results here, in case anyone can contribute some insight... Looking into the bug that Dimitrie reported here: http://www.winehq.com/hypermail/wine-devel/2002/09/0748.html Here is what is happening (testing on the Listview Control Sp

[Fwd: wine version]

2002-12-26 Thread Tony Lambregts
Original Message Subject: wine version Date: Wed, 25 Dec 2002 22:54:50 +0100 From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "bugs" <[EMAIL PROTECTED]> We are at wine-20021219, but when you submit a new bug you can't select a version more recent

Re: Changing FS type reported by Wine

2002-12-26 Thread Greg Turner
On Thursday 26 December 2002 10:35 am, Derek Broughton wrote: > Duane Clark wrote: > > Derek Broughton wrote: > >> Windows which _doesn't_ understand the concept of different file > >> systems under a single drive. > Surely from Windows p-o-v _no_ other return values should be > legitimate. Can win

Re: wcscmp header? %S format string in ok()?

2002-12-26 Thread Francois Gouget
On Wed, 25 Dec 2002, Dan Kegel wrote: > I get the following compiler warnings in dlls/ntdll/tests/rtlstr.c: > > gcc -c -I. -I. -I../../../include -I../../../include -g -O2 -Wall >-mpreferred-stack-boundary=2 > -fPIC -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT -o rtlstr.o rtlstr.c > rtlstr

Re: Changing FS type reported by Wine

2002-12-26 Thread Derek Broughton
Duane Clark wrote: Derek Broughton wrote: Is it a serious problem using the file system type of the root? This is a fairly obscure problem anyway, and if you encountered a problem with a specific application you could set up new drive letters for the specific file systems you needed. It's a l

Re: Do not free the header while unmapping the xxxx_UNPREPARE messages

2002-12-26 Thread Eric Pouech
Freeing the header while unmapping the 16/32-bit message is an alien task for mapping functions IMO. since the buffer (the 16 bit segmented to be used instead of the 32bit linear) has been allocated in the mapping function, I do think it's a bad idea to free it outside of the unmapping function

Re: D3D status - bis

2002-12-26 Thread Lionel Ulmer
> I took that as a hint > http://www.telusplanet.net/public/lambregt/wine/d3d_status.html Thanks. Uploaded this new version with some additions... Lionel -- Lionel Ulmer - http://www.bbrox.org/