Re: Dogfood Challenge, week 2

2006-02-10 Thread Dan Kegel
On 2/9/06, n0dalus [EMAIL PROTECTED] wrote: http://bugs.winehq.org/show_bug.cgi?id=4529 - screwy stars - also pretty obvious test case, http://kegel.com/wine/gmailstar.html Do you really still need screen shots? I guess not, but I attached one to bug 4529 anyway. Your screen shot is

Re: sfc: Add minimal sfc.dll

2006-02-10 Thread Robert Shearman
Detlef Riekenberg wrote: +/* + * DllMain + */ +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) +{ +TRACE((%p, %ld, %p)\n,hinstDLL, fdwReason, lpvReserved); +/* For the moment, do nothing here. */ +

Re: Startup time of OOo2, Firefox 1.5. Some surprises.

2006-02-10 Thread Andreas Mohr
Hi, On Thu, Feb 09, 2006 at 09:40:31PM -0800, Dan Kegel wrote: On 1/29/06, Dan Kegel [EMAIL PROTECTED] wrote: To see how reasonable it might be to use OOo 2.0.1 and Firefox 1.5 under Wine routinely, I benchmarked their startup time on a Fedora Core 5 test 2 system under four conditions:

[usp10] Add ScriptItemize, ScriptShape and ScriptPlace functionality

2006-02-10 Thread Jeff L
Is there anything wrong with this patch? It does not seem to have been applied. Jeff L

Re: WINED3D: Fix a couple of FIXMEs

2006-02-10 Thread Alexandre Julliard
H. Verbeet [EMAIL PROTECTED] writes: The output of glGetString(GL_PROGRAM_ERROR_STRING_ARB) can get too large for a normal FIXME. Use fprintf to stderr instead. You should use debugstr_a. fprintf will mess up the output. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine on Intel Xeon processor

2006-02-10 Thread Tom Spear (Dustin Booker, Dustin Navea)
Hi, sorry I didnt reply all so it would go to the wine list. Is your Xeon a dual core, or possibly even 64-bit? I doubt that 64-bit compared to 32-bit would make a difference, but if the Xeon is a dc, it might, as I recall another thread here saying that they were having problems with a dual

Fact check for wine talk

2006-02-10 Thread Dan Kegel
Hi all, I'm giving a talk about Wine tomorrow. The slides are up at http://kegel.com/wine/scale4/ If you find any errors in the side, please let me know! Thanks, Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv

Re: wine on Intel Xeon processor

2006-02-10 Thread Coleman Kane
On Fri, 2006-02-10 at 10:51 -0600, Tom Spear (Dustin Booker, Dustin Navea) wrote: Hi, sorry I didnt reply all so it would go to the wine list. Is your Xeon a dual core, or possibly even 64-bit? I doubt that 64-bit compared to 32-bit would make a difference, but if the Xeon is a dc, it

STROKEPATH and STROKEANDFILLPATH emf problem

2006-02-10 Thread Terry_Higgins
Since upgrading to Wine-20040914, we've noticed that a bug has been introduced in gdi32.dll that causes certain pen strokes to be drawn with thickness that is far too wide. The problem is in wine's handling of the STROKEPATH and the STROKEANDFILLPATH emf records when playing enhanced metafiles.

Re: STROKEPATH and STROKEANDFILLPATH emf problem

2006-02-10 Thread Dmitry Timoshkov
On Fri, 2006-02-10 at 13:21 -0500, [EMAIL PROTECTED] wrote: The pen is set after the call that modifies the world transform to the identity and before it is reset back to its normal values. If we remove the call to SelectObject that selects the pen (shown in the code above), the bug

Re: STROKEPATH and STROKEANDFILLPATH emf problem

2006-02-10 Thread Terry_Higgins
Dmitry Timoshkov [EMAIL PROTECTED] wrote on 02/10/2006 01:50:18 PM: On Fri, 2006-02-10 at 13:21 -0500, [EMAIL PROTECTED] wrote: 2) Is the best fix simply to undo this change or is there a better solution (e.g. fix the strokepath implementation)? StrokePath had a workaround for the bug

