Trolling and helping a spammer (was Re: New Open Source License: Single Supplier Open Source License)

2004-01-25 Thread Shachar Shemesh
Hi guys, First, someone who sends the same email to at least four mailing lists (freebsd, wine-devel, postgresql-hackers and ossi) is a spammer in my book. Replying to his email, especially to lists that are not relevant (i.e. - any but ossi) is helping him along. To answer his (asked)

Re: Sound disappears after few seconds

2004-01-25 Thread Vitaliy Margolen
Disregard this message. It accidentally escaped my Outbox.

Re: Dungeon Keeper thread(s) recently

2004-01-25 Thread Lionel Ulmer
- I have two mouse pointers. - The first is trapped in the upper left corner and looks like a standard mousepointer. When the mouse is moved down or right it follows a bit and then always jumps back to it's corner. - The second one is the Dungeon Keeper mouse pointer (some picture of a

Re: uxtheme Prevent segfault if no theme is set

2004-01-25 Thread Robert Shearman
This follows the same lines, in some cases MSSTYLES_SetActiveTheme would return success when in fact it failed Apply on top of Vitaliy's patch Changelog: Ensure MSSTYLES_SetActiveTheme fails when theme fails to load ... invalid_theme: if(hTheme) FreeLibrary(hTheme); -

Re: New Open Source License: Single Supplier Open Source License

2004-01-25 Thread Richard Schilling
On 2004.01.24 17:45 Cordula's Web wrote: [This is OT for stable@ and wine-devel@, but let's contribute anyway...] # Users have freely available access to source code, documentation just like the GPL. Access to source coce, documentation etc... is also possible under the BSD license.

Fwd: Re: New Open Source License: Single Supplier Open Source License [rschi@rsmba.biz]

2004-01-25 Thread Richard Schilling
On 2004.01.24 17:24 Chuck Swiger wrote: Richard Schilling wrote: I would like to present to you all a new Open Source software license I've written up. [ ... ] One the face of it, Section III, Distribution Restrictions and Obligations. of your license fails to comply with OSD #1 2:

Re: New Open Source License: Single Supplier Open Source License [rschi@rsmba.biz]

2004-01-25 Thread Richard Schilling
Sent this to winehq.com, so sending it to winehq.org in case it bounces. On 2004.01.24 17:24 Chuck Swiger wrote: Richard Schilling wrote: I would like to present to you all a new Open Source software license I've written up. [ ... ] One the face of it, Section III, Distribution

Re: Winedbg: Parse symbols in libc, libpthread, etc

2004-01-25 Thread Eric Pouech
Robert Shearman a écrit : Hi, This patch allows winedbg to parse symbols in libraries directly linked to the wine binaries, like libc and libpthread. This will usually mean just using the symbol table, but this is better than nothing. Hi Robert I don't understand why you need to walk the shared

Re: INI File Processing Improvements

2004-01-25 Thread Dmitry Timoshkov
Robert Shearman [EMAIL PROTECTED] wrote: 1. You are duplicating too much unicode helpers already existing in wine_unicode and include/wine/unicode.h There are no strnchrW and strnrchrW routines in unicode.h, so how do you propose I rewrite memchrW and memrchrW? Perhaps just

Re: INI File Processing Improvements

2004-01-25 Thread Dmitry Timoshkov
Robert Shearman [EMAIL PROTECTED] wrote: Why not simply use IsTextUnicode/RtlIsTextUnicode and fix it if necessary? Ok, will do. Any idea if it can detect UTF8 as well? I don't see that it's documented in MSDN, but probably it's worth to test an actual behaviour under

RE: Winedbg: Parse symbols in libc, libpthread, etc

2004-01-25 Thread Robert Shearman
Robert Shearman a écrit : Hi, This patch allows winedbg to parse symbols in libraries directly linked to the wine binaries, like libc and libpthread. This will usually mean just using the symbol table, but this is better than nothing. Hi Robert I don't understand why you need to

Re: Winedbg: Parse symbols in libc, libpthread, etc

