RICHEDIT again

2005-02-04 Thread Krzysztof Foltman
It seems that I already have something useful. I've added multilevel undo/redo, GetCharFormat/SetCharFormat (very incomplete) and modify flag, and cleaned up the code a lot. The source code is downloadable from here: http://foltman.com/richtext-20050204.tar.gz I'll try to add handlers

Re: Newest winrash problems?

2005-02-04 Thread Paul Vriens
On Thu, 2005-02-03 at 16:21, Chris Morgan wrote: I'm not actually installing winsock2, just popping up a dialog during the installer mentioning that you need winsock2 if you are running on a win95 machine. What I *should* do is somehow get the nsis installer script to check for the

Re: [user32/tests/sysparams.c] Add an extra trace

2005-02-04 Thread Paul Vriens
On Fri, 2005-02-04 at 09:58, Paul Vriens wrote: Hi, winrash just ran on my win98 box and the sysparams test didn't complain about SPI_GETICONTITLEWRAP not being implemented. If I however run the test manually (with an extra trace) win98 tells me it's not implemented!! So to have some

Re: RICHEDIT again

2005-02-04 Thread Mike McCormack
Krzysztof Foltman wrote: I'll try to add handlers for basic editing messages (like WM_SETTEXT) and maybe notifications too, DLLize it and then make a Wine patch out of it. Is that OK ? Fantastic! If you get round to doing this, it's probably a good idea to submit it as a patch to implement

[d3dxof] Registering this dll

2005-02-04 Thread Paul Vriens
Hi, any particular reason why d3dxof shouldn't be able to register (itself): @ stdcall -private DllRegisterServer() D3DXOF_DllRegisterServer @ stdcall -private DllUnregisterServer() D3DXOF_DllUnregisterServer is missing from the spec file. I was just playing with dxdiag. Cheers, Paul.

Re: Software Freedom Law Center

2005-02-04 Thread gslink
Here is something else to consider. With respect to property taxes, who owns a piece of software and who is liable for the taxes on it? Some of the current licenses may well make the software seller and not the buyer liable in some states.

Re: appdb/ ./appview.php ./screenshots.php admin/a ...

2005-02-04 Thread tony_lambregts
WineHQ wrote: ChangeSet ID: 15925 CVSROOT:/opt/cvs-commit Module name:appdb Changes by: [EMAIL PROTECTED] 2005/02/03 20:55:50 Modified files: . : appview.php screenshots.php admin : adminAppDataQueue.php editAppFamily.php

Broken cross-build, again.

2005-02-04 Thread Paul Millar
Hi everyone, Just a head's up that the new tests broken cross-building winetest.exe. The gory details are reproduced below. I'm afraid I'm away for a long weekend, without net access, so can't fix any until I'm back (Wednesday). Cheers, Paul. [EMAIL PROTECTED] tests]$ make

Re: [d3d9/device.c] IDirect3DDevice9Impl_GetDepthStencilSurface problem

2005-02-04 Thread Carlos Lozano
Hello, El mar, 01 de feb de 2005, a las 07:05, Oliver Stieber escribio: The big patch won't be CVS worthy but it will have things like non-power-2 textures if anyone wants to do some testing since I've only tested against an ATI 9600. I have pasted your non-power-2 textures support to

Re: [d3d9/device.c] IDirect3DDevice9Impl_GetDepthStencilSurface problem

2005-02-04 Thread Carlos Lozano
El vie, 04 de feb de 2005, a las 18:14, Carlos Lozano escribio: Hello, El mar, 01 de feb de 2005, a las 07:05, Oliver Stieber escribio: The big patch won't be CVS worthy but it will have things like non-power-2 textures if anyone wants to do some testing since I've only tested

BUG: text alignment in editboxes

2005-02-04 Thread George Ginden
It looks like text alignement is not implented or working correctly. Just run calc.exe in Windows then in Wine. Pay attention at where the digits are shown... I can also provide a simple C program to be used as testbed. See bug : 2698 Regards.

Re: Editbox background regression (bug 2695)

2005-02-04 Thread Gabriele Giorgetti
James Hawkins ha scritto: It would help if you could do a regression test on the problem. See this link: http://winehq.org/site/docs/wine-devel/x1314 Ok I've been doing the binary search for a while and, luckily, here is the offending patch: diff -urN wine-20040916/dlls/user/edit.c

Re: Re: Newest winrash problems?

2005-02-04 Thread Chris Morgan
There was a bug introduced in 0010 where I was fgets()'ing and checking for feof() on file opened with wb. Thus the debug file was growing out of control. I released 0011 to fix this issue and I'm hoping that people get the upgrade when their PC's restart. Chris From: Paul Vriens [EMAIL

