Re: [PATCH 3/4] shell32: Some events are sent twice in SHChangeNotify

2010-11-12 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=7032 Your paranoid android.

Re: loader: On Mac, reserve the process's original thread for the frameworks. (try 2)

2010-11-12 Thread Ken Thomases
On Nov 12, 2010, at 5:14 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> +/* This is a hack. We want to wait until the main thread has >> + * really exited in response to our signal. However, Mac OS X >> + * doesn't let us join the main thread for whatever rea

Help with 'WineAPI' wiki

2010-11-12 Thread Max TenEyck Woodbury
As I mentioned before, I am trying to establish a place where the Windows API can be discussed that is not under the control of Microsoft. While the name I have chosen is debatable, it is not beyond reason and conveys enough about its intended contents that it should not be too hard to find. It c

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 6

2010-11-12 Thread Charles Davis
On 11/9/10 12:49 PM, Charles Davis wrote: > What's wrong now? I still don't know what's wrong. Chip

Re: regedit: add a manpage

2010-11-12 Thread Austin English
On Fri, Nov 12, 2010 at 7:29 PM, Alexandre Julliard wrote: > Austin English writes: > >> I wasn't worried about the patches being under my name. I'll email the >> author and ask him to submit them, but I'm not holding my breath, >> since the Debian wine package is very out of date and inactive. I

Re: regedit: add a manpage

2010-11-12 Thread Alexandre Julliard
Austin English writes: > I wasn't worried about the patches being under my name. I'll email the > author and ask him to submit them, but I'm not holding my breath, > since the Debian wine package is very out of date and inactive. If I > don't receive a response in a week or so, would it be okay t

Re: regedit: add a manpage

2010-11-12 Thread Austin English
On Fri, Nov 12, 2010 at 11:10 AM, Alexandre Julliard wrote: > Austin English writes: > >> While looking at the Debian Wine sources, I found they have manpages >> for several of our bulitin programs :-) > > Then you should ask them to submit patches. You can't just grab the > manpages and submit u

re: d3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7

2010-11-12 Thread Dan Kegel
I think that's a clue that you need a better name than 'i'. Maybe 'fixme_shown'.

Re: [2/11] update Simplified Chinese translation: notepad

2010-11-12 Thread Paul Vriens
On 11/12/2010 02:26 PM, cheer_xiao wrote: Here is my update for the Simplified Chinese translation. I have "make"d all corresponding files to ensure that they don't get broken. Copyright info has been included (if not present). Hi, Most of your emails don't contain the actual patches. -- C

Re: [PATCH 1/4] shdocvw: Implement DocHostUIHandler::TranslateAccelerator.

2010-11-12 Thread Jacek Caban
Hi David, On 11/12/10 8:49 AM, David Hedberg wrote: --- dlls/shdocvw/dochost.c |9 +- dlls/shdocvw/tests/webbrowser.c | 251 ++- 2 files changed, 253 insertions(+), 7 deletions(-) diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/t

Re: loader: On Mac, reserve the process's original thread for the frameworks. (try 2)

2010-11-12 Thread Alexandre Julliard
Ken Thomases writes: > +{ > +CFRunLoopAddSource( CFRunLoopGetMain(), source, > kCFRunLoopCommonModes ); > +CFRunLoopSourceSignal( source ); > +CFRunLoopWakeUp( CFRunLoopGetMain() ); > +CFRelease( source ); > + > +/* This is a hack. We want to wait unt

Re: regedit: add a manpage

2010-11-12 Thread Alexandre Julliard
Austin English writes: > While looking at the Debian Wine sources, I found they have manpages > for several of our bulitin programs :-) Then you should ask them to submit patches. You can't just grab the manpages and submit under your name. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 1/2] msvcrt: Added qsort_s implementation. (try 4)

2010-11-12 Thread Alexandre Julliard
"Vincas Miliƫnas" writes: > +/* > + * Helper function for MSVCRT_qsort_s. > + * > + * Based on http://github.com/git/git/blob/master/compat/qsort.c > + * > + */ We already have a qsort in ntdll, I'd suggest to copy that (and/or

Re: [PATCH 4/4] shdocvw: Implement InPlaceActiveObject::TranslateAccelerator.

2010-11-12 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=7011 Your paranoid android.

Re: [PATCH] console: fix output for console handles opened with GENERIC_WRITE access

2010-11-12 Thread Eric Pouech
this has already been discussed on wine-devel a couple of days ago the "right" fix is either to fix WriteConsole so that it doesn't require read access (actually FILE_READ_PROPERTIES), or to grant this access user side so the fix in the server will be rejected A+ 2010/11/12 Martin Wilck > > Writ

Re: [PATCH 3/4] shdocvw: Implement ControlSite::TranslateAccelerator.

2010-11-12 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=7010 Your paranoid android.

Re: [PATCH 1/4] shdocvw: Implement DocHostUIHandler::TranslateAccelerator.

2010-11-12 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=7009 Your paranoid android.