..
tests
Fix test to succeed in Win 98/2K and most probably ME/XP as well.
2003-04-01 04:41:12 +00:00
.cvsignore
Added .spec.def files.
2002-12-12 22:04:04 +00:00
authors.h
Updated authors list.
2003-02-19 23:30:10 +00:00
brsfolder.c
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
2003-01-07 20:36:20 +00:00
changenotify.c
Change SHChangeNotify to be Unicode and ANSI indifferent, as the type
2003-01-21 19:36:24 +00:00
classes.c
Handle SEE_MASK_CLASSKEY case for ShellExecute.
2003-05-19 23:07:49 +00:00
clipboard.c
Separate the HINSTANCEs used by GetShellOle() and other delay load
2003-01-15 00:45:19 +00:00
control.c
- Change launch functions to use unicode and implement Control_RunDLLW.
2002-12-13 02:17:54 +00:00
dataobject.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
debughlp.c
Add a PIDL type For Network Provider.
2003-05-19 21:42:44 +00:00
debughlp.h
Fixed warnings.
2002-07-02 02:09:39 +00:00
dialogs.c
Remove (POINTER)NULL casts.
2003-01-14 23:43:41 +00:00
dragdrophelper.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
enumidlist.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
folders.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
iconcache.c
Change the return value for ExtractIconEx from HICON to UINT and make
2002-12-10 19:10:11 +00:00
Makefile.in
Remove code that starts wineshelllink, instead create a windows
2003-05-21 18:50:53 +00:00
memorystream.c
Remove code that starts wineshelllink, instead create a windows
2003-05-21 18:50:53 +00:00
pidl.c
Add a PIDL type For Network Provider.
2003-05-19 21:42:44 +00:00
pidl.h
Add a PIDL type For Network Provider.
2003-05-19 21:42:44 +00:00
shell32_Ca.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Cn.rc
Added Simplified Chinese support.
2002-11-20 19:47:44 +00:00
shell32_Cs.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Da.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_De.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_En.rc
Bring some French resources in sync with English ones.
2002-10-23 23:34:32 +00:00
shell32_Eo.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Es.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Fi.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Fr.rc
Bring some French resources in sync with English ones.
2002-10-23 23:34:32 +00:00
shell32_Hu.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_It.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Ja.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Ko.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_main.c
Pass correct pointer to CoCreateInstance in SHLoadInProc.
2003-05-13 22:19:01 +00:00
shell32_main.h
Remove code that starts wineshelllink, instead create a windows
2003-05-21 18:50:53 +00:00
shell32_Nl.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_No.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Pl.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Pt.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Ru.rc
Added a lot of Russian translations.
2003-05-04 02:33:08 +00:00
shell32_Si.rc
Added Slovenian resources.
2002-08-15 21:48:58 +00:00
shell32_Sk.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Sv.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_Wa.rc
Added RunFileDlg with MRU list.
2002-06-10 02:34:36 +00:00
shell32_xx.rc
Added version info resource.
2002-05-19 22:22:36 +00:00
shell32_Zh.rc
Added support for #pragma code_page.
2002-08-15 21:57:36 +00:00
shell32.spec
Partial implementation/stub of undocumented function shell32.256.
2003-05-13 22:20:13 +00:00
shell.c
shell.c is now 16-bit only.
2003-03-21 23:39:24 +00:00
shell.spec
Removed support for 'rsrc' spec file statement.
2002-11-18 23:16:09 +00:00
shellfolder.h
Simplified COM interface declarations, removing the need to define
2003-04-11 00:31:02 +00:00
shelllink.c
Remove code that starts wineshelllink, instead create a windows
2003-05-21 18:50:53 +00:00
shellole.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
shellord.c
Implemented ReadCabinetState and WriteCabinetState.
2003-05-19 18:54:01 +00:00
shellpath.c
Add CSIDL_PROFILES. Improved logging for non-existent CSIDL values.
2003-03-17 04:42:45 +00:00
shellreg.c
Make shell32 compile with -DSTRICT.
2002-11-21 23:56:42 +00:00
shellstring.c
Implemented CheckEscapesA/W.
2003-03-26 23:59:51 +00:00
shfldr_desktop.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
shfldr_fs.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
shfldr_mycomp.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
shfldr.h
- Cleaned up the implementation of shell folders and put them into
2002-07-24 01:56:03 +00:00
shlexec.c
Handle SEE_MASK_CLASSKEY case for ShellExecute.
2003-05-19 23:07:49 +00:00
shlfileop.c
Clean up SHFileOperationA/W debugging a little.
2003-05-11 03:31:08 +00:00
shlfolder.c
Add few SFGAO_CAN* attributes to supported list.
2003-03-05 02:48:26 +00:00
shlmenu.c
Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
2003-04-17 02:18:33 +00:00
shlview.c
Make sure we find the drag and drop functions before calling them.
2003-05-19 23:14:09 +00:00
shpolicy.c
Cosmetic fixes.
2003-03-27 00:00:15 +00:00
shres.rc
Fix miscellaneous spelling errors and typos.
2003-05-13 00:41:57 +00:00
shresdef.h
Introduced some declarations and resources needed for a more complete
2002-12-19 04:11:22 +00:00
shv_bg_cmenu.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
shv_item_cmenu.c
Removed uses of the non standard ICOM_VTBL macro.
2003-04-10 18:17:34 +00:00
systray.c
Added CS_DBLCLKS so that systray receives double clicks.
2002-11-24 22:16:29 +00:00
undocshell.h
Implemented ReadCabinetState and WriteCabinetState.
2003-05-19 18:54:01 +00:00
version16.rc
Added version info to 16-bit shell.dll.
2002-06-04 00:52:49 +00:00