.. |
tests
|
shell32/tests: Add tests for DoEnvironmentSubstA/W.
|
2012-12-05 12:53:19 +01:00 |
Makefile.in
|
…
|
|
appbar.c
|
…
|
|
assoc.c
|
shell32: Use proper macros when calling COM methods.
|
2012-07-30 17:13:33 +02:00 |
autocomplete.c
|
…
|
|
brsfolder.c
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
cdrom.ico
|
…
|
|
cdrom.svg
|
…
|
|
changenotify.c
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
classes.c
|
shell32: Indentation fix.
|
2012-12-21 11:37:22 +01:00 |
clipboard.c
|
…
|
|
control.c
|
shell32: Indentation fix.
|
2012-12-21 11:37:22 +01:00 |
control.ico
|
…
|
|
control.svg
|
…
|
|
cpanel.h
|
…
|
|
cpanelfolder.c
|
shell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.
|
2013-02-26 11:27:15 +01:00 |
dataobject.c
|
…
|
|
dde.c
|
…
|
|
debughlp.c
|
shell32: Indentation fix.
|
2012-12-21 11:37:22 +01:00 |
debughlp.h
|
…
|
|
delete.ico
|
…
|
|
delete.svg
|
…
|
|
desktop.ico
|
…
|
|
desktop.svg
|
…
|
|
dialogs.c
|
…
|
|
document.ico
|
…
|
|
document.svg
|
…
|
|
dragdrophelper.c
|
…
|
|
drive.ico
|
…
|
|
drive.svg
|
…
|
|
ebrowser.c
|
shell32: Use proper macros when calling COM methods.
|
2012-07-30 17:13:33 +02:00 |
enumidlist.c
|
shell32: Indentation fix.
|
2012-12-21 11:37:22 +01:00 |
floppy.ico
|
…
|
|
floppy.svg
|
…
|
|
folder.ico
|
…
|
|
folder.svg
|
…
|
|
folder_open.ico
|
…
|
|
folder_open.svg
|
…
|
|
folders.c
|
…
|
|
iconcache.c
|
…
|
|
idb_tb_large.bmp
|
…
|
|
idb_tb_small.bmp
|
…
|
|
mycomputer.ico
|
…
|
|
mycomputer.svg
|
…
|
|
mydocs.ico
|
…
|
|
mydocs.svg
|
…
|
|
netdrive.ico
|
…
|
|
netdrive.svg
|
…
|
|
netdrive2.ico
|
…
|
|
netdrive2.svg
|
…
|
|
pidl.c
|
shell32: Reorder code to avoid memory leaks (coverity).
|
2012-10-29 10:38:19 +01:00 |
pidl.h
|
…
|
|
printer.ico
|
…
|
|
printer.svg
|
…
|
|
ramdisk.ico
|
…
|
|
ramdisk.svg
|
…
|
|
recyclebin.c
|
shell32: Use proper macros when calling COM methods.
|
2012-07-30 17:13:33 +02:00 |
searching.avi
|
…
|
|
shell32.rc
|
…
|
|
shell32.rgs
|
…
|
|
shell32.spec
|
shell32: Match parameters list with function we're forwarding to.
|
2013-03-27 12:07:11 +01:00 |
shell32_classes.idl
|
…
|
|
shell32_main.c
|
shell32: Fix a buffer overflow in CommandLineToArgvW().
|
2012-11-12 12:13:02 +01:00 |
shell32_main.h
|
…
|
|
shell32_tlb.idl
|
…
|
|
shelldispatch.c
|
shell32: Reorder code to avoid memory leaks (coverity).
|
2012-10-29 10:38:19 +01:00 |
shellfolder.h
|
…
|
|
shellitem.c
|
shell32: Use proper macros when calling COM methods.
|
2012-07-30 17:13:33 +02:00 |
shelllink.c
|
Various background processes must be launched detached from current console (if any).
|
2013-01-16 14:02:55 +01:00 |
shellole.c
|
…
|
|
shellord.c
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
shellpath.c
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
shellreg.c
|
…
|
|
shellstring.c
|
Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode.
|
2012-09-24 22:27:28 +02:00 |
shfldr.h
|
shell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.
|
2013-02-26 11:27:15 +01:00 |
shfldr_desktop.c
|
shell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.
|
2013-02-26 11:27:15 +01:00 |
shfldr_fs.c
|
shell32: Move IFSFolder_Constructor() to avoid forward declarations.
|
2013-02-27 11:30:40 +01:00 |
shfldr_mycomp.c
|
shell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.
|
2013-02-26 11:27:15 +01:00 |
shfldr_netplaces.c
|
shell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.
|
2013-02-26 11:27:15 +01:00 |
shfldr_printers.c
|
…
|
|
shfldr_unixfs.c
|
shell32: Use proper macros when calling COM methods.
|
2012-07-30 17:13:33 +02:00 |
shlexec.c
|
shell32: Standardize on the ShellExecuteEx() terminology.
|
2012-10-18 19:21:10 +02:00 |
shlfileop.c
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
shlfolder.c
|
shell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.
|
2013-02-26 11:27:15 +01:00 |
shlfsbind.c
|
…
|
|
shlmenu.c
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
shlview.c
|
shell32: Indentation fix.
|
2012-12-21 11:37:22 +01:00 |
shlview_cmenu.c
|
shell32: Avoid signed-unsigned integer comparisons.
|
2013-02-26 11:26:53 +01:00 |
shortcut.ico
|
…
|
|
shortcut.svg
|
…
|
|
shpolicy.c
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
shresdef.h
|
…
|
|
systray.c
|
…
|
|
trash.c
|
…
|
|
trash_file.ico
|
…
|
|
trash_file.svg
|
…
|
|
undocshell.h
|
…
|
|
version.h
|
…
|
|
xdg.c
|
xdg: Fix a file handle leak (coverity).
|
2012-12-26 18:23:05 +01:00 |
xdg.h
|
…
|
|