Re: Disabled windows can't be resized by WM

2000-09-22 Thread Dmitry Timoshkov
gerard patel [EMAIL PROTECTED] wrote: [...] I investigated further, without great success. It's difficult to trace since the end of the trace disappear, I ended up adding a sync() call at this point. What happens is that the main window (the one being disabled) get an UnmapNotify event almost

mmsystem function signatures

2000-09-22 Thread Francois Gouget
Hi, I noticed that many functions in mmsystem.[ch] use UINT/UINT16 as their return type rather than the official MMRESULT/MMRESULT16, MCIDEVICEID/MCIDEVICEID16 or MCIERROR/MCIERROR16. So I started a patch to make things closer to the specs. But I found that some 16 bit functions

Stars! - Need help.

2000-09-22 Thread Aviad Pineles
Hi, I'm trying to run the game "Stars!" by empire interactive on Wine, and it runs, but the GUI is all broken, and I have no idea where to start looking. The "Stars!" GUI is made out of small panels in the main window, each panel contains controls and it seems that the fonts these controls use,

CRTDLL patch

2000-09-22 Thread Jon Griffiths
Hi All, I have uploaded to WineHQ a patch for work I've done so far on CRTDLL. This is my first Wine patch, so please have a look and let me know if I've done something hideous! (especially breaking compiles for bsd/solaris...). If no-one objects, I'll submit it in a couple of days, and start

Re: Disabled windows can't be resized by WM

2000-09-22 Thread Dmitry Timoshkov
James Hatheway [EMAIL PROTECTED] wrote: I don't think your patch is causing these problems. I have these two same Balsam for my soul... problems in the app that I am debugging, without your patch applied. (I get this problem with KDE 1.1.2) For me, when the app starts up it has a normal

Re: WRC patch

2000-09-22 Thread Eric Pouech
Francois Gouget wrote: I found an RC file that contained something like: FISHF BITMAP rsc/fishf.bmp And wrc tried to load the bitmap file called 'rsc' because '.' was not allowed in a filename. * tools/wrc/parser.l Filenames may contain '/' Small typo fix. shouldn't we

bug tracking system

2000-09-22 Thread Douglas Ridgway
Codeweavers has been kind enough to set up a new bug tracking system for Wine using Bugzilla. This will replace the old system. You can see a preview at http://wine.codeweavers.com/bugzilla, which is supposed to be fully live and the official bug database by the end of this week. The old system

Re: mmsystem function signatures

2000-09-22 Thread Eric Pouech
Francois Gouget wrote: Hi, I noticed that many functions in mmsystem.[ch] use UINT/UINT16 as their return type rather than the official MMRESULT/MMRESULT16, MCIDEVICEID/MCIDEVICEID16 or MCIERROR/MCIERROR16. So I started a patch to make things closer to the specs. But I found

Re: WRC patch

2000-09-22 Thread Francois Gouget
On Fri, 22 Sep 2000, Eric Pouech wrote: Francois Gouget wrote: [...] * tools/wrc/parser.l Filenames may contain '/' Small typo fix. shouldn't we support '\\' too ? (for DOS path compat reasons ?) (but I don't remember if \ has to be escaped in the filename Quite true. And it

Re: tab drawing improvements

2000-09-22 Thread George Boutwell
Susan, Do you knonw if this fix fixes a problem where the tabs are on the bottom, and they are 'clipped' and not visible on screen? Thanks, George --- Susan Farley [EMAIL PROTECTED] wrote: Changelog: added support for FLATBUTTON style tabs; made width of BUTTON style tabs no less