2005-09-02 |
Kevin Koltzau | Fix warnings in 64bit. |
blob | commitdiff | raw |
2005-08-29 |
Michael Jung | Clone pidlLast before free'ing pidl after call to SHBin... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllCanUnloadNow, DllGetClass... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Detlef Riekenberg | Printers_RegisterWindowW / Printers_UnregisterWindow... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Detlef Riekenberg | Printer_LoadIconsW: implemented minimal version. |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Robert Shearman | Implement ShellDDEInit. |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Ge van Geldorp | Overlay icons for .lnk files with a small arrow in... |
blob | commitdiff | raw | diff to current |
2005-05-12 |
Mike McCormack | Split SHGetFileInfoW into two functions. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Huw Davies | Fix the icon resource ids (most were off by one). |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Hans Leidekker | - Revert wrong -noname markup for Drag*, DoEnvironmentS... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Mike McCormack | Reindent some code to improve readability. |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Mike McCormack | Define some extra SHFGI values. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Jacek Caban | Get rid of W->A call. |
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-12-17 |
Alexandre Julliard | Remove some no longer needed AW functions. |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Klemens Friedl | More Windows-like About dialog. |
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-22 |
Robert Shearman | GetWindowLong -> GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Robert Shearman | Share version information between DllGetVersion and... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Juan Lang | Added support for DLLVERSIONINFO2 in DllGetVersion. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Jon Griffiths | Delete the about dialog font when the dialog is closed. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Ge van Geldorp | Match prototypes to Platform SDK. |
blob | commitdiff | raw | diff to current |
2004-05-19 |
Eric Pouech | GetModuleFileName[AW] doesn't terminate the string... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Juan Lang | Add stub for ShellDDEInit to let Windows explorer.exe... |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Mike McCormack | Unicode-ify the icon cache and SHGetFileInfo. |
blob | commitdiff | raw | diff to current |
2004-01-26 |
Martin Fuchs | - don't link directly to NTDLL; use MultiByteToWideChar... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Martin Fuchs | Use full paths instead of only filenames in icon cache... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Dimitrie O. Paun | {Global,Local}ReAlloc() does not allocate memory. |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Alexandre Julliard | Generate the authors list for the shell about dialog... |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Filip Navara | - Removed initialization of sh32_policy_table in SHInit... |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Pavel Roskin | Make it possible to close the "About Wine" dialog by... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved undocumented functions out of the exported commct... |
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-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
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-09-02 |
Martin Fuchs | Declare LPCITEMIDLIST as 'const' pointer and adjust... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Rein Klazes | Fixed a typo in the previous SHGetFileInfo() patch. |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Stephan BEUZE | - Fixed iIndex use in SHGetFileInfoA (as of MSDN, iInde... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Jason Edmeades | SHGetFileInfo should tolerate null pointers. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Huw Davies | Pass correct pointer to CoCreateInstance in SHLoadInProc. |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Andreas Mohr | Some spelling and formatting fixes. |
blob | commitdiff | raw | diff to current |
2003-03-16 |
Vitaliy Margolen | - make SHGetFileInfo handle relative paths |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Juergen Schmied | Fixed crash in winamp reported by Andreas Mohr. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Rolf Kalbermatter | Added Unicode versions of the HCR_ internal functions. |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Rolf Kalbermatter | Fix shell32.ExtractIcon with A->W and 16 -> 32 calls. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Johan Dahlin | Make shell32 compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
blob | commitdiff | raw | diff to current |
2002-11-01 |
Alberto Massari | - Fixed typo in SHGetFileInfoA. |
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-10-30 |
Carlos Lozano | Fixed SHGFI_SYSICONINDEX flag handling. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Carlos | The function SHGetFileInfoA wasn't supporting the flag |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
blob | commitdiff | raw | diff to current |
2002-10-15 |
Steve Lustbader | Fix off-by-one error in determining number of arguments. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Andriy Palamarchuk | Do not set window position on ABM_WINDOWPOSCHANGED. |
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 |
Juergen Schmied | - Cleaned up the implementation of shell folders and... |
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-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Eric Pouech | Fixed ShellExecute functions when ddeexec was present... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Gerard Patel | Added missing parenthesis in ShGetFileInfoA. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Guy Albertelli | - Define rest of URL_ESCAPE... and other flags. |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Aric Stewart | Fixed the behavior for SHGetFileInfo when the SHGFI_USE... |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Francois Gouget | Allocate the array and strings in one lump (bug found... |
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-09-20 |
Guy L. Albertelli | Get more entry points from Comctl32 and save the addresses. |
blob | commitdiff | raw | diff to current |
2001-09-20 |
Francois Gouget | Fix the conversions of a command line to/from an argv... |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Fixed a couple of HWND type mismatches. |
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-22 |
Alexandre Julliard | Got rid of HEAP_strdupW. |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Francois Gouget | Added missing CommandLineToArgvW prototype. |
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-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-03-10 |
James Juran | Implement SHGetFileInfoW by calling SHGetFileInfoA. |
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 |
2001-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
blob | commitdiff | raw | diff to current |
2001-01-20 |
Alexandre Julliard | Fixed a number of incompatibilities in OEM icons/cursor... |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Alexandre Julliard | Replaced some GetProcAddress() imports by the standard... |
blob | commitdiff | raw | diff to current |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Finished separation of shell32 and wsock32. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Fixed a few dependencies on 16-bit or internal function... |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Dave Pickles | Implement SHGFI_EXETYPE function of SHGetFileInfo. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Andreas Mohr | - stupid spelling fixes |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-08-20 |
Chris Morgan | Implemented DuplicateIcon(). |
blob | commitdiff | raw | diff to current |
2000-08-16 |
Marcus Meissner | Missed the first character of every argument in Command... |
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-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
blob | commitdiff | raw | diff to current |
next |