2000-03-08 |
Simen Zamecnik | Added Slovak language support. |
tree | commitdiff |
2000-03-08 |
Junichi Kuchinishi | Added some Japanese resources. |
tree | commitdiff |
2000-03-05 |
Alexandre Julliard | Added support for creating extra symlinks for .so files... |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Moved dll-specific make rules to a separate Makedll... |
tree | commitdiff |
2000-02-29 |
Niels Kristian Bec... | Removed superfluous #include statements for header... |
tree | commitdiff |
2000-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Moved file functions to shlfileop.c |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fix for OpenIcon. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Stub PathIsDirectory. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fixes for ShellExecuteEx. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Basic implementation of shell notifications. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Added icon no 4 (open folder). |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Made winmm a separate shared library. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-25 |
Marcus Meissner | We define PathISURLA, so use it. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Started with shell-clipboard handling (context menu... |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Removed ItemIDListList, reorganisation, more formats. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - implemented rename, copy and delete file |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Better context menus. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - new files related to context menu and drag drop file... |
tree | commitdiff |
2000-02-20 |
Alexandre Julliard | Stephane Lussier |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Started implementation of shell notifications. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | New file (SHFileOperation). |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Fixes. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - new internal interface for item manipulation (cut... |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | New aPidl handling functions. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-07 |
Sheri Steeves | Fix for the system tray, Icon and popup menu's now... |
tree | commitdiff |
2000-02-03 |
Alexandre Julliard | Removed resource.h. |
tree | commitdiff |
2000-01-31 |
Alexandre Julliard | Build most dlls as separate shared libraries. |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - add some documentation items |
tree | commitdiff |
2000-01-29 |
Marcus Meissner | nIconIndex == -1 should return nr of available icons... |
tree | commitdiff |
2000-01-23 |
Marcus Meissner | Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore... |
tree | commitdiff |
2000-01-23 |
Dmitry Timoshkov | Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharT... |
tree | commitdiff |
2000-01-18 |
Alexandre Julliard | Added debugstr_guid function and used it to replace |
tree | commitdiff |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file. |
tree | commitdiff |
2000-01-04 |
Juergen Schmied | Small fixes. |
tree | commitdiff |
2000-01-01 |
Alexandre Julliard | Make use of automatic ordinal allocation. |
tree | commitdiff |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
tree | commitdiff |
1999-12-26 |
Francois Gouget | Wrapped some strings in a debugstr_* call. |
tree | commitdiff |
1999-12-12 |
Juergen Schmied | Added StrNCpyA, StrNCpyW. |
tree | commitdiff |
1999-12-11 |
Alexandre Julliard | Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus... |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-11-28 |
Niels Kristian Bec... | Compiler warnings fixed. |
tree | commitdiff |
1999-11-23 |
Juergen Schmied | - made IShellFolder a aggregable object |
tree | commitdiff |
1999-11-23 |
Ian Schmidt | Added stub for DllInstall(). |
tree | commitdiff |
1999-11-23 |
Alexandre Julliard | Changed to use new server-side registry support. |
tree | commitdiff |
1999-11-21 |
Andreas Mohr | SHFind_InitMenuPopup is supposed to return a pointer. |
tree | commitdiff |
1999-11-14 |
Juergen Schmied | - the colums in the shellview are now created depending... |
tree | commitdiff |
1999-11-13 |
Juergen Schmied | - inserted markers for the bin2res tool |
tree | commitdiff |
1999-11-12 |
Gustavo Junior Alves | Use constants IDOK and IDCANCEL in .rc files. |
tree | commitdiff |
1999-11-12 |
Juergen Schmied | Made the buttons in the filedlg change when selecting... |
tree | commitdiff |
1999-11-07 |
Patrik Stridvall | Removed obsolete files no longer in use. |
tree | commitdiff |
1999-11-07 |
Juergen Schmied | - new interface declaration for IShellfolder2 |
tree | commitdiff |
1999-10-31 |
Francois Gouget | Generalized the use of the new ICOM_VFIELD and ICOM_VTB... |
tree | commitdiff |
1999-10-31 |
Pierre Mageau | A crash would occur if the file type in report mode... |
tree | commitdiff |
1999-10-25 |
Ian Schmidt | Partial implementation of the Shell32 call Win32DeleteF... |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | Added spec file declarations for already implemented... |
tree | commitdiff |
1999-10-23 |
Jim Aston | Added a few stubs. |
tree | commitdiff |
1999-10-23 |
Pierre Mageau | Fixed the ascending and descending sort order for the... |
tree | commitdiff |
1999-10-23 |
Juergen Schmied | - removed all unnecessary "winapi" from internal _IL... |
tree | commitdiff |
1999-10-23 |
Ulrich Czekalla | Implemented StrRChrA. |
tree | commitdiff |
1999-10-23 |
Ian Schmidt | Now inits the policy cache when shell32 is first instan... |
tree | commitdiff |
1999-10-23 |
Ian Schmidt | Real implementation of SHRestricted(), clarified SHInit... |
tree | commitdiff |
1999-10-13 |
Juergen Schmied | - implemented sorting the listview by clicking on the... |
tree | commitdiff |
1999-10-13 |
Francois Gouget | Use the COM macros rather than directly accessing the... |
tree | commitdiff |
1999-10-13 |
Juergen Schmied | Small fixes. |
tree | commitdiff |
1999-09-28 |
Ian Schmidt | Implementation of 2 Win98 by-ordinal SHELL32 routines... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Windows hook proc thunk management simplified. |
tree | commitdiff |
1999-09-19 |
Francois Boisvert | Added small feature in the file dialog. |
tree | commitdiff |
1999-09-19 |
Juergen Schmied | More support for special pidls in SHGetSpecialFolderLoc... |
tree | commitdiff |
1999-09-13 |
Andreas Mohr | Pretend successful execution of SHELL_NotifyIcon*(). |
tree | commitdiff |
1999-09-11 |
Patrik Stridvall | Eliminated warnings. |
tree | commitdiff |
1999-09-10 |
Niclas Karlsson | Fixed pattern matching in PathMatchSpecA/W |
tree | commitdiff |
1999-09-10 |
Francois Boisvert | Tabbing in the listview of the shellview. |
tree | commitdiff |
1999-09-10 |
Juergen Schmied | Fixed crash in detach sequence. |
tree | commitdiff |
1999-09-10 |
Juergen Schmied | Fixed wrong return value. |
tree | commitdiff |
1999-09-03 |
Francois Boisvert | Some <open> features in the file dialog 95. |
tree | commitdiff |
1999-09-03 |
Francis Beaudet | Fixed the support for the close button in the ShellAbou... |
tree | commitdiff |
1999-09-03 |
Francois Boisvert | Make directories name appear in the BrowseForFolder... |
tree | commitdiff |
1999-09-03 |
Marcus Meissner | Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW. |
tree | commitdiff |
1999-08-18 |
Michael Veksler | Removed unnecessary includes from ole related files. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | New internal dll, exporting already existing path funct... |
tree | commitdiff |
1999-08-15 |
James Juran | New routine DllEntryPoint for shell.dll. Loads shell32... |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | More use of rc files for strings and menus, fixes.... |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | New interface: DropSource. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | Better DropTarget. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | Implemented SHGetFileInfo better. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | Protect cache with critical section. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | QueryGetData, EnumFormatEtc implemented. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | Fixed mapping of file extensions to text. |
tree | commitdiff |
1999-08-15 |
Ulrich Weigand | Adapted to glue code generation changes. |
tree | commitdiff |
1999-08-08 |
Alexandre Julliard | Replaced a few calls to lstr* functions by their CRTDLL... |
tree | commitdiff |
1999-08-04 |
Ulrich Weigand | Moved various DLLs to dlls/ |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Fixed/added missing/wrong function prototypes and made... |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Eliminated warnings. |
tree | commitdiff |
1999-07-31 |
Eric Kohl | Added stubs for DAD_SetDragImage() and PathCleanupSpec(). |
tree | commitdiff |
1999-07-28 |
Juergen Schmied | Fixed use of StrRetToStrN. |
tree | commitdiff |
1999-07-28 |
Juergen Schmied | StrRetToStrN[A|W|AW] new independent unicode/ascii... |
tree | commitdiff |
next |