- a nasty speedup changes and fixes
2051d78c
Dimitar Tsenev
committed
16 changed files
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs-1+1
/BExplorer/BetterExplorer/MainWindow.xaml.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus   base.ComInterface = nativeShellItem;
Add comment 40 Plus   ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
FileSystemListItem.cs
/Shell/_Plugin Interfaces/FileSystemListItem.cs-1+1
/Shell/_Plugin Interfaces/FileSystemListItem.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus   base.ComInterface = nativeShellItem;
Add comment 40 Plus   ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
IListItemEx.cs
/Shell/_Plugin Interfaces/IListItemEx.cs-1+1
/Shell/_Plugin Interfaces/IListItemEx.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus   base.ComInterface = nativeShellItem;
Add comment 40 Plus   ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
ComCtl32.cs
/Shell/Interop/ComCtl32.cs-1+1
/Shell/Interop/ComCtl32.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus   base.ComInterface = nativeShellItem;
Add comment 40 Plus   ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
Gdi32.cs
/Shell/Interop/Gdi32.cs-1+1
/Shell/Interop/Gdi32.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus   base.ComInterface = nativeShellItem;
Add comment 40 Plus   ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
IShellItem2.cs
/Shell/Interop/IShellItem2.cs-1+1
/Shell/Interop/IShellItem2.cs
Add comment 37
Add comment 38 Guid guid = new Guid(InterfaceGuids.IShellItem);
Add comment 39 knownFolderNative.GetShellItem(0, ref guid, out nativeShellItem);
Add comment 40 Minus   base.ComInterface = nativeShellItem;
Add comment 40 Plus   ComInterface = nativeShellItem;
Add comment 41
Add comment 42 }
Add comment 43
Ole32.cs
/Shell/Interop/Ole32.cs
/Shell/Interop/Ole32.cs
PropertySystemNativeMethods.cs
/Shell/Interop/PropertySystemNativeMethods.cs
/Shell/Interop/PropertySystemNativeMethods.cs
PropVariant.cs
/Shell/Interop/PropVariant.cs
/Shell/Interop/PropVariant.cs
ShellThumbnail.cs
/Shell/Interop/ShellThumbnail.cs
/Shell/Interop/ShellThumbnail.cs
WindowsThumbnailProvider.cs
/Shell/Interop/WindowsThumbnailProvider.cs
/Shell/Interop/WindowsThumbnailProvider.cs
Collumns.cs
/Shell/Collumns.cs
/Shell/Collumns.cs
Defaults.cs
/Shell/Defaults.cs
/Shell/Defaults.cs
ShellViewEx.cs
/Shell/ShellViewEx.cs
/Shell/ShellViewEx.cs
SysImageList.cs
/Shell/SysImageList.cs
/Shell/SysImageList.cs
.gitignore
/.gitignore
/.gitignore