Re: xfs getting case-insensitive filesystem support...

2008-04-23 Thread David Laight
On Thu, Apr 24, 2008 at 03:05:51PM +0900, Dmitry Timoshkov wrote: > "Joerg Mayer" <[EMAIL PROTECTED]> wrote: > > > On Wed, Apr 23, 2008 at 08:39:40PM -0700, Dan Kegel wrote: > >> Hrm. This is interesting: > >> http://lwn.net/Articles/278961/ > >> I wonder if Wine could run faster if it could de

Re: xfs getting case-insensitive filesystem support...

2008-04-23 Thread Dmitry Timoshkov
"Joerg Mayer" <[EMAIL PROTECTED]> wrote: > On Wed, Apr 23, 2008 at 08:39:40PM -0700, Dan Kegel wrote: >> Hrm. This is interesting: >> http://lwn.net/Articles/278961/ >> I wonder if Wine could run faster if it could delegate >> the case-insensitvity to the filesystem... > > Would be nice indeed

Re: xfs getting case-insensitive filesystem support...

2008-04-23 Thread Joerg Mayer
On Wed, Apr 23, 2008 at 08:39:40PM -0700, Dan Kegel wrote: > Hrm. This is interesting: > http://lwn.net/Articles/278961/ > I wonder if Wine could run faster if it could delegate > the case-insensitvity to the filesystem... Would be nice indeed, but I don't think it will come: Linus shot down si

Re: 1.0 idea - ntdll - add a messagebox for missing dlls

2008-04-23 Thread Steven Edwards
On Thu, Apr 24, 2008 at 12:33 AM, Steven Edwards <[EMAIL PROTECTED]> wrote: > Your right, I thought it was loaded yet but I guess it does anytime > user32 is initalized. Looking at the process list after the messagebox > exits only wineserver, services and winedevice stay resident for a > while

Re: 1.0 idea - ntdll - add a messagebox for missing dlls

2008-04-23 Thread Steven Edwards
On Wed, Apr 23, 2008 at 11:14 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Why not? I thought Explorer was the first thing to start up... Your right, I thought it was loaded yet but I guess it does anytime user32 is initalized. Looking at the process list after the messagebox exits only wineserve

xfs getting case-insensitive filesystem support...

2008-04-23 Thread Dan Kegel
Hrm. This is interesting: http://lwn.net/Articles/278961/ I wonder if Wine could run faster if it could delegate the case-insensitvity to the filesystem...

Re: 1.0 idea - ntdll - add a messagebox for missing dlls

2008-04-23 Thread Dan Kegel
On Wed, Apr 23, 2008 at 8:00 PM, Steven Edwards <[EMAIL PROTECTED]> wrote: > > Hmm, maybe make explorer responsible for putting up the > > messagebox, and set up some IPC method for > > the loader to notify it... > > I thought of that, but your going to end up invoking more crap I > really thi

Re: 1.0 idea - ntdll - add a messagebox for missing dlls

2008-04-23 Thread Steven Edwards
On Wed, Apr 23, 2008 at 10:51 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Hmm, maybe make explorer responsible for putting up the > messagebox, and set up some IPC method (good lord, > not COM, just some mailbox or something) for > the loader to notify it... I thought of that, but your going to

re: 1.0 idea - ntdll - add a messagebox for missing dlls

2008-04-23 Thread Dan Kegel
Hmm, maybe make explorer responsible for putting up the messagebox, and set up some IPC method (good lord, not COM, just some mailbox or something) for the loader to notify it...

1.0 idea - ntdll - add a messagebox for missing dlls

2008-04-23 Thread Steven Edwards
Hi, My hope that was for Wine 1.0 we could add error handling for missing dlls and functions that made sense to the user rather than just silent failed or spewed messages to the console. If you have an application that depends on a dll such as OUTLOOK.EXE depending on OUTLIB.DLL you will get a mess

Re: no test structure in place for wine programs

2008-04-23 Thread Thomas Kho
On Wed, Apr 23, 2008 at 3:11 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Darren wrote: > > Should I try to take the dll test structure (mainly just the > > dlls/Maketest.rules.in file) and port this into the programs area? > > > > or is that overboard for that area? > > It's something we need e