2004-01-25 Thread Eric Pouech
I'm not sure which you mean by the main module loaded linked list, but I guess you mean the one we get the rest of the modules from. On my system (Fedora Core 1), the modules directly linked to wine-pthread/wine-kthread don't appear in the main module list (i.e. don't get listed at all when you

Re: New Open Source License: Single Supplier Open Source License

2004-01-25 Thread Ivan Leo Murray-Smith
The problem with [L]GPL and BSD is that if someone does not turn in their changes then the developer has no recourse to enforce the requirment. Under this license they can. Under GPL and BSD the developer has absoutely no control or means to keep their work an open source because they cannot

Re: shell32 patch 20

2004-01-25 Thread Dmitry Timoshkov
Jakob Eriksson [EMAIL PROTECTED] wrote: Depending on how you define break, that argument can be used to stop almost any patch to Wine, if the goal happens to be cross compilation. What way will you decide to go, if in the next Platform SDK release Microsoft will remove some of the existing

Fwd: [Bug 1952] half-life, unreal tournament: video runs too 1.5x too fast

2004-01-25 Thread hatky
Sound like a valid claim that wine does not update the cpu speed on speed step speed change -- Forwarded Message -- Subject: [Bug 1952] half-life, unreal tournament: video runs too 1.5x too fast Date: Saturday 24 January 2004 20:30 From: Wine Bugs [EMAIL PROTECTED] To:

Re: shell32 patch 20

2004-01-25 Thread Jakob Eriksson
Dmitry Timoshkov wrote: Rolf Kalbermatter [EMAIL PROTECTED] wrote: I was under the impression that it was desirable to cross compile as many dlls as possible in different environments. Yes, that's a desirable task, but only if does not require to break Wine source accomplishing it.

Re: Fwd: Re: New Open Source License: Single Supplier Open Source License [rschi@rsmba.biz]

2004-01-25 Thread Jakob Eriksson
Richard Schilling wrote: Several licenses on opensource.org permit code to be incorporated into a proprietary product and sold. This means, also that the person creating the deriverative or combined work can restrict others from selling their product. In this respect there is no difference from

Re: New Open Source License: Single Supplier Open Source License

2004-01-25 Thread Brian Vincent (C)
Title: Re: New Open Source License: Single Supplier Open Source License Please take the discussion over to wine-license @ winehq.com --- Brian Vincent Copper Mountain Telecom [EMAIL PROTECTED]

Re: shell32 patch 20

2004-01-25 Thread Jakob Eriksson
Dmitry Timoshkov wrote: Jakob Eriksson [EMAIL PROTECTED] wrote: Depending on how you define break, that argument can be used to stop almost any patch to Wine, if the goal happens to be cross compilation. What way will you decide to go, if in the next Platform SDK release Microsoft will

Re: New Open Source License: Single Supplier Open Source License

2004-01-25 Thread Richard Schilling
I've now moved this thread to the wine-license list. I probably should have posted there in the first place - an oversight on my part. Sorry. Anyway . . . this license they can. Under GPL and BSD the developer has absoutely no control or means to keep their work an open source because

imm32 ImmDisableIME stub concern

2004-01-25 Thread Jason Edmeades
Hello, Debugging a game, it crashes because it calls a currently unimplemented function, ImmDisableIME. Ordinarily this wouldnt be worrying, and I could stub it (which i have). The game gets far further now, and displays a blank screen and corrupt graphics, rather than just terminating. :-)

An MDI regression

2004-01-25 Thread Duane Clark
A minor regression in the MDI code. I am not sure which patch it was, but it is something in the last couple of weeks. Open most any MDI application (I've tried 3) including Pegasus mail. Maximize one of the windows, and take a look at the menus. Even better, after doing that, drag the entire

Re: An MDI regression

2004-01-25 Thread Dmitry Timoshkov
Duane Clark [EMAIL PROTECTED] wrote: A minor regression in the MDI code. I am not sure which patch it was, but it is something in the last couple of weeks. Open most any MDI application (I've tried 3) including Pegasus mail. Maximize one of the windows, and take a look at the menus. Even

Re: wine/dlls x11drv/x11drv_main.c x11drv/x11drv.s ...

2004-01-25 Thread Aric Stewart
Doh! and i thought i had cleaned up all my shotgun attempts to get Japanese office 2000 working again. Yes. this needs to be fixed. I will make the patch to return this to normal and submit it asap. -aric Dmitry Timoshkov wrote: Alexandre Julliard [EMAIL PROTECTED] wrote: Log message: Aric

Re: wine/dlls x11drv/x11drv_main.c x11drv/x11drv.s ...

2004-01-25 Thread Aric Stewart
Ok patch submitted... I did not add the 0xe001 to Chinese and Korean because i have not tested those yet. It was in response to behavior in Office 2k Japanese. I highly suspect that adding the 0xe001 is correct for Korean and CHinese also but wanted to do some more testing in those locals