my first go at syncing opengl spec

2005-02-04 Thread Tom
This is my first attempt at syncing the opengl spec. Is this close to what needs to be done? Tom opengl.diff.bz2 Description: BZip2 compressed data

Re: PRESS: run windows viruses with wine ...

2005-02-04 Thread David Lee Lambert
On Thu, Jan 27, 2005 at 07:36:54PM +, Mike Hearn wrote: On Thu, 27 Jan 2005 08:29:08 -0600, Brad DeMorrow wrote: Many also seem to be worried that a virus under wine could do damage to their other partition with windows installed. I tell them that without an entry in Wine's

Re: my first go at syncing opengl spec

2005-02-04 Thread Dimitrie O. Paun
On Fri, Feb 04, 2005 at 01:58:35PM -0500, Tom wrote: This is my first attempt at syncing the opengl spec. Is this close to what needs to be done? I don't know, I can't view it. Please no compressed patches. And for sure not bzip2, if you *have* to do it, use gzip. This way I can view it via

Re: [d3dxof] Registering this dll

2005-02-04 Thread Christian Costa
Hi Paul, Paul Vriens wrote: Hi, any particular reason why d3dxof shouldn't be able to register (itself): @ stdcall -private DllRegisterServer() D3DXOF_DllRegisterServer @ stdcall -private DllUnregisterServer() D3DXOF_DllUnregisterServer is missing from the spec file. I was just playing with

unable to compile on x86_64 platform

2005-02-04 Thread Noah Schwartz
hey, i'm trying to compile wine on my machine (ver. 2005-01-11) but ./configure doesnt get too far... error: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc -m32

Re: Broken cross-build, again.

2005-02-04 Thread Stefan Leichter
Hello Paul, the attached patch fixes the build problem for me. Bye Stefan Am Freitag, 4. Februar 2005 16:30 schrieb Paul Millar: Hi everyone, Just a head's up that the new tests broken cross-building winetest.exe. The gory details are reproduced below. I'm afraid I'm away for a long

Theme Hospital Dungeon Keeper Mouse

2005-02-04 Thread Carlos Lozano
Hello, I have updated the patch what does work Theme Hospital, and Dungeon Keeper games, to actual CVS. It is only for testing purposes. Regards, Carlos. -- ___ _ \ | / Consulting | . |._ _ _| | ___ ___ ___http://www.andago.com | || ' |/ . |_ |/ . |/ . \__

Re: Wine legalities

2005-02-04 Thread Vincent Béron
Le mar 01/02/2005 à 22:46, Scott Ritchie a écrit : Also on this topic came the subject of diff files. IIRC someone wanted to include them to help users make use of Microsoft headers that needed a bit of tweaking. Are diff files that are patches to Microsoft code legal to be distributed?

Re: appdb/ ./appview.php ./screenshots.php admin/a ...

2005-02-04 Thread Jonathan Ernst
Le vendredi 04 fvrier 2005 08:25 -0700, [EMAIL PROTECTED] a crit : WineHQ wrote: ChangeSet ID: 15925 CVSROOT:/opt/cvs-commit Module name:appdb Changes by: [EMAIL PROTECTED] 2005/02/03 20:55:50 Modified files: . : appview.php

RE: Wine legalities

2005-02-04 Thread PETREOLLE Sylvain
Hi Steven, Couldnt we put a link to it on ReactOS homepage, saying its only a draft atm ? Cordialement, Usurp(aka Sylvain PETREOLLE) -Message d'origine- De : Steven Edwards [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 février 2005 07:16 À : Ira Krakow; [EMAIL PROTECTED]; [EMAIL

Re: Wine legalities

2005-02-04 Thread Oliver Stieber
For diff files, it depends if there is some context and if you change some lines or only add/remove some. It's perfectly possible (even if not much readable afterwards) to not have any context lines, to inject #if 0/#endif pairs around lines to remove, and to simply add lines to be

Re: appdb/ ./appview.php ./screenshots.php admin/a ...

2005-02-04 Thread Chris Morgan
Tony pointed out a handful of cases where it is useful to have multiple urls for an appId and perhaps multiple urls for a versionId. Do we have that functionality right now via another mechanism? I think we should look to add such a capability back into the appdb since it was used for a small

Could not load 'KERNEL.DLL'

2005-02-04 Thread Jeff Latimer
I have had a problem for quite a while that I cannot run setup or install and get the following error: [EMAIL PROTECTED] dad]$ wine g:\\setup.exe Could not load 'KERNEL.DLL' required by 'BOOTSTRP', error=2 [EMAIL PROTECTED] dad]$ Windows and Wine do not have a kernel.dll module hence I assume