Sweden-Number/dlls/shell32
Vincent Povirk 02a01f9585 shell32: Fix a memory leak in a test. 2009-12-14 12:07:30 +01:00
..
tests shell32: Fix a memory leak in a test. 2009-12-14 12:07:30 +01:00
.gitignore
Makefile.in shell32: Move the IQueryAssociations implementation from shlwapi to shell32. 2009-08-25 11:13:26 +02:00
appbar.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
assoc.c shell32: Deal better with spaces in ASSOCSTR_COMMAND values. 2009-11-24 15:53:36 +01:00
autocomplete.c shell32: Remove unnecessary linefeeds in traces. 2009-05-21 17:17:26 +02:00
brsfolder.c Remove a couple of superfluous casts. 2009-08-29 17:11:26 +02:00
cdrom.ico
changenotify.c shell32: Specify the full application path when starting winemenubuilder.exe. 2009-10-27 11:21:34 +01:00
classes.c shell32: HCR_GetDefaultIconFromGUIDW() is unused so remove it. 2009-02-09 13:15:11 +01:00
clipboard.c
control.c shell32: Don't try to call a 16-bit function on non-x86 platforms. 2009-09-25 14:37:57 +02:00
cpanel.h shell32: Execute control panel applets in separate process. 2009-07-21 10:47:06 +02:00
cpanelfolder.c shell32: Use FAILED instead of !SUCCEEDED. 2009-09-10 11:08:39 +02:00
dataobject.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
dde.c
debughlp.c shell32: Remove unnecessary linefeeds in traces. 2009-05-21 17:17:26 +02:00
debughlp.h
delete.ico
desktop.ico
desktop.svg
dialogs.c shell32: Fix RunFileDialog to close after starting apps. 2009-07-01 11:38:27 +02:00
document.ico
dragdrophelper.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
drive.ico
enumidlist.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
enumidlist.h
floppy.ico
folder.ico
folder.svg
folder_open.ico
folder_open.svg
folders.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
iconcache.c shell32: handle corrupt entry in iconcache registry entry (Coverity). 2009-12-04 14:34:58 +01:00
idb_tb_large.bmp
idb_tb_small.bmp
mycomputer.ico
mycomputer.svg
mydocs.ico
mydocs.svg
netdrive.ico
netdrive2.ico
pidl.c shell32: Stub for SHParseDisplayName. 2009-04-30 12:45:53 +02:00
pidl.h shell32: Define PT_FOLDERW. 2009-04-06 11:15:48 +02:00
printer.ico
ramdisk.ico
recyclebin.c
regsvr.c shell32: Add and register CLSID_QueryAssociations. 2009-03-04 12:15:21 +01:00
searching.avi
shell32.spec shell32: Add Unicode version of GetFileNameFromBrowse. 2009-11-12 15:17:18 +01:00
shell32_Bg.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Ca.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Cs.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Da.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_De.rc shell32: Fix German folder names. 2009-07-22 11:02:28 +02:00
shell32_En.rc shell32: Fix English folder names. 2009-07-21 10:46:39 +02:00
shell32_Eo.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Es.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Fi.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Fr.rc shell32: Fix French translation & UI display. 2009-07-10 12:11:52 +02:00
shell32_Hu.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_It.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Ja.rc shell32: Update Japanese translation. 2009-08-24 15:17:32 +02:00
shell32_Ko.rc shell32: Updated Korean resource. 2009-08-03 16:00:57 +02:00
shell32_Lt.rc Various small Lithuanian translation fixes. 2009-07-20 12:20:46 +02:00
shell32_Nl.rc shell32: More Dutch translations fixes. 2009-07-15 13:23:37 +02:00
shell32_No.rc shell32: Update Norwegian Bokmål translation. 2009-07-03 14:28:31 +02:00
shell32_Pl.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Pt.rc shell32: Update Portuguese translation and convert to UTF8. 2009-07-07 13:31:08 +02:00
shell32_Ro.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Ru.rc dlls: Update Russian translations. 2009-10-20 13:46:45 +02:00
shell32_Si.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Sk.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Sv.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Tr.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Uk.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Wa.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_Zh.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shell32_main.c shell32: Fix an uninitialized memory access in SHGetFileInfoW. 2009-12-14 12:07:25 +01:00
shell32_main.h shell32: Specify the full application path when starting winemenubuilder.exe. 2009-10-27 11:21:34 +01:00
shellfolder.h
shellitem.c shell32: Use FAILED instead of !SUCCEEDED. 2009-09-10 11:08:39 +02:00
shelllink.c shell32: Fix setting of NULL arguments in IShellLink. 2009-11-16 20:09:48 +01:00
shellole.c shell32: Move the IQueryAssociations implementation from shlwapi to shell32. 2009-08-25 11:13:26 +02:00
shellord.c shell32: Implement support for SHIL_SYSSMALL in SHGetImageList. 2009-11-19 11:48:25 +01:00
shellpath.c shell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESKTOPDIRECTORY. 2009-08-10 13:10:30 +02:00
shellreg.c shell32: Make shell.dll into a stand-alone 16-bit module. 2009-04-01 18:20:13 +02:00
shellstring.c
shfldr.h
shfldr_desktop.c shell32: Handle shell: urls internal in ParseDisplayName instead of passing them to shdocvw. 2009-06-26 12:04:32 +02:00
shfldr_fs.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
shfldr_mycomp.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
shfldr_netplaces.c shell32: Remove superfluous pointer casts from macros. 2009-02-19 12:51:57 +01:00
shfldr_unixfs.c shell32: Remove useless NULL check (Coverity). 2009-11-19 11:47:55 +01:00
shlexec.c shell32: Make some functions hookable. 2009-10-14 12:21:06 +02:00
shlfileop.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
shlfolder.c
shlfsbind.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
shlmenu.c shell32: Check for NULL lpText (Coverity). 2009-12-02 13:14:42 +01:00
shlview.c shell32: Fix some trace typos. 2009-12-09 14:25:25 +01:00
shortcut.ico
shpolicy.c shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
shres.rc shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shresdef.h shell32: Build language resource files separately. 2009-07-02 11:45:35 +02:00
shv_bg_cmenu.c
shv_item_cmenu.c
systray.c
trash.c
trash_file.ico
trash_file.svg
undocshell.h shell32: Make SHILCreateFromPathA() static and remove WINAPI. 2009-02-12 17:53:34 +01:00
version.h
version.rc
xdg.c
xdg.h