Re: localtime should accept any positive time value

2006-02-10 Thread Marcelo Duarte
Dmitry Timoshkov escreveu: Hello, Hello, --- cvs/hq/wine/dlls/msvcrt/time.c 2006-01-23 20:50:58.0 -0600 +++ wine/dlls/msvcrt/time.c 2006-02-10 12:51:30.0 -0600 @@ -152,8 +152,12 @@ struct MSVCRT_tm* MSVCRT_localtime(const SYSTEMTIME st; DWORD tzid;

Re: Fact check for wine talk

2006-02-10 Thread Eric Pouech
Dan Kegel wrote: Hi all, I'm giving a talk about Wine tomorrow. The slides are up at http://kegel.com/wine/scale4/ If you find any errors in the side, please let me know! I don't know what's the punishment for misspelling the dictator's name A+ -- Eric Pouech

Re: Fact check for wine talk

2006-02-10 Thread Dan Kegel
On 2/10/06, Eric Pouech [EMAIL PROTECTED] wrote: If you find any errors in the side, please let me know! I don't know what's the punishment for misspelling the dictator's name Gaah! Thanks! -- Wine for Windows ISVs: http://kegel.com/wine/isv

Re: Fact check for wine talk

2006-02-10 Thread Molle Bestefich
Dan Kegel wrote: If you find any errors in the side, please let me know! Just one. Wine is not an emulator... Oxford Advanced Learner's Dictionary: = emulator (n) (computing) A device or piece of software that enable a program or an item of equipment intended

Re: Fact check for wine talk

2006-02-10 Thread Tom Wickline
On 2/10/06, Molle Bestefich [EMAIL PROTECTED] wrote: Dan Kegel wrote: If you find any errors in the side, please let me know! Just one. Wine is not an emulator... Oxford Advanced Learner's Dictionary: = emulator (n) (computing) A device or piece of

Re: Fact check for wine talk

2006-02-10 Thread Huw D M Davies
On Fri, Feb 10, 2006 at 09:06:30AM -0800, Dan Kegel wrote: Hi all, I'm giving a talk about Wine tomorrow. The slides are up at http://kegel.com/wine/scale4/ If you find any errors in the side, please let me know! Wine does not currently include any fonts Well we include clones of MS Sans

Re: Fact check for wine talk

2006-02-10 Thread Dan Kegel
On 2/10/06, Huw D M Davies [EMAIL PROTECTED] wrote: Wine does not currently include any fonts Well we include clones of MS Sans Serif, System and Courier so that's not quite true. Thanks for the correction. You'd think I could do 'ls' and see 'fonts', but no. - Dan -- Wine for Windows ISVs:

Re: StretchDIBits function problem.

2006-02-10 Thread Cyril Margorin
Hello, During researching of problem in StretchDIBits I've found interesting fact: If I turn off XShm function (by undefining USE_LIBXXSHM in config.h) test passes and application works ok (image is ok). So I think that something wrong in using XShmPutImage / XShmGetImage. Do you have any

Re: Windows Everywhere foresaw Wine back in 1993?

2006-02-10 Thread Willie Sippel
Am Donnerstag, 9. Februar 2006 20:33 schrieb Dan Kegel: So evidently Microsoft was pushing the Windows Everywhere vision using partners like Bristol and Mainsoft, who licensed Windows source code. (Fun facts: MS used Mainsoft to port IE 4 to Solaris:

Re: wine on Intel Xeon processor

2006-02-10 Thread Ananth M
Hi Thank you Our processor is a 64 bit processor. I need to check for the Dual Core or not ? BTW, if possible , can you pleasesend the URL for the other thread that gives the information about the slower performance in Dual Core machine Right now, I have RHEL 4.0 in all Xeon processors. I

Re: wine on Intel Xeon processor

2006-02-10 Thread Segin
Ananth M wrote: Hi     Thank you Our processor is a 64 bit processor.     I need to check for the Dual Core or not ?       BTW, if possible , can you please send the URL for the other thread that gives the information about the slower performance in Dual Core machine