Re: My two cents about winetools and the suggestions I read in Issue 308

2006-03-16 Thread Dan Kegel
On 3/16/06, Joachim von Thadden <[EMAIL PROTECTED]> wrote: > > >This is exactly what we try to have with the next version of WineTools. > > > > Right, but Mike meant "without installing any Microsoft libraries". > > Sure, that's why we integrate a "native Wine" mode. > > I think we are looking in t

Re: My two cents about winetools and the suggestions I read in Issue 308

2006-03-16 Thread Joachim von Thadden
Am Do, Mär 16, 2006 at 05:13:15 -0800 schrieb Dan Kegel: > Joachim wrote: > >> IMO, the best thing for Wine would be to have a simple front end with a > >> list of freely downloadable applications that work "out of the box" with > >> no configuration changes. > >> > >> Click -> Download application

Re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462

2006-03-16 Thread Phil Krylov
On Thu, 16 Mar 2006 22:31:40 -0800 (PST) Brian Chang <[EMAIL PROTECTED]> wrote: > +/* get the current selection and text length */ > +RichEditANSIWndProc(hWnd, EM_GETSEL, (WPARAM) &start, (LPARAM) &end); > +textlen = RichEditANSIWndProc(hWnd, WM_GETTEXTLENGTH, 0, 0); This looks strang

re: My two cents about winetools and the suggestions I read in Issue 308

2006-03-16 Thread Dan Kegel
Joachim wrote: >> IMO, the best thing for Wine would be to have a simple front end with a >> list of freely downloadable applications that work "out of the box" with >> no configuration changes. >> >> Click -> Download application -> Install -> Run > >This is exactly what we try to have with the ne

Re: wglMakeCurrent

2006-03-16 Thread Jesse Allen
On 3/16/06, Wino Rojo <[EMAIL PROTECTED]> wrote: > Interesting... according to your log file, it seems you are using Mesa > instead of any ATI accelerated driver. > > It is accelerated, and it uses Mesa too. If it wasn't, it would say indirect renderer.

getwinegit.sh 0.3 released!

2006-03-16 Thread Christian Lachner
Weehaa, my getwinegit.sh-script now reached a next major version-step! It's not perfect but it should do it's job very smoothly. Here's, what has changed: 0.3_Yea, new features and some fixes ;) - Mode 4: installs an already compiled source - fixed a bug when mode was 3 and the tar

re: riched20: implement EM_FINDWORDBREAK and its tests

2006-03-16 Thread Dan Kegel
Brian Chang wrote: > ... > +#include http://www.winehq.org/pipermail/wine-devel/2006-March/045373.html says: You can't use anything from wctype.h in Wine. Use the functions from wine/unicode.h instead. >+ /* Windows returns 0 if start is negative and len+1 if start is >= len */ >+ if(code != W

Re: GDI32: Fix logical error of italic,bold determination

2006-03-16 Thread Byeong-Sik Jeon
2006-03-15 (수), 14:50 +, Huw D M Davies 쓰시길: > On Mon, Mar 13, 2006 at 04:10:04AM +0900, Byeong-Sik Jeon wrote: > > ChangeLog: > > Fix the logical error of the italic, bold determination. > > > > Index: dlls/gdi/freetype.c > > ==

Re: build stand alone binaries

2006-03-16 Thread Tom Wickline
On 3/16/06, Dimi Paun <[EMAIL PROTECTED]> wrote: > From: "Benjamin Zeller" <[EMAIL PROTECTED]> > > is it possible to build real elf binaries with winelib? > > If i go through the tutorial on winehq.org i get only a appname.exe.so > > and i have to invoke wine to start the application. > > Is it pos

Re: build stand alone binaries

2006-03-16 Thread Dimi Paun
From: "Benjamin Zeller" <[EMAIL PROTECTED]> > is it possible to build real elf binaries with winelib? > If i go through the tutorial on winehq.org i get only a appname.exe.so > and i have to invoke wine to start the application. > Is it possible to compile a binary wich can run stand alone? No, yo

build stand alone binaries

2006-03-16 Thread Benjamin Zeller
Hi there, is it possible to build real elf binaries with winelib? If i go through the tutorial on winehq.org i get only a appname.exe.so and i have to invoke wine to start the application. Is it possible to compile a binary wich can run stand alone? regards benjamin z.

Re: opengl32: make the old code before the "sync the dibsection to its pixmap" patch be selectable at runtime

2006-03-16 Thread Leon Freitag
> I don't see any other way to speed this up the way it's being synced now, the > question is however, whether the apps really _should_ modify the bitmap on > windows too (don't know whether they would try to draw controls onto the > window and then it would be overdrawn by the opengl image; ap

Re: wglMakeCurrent

2006-03-16 Thread Wino Rojo
Interesting... according to your log file, it seems you are using Mesa instead of any ATI accelerated driver. From: "Jesse Allen" <[EMAIL PROTECTED]> To: "Wino Rojo" <[EMAIL PROTECTED]> Subject: Re: wglMakeCurrent Date: Wed, 15 Mar 2006 11:45:16 -0700 > > > Jesse, I can't access your log at t

Re: wglMakeCurrent

2006-03-16 Thread Wino Rojo
Hi Raphael, No it's use the "best visual" who match asked capacities - is this "best visual" the same as the one returned by "glxinfo -b" ? - the capacities asked by who? at this point we haven't call ChoosePixelFormat or SetPixelFormat yet No your problem don't seems to be here. can y

Re: [RESEND] riched20: Fixed crash when the window procedure is called with NULL hWnd

2006-03-16 Thread Alexandre Julliard
Phil Krylov <[EMAIL PROTECTED]> writes: > > ChangeLog: > > riched20: Fixed crash when the window procedure is called with NULL hWnd. You should check that you got a valid pointer from GetWindowLong, NULL is not the only invalid window handle you can get here. -- Alexandre Julliard [EMAIL PROTEC

Re: My two cents about winetools and the suggestions I read in Issue 308

2006-03-16 Thread Tony Lambregts
Philip V. Neves wrote: What I'm seeing here with the whole debate with wine and winetools is that its a configuration management issue. The project is getting into the stage where testing needs to be accomodated and so does getting things working. I think whats currently available for managing

build stand alone binaries

2006-03-16 Thread Benjamin Zeller
Hi there, is it possible to build real elf binaries with winelib? If i go through the tutorial on winehq.org i get only a appname.exe.so and i have to invoke wine to start the application. Is it possible to compile a binary wich can run stand alone? (Sorry for maybe posting this message twice i h

Re: May be a bad idea to have Winetools in the next SUSE release

2006-03-16 Thread Joachim von Thadden
Am Fri, Mar 10, 2006 at 12:55:20AM +0100 schrieb Sven Paschukat: > Marcus Meissner schrieb: > >Hmm, I have some kind of recommendation here. > > > >What about winetools using ".winetools" as WINEPREFIX setting? > > > >This would make it possible to keep a ".wine" for the purists, and > >".winetool