Re: comctl32/listview: fix overwriting of item values

2013-03-08 Thread Nikolay Sivov
On 3/9/2013 10:03, Daniel Jelinski wrote: Makes sense, thanks. I briefly searched for such cases and LISTVIEW_FindItemW() seems to be broken the same way.

Re: Crash confuses me

2013-03-08 Thread Marcus Meissner
On Sat, Mar 09, 2013 at 01:40:00AM +, Graham wrote: > On 08/03/13 22:40, Francois Gouget wrote: > > On Fri, 8 Mar 2013, Marcus Meissner wrote: > > [...] > >> "real NOVICE" and using LD_PRELOAD or "hotpatching" does not fit together > >> for me...? > >> > >> - wine uses it own elfloader, which

Re: Crash confuses me

2013-03-08 Thread Graham
On 08/03/13 22:40, Francois Gouget wrote: > On Fri, 8 Mar 2013, Marcus Meissner wrote: > [...] >> "real NOVICE" and using LD_PRELOAD or "hotpatching" does not fit together >> for me...? >> >> - wine uses it own elfloader, which might cause issues. > Really? I thought it used the standard elf loade

Re: spec file and -arch

2013-03-08 Thread André Hentschel
Am 05.03.2013 22:57, schrieb Stefan Leichter: > Hi, > > when i look into msvcr100.spec file i find lots of different parameters for > the > switch (?) -arch . So fare i have seen: arm, i386, win32, win64 and x86_64 . > > To me it is not clear what is the difference between win64 and x86_64. The

Re: Crash confuses me

2013-03-08 Thread Francois Gouget
On Fri, 8 Mar 2013, Marcus Meissner wrote: [...] > "real NOVICE" and using LD_PRELOAD or "hotpatching" does not fit together for > me...? > > - wine uses it own elfloader, which might cause issues. Really? I thought it used the standard elf loader hence the need for tricks to get the native lib

Re: ntdll: make NtDelayExecution a bit more efficient

2013-03-08 Thread Francois Gouget
On Fri, 8 Mar 2013, Juan Lang wrote: [...] > > Michael Stefaniuc wrote: > > >> i.e. commit 8099c2b9. JW says "... to more closely resemble Windows > > >> behavior. The key is to yield in a Sleep..." I think it's really a three patch series and the first one has the clearer commit message: commi

Re: Crash confuses me

2013-03-08 Thread Marcus Meissner
On Thu, Mar 07, 2013 at 07:53:57PM +, Graham wrote: > I use a LD_PRELOAD before running wine so that i can debug my application. > > The library which is preloaded is able to replace system dlsym and from > that, other consequence library call. > > There is no problem until, i put some Detour

Re: user32/tests: SetWindowPos() propagates update region from WS_CLIPCHILDREN child to its children (try 3).

2013-03-08 Thread Alexandre Julliard
Sergey Guralnik writes: > This patch demonstrates the most interest case from previous versions. > When SetWindowPos() moves child window, that has some invalid > area, it also invalidates children of this window according to its > update region, even if moved window has WS_CLIPCHILDREN style. >

Re: msvcr110: Add VS2012 C/C++ runtime

2013-03-08 Thread Alexandre Julliard
Stefan Leichter writes: > @@ -0,0 +1,2260 @@ > +# MS VC++2012 runtime library > + > +@ stub -arch=arm ??0?$_SpinWait@$00@details@Concurrency@@QAA@P6AXXZ@Z > +@ stub -arch=win32 ??0?$_SpinWait@$00@details@Concurrency@@QAE@P6AXXZ@Z > +@ stub -arch=win64 ??0?$_SpinWait@$00@details@Concurrency@@QEAA@

Re: ntdll: make NtDelayExecution a bit more efficient

2013-03-08 Thread Juan Lang
On Fri, Mar 8, 2013 at 6:11 AM, Graham Knap wrote: > Michael Stefaniuc wrote: > >> i.e. commit 8099c2b9. JW says "... to more closely resemble Windows > >> behavior. The key is to yield in a Sleep..." > > > > JW is Jeremy White so us old timers chuckle now ;) > > I know the name, but nothing mor

Re: winhttp: Implement WINHTTP_OPTION_CONNECTION_INFO. (try 2)

2013-03-08 Thread Alexandre Julliard
Hans Leidekker writes: > --- > dlls/winhttp/session.c | 71 > ++ > dlls/winhttp/tests/winhttp.c | 62 > include/winhttp.h| 16 ++ > 3 files changed, 149 insertions(+) Now it breaks the

Re: ntdll: make NtDelayExecution a bit more efficient

2013-03-08 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-03-08 15:11, schrieb Graham Knap: > Michael Stefaniuc wrote: >> If the ancient wisdom isn't backed by tests there's a fair chance >> that it might not be applicable today. Or that it was a wrong >> theory This is guesswork, but maybe the yield

Re: ntdll: make NtDelayExecution a bit more efficient

2013-03-08 Thread Graham Knap
Michael Stefaniuc wrote: >> i.e. commit 8099c2b9. JW says "... to more closely resemble Windows >> behavior. The key is to yield in a Sleep..." > > JW is Jeremy White so us old timers chuckle now ;) I know the name, but nothing more. Why is this funny? > If the ancient wisdom isn't backed by tes

[1/3] Make mac driver the default on OS X

2013-03-08 Thread Joerg-Cyril.Hoehle
Hi, >> I'm not sure it's worth it. In my experience, the virtual desktop >> has more often been used to work around X window manager >> limitations. The hope is that we have greater control with the Mac >> driver. If all else fails, the X11 driver is still available. > True. Anyone who'd even b

[1/3] Make mac driver the default on OS X

2013-03-08 Thread Joerg-Cyril.Hoehle
Hi, Charles Davis wrote: >While we're on the subject of bugs: another annoying problem is that, >when a window is first created, the view appears black I had a very annoying experience: when I started winemac the first time, the whole screen turned black for a fraction of a second. That was very

Re: Crash confuses me

2013-03-08 Thread GOUJON Alexandre
On 03/07/2013 08:53 PM, Graham wrote: Another thing to notice is that this was tested using wine1.4.1 However it DOES work with wine1.5.10 [...] If it works with the latest version, it means there was a bug and we fixed it. Each commit is as small as possible to ease the identification of the