Re: today's git broke winetricks gecko :-(

2009-11-13 Thread Dan Kegel
wrote: > I've got an idea for you to workaround the problem. Something like: > > $ WINEDLLOVERRIDES=mshtml= wine cmd /C echo test Thanks, I'll give that a shot. - Dan

Re: (try 2) user32: Add argument check for PTITLEBARINFO in GetTitleBarInfo().

2009-11-13 Thread Rico Schüller
Am 13.11.2009 15:16, schrieb Rob Shearman: 2009/11/12 Rico Schüller: Hi, this patch adds a check for PTITLEBARINFO in GetTitleBarInfo() to avoid a crash. This fixes bug 20249 . Try 2 improvement: - do not print the null pointer, it's useless Cheers Rico --- dlls/user32/nonclient.c |

Re: user32/tests: Test edit control to WM_GETTEXT processing after WM_DESTROY

2009-11-13 Thread Nikolay Sivov
On 11/13/09, Ilya Shpigor wrote: > Hi, > > There is a problem to get edit control text after It has processed > WM_DESTROY > message. Perhaps, problem with EDITSTATE structure what contain this text. > WM_DESTROY cause destroying this structure. This is currently a place where control releases it

Re: winscard: add pcsc-lite helpers for upcoming(?) implementation

2009-11-13 Thread viny
joerg-cyril.hoe...@t-systems.com a écrit : Hi, looking for PCSC-card-reader support in Wine, I came across old mails from 2007. http://www.winehq.org/pipermail/wine-devel/2007-May/057052.html What's the current state of PCSC support in Wine? When I recently looked, winscard seemed full of stubs

Re: today's git broke winetricks gecko :-(

2009-11-13 Thread Jacek Caban
Hi Dan, I've got an idea for you to workaround the problem. Something like: $ WINEDLLOVERRIDES=mshtml= wine cmd /C echo test $ wine regsvr32 mshtml will do the trick. Note that we prevent registration of the whole mshtml in the first command, so we have to make sure it's registered later. I

Re: today's git broke winetricks gecko :-(

2009-11-13 Thread Vitaliy Margolen
Jacek Caban wrote: > Austin English wrote: > When you run iexplore, wineprefix has to be created first, so it won't > work unless we'd add some sort of environment variable, but I don't see > the point. How would it be better than current solution? Simple - it could be automated on distros/environm

Re: (try 2) user32: Add argument check for PTITLEBARINFO in GetTitleBarInfo().

2009-11-13 Thread Rob Shearman
2009/11/12 Rico Schüller : > Hi, > > this patch adds a check for PTITLEBARINFO in GetTitleBarInfo() to avoid a > crash. This fixes bug 20249 . > > Try 2 improvement: > - do not print the null pointer, it's useless > > Cheers > Rico > > --- >  dlls/user32/nonclient.c |    6 ++ >  1 files changed

Re: today's git broke winetricks gecko :-(

2009-11-13 Thread Jacek Caban
Ben Klein wrote: 2009/11/13 Jacek Caban : I've even considered removing the whole downloader, but after a talk with Alexandre we decided to try with the current solution. Any chance of including gecko in the git repository? http://wine.git.sourceforge.net/git/gitweb.cgi?p=wine/wine-g

Re: today's git broke winetricks gecko :-(

2009-11-13 Thread Jacek Caban
Austin English wrote: On Thu, Nov 12, 2009 at 2:23 PM, Jacek Caban wrote: Tom Wickline wrote: On Fri, Nov 13, 2009 at 3:44 AM, Jacek Caban mailto:ja...@codeweavers.com>> wrote: The plan is that winetricks should not be used for installing Gecko. So you intentionally broke it?

Re: [try 3] [PATCH 03/12] comctl32: Implement Add, ReplaceIcon, GetImageCount, SetImageCount in IImageList

2009-11-13 Thread Alexandre Julliard
Owen Rudge writes: > @@ -2985,15 +2985,37 @@ static ULONG WINAPI ImageListImpl_Release(IImageList > *iface) > static HRESULT WINAPI ImageListImpl_Add(IImageList *iface, HBITMAP hbmImage, > HBITMAP hbmMask, int *pi) > { > -FIXME("STUB: %p %p %p %p\n", iface, hbmImage, hbmMask, pi); > -

Re: today's git broke winetricks gecko :-(

2009-11-13 Thread Austin English
On Thu, Nov 12, 2009 at 2:23 PM, Jacek Caban wrote: > Tom Wickline wrote: >> >> >> On Fri, Nov 13, 2009 at 3:44 AM, Jacek Caban > > wrote: >> >>    The plan is that winetricks should not be used for installing Gecko. >> >> >> So you intentionally broke it? > > No, I w