2007-05-25 |
Dmitry Timoshkov | wine: Switch to using 'long' for INT_PTR type for 64... |
blob | commitdiff | raw |
2007-03-28 |
Dmitry Timoshkov | include: Add some API prototypes to appropriate header... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Thomas Weidenmueller | shell32: Implement the property sheet extension array... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Thomas Weidenmueller | shell32: Fix prototypes. |
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-02 |
Andrew Talbot | shell32: Cast-qual warnings fix. |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Mikołaj Zalewski | shell32: Document the shell32 "mini-COM" functions. |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Andrew Talbot | shell32: Write-strings warnings fix. |
blob | commitdiff | raw | diff to current |
2006-07-14 |
András Kovács | shell32: Stub for SHSetLocalizedName. |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Juan Lang | shell32: Add a stub for InvalidateDriveType. |
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 |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Dmitry Timoshkov | Correctly handle flags parameter in SHAddToRecentDocs. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Kevin Koltzau | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Vitaly Lipatov | - Realize DoEnvironmentSubstA via ExpandEnvironmentStri... |
blob | commitdiff | raw | diff to current |
2005-04-19 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jon Griffiths | Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc). |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Hans Leidekker | Stub implementations for SHUpdateImageA, SHHandleUpdate... |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
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-09-07 |
Francois Gouget | Fix c_parser.pm so it handles 'const' preceeding a... |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Robert Shearman | - Add exports for missing ordinals 191-194. |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Francois Gouget | Don't export the shell32 SHAllocShared functions by... |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Francois Gouget | Moved declarations from undocshell.h to shlobj.h to... |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Ge van Geldorp | Match prototypes to Platform SDK. |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Robert Shearman | Make ole32 a delay-load import of shell32. |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2004-04-29 |
Mike McCormack | Stub implementation for SHFindFiles. |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Alexandre Julliard | Moved some more definitions out of undocshell.h into... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Rolf Kalbermatter | Use INVALID_FILE_ATTRIBUTES to test for failure of |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Rolf Kalbermatter | Signed/unsigned warnings and some formatting. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Mike McCormack | Implemented ReadCabinetState and WriteCabinetState. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Ulrich Czekalla | Partial implementation/stub of undocumented function... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Rolf Kalbermatter | Do at least something for SHDragDrop functions although... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Rolf Kalbermatter | Fixed some signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Rolf Kalbermatter | Implement ParseFieldW function based on its ANSI sibling. |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alberto Massari | SHGetSetSettings has now the right signature and the... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Johan Dahlin | Make shell32 compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Rolf Kalbermatter | Implemented SHCreateStdEnumFmtEtc. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Mike McCormack | Stubs for DAD_Drag Enter, EnterEx, Move AutoScroll... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Alexandre Julliard | Import comctl32 functions from shell32 by ordinal. |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Duane Clark | Combined implementations of ShellExecute/Ex. |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Duane Clark | strcasecmp returns zero on a match. |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Juergen Schmied | - changed STRRET definition |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Aric Stewart | Enable ShellExecuteEx to actually open things with... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Alexandre Julliard | CodeWeavers |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Alexandre Julliard | Removed use of SET_DEBUGGING, it's broken anyway. |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Francois Gouget | Make the Wine trace facilities accessible from Winelib... |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Ove Kaaven | Handle the lpDirectory field of the LPSHELLEXECUTEINFO. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Jon Griffiths | Add exclusion defs & remaining funcs, remove internal... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Guy Albertelli | Fix SHAddToRecentDocs code to properly handle native... |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Guy Albertelli | Implemented dummy stub for SHChangeNotifyUpdateEntryLis... |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Guy Albertelli | Implement initial version of SHAddToRecentDocs. |
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-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Eric Pouech | A first stab at implementing the RunDll features. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Juergen Schmied | Export SHGetSettings by name. New stub for shell.68. |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Eric Pouech | Fixed ShellMessageBox[AW] buffers usage (in some cases... |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Mike McCormack | Fixed incorrect arg count in SHGetSettings that causes... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
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-26 |
Alexandre Julliard | Moved shlwapi routines from shell32.dll to shlwapi... |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Alexandre Julliard | Created separate libraries for dplay, shfolder, shlwapi... |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. |
blob | commitdiff | raw | diff to current |
2000-06-16 |
Juergen Schmied | - fixed null-pidl from _ILCreateControl |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Juergen Schmied | - new dll shfolder.dll |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Alexandre Julliard | Use the Unicode string functions from wine/unicode... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Juergen Schmied | - New (some stubs): SHGetFolderLocation, PathAddExtension, |
blob | commitdiff | raw | diff to current |
2000-05-11 |
Patrik Stridvall | Fixed some debug messages. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Juergen Schmied | Moved policy related functions to shpolicy.c |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Alexandre Julliard | Implemented on-demand loading of builtin dlls using... |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Juergen Schmied | Fixes for ShellExecuteEx. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Juergen Schmied | Started implementation of shell notifications. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Juergen Schmied | Small fixes. |
blob | commitdiff | raw | diff to current |
1999-12-26 |
Francois Gouget | Wrapped some strings in a debugstr_* call. |
blob | commitdiff | raw | diff to current |
1999-11-23 |
Juergen Schmied | - made IShellFolder a aggregable object |
blob | commitdiff | raw | diff to current |
next |