Re: [PATCH] programs/explorer: Fix explorer's command line parsing (try 2)

2012-01-09 Thread Jay Yang
On 01/09/2012 09:46 AM, Vitaliy Margolen wrote: > On 01/08/2012 08:45 PM, Jay Yang wrote: >> Fixed some small formatting issues from last time. >> > > Your patch strips spaces all over the place. For example: > +LPWSTR *argv; > +if(commandline[0]=='\0'

Re: [PATCH] explorer: Try ShellExecute if the parameter isn't a directory (try 2)

2011-08-29 Thread Jay Yang
On 08/29/2011 04:08 AM, Jay Yang wrote: > Changes from last time: > Fixed a build issue. > > --- > programs/explorer/Makefile.in |2 +- > programs/explorer/explorer.c |4 > 2 files changed, 5 insertions(+), 1 deletions(-) > > sorry, thunderbird seems to have sent to old file

Re: [PATCH 2/2] comctl32: Send CBEM_DELETEITEM when CB_RESETCONTENT is received

2011-07-21 Thread Jay Yang
On 07/22/2011 12:19 AM, Nikolay Sivov wrote: > On 7/22/2011 06:59, Jay Yang wrote: >> diff --git a/dlls/comctl32/comboex.c b/dlls/comctl32/comboex.c >> index 3402a71..4888519 100644 >> --- a/dlls/comctl32/comboex.c >> +++ b/dlls/comctl32/comboex.c >> @

Re: shell32: Fix cast in RecycleBinMenu_InvokeCommand

2011-07-14 Thread Jay Yang
On 07/14/2011 09:50 AM, Alexandre Julliard wrote: > Jay Yang writes: > >> @@ -240,7 +240,7 @@ static HRESULT WINAPI >> RecycleBinMenu_InvokeCommand(IContextMenu2 *iface, >> LPCSTR verb = pici->lpVerb; >> if(!HIWORD(verb)) >> { >> -

Re: Behavior of SHChangeNotify

2011-06-25 Thread Jay Yang
On 06/24/2011 03:55 PM, Andrew Eikum wrote: > On 06/24/2011 12:27 PM, Jay Yang wrote: >> To try to implement copy-paste for shell folders, I used SHFileOperation for >> the actual copy. SHFileOperation calls SHChangeNotify to notify listeners >> about changes to the file

Behavior of SHChangeNotify

2011-06-24 Thread Jay Yang
like to know if either of these is a good solution, or if there are better solutions. I can also write a quick test to demonstrate the problem if necessary. -- Jay Yang

Question about the fSources argument to SHChangeNotifyRegister

2011-05-23 Thread Jay Yang
, in dlls/shell32/shlview.c, it gets passed SHCNF_IDLIST, which isn't even one of the values. SHCNF_IDLIST happens to be defined as 0, but I think that's irrelevant. Thanks -- Jay Yang

Re: GSoC: Implement the Explorer

2011-03-25 Thread Jay Yang
arge or too small? I haven't been able to find any good documentation on what exactly is implemented by explorerframe.dll, is there any? Thanks -- Jay Yang

GSoC: Implement the Explorer

2011-03-23 Thread Jay Yang
of Code project? In particular, I think it would be nice to have things like TortiseSVN working in wine. Thanks -- Jay Yang

GSoC: Cygwin and the file system

2011-03-20 Thread Jay Yang
Hello, First an introduction, My name is Jay Yang, I'm currently an undergraduate at the University of Michigan, and as this email indicates, I'm interested in participating in Google Summer of Code. I've been looking at the Cygwin project idea listed on the Summer of