2008-07-09 |
Daniel Remenak | shell32: Fix crash regression in browse for folder... |
blob | commitdiff | raw |
2008-07-08 |
Mikołaj Zalewski | shell32: Make new style Browse For Folders dialog resiz... |
blob | commitdiff | raw | diff to current |
2008-01-21 |
Andrew Talbot | shell32: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-09-11 |
Andrew Talbot | shell32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Lei Zhang | shell32: Start implementing BIF_USENEWUI. |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Dmitry Timoshkov | wine: Switch to using 'long' for INT_PTR type for 64... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Andrew Talbot | shell32: Exclude unused headers. |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Mikołaj Zalewski | shell32: Make sure BrowseForFolder doesn't return NULL... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Hans Leidekker | shell32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-10-07 |
James Hawkins | janitorial: Remove redundant NULL checks before SHFree. |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Andrew Talbot | shell32: Cast-qual warnings fix. |
blob | commitdiff | raw | diff to current |
2006-07-13 |
Alexandre Julliard | shell32: Avoid using macros that cause gcc warnings. |
blob | commitdiff | raw | diff to current |
2006-06-26 |
James Hawkins | shell32: Add missing multiply by sizeof(WCHAR)l |
blob | commitdiff | raw | diff to current |
2006-06-12 |
Alexandre Julliard | shell32: Make some variables static and/or const. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Michael Jung | shell32: Support BFFM_SETSELECTION[AW] and BFFM_SETEXPA... |
blob | commitdiff | raw | diff to current |
2006-03-03 |
Mike McCormack | shell32: Fix some gcc 4.1 warnings caused by casts... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Huw Davies | shell: Fix incorrect usage of the return value of StrRe... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
Michael Jung | Initialize OLE instead of just COM, in order to enable... |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Michael Jung | Initialize COM prior to displaying the SHBrowseForFolde... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Michael Jung | More robust code for querying ShellFolder attributes... |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Aric Stewart | MSDN states that the pszDisplayName member of BROWSEINF... |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Kevin Koltzau | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Aric Stewart | Fix the BrowseForFolder dialog so that when it does... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Michael Jung | Let BindToObject fail, if called with empty relative... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Michael Jung | Return a cloned PIDL by SHBrowseForFolder to avoid... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Mike McCormack | Remove static variables in SHBrowseForFolder implementa... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Mike McCormack | Split up the window procedure. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Michael Jung | Fixed incorrect IShellFolder::EnumOjects API usage. |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Michael Jung | Fixed parsing of ITEMIDLIST in InitializeTreeView. |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Robert Shearman | Don't sort the children of My Computer in shell browse... |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Uwe Bonnes | Assume MAX_PATH length for pszDisplayName. |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Wolfgang Schwotzer | SHBrowseForFolder: support lpBrowseInfo->pszDisplayName... |
blob | commitdiff | raw | diff to current |
2004-01-07 |
Alexandre Julliard | Removed incorrect uses of DUMMYUNIONNAME. |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Martin Fuchs | Declare LPCITEMIDLIST as 'const' pointer and adjust... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Eric Pouech | Only release object if we actually got it. |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Robert Shearman | - Support a few more flags |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Rolf Kalbermatter | Fix SHBrowseForFolder W -> A calls. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Johan Dahlin | Make shell32 compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Dmitry Timoshkov | Make dialog IDs "Browse for Folder" compatible with IE. |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Juergen Schmied | - Cleaned up the implementation of shell folders and... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Jon Griffiths | Implemented SHBrowseForFolderW. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-20 |
Bill Medland | Get the folder browser to work as well with W notificat... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Moved undocshell.h to dlls/shell32. Removed shell16.h. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Eric Pouech | Improved a bit the folder browsing implementation. |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Moved a few non-standard headers into their respective... |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Alexandre Julliard | Added guiddef.h and moved a few GUID definitions to... |
blob | commitdiff | raw | diff to current |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
blob | commitdiff | raw | diff to current |
2000-05-11 |
Patrik Stridvall | Fixed some debug messages. |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Juergen Schmied | Complete cleanup, bugfixes. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Francois Gouget | Explicitly use the TVN_xxxA version of the macros. |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Alexandre Julliard | Removed resource.h. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Francois Gouget | Use the COM macros rather than directly accessing the... |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Francois Boisvert | Make directories name appear in the BrowseForFolder... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Fixed/added missing/wrong function prototypes and made... |
blob | commitdiff | raw | diff to current |
1999-07-28 |
Juergen Schmied | Fixed use of StrRetToStrN. |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Juergen Schmied | Many fixes/reimplementations. |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Francois Boisvert | Implemented TREEVIEW_InsertItemW. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Bertho Stultiens | Built-in dlls now have resources attached via the PE... |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Michael Veksler | Removed some includes of 16 bit API. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Juergen Schmied | Moved stuff to the right place. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Juergen Schmied | All 19 FileMenu_* functions, some as stubs, some implem... |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Juergen Schmied | Use the new header for COM definitions. |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Juergen Schmied | - IShellFolder and IEnumIDList are using the new COM... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Zygo Blaxell | Fixed two pointer/integer mismatch warnings. |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Francois Gouget | Replaced references to interfaces.h by wine/obj_xxx... |
blob | commitdiff | raw | diff to current |
1999-01-30 |
Alex Priem | - The usual bugfixes. |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Juergen Schmied | Implemented SHBrowseForFolder() dialog. |
blob | commitdiff | raw | diff to current |
|