Re: Fix "warning: cast from pointer to integer of different size"

2008-04-23 Thread Erik de Castro Lopo
David Laight wrote: > On Tue, Apr 22, 2008 at 11:50:05PM +0900, Dmitry Timoshkov wrote: > > "Erik de Castro Lopo" <[EMAIL PROTECTED]> wrote: > > > > > /* get pointer to object containing list element */ > > > #define LIST_ENTRY(elem, type, field) \ > > > -((type *)((char *)(elem) - (unsigned

re: no test structure in place for wine programs

2008-04-23 Thread Dan Kegel
Darren wrote: > Should I try to take the dll test structure (mainly just the > dlls/Maketest.rules.in file) and port this into the programs area? > > or is that overboard for that area? It's something we need eventually, but for now it would probably be enough to just attach a standalone test that

Re: Add implemantation of property "Name" (IHTMLWindow2)

2008-04-23 Thread Jacek Caban
Ivan Sinitsin wrote: > This patch add implementation of HTMLWindow2_put_name, HTMLWindow2_get_name > in > module htmlwindow.c (mshtml.dll) > > Changelog: > Add implementation of HTMLWindow2_put_name, HTMLWindow2_get_name > > > > @@ -289,15 +289,43 @@ static HRESULT WINAPI HTMLWindow2_get_na

no test structure in place for wine programs

2008-04-23 Thread Darragh Bailey
I'm been looking at bug 9628 (and duplicate 1) whenever I get the time to work on wine these days. I've gone through various tests, enough to determine that msiexec on Windows must use some custom command line parsing in order for it to work for the cases listed in those bugs given that the beh

Re: Fix "warning: cast from pointer to integer of different size"

2008-04-23 Thread David Laight
On Tue, Apr 22, 2008 at 11:50:05PM +0900, Dmitry Timoshkov wrote: > "Erik de Castro Lopo" <[EMAIL PROTECTED]> wrote: > > > /* get pointer to object containing list element */ > > #define LIST_ENTRY(elem, type, field) \ > > -((type *)((char *)(elem) - (unsigned int)(&((type *)0)->field))) > > +

Fwd: SOC 2008 Projects Announced

2008-04-23 Thread Gal Topper
> Could the students come forward and say something about themself? Hello everyone. My name is Gal Topper and my goal this summer will be to implement PrintDlgEx* in Wine, so that we'll have support for the newer and more flexible print dialog that was introduced in Windows NT. I am a third year c

Re: MSIME support causing slow setup until explorer.exe paused?

2008-04-23 Thread Alexander Dorofeyev
I've just had something similar. Tried running a game (I think it was the first time I ran wine in this session), and suddenly system became sluggish. wineserver and explorer were sitting at 50+% and 40+% cpu respectively. Even after I killed the game. strace -p on explorer was also showing lots

Re: MSIME support causing slow setup until explorer.exe paused?

2008-04-23 Thread Dan Kegel
On Mon, Apr 21, 2008 at 1:59 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > > MSIMEService, MSIMEReconvertOptions, MSIMEMouseOperator, etc... those are > > all Messages that Microsoft Office looks for and sends to the IME during > > operations. For the most part all those messages are just stubbe

Re: winehq.org redesign

2008-04-23 Thread Evgeny Burzak
On Tue, 22 Apr 2008 20:23:27 -0400 "Chris Morgan" <[EMAIL PROTECTED]> wrote: > We've been throwing around the idea of switching the site to using > drupal for a while now so we can more easily manage it remotely and > take advantage of things like polls and news stories. > > I'm sure more can be

Re: Text bug in winecfg!

2008-04-23 Thread Mikołaj Zalewski
> Is this a wine bug or not? It is a wine bug - the controls for such languages should be bigger. Mikolaj Zalewski

Text bug in winecfg!

2008-04-23 Thread Warren Dumortier
Hello everybody! When i use winecfg in english, text in winecfg looks good but in french and some other languages it isn't the case, i made a screenshot to show the (little, little, very little) bug, but i find it annoying! Here is the little window screenshot: http://www.host-img.com/files/fkn8c

Re: winehq.org redesign

2008-04-23 Thread Jeremy Newman
It looks alright. It's simple, and does not really have much punch to it. It looks like a Wikipedia clone. The logo is the big problem. You have unilaterally decided to replace our current official Wine logo with one of your own. If you want to do that, you need to submit your logo for review t

Re: Fix "warning: cast from pointer to integer of different size"

2008-04-23 Thread Juan Lang
> 3) Add a definition if FIELD_OFFSET wrapped in #ifndef. This is the > least ugly option but would cause surprising results if one or > the other was changed. Personally, I think this looks the best. As far as which is likely to get accepted.. often you have to try first to find that o

New winetricks 20080423: added mono19, removed mono1[12], updated xvid

2008-04-23 Thread Dan Kegel
Another day, another Winetricks. Changes: r40 Update to latest mono Remove mono11 and mono12 verbs, replace with mono19 Abort properly on network errors r39 Updated xvid As always, get it at http://kegel.com/wine/winetricks or http://code.google.com/p/winezeug

Re: Wine t-shirts?

2008-04-23 Thread Jeremy White
> http://kegel.com/wine/wine-penguin-corkscrew.png Jon Parshall is proud of his ability to draw those penguins, and we'd gladly send that artwork to anyone that wanted to make a T-shirt. Note, though, that we felt we had to (very sadly) drop the penguin; it doesn't really work for Mac users. Che

Re: Wine t-shirts?

2008-04-23 Thread Marcus Meissner
On Wed, Apr 23, 2008 at 04:43:13AM -0700, Dan Kegel wrote: > Maarten wrote: > > Why don't we have wine t-shirts any more? > > I dunno, where were they before? > > I just looked, couldn't find any on cafepress.com. > > I'd like to bring back the Codeweavers drunken penguin > t-shirts, perhaps wit

Re: [1/3] user32:msg.c Make two tests clear pass in Win XP SP 2 [resend]

2008-04-23 Thread Alexandre Julliard
Anatoly Lyutin <[EMAIL PROTECTED]> writes: > Changelog: > Make two tests clear pass. This breaks the test on Vista and on Wine. -- Alexandre Julliard [EMAIL PROTECTED]

re: Wine t-shirts?

2008-04-23 Thread Dan Kegel
Maarten wrote: > Why don't we have wine t-shirts any more? I dunno, where were they before? I just looked, couldn't find any on cafepress.com. I'd like to bring back the Codeweavers drunken penguin t-shirts, perhaps with a slightly more generic Wine design. Coincidentally, I found some site on t

Re: [3/3] user32:mdi.c Fix processing of SW_SHOWMINNOACTIVE according with test. [resend]

2008-04-23 Thread Alexandre Julliard
Anatoly Lyutin <[EMAIL PROTECTED]> writes: > Changelog: > Fix processing of SW_SHOWMINNOACTIVE according with test. No luck here either: msg.c:4587: Test failed: ShowWindow(SW_SHOWMINNOACTIVE) child with invisible parent: in msg 0x0046 expecting wParam 0x8170 got 0x8150 msg.c:4587: Test fail

Re: [2/2] [try2] user32:mdi.c Fix creating MDI child window according with test. [resend]

2008-04-23 Thread Alexandre Julliard
Anatoly Lyutin <[EMAIL PROTECTED]> writes: > Uses SWP_NOZORDER according with Dmitry's comment. > > Changelog: > Fix creating MDI child window according with test. It doesn't work: msg.c:3065: Test failed: Create visible MDI child window: the msg sequence is not complete: expected - actua

Re: server: return active window if foreground window is set

2008-04-23 Thread Alexandre Julliard
Jeff Latimer <[EMAIL PROTECTED]> writes: > The comment in the code indicates that the foreground window is active > window of the active thread. Seems logical the active window handle > should be returned at the same time. No, the active window is per-thread, you can't return the active window o

Re: What to do about filenames legal in Linux but illegal in Windows?

2008-04-23 Thread Dan Kegel
On Mon, Apr 21, 2008 at 10:57 PM, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > * On Mon, 21 Apr 2008, Dan Kegel wrote: > > (I believe that in both Windows and Wine, directory listings > > will show these illegal chars, but attempts to open the files will > > fail.) > > For a files that were a

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-23 Thread Robert Reif
>> There are only two options: >> only pass the number of bytes requested or return an error for unreasonable >> sizes. What is Terminal Server doing? >> > > It's returning an error. > > And what is the error? If you know the error code returned, Ill add it to the code so we can end

Re: SOC 2008 Projects Announced

2008-04-23 Thread Owen Rudge
> Could the students come forward and say something about themself? Hello all. :-) I already introduced myself a while ago when I was writing my proposal, and I'm very pleased to see that it was accepted! I'm a 3rd year comp sci student at the University of St Andrews in sunny(!) Scotland. Look

Re: WGL: WGL_WINE_pixel_format_passthrough [attempt 2]

2008-04-23 Thread Alexandre Julliard
"Roderick Colenbrander" <[EMAIL PROTECTED]> writes: > +BOOL X11DRV_wglSetPixelFormatWINE(X11DRV_PDEVICE *physDev, int iPixelFormat, > const PIXELFORMATDESCRIPTOR *ppfd) > +{ > +TRACE("(%p,%d,%p)\n", physDev, iPixelFormat, ppfd); > + > +/* When the requested pixel format differs from the p

Re: wine-announce and wine-users getting hammered

2008-04-23 Thread Luke Bratch
--- On Wed, 23/4/08, Marcus Meissner <[EMAIL PROTECTED]> wrote: > No it is going around, but also stopping... > > I had hundreds of such mails on my private and company > accounts (and > lists), but they stopped again. Indeed, it's completely stopped today. Sorry for the noise. Luke __

Re: winehq.org redesign

2008-04-23 Thread Evgeny Burzak
ok. If you have another ideas or comments please write it out on wiki page: http://wiki.winehq.org/WinehqDesign There i will mirror my work too. On Wed, 23 Apr 2008 00:06:16 +0200 Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > Hello all, > > some times ago I make design for AppDB (

Re: gdi32: Make the bitmap test pass under Windows 2000. Take 2

2008-04-23 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "Paul Vriens" <[EMAIL PROTECTED]> wrote: > >> This of course differs on every run. My point is that >> ERROR_NOT_ENOUGH_MEMORY is >> totally valid and should be catered for in the test otherwise we would still >> have failures for this test. > >

Re: Alex Villacís Lasso : uxtheme: Speed up UXTHEME_SizedBlt in the ST_TILE by building an appropriately-sized memory bitmap out of the tile instead of iterating with UXTHEME_Blt () directly.

2008-04-23 Thread Alexandre Julliard
Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: > I directed my themes to the ones on the WinXP partition, and saw no > difference after the patch, other than the increase in speed. However, > this might not be a proper test case. I used CreateCompatibleDC out of > the source HDC, and CreateCo

Re: Removinig CVS/GIT version from bugzilla

2008-04-23 Thread Maarten Lankhorst
Hello Vitaily, 2008/4/22 Vitaliy Margolen <[EMAIL PROTECTED]>: > > Maarten Lankhorst wrote: > > Hello Scott, > > > > 2008/4/22 Scott Ritchie <[EMAIL PROTECTED]>: > >> Vitaliy Margolen wrote: > >> > 3. After the next release, if the bug is still present, modify version > to > >> > that rel

Re: Alex Villacís Lasso : uxtheme: Speed up UXTHEME_SizedBlt in the ST_T ILE by building an appropriately-sized me mory bitmap out of the tile instead of iterating with UXTHEME_Blt () directly

2008-04-23 Thread Frank Richter
On 23.04.2008 01:00, Alex Villací­s Lasso wrote: > Have you seen a theme that uses alpha and breaks with my patch? It's more of a dim recollection from the time I worked on the theming stuff. Mind you, it's a while back now, so assuming I remember right the underlying issue might have been fixe