├── .cr └── personal │ └── FavoritesList │ └── List.xml ├── .editorconfig ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── PULL_REQUEST_TEMPLATE │ └── pull_request_template.md └── workflows │ └── build.yml ├── .gitignore ├── .nuget ├── NuGet.Config └── NuGet.targets ├── BEHelper ├── BEHelper.csproj ├── BetterExplorerService.cs ├── IBetterExplorerCommunication.cs ├── Library.cs ├── LinkData.cs ├── LinkItem.cs ├── NoFlickerWindowsFormsHost.cs ├── Obsolete │ ├── AsyncContext.cs │ ├── AsyncObservableCollection.cs │ └── IAsyncContext.cs ├── Properties │ └── AssemblyInfo.cs └── TransPicBox.cs ├── BEUpdater.exe ├── BExplorer.sln ├── BExplorer └── BetterExplorer │ ├── App.xaml │ ├── App.xaml.cs │ ├── Application │ └── AppCommands.cs │ ├── ArchiveView │ └── SysImageList.cs │ ├── Assets │ └── Images │ │ ├── noise.png │ │ ├── noiseBlack.png │ │ └── noiseWhite.png │ ├── BENewIcon.ico │ ├── BEUpdater.exe │ ├── BEUpdater.ini │ ├── Badges │ └── Ubuntu Human │ │ ├── 1.ico │ │ ├── 10.ico │ │ ├── 2.ico │ │ ├── 3.ico │ │ ├── 4.ico │ │ ├── 5.ico │ │ ├── 6.ico │ │ ├── 7.ico │ │ ├── 8.ico │ │ └── 9.ico │ ├── Better Explorer.wyp │ ├── BetterExplorer.csproj │ ├── BetterExplorer.ruleset │ ├── BetterExplorerOperations.vshost.exe.config │ ├── BetterExplorerShell.exe.config │ ├── ConditionalSelect │ ├── ConditionalSelectClasses.cs │ ├── ConditionalSelectComboBoxItem.xaml │ ├── ConditionalSelectComboBoxItem.xaml.cs │ ├── ConditionalSelectForm.xaml │ ├── ConditionalSelectForm.xaml.cs │ ├── SDateSearchCriteriaDialog.xaml │ ├── SDateSearchCriteriaDialog.xaml.cs │ ├── SizeSearchCriteriaDialog.xaml │ ├── SizeSearchCriteriaDialog.xaml.cs │ ├── StringSearchCriteriaDialog.xaml │ └── StringSearchCriteriaDialog.xaml.cs │ ├── Customize │ ├── CustomizeQAT.xaml │ ├── CustomizeQAT.xaml.cs │ ├── RibbonItemListDisplay.xaml │ └── RibbonItemListDisplay.xaml.cs │ ├── EntityFramework.SqlServer.dll │ ├── EntityFramework.SqlServer.xml │ ├── EntityFramework.dll │ ├── EntityFramework.xml │ ├── Explorer flat colors.ico │ ├── Explorer flat colors.png │ ├── Explorer.bmp │ ├── Explorer.ico │ ├── Explorer256.ico │ ├── Explorer256.png │ ├── FolderItem.cs │ ├── FolderSizeWindow.xaml │ ├── FolderSizeWindow.xaml.cs │ ├── GlobalSuppressions.cs │ ├── HelperClasses │ ├── FriendlySizeConverter.cs │ ├── SafeThread.cs │ ├── Utilities.cs │ └── WindowExtensions.cs │ ├── Images │ ├── Archive-icon.png │ ├── BlackTheme.png │ ├── BlueTheme.png │ ├── Copy16.png │ ├── Copy32.png │ ├── Copy48.png │ ├── RecycleBinEmpty128.png │ ├── RecycleBinEmpty16.png │ ├── RecycleBinEmpty32.png │ ├── RecycleBinEmpty48.png │ ├── RecycleBinFull128.png │ ├── RecycleBinFull16.png │ ├── RecycleBinFull32.png │ ├── RecycleBinFull48.png │ ├── Refresh.png │ ├── Refresh16.png │ ├── Refresh32.png │ ├── Save.png │ ├── Share16.png │ ├── SilverTheme.png │ ├── Sync32.png │ ├── Sync48.png │ ├── Thumbs.db │ ├── about16.PNG │ ├── add16.png │ ├── add32.png │ ├── admin16.png │ ├── admin32.png │ ├── advsec16.png │ ├── advsec32.png │ ├── advsec48.png │ ├── archivecheck16.png │ ├── archivecheck32.png │ ├── archiver16.png │ ├── archiver32.png │ ├── archiveview16.png │ ├── archiveview32.png │ ├── arrow.png │ ├── ascol16.png │ ├── author16.png │ ├── author32.png │ ├── author48.png │ ├── back.png │ ├── badge16.png │ ├── badge32.png │ ├── badge48.png │ ├── bexplorerlogo.png │ ├── bexplorerscr.png │ ├── browsefldr16.png │ ├── browsefldr32.png │ ├── bugtrac_16.png │ ├── bugtrac_32.png │ ├── burn16.png │ ├── burn32.png │ ├── burn48.png │ ├── cancel.png │ ├── cancel16.png │ ├── cancel32.png │ ├── cdtray16.png │ ├── cdtray32.png │ ├── changeicon16.png │ ├── changeicon32.png │ ├── check.png │ ├── check16.png │ ├── cleand16.png │ ├── cleand32.png │ ├── clear.png │ ├── clear16.png │ ├── clear32.png │ ├── clear48.png │ ├── clonetab.png │ ├── closetab.png │ ├── cmd16.png │ ├── cmd32.png │ ├── cmd48.png │ ├── col16.png │ ├── col32.png │ ├── condrive16.png │ ├── condrive32.png │ ├── confirm16.png │ ├── confirm32.png │ ├── console16.png │ ├── console32.png │ ├── console48.png │ ├── content16.png │ ├── content216.png │ ├── convert16.png │ ├── convert32.png │ ├── copypath16.png │ ├── copypath32.png │ ├── copyto16.png │ ├── copyto32.png │ ├── cut16.png │ ├── date16.png │ ├── date32.png │ ├── date48.png │ ├── defrag16.png │ ├── defrag32.png │ ├── delete-file-d.png │ ├── delete16.png │ ├── delete32.png │ ├── delete48.png │ ├── delete_16x16-4.png │ ├── deletetorb32.png │ ├── delrb16.png │ ├── detailpane16.png │ ├── detailpane32.png │ ├── detailpane48.png │ ├── details16.png │ ├── detetorb16.png │ ├── disdrive16.png │ ├── disdrive32.png │ ├── docs16.png │ ├── docs32.png │ ├── docs48.png │ ├── documents_files_icon_d.png │ ├── downar1.png │ ├── downar2.png │ ├── downar3.png │ ├── downar4.png │ ├── downnav.png │ ├── easyacc16.png │ ├── edit.png │ ├── edit16.png │ ├── edit32.png │ ├── elarge16.png │ ├── exit16.png │ ├── exit32.png │ ├── explorer16.png │ ├── explorer32.png │ ├── favorites16.png │ ├── favorites32.png │ ├── fcust16.png │ ├── fcust32.png │ ├── fcust48.png │ ├── fcustc16.png │ ├── fcustc32.png │ ├── fcustc48.png │ ├── fh16.png │ ├── fh32.png │ ├── fh48.png │ ├── filter16.png │ ├── filter32.png │ ├── filter48.png │ ├── flipx16.png │ ├── flipx32.png │ ├── flipy16.png │ ├── flipy32.png │ ├── fold16.png │ ├── fold32.png │ ├── fold48.png │ ├── folder_full_delete_d.png │ ├── folder_new16.png │ ├── folder_new32.png │ ├── folder_up.png │ ├── formatd.png │ ├── formatd16.png │ ├── fsize16.png │ ├── fsize32.png │ ├── fsize48.png │ ├── fv16.png │ ├── fv32.png │ ├── fv48.png │ ├── groupby16.png │ ├── groupby32.png │ ├── hide16.png │ ├── hide32.png │ ├── hideitems16.png │ ├── hideitems48.png │ ├── history16.png │ ├── icon_folder1.png │ ├── icon_folder_edit.png │ ├── invsel16.png │ ├── invsel32.png │ ├── jsauthor16.png │ ├── jsauthor32.png │ ├── jsauthor48.png │ ├── jsdc16.png │ ├── jsdc32.png │ ├── jsdc48.png │ ├── jsdm32.pdn │ ├── jsdm32.png │ ├── jsdocs16.png │ ├── jsdocs32.png │ ├── jsdocs48.png │ ├── jseverything16.png │ ├── jseverything32.png │ ├── jseverything48.png │ ├── jsext16.png │ ├── jsext32.png │ ├── jsext48.png │ ├── jsfolders16.png │ ├── jsfolders32.png │ ├── jsfolders48.png │ ├── jsimages16.png │ ├── jsimages32.png │ ├── jsimages48.png │ ├── jsmodedit.png │ ├── jsmusic16.png │ ├── jsmusic32.png │ ├── jsmusic48.png │ ├── jsprograms16.png │ ├── jsprograms32.png │ ├── jsprograms48.png │ ├── jssearch16.png │ ├── jssearch28.png │ ├── jssearch32.png │ ├── jssize16.png │ ├── jssize32.png │ ├── jssize48.png │ ├── jssubject16.png │ ├── jssubject32.png │ ├── jssubject48.png │ ├── jsvideos16.png │ ├── jsvideos32.png │ ├── jsvideos48.png │ ├── large16.png │ ├── left1.png │ ├── left2.png │ ├── left3.png │ ├── left4.png │ ├── libgeneral16.png │ ├── libicon16.png │ ├── libicon32.png │ ├── libiconchange16.png │ ├── libsaveloc16.png │ ├── libsaveloc32.png │ ├── libtype16.png │ ├── libtype32.png │ ├── medium16.png │ ├── morecols16.png │ ├── mount16.png │ ├── mount32.png │ ├── mount48.png │ ├── moveto16.png │ ├── moveto32.png │ ├── music16.png │ ├── music32.png │ ├── music48.png │ ├── navpane16.png │ ├── navpane32.png │ ├── navpane48.png │ ├── new_window.png │ ├── new_window32.png │ ├── newitems16.png │ ├── newlib16.png │ ├── newlib32.png │ ├── newtab16.png │ ├── newtab32.png │ ├── open16.png │ ├── options.png │ ├── paste16.png │ ├── paste32.png │ ├── paste48.png │ ├── pastet16.png │ ├── pastet32.png │ ├── pause.png │ ├── paypal.png │ ├── pics16.png │ ├── pics32.png │ ├── pics48.png │ ├── pint16.png │ ├── pint32.png │ ├── powershell16.png │ ├── powershell32.png │ ├── powershell48.png │ ├── prevpane16.png │ ├── prevpane32.png │ ├── prevpane48.png │ ├── prop16.png │ ├── prop32.png │ ├── qmount16.png │ ├── qmount32.png │ ├── qmount48.png │ ├── removeusb16.png │ ├── removeusb32.png │ ├── rename16.png │ ├── rename32.png │ ├── resetlib16.png │ ├── resetlib32.png │ ├── resize16.png │ ├── resize32.png │ ├── resume.png │ ├── right1.png │ ├── right2.png │ ├── right3.png │ ├── right4.png │ ├── rl16.png │ ├── rl32.png │ ├── rr16.png │ ├── rr32.png │ ├── savetabs16.png │ ├── savetabs32.png │ ├── sawall16.png │ ├── sawall32.png │ ├── search.png │ ├── search16.png │ ├── search32.png │ ├── search48.png │ ├── searchadv16.png │ ├── searchadv32.png │ ├── searchadv48.png │ ├── selectall16.png │ ├── selectall32.png │ ├── selectnone16.png │ ├── selectnone32.png │ ├── share32.png │ ├── shell32-167.ico │ ├── slideshow16.png │ ├── slideshow32.png │ ├── small16.png │ ├── soft16.png │ ├── soft32.png │ ├── soft48.png │ ├── sort16.png │ ├── sort32.png │ ├── speed16.png │ ├── stack16.png │ ├── stack32.png │ ├── stack48.png │ ├── stop.png │ ├── sync16.png │ ├── tiles16.png │ ├── timeelapsed24.png │ ├── timeremaining24.png │ ├── uac16.png │ ├── uac32.png │ ├── uac48.png │ ├── undotab16.png │ ├── undotab32.png │ ├── unmount16.png │ ├── unmount32.png │ ├── unmount48.png │ ├── upadisabled.png │ ├── upahover.png │ ├── upanormal.png │ ├── upapressed.png │ ├── update64.png │ ├── updater16.png │ ├── updater32.png │ ├── users16.png │ ├── users32.png │ ├── users48.png │ ├── vid16.png │ ├── vid32.png │ ├── vid48.png │ ├── webconnect_16.png │ ├── webconnect_32.png │ ├── zipeztract16.png │ └── zipeztract32.png │ ├── ItemPopup.xaml │ ├── ItemPopup.xaml.cs │ ├── License.rtf │ ├── License.txt │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── MainWindowNew.xaml │ ├── MainWindowNew.xaml.cs │ ├── MoreColumns.Designer.cs │ ├── MoreColumns.bg-BG.resx │ ├── MoreColumns.cs │ ├── MoreColumns.resx │ ├── MountIso.xaml │ ├── MountIso.xaml.cs │ ├── MultilingualResources │ └── BetterExplorer.bg-BG.xlf │ ├── NLog.config │ ├── Networks │ ├── AccountAuthWindow.xaml │ ├── AccountAuthWindow.xaml.cs │ ├── AccountData.cs │ ├── ActionResult.cs │ ├── AddAccountEntry.xaml │ ├── AddAccountEntry.xaml.cs │ ├── AddServer.xaml │ ├── AddServer.xaml.cs │ ├── AuthWindow.xaml │ ├── AuthWindow.xaml.cs │ ├── BackButton.xaml │ ├── BackButton.xaml.cs │ ├── Common.cs │ ├── DropBoxAccount.cs │ ├── FTPServer.cs │ ├── FTPSserver.cs │ ├── FileSystem │ │ ├── Directory.cs │ │ ├── File.cs │ │ ├── FileSystemObject.cs │ │ ├── NetworkFileSystem.cs │ │ └── SymbolicLink.cs │ ├── Icons │ │ ├── dropbox.png │ │ └── pastebin.png │ ├── NetworkItem.cs │ ├── ServerItem.xaml │ ├── ServerItem.xaml.cs │ ├── SkyDrive │ │ ├── Microsoft.Live.Web.dll │ │ └── Microsoft.Live.dll │ ├── SkyDriveAccount.cs │ ├── SocialMedia │ │ └── Pastebin.cs │ ├── WebDAVserver.cs │ ├── add.ico │ └── back.png │ ├── PictureViewerPopup.xaml │ ├── PictureViewerPopup.xaml.cs │ ├── PieChart │ ├── BaseWPFHelpers.cs │ ├── PieChart │ │ ├── ColourConverter.cs │ │ ├── IColorSelector.cs │ │ ├── IndexedColourSelector.cs │ │ ├── Legend.xaml │ │ ├── Legend.xaml.cs │ │ ├── LegendConverter.cs │ │ ├── PieChartLayout.xaml │ │ ├── PieChartLayout.xaml.cs │ │ ├── PiePlotter.xaml │ │ └── PiePlotter.xaml.cs │ ├── Shapes │ │ └── PiePiece.cs │ ├── UserControl1.xaml │ ├── UserControl1.xaml.cs │ └── Util │ │ ├── FileSizeConverter.cs │ │ ├── FormattingConverter.cs │ │ └── Utils.cs │ ├── PreviewMedia.Designer.cs │ ├── PreviewMedia.bg-BG.resx │ ├── PreviewMedia.cs │ ├── PreviewMedia.resx │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.bg-BG.resx │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── ResizeImage.xaml │ ├── ResizeImage.xaml.cs │ ├── RunExeAsUser.xaml │ ├── RunExeAsUser.xaml.cs │ ├── Settings.cs │ ├── Settings.sqlite │ ├── System.Data.SQLite.dll.config │ ├── Tabs │ ├── Images │ │ ├── New.png │ │ ├── Save.png │ │ ├── add_item.png │ │ └── delete_item.png │ ├── NameTabList.xaml │ ├── NameTabList.xaml.cs │ ├── SavedTabsList.cs │ ├── SavedTabsListGalleryItem.xaml │ ├── SavedTabsListGalleryItem.xaml.cs │ ├── TabListEditor.xaml │ ├── TabListEditor.xaml.cs │ ├── TabListEditorItem.xaml │ ├── TabListEditorItem.xaml.cs │ ├── TabManager.xaml │ ├── TabManager.xaml.cs │ ├── UndoCloseGalleryItem.xaml │ └── UndoCloseGalleryItem.xaml.cs │ ├── Translation │ ├── DefaultLocale.xaml │ ├── Flags │ │ ├── BG.gif │ │ ├── BR.gif │ │ ├── CN.gif │ │ ├── CZ.gif │ │ ├── DE.gif │ │ ├── ES.gif │ │ ├── FI.gif │ │ ├── FR.gif │ │ ├── GB.gif │ │ ├── GR.gif │ │ ├── HR.gif │ │ ├── HU.gif │ │ ├── IN.gif │ │ ├── IT.gif │ │ ├── JP.gif │ │ ├── KR.gif │ │ ├── NL.gif │ │ ├── PL.gif │ │ ├── RU.gif │ │ ├── SE.gif │ │ ├── TR.gif │ │ ├── TW.gif │ │ ├── UA.gif │ │ ├── US.gif │ │ ├── VI.gif │ │ └── VN.gif │ ├── Locale.bg-BG.xaml │ ├── Locale.cs-CZ.xaml │ ├── Locale.de-DE.xaml │ ├── Locale.el-GR.xaml │ ├── Locale.en-GB.xaml │ ├── Locale.es-ES.xaml │ ├── Locale.fi-FI.xaml │ ├── Locale.fr-FR.xaml │ ├── Locale.gl-ES.xaml │ ├── Locale.hi-IN.xaml │ ├── Locale.hr-HR.xaml │ ├── Locale.hu-HU.xaml │ ├── Locale.it-IT.xaml │ ├── Locale.ja-JP.xaml │ ├── Locale.ko-KR.xaml │ ├── Locale.nb-NO.xaml │ ├── Locale.nl-NL.xaml │ ├── Locale.pl-PL.xaml │ ├── Locale.pt-BR.xaml │ ├── Locale.ru-RU.xaml │ ├── Locale.sv-SE.xaml │ ├── Locale.ta-IN.xaml │ ├── Locale.tr-TR.xaml │ ├── Locale.uk-UA.xaml │ ├── Locale.vi-VN.xaml │ ├── Locale.zh-CN.xaml │ ├── Locale.zh-TW.xaml │ └── README.md │ ├── UpdateWizzard.resx │ ├── Updater │ └── Updater.cs │ ├── Web.png │ ├── _MainWindow │ ├── MainWindow_Tabs.cs │ └── MainWindow_Updating.cs │ ├── app.manifest │ ├── client.wyc │ ├── fmAbout.xaml │ ├── fmAbout.xaml.cs │ ├── inno_setup.iss │ ├── scripts │ ├── isxdl │ │ ├── czech.ini │ │ ├── english.ini │ │ ├── french.ini │ │ ├── french2.ini │ │ ├── french3.ini │ │ ├── german.ini │ │ ├── german2.ini │ │ ├── german3.ini │ │ ├── isxdl.dll │ │ ├── isxdl.iss │ │ ├── norwegian.ini │ │ ├── polish.ini │ │ ├── portugues.ini │ │ ├── portuguese.ini │ │ ├── russian.ini │ │ ├── spanish.ini │ │ └── swedish.ini │ ├── products.iss │ └── products │ │ ├── .svn │ │ ├── all-wcprops │ │ └── entries │ │ ├── dotnetfx11.iss │ │ ├── dotnetfx11lp.iss │ │ ├── dotnetfx11sp1.iss │ │ ├── dotnetfx20.iss │ │ ├── dotnetfx20lp.iss │ │ ├── dotnetfx20sp1.iss │ │ ├── dotnetfx20sp1lp.iss │ │ ├── dotnetfx20sp2.iss │ │ ├── dotnetfx20sp2lp.iss │ │ ├── dotnetfx35.iss │ │ ├── dotnetfx35lp.iss │ │ ├── dotnetfx35sp1.iss │ │ ├── dotnetfx35sp1lp.iss │ │ ├── dotnetfx40client.iss │ │ ├── dotnetfx40full.iss │ │ ├── dotnetfxversion.iss │ │ ├── fileversion.iss │ │ ├── ie6.iss │ │ ├── iis.iss │ │ ├── jet4sp8.iss │ │ ├── kb835732.iss │ │ ├── mdac28.iss │ │ ├── msi20.iss │ │ ├── msi31.iss │ │ ├── msi45.iss │ │ ├── sql2005express.iss │ │ ├── sql2008express.iss │ │ ├── sqlcompact35sp2.iss │ │ ├── stringversion.iss │ │ ├── vcredist2010.iss │ │ ├── wic.iss │ │ └── winversion.iss │ ├── themes │ └── generic.xaml │ ├── wyUpdate │ ├── client.wyc │ └── wyUpdate.exe │ ├── x64 │ └── SQLite.Interop.dll │ └── x86 │ └── SQLite.Interop.dll ├── BExplorerTranslationConverter.zip ├── Better Explorer AI Setup ├── Better Explorer AI Setup.aip ├── Better Explorer AI Setup.aiproj ├── Better Explorer AI Setup.back (2).aip ├── Better Explorer AI Setup.back(19.9).aip ├── Better Explorer Update Config.aip └── Generated Assets │ ├── BetterExplorer1BadgeLogo.scale-100.png │ ├── BetterExplorer1BadgeLogo.scale-120.png │ ├── BetterExplorer1BadgeLogo.scale-125.png │ ├── BetterExplorer1BadgeLogo.scale-140.png │ ├── BetterExplorer1BadgeLogo.scale-150.png │ ├── BetterExplorer1BadgeLogo.scale-160.png │ ├── BetterExplorer1BadgeLogo.scale-180.png │ ├── BetterExplorer1BadgeLogo.scale-200.png │ ├── BetterExplorer1BadgeLogo.scale-220.png │ ├── BetterExplorer1BadgeLogo.scale-225.png │ ├── BetterExplorer1BadgeLogo.scale-240.png │ ├── BetterExplorer1BadgeLogo.scale-250.png │ ├── BetterExplorer1BadgeLogo.scale-300.png │ ├── BetterExplorer1BadgeLogo.scale-400.png │ ├── BetterExplorer1BadgeLogo.scale-500.png │ ├── BetterExplorer1SplashScreen.scale-100.png │ ├── BetterExplorer1SplashScreen.scale-120.png │ ├── BetterExplorer1SplashScreen.scale-125.png │ ├── BetterExplorer1SplashScreen.scale-140.png │ ├── BetterExplorer1SplashScreen.scale-150.png │ ├── BetterExplorer1SplashScreen.scale-160.png │ ├── BetterExplorer1SplashScreen.scale-180.png │ ├── BetterExplorer1SplashScreen.scale-200.png │ ├── BetterExplorer1SplashScreen.scale-220.png │ ├── BetterExplorer1SplashScreen.scale-225.png │ ├── BetterExplorer1SplashScreen.scale-240.png │ ├── BetterExplorer1SplashScreen.scale-250.png │ ├── BetterExplorer1SplashScreen.scale-300.png │ ├── BetterExplorer1SplashScreen.scale-400.png │ ├── BetterExplorer1SplashScreen.scale-500.png │ ├── BetterExplorer1Square150x150Logo.scale-100.png │ ├── BetterExplorer1Square150x150Logo.scale-120.png │ ├── BetterExplorer1Square150x150Logo.scale-125.png │ ├── BetterExplorer1Square150x150Logo.scale-140.png │ ├── BetterExplorer1Square150x150Logo.scale-150.png │ ├── BetterExplorer1Square150x150Logo.scale-160.png │ ├── BetterExplorer1Square150x150Logo.scale-180.png │ ├── BetterExplorer1Square150x150Logo.scale-200.png │ ├── BetterExplorer1Square150x150Logo.scale-220.png │ ├── BetterExplorer1Square150x150Logo.scale-225.png │ ├── BetterExplorer1Square150x150Logo.scale-240.png │ ├── BetterExplorer1Square150x150Logo.scale-250.png │ ├── BetterExplorer1Square150x150Logo.scale-300.png │ ├── BetterExplorer1Square150x150Logo.scale-400.png │ ├── BetterExplorer1Square150x150Logo.scale-500.png │ ├── BetterExplorer1Square310x310Logo.scale-100.png │ ├── BetterExplorer1Square310x310Logo.scale-120.png │ ├── BetterExplorer1Square310x310Logo.scale-125.png │ ├── BetterExplorer1Square310x310Logo.scale-140.png │ ├── BetterExplorer1Square310x310Logo.scale-150.png │ ├── BetterExplorer1Square310x310Logo.scale-160.png │ ├── BetterExplorer1Square310x310Logo.scale-180.png │ ├── BetterExplorer1Square310x310Logo.scale-200.png │ ├── BetterExplorer1Square310x310Logo.scale-220.png │ ├── BetterExplorer1Square310x310Logo.scale-225.png │ ├── BetterExplorer1Square310x310Logo.scale-240.png │ ├── BetterExplorer1Square310x310Logo.scale-250.png │ ├── BetterExplorer1Square310x310Logo.scale-300.png │ ├── BetterExplorer1Square310x310Logo.scale-400.png │ ├── BetterExplorer1Square310x310Logo.scale-500.png │ ├── BetterExplorer1Square44x44Logo.scale-100.png │ ├── BetterExplorer1Square44x44Logo.scale-120.png │ ├── BetterExplorer1Square44x44Logo.scale-125.png │ ├── BetterExplorer1Square44x44Logo.scale-140.png │ ├── BetterExplorer1Square44x44Logo.scale-150.png │ ├── BetterExplorer1Square44x44Logo.scale-160.png │ ├── BetterExplorer1Square44x44Logo.scale-180.png │ ├── BetterExplorer1Square44x44Logo.scale-200.png │ ├── BetterExplorer1Square44x44Logo.scale-220.png │ ├── BetterExplorer1Square44x44Logo.scale-225.png │ ├── BetterExplorer1Square44x44Logo.scale-240.png │ ├── BetterExplorer1Square44x44Logo.scale-250.png │ ├── BetterExplorer1Square44x44Logo.scale-300.png │ ├── BetterExplorer1Square44x44Logo.scale-400.png │ ├── BetterExplorer1Square44x44Logo.scale-500.png │ ├── BetterExplorer1Square44x44Logo.targetsize-16.png │ ├── BetterExplorer1Square44x44Logo.targetsize-16_altform-lightunplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-16_altform-unplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-24.png │ ├── BetterExplorer1Square44x44Logo.targetsize-24_altform-lightunplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-24_altform-unplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-256.png │ ├── BetterExplorer1Square44x44Logo.targetsize-256_altform-lightunplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-256_altform-unplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-32.png │ ├── BetterExplorer1Square44x44Logo.targetsize-32_altform-lightunplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-32_altform-unplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-48.png │ ├── BetterExplorer1Square44x44Logo.targetsize-48_altform-lightunplated.png │ ├── BetterExplorer1Square44x44Logo.targetsize-48_altform-unplated.png │ ├── BetterExplorer1Square71x71Logo.scale-100.png │ ├── BetterExplorer1Square71x71Logo.scale-120.png │ ├── BetterExplorer1Square71x71Logo.scale-125.png │ ├── BetterExplorer1Square71x71Logo.scale-140.png │ ├── BetterExplorer1Square71x71Logo.scale-150.png │ ├── BetterExplorer1Square71x71Logo.scale-160.png │ ├── BetterExplorer1Square71x71Logo.scale-180.png │ ├── BetterExplorer1Square71x71Logo.scale-200.png │ ├── BetterExplorer1Square71x71Logo.scale-220.png │ ├── BetterExplorer1Square71x71Logo.scale-225.png │ ├── BetterExplorer1Square71x71Logo.scale-240.png │ ├── BetterExplorer1Square71x71Logo.scale-250.png │ ├── BetterExplorer1Square71x71Logo.scale-300.png │ ├── BetterExplorer1Square71x71Logo.scale-400.png │ ├── BetterExplorer1Square71x71Logo.scale-500.png │ ├── BetterExplorer1Wide310x150Logo.scale-100.png │ ├── BetterExplorer1Wide310x150Logo.scale-120.png │ ├── BetterExplorer1Wide310x150Logo.scale-125.png │ ├── BetterExplorer1Wide310x150Logo.scale-140.png │ ├── BetterExplorer1Wide310x150Logo.scale-150.png │ ├── BetterExplorer1Wide310x150Logo.scale-160.png │ ├── BetterExplorer1Wide310x150Logo.scale-180.png │ ├── BetterExplorer1Wide310x150Logo.scale-200.png │ ├── BetterExplorer1Wide310x150Logo.scale-220.png │ ├── BetterExplorer1Wide310x150Logo.scale-225.png │ ├── BetterExplorer1Wide310x150Logo.scale-240.png │ ├── BetterExplorer1Wide310x150Logo.scale-250.png │ ├── BetterExplorer1Wide310x150Logo.scale-300.png │ ├── BetterExplorer1Wide310x150Logo.scale-400.png │ └── BetterExplorer1Wide310x150Logo.scale-500.png ├── BetterExplorerLib ├── App.config ├── BetterExplorerLib.csproj ├── Class1.cs ├── Properties │ └── AssemblyInfo.cs └── packages.config ├── BetterExplorerOperations ├── BetterExplorerOperations.csproj ├── BetterOperations.ico ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── app.config └── packages.config ├── BreadcrumbBar ├── BreadcrumbBar │ ├── ApplyPropertiesEventArgs.cs │ ├── BreadcrumbBar.cs │ ├── BreadcrumbButton.cs │ ├── BreadcrumbItem.cs │ ├── BreadcrumbItemEventArgs.cs │ └── PathConversionEventArgs.cs ├── Common │ └── AeroChrome.cs ├── Odyssey.Controls.csproj ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings └── Themes │ └── Generic.xaml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ColorBox ├── ColorBox.csproj ├── ColorBox.snk ├── Implementation │ ├── AlphaSelector.cs │ ├── BaseSelector.cs │ ├── BrushTypes.cs │ ├── ColorBox.cs │ ├── ColorChangedEventArgs.cs │ ├── DoubleUpDown.cs │ ├── Enums.cs │ ├── GradientStopAdder.cs │ ├── GradientStopSlider.cs │ ├── HueSelector.cs │ ├── SaturationBrightnessSelector.cs │ ├── SpinEventArgs .cs │ ├── Spinner.cs │ └── UpDownBase.cs ├── Properties │ └── AssemblyInfo.cs ├── Themes │ └── Generic.xaml └── Utils │ ├── ColorHelper.cs │ ├── InputValidationErrorEventArgs .cs │ └── TextBoxBehavior.cs ├── ConsoleControl ├── Console.ico ├── ConsoleControl.bmp ├── ConsoleControl.cs ├── ConsoleControl.csproj ├── ConsoleControl.designer.cs ├── ConsoleControl.resx ├── ConsoleEventArgs.cs ├── KeyMapping.cs ├── Process Helper │ ├── ProcessEventArgs.cs │ └── ProcessInterface.cs ├── Properties │ └── AssemblyInfo.cs └── ResFinder.cs ├── CustomScrollbar ├── CustomScrollbar.cs ├── CustomScrollbar.csproj ├── CustomScrollbar.resx ├── Properties │ └── AssemblyInfo.cs ├── Resource.Designer.cs ├── Resource.resx └── Resources │ ├── ThumbBottom.png │ ├── ThumbMiddle.png │ ├── ThumbSpanBottom.png │ ├── ThumbSpanTop.png │ ├── ThumbTop.png │ ├── downarrow.png │ └── uparrow.png ├── DBUpdater ├── App.config ├── DBUpdater.csproj ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings └── packages.config ├── External References ├── 7z.dll ├── 7z64.dll ├── AeroWizard.dll ├── AppLimit.NetSparkle.Net40.dll ├── AutomaticUpdaterWPF.dll ├── FluentRibbon │ ├── ControlzEx.dll │ ├── Fluent.dll │ ├── MahApps.Metro.dll │ ├── MahApps.Metro.xml │ └── System.Windows.Interactivity.dll ├── Ionic.Zip.dll ├── Microsoft.WindowsAPICodePack.dll ├── Microsoft.WindowsAPICodePack.xml ├── NAppUpdate.Framework.dll ├── NLog.dll ├── Odyssey.dll ├── SQLite.Designer.dll ├── SevenZipSharp.dll ├── System.Data.SQLite.Linq.dll ├── System.Data.SQLite.dll ├── System.Data.SQLite.xml ├── TAFactory.IconPack.dll └── WPFLocalizeExtension.dll ├── Fluent.Ribbon-develop ├── Fluent.Ribbon │ ├── Adorners │ │ └── KeyTipAdorner.cs │ ├── AttachedProperties │ │ └── RibbonProperties.cs │ ├── Automation │ │ └── Peers │ │ │ ├── GalleryItemAutomationPeer.cs │ │ │ ├── GalleryItemWrapperAutomationPeer.cs │ │ │ ├── RibbonAutomationPeer.cs │ │ │ ├── RibbonBackstageAutomationPeer.cs │ │ │ ├── RibbonBackstageTabControlAutomationPeer.cs │ │ │ ├── RibbonBackstageTabItemAutomationPeer.cs │ │ │ ├── RibbonButtonAutomationPeer.cs │ │ │ ├── RibbonCheckBoxAutomationPeer.cs │ │ │ ├── RibbonComboBoxAutomationPeer.cs │ │ │ ├── RibbonControlAutomationPeer.cs │ │ │ ├── RibbonControlDataAutomationPeer.cs │ │ │ ├── RibbonDropDownButtonAutomationPeer.cs │ │ │ ├── RibbonGroupBoxAutomationPeer.cs │ │ │ ├── RibbonGroupBoxDataAutomationPeer.cs │ │ │ ├── RibbonGroupHeaderAutomationPeer.cs │ │ │ ├── RibbonHeaderedControlAutomationPeer.cs │ │ │ ├── RibbonInRibbonGalleryAutomationPeer.cs │ │ │ ├── RibbonQuickAccessToolBarAutomationPeer.cs │ │ │ ├── RibbonRadioButtonAutomationPeer.cs │ │ │ ├── RibbonScreenTipAutomationPeer.cs │ │ │ ├── RibbonSplitButtonAutomationPeer.cs │ │ │ ├── RibbonTabControlAutomationPeer.cs │ │ │ ├── RibbonTabItemAutomationPeer.cs │ │ │ ├── RibbonTabItemDataAutomationPeer.cs │ │ │ ├── RibbonTextBoxAutomationPeer.cs │ │ │ ├── RibbonTitleBarAutomationPeer.cs │ │ │ ├── RibbonToggleButtonAutomationPeer.cs │ │ │ ├── RibbonToolbarPanelAutomationPeer.cs │ │ │ └── TwoLineLabelAutomationPeer.cs │ ├── Collections │ │ ├── CollectionSyncHelper.cs │ │ └── ItemCollectionWithLogicalTreeSupport.cs │ ├── Controls │ │ ├── ApplicationMenu.cs │ │ ├── Backstage.cs │ │ ├── BackstageAdorner.cs │ │ ├── BackstageTabControl.cs │ │ ├── BackstageTabItem.cs │ │ ├── Button.cs │ │ ├── CheckBox.cs │ │ ├── ColorGallery.cs │ │ ├── ComboBox.cs │ │ ├── ContextMenu.cs │ │ ├── DropDownButton.cs │ │ ├── Gallery.cs │ │ ├── GalleryGroupContainer.cs │ │ ├── GalleryGroupFilter.cs │ │ ├── GalleryItem.cs │ │ ├── GalleryItemPlaceholder.cs │ │ ├── GalleryPanel.cs │ │ ├── GroupSeparatorMenuItem.cs │ │ ├── IconPresenter.cs │ │ ├── InRibbonGallery.cs │ │ ├── KeyTip.cs │ │ ├── MenuItem.cs │ │ ├── QuickAccessMenuItem.cs │ │ ├── QuickAccessToolBar.cs │ │ ├── RadioButton.cs │ │ ├── Ribbon.cs │ │ ├── RibbonContextualGroupsContainer.cs │ │ ├── RibbonContextualTabGroup.cs │ │ ├── RibbonControl.cs │ │ ├── RibbonGroupBox.cs │ │ ├── RibbonGroupBoxWrapPanel.cs │ │ ├── RibbonGroupsContainer.cs │ │ ├── RibbonGroupsContainerScrollViewer.cs │ │ ├── RibbonMenu.cs │ │ ├── RibbonScrollViewer.cs │ │ ├── RibbonTabControl.cs │ │ ├── RibbonTabItem.cs │ │ ├── RibbonTabsContainer.cs │ │ ├── RibbonTitleBar.cs │ │ ├── RibbonToolBar.cs │ │ ├── RibbonToolBarControlDefinition.cs │ │ ├── RibbonToolBarControlGroup.cs │ │ ├── RibbonToolBarControlGroupDefinition.cs │ │ ├── RibbonToolBarLayoutDefinition.cs │ │ ├── RibbonToolBarRow.cs │ │ ├── RibbonWindow.cs │ │ ├── ScreenTip.cs │ │ ├── SeparatorTabItem.cs │ │ ├── Spinner.cs │ │ ├── SplitButton.cs │ │ ├── StartScreen.cs │ │ ├── StartScreenTabControl.cs │ │ ├── StatusBar.cs │ │ ├── StatusBarItem.cs │ │ ├── StatusBarMenuItem.cs │ │ ├── StatusBarPanel.cs │ │ ├── TextBox.cs │ │ ├── ToggleButton.cs │ │ ├── TwoLineLabel.cs │ │ ├── UniformGridWithItemSize.cs │ │ └── WindowSteeringHelperControl.cs │ ├── Converters │ │ ├── ApplicationMenuRightScrollViewerExtractorConverter.cs │ │ ├── ColorToSolidColorBrushConverter.cs │ │ ├── EqualsToVisibilityConverter.cs │ │ ├── IconConverter.cs │ │ ├── InvertNumericConverter.cs │ │ ├── IsNullConverter.cs │ │ ├── ObjectToImageConverter.cs │ │ ├── RibbonGroupBoxStateDefinitionConverter.cs │ │ ├── SizeDefinitionConverter.cs │ │ ├── SpinnerTextToValueConverter.cs │ │ ├── StaticConverters.cs │ │ └── ThicknessConverter.cs │ ├── Data │ │ ├── KeyTipInformation.cs │ │ ├── KeyTipPressedResult.cs │ │ ├── RibbonControlSizeDefinition.cs │ │ ├── RibbonGroupBoxStateDefinition.cs │ │ └── RibbonStateStorage.cs │ ├── Effects │ │ └── GrayscaleEffect.cs │ ├── Enumerations │ │ ├── IconSize.cs │ │ ├── RibbonControlSize.cs │ │ └── RibbonGroupBoxState.cs │ ├── Extensibility │ │ ├── IKeyTipInformationProvider.cs │ │ └── IRibbonSizeChangedSink.cs │ ├── Extensions │ │ ├── AutomationPeerExtensions.cs │ │ ├── DispatcherExtensions.cs │ │ ├── DoubleExtensions.cs │ │ ├── FrameworkElementExtensions.cs │ │ ├── ICommandSourceExtensions.cs │ │ ├── IListExtensions.cs │ │ ├── ItemContainerGeneratorExtensions.cs │ │ └── SelectorAutomationPeerExtensions.cs │ ├── Fluent.Ribbon.csproj │ ├── GlobalSuppressions.cs │ ├── Helpers │ │ ├── DoubleHelper.cs │ │ ├── FrameworkHelper.cs │ │ ├── ItemsControlHelper.cs │ │ ├── LogicalChildSupportHelper.cs │ │ ├── PoupHelper.cs │ │ ├── ToggleButtonHelper.cs │ │ └── WindowSteeringHelper.cs │ ├── IDropDownControl.cs │ ├── IHeaderedControl.cs │ ├── IKeyTipedControl.cs │ ├── ILargeIconProvider.cs │ ├── ILogicalChildSupport.cs │ ├── IMediumIconProvider.cs │ ├── IRibbonControl.cs │ ├── IRibbonStateStorage.cs │ ├── IRibbonWindow.cs │ ├── IScalableRibbonControl.cs │ ├── IToggleButton.cs │ ├── Internal │ │ ├── AccessTextHelper.cs │ │ ├── CommandHelper.cs │ │ ├── DoubleUtil.cs │ │ ├── FocusWrapper.cs │ │ ├── ItemContainerGeneratorAction.cs │ │ ├── KeyEventUtility.cs │ │ ├── KnownBoxes │ │ │ ├── BooleanBoxes.cs │ │ │ ├── DoubleBoxes.cs │ │ │ ├── IconSizeBoxes.cs │ │ │ ├── IntBoxes.cs │ │ │ ├── StringBoxes.cs │ │ │ └── VisibilityBoxes.cs │ │ ├── ScopeGuard.cs │ │ ├── SizeConstants.cs │ │ ├── TypeHelper.cs │ │ ├── UIHelper.cs │ │ └── WhenLoaded.cs │ ├── Localization │ │ ├── Languages │ │ │ ├── Arabic.cs │ │ │ ├── Azerbaijani.cs │ │ │ ├── Bulgarian.cs │ │ │ ├── Catalan.cs │ │ │ ├── Chinese.cs │ │ │ ├── Czech.cs │ │ │ ├── Danish.cs │ │ │ ├── Dutch.cs │ │ │ ├── English.cs │ │ │ ├── Estonian.cs │ │ │ ├── Finnish.cs │ │ │ ├── French.cs │ │ │ ├── German.cs │ │ │ ├── Greek.cs │ │ │ ├── Hebrew.cs │ │ │ ├── Hungarian.cs │ │ │ ├── Italian.cs │ │ │ ├── Japanese.cs │ │ │ ├── Korean.cs │ │ │ ├── Lithuanian.cs │ │ │ ├── Norwegian.cs │ │ │ ├── Norwegian_Bokmål.cs │ │ │ ├── Norwegian_Nynorsk.cs │ │ │ ├── Persian.cs │ │ │ ├── Polish.cs │ │ │ ├── Portuguese.cs │ │ │ ├── Portuguese_Brazil.cs │ │ │ ├── Romanian.cs │ │ │ ├── Russian.cs │ │ │ ├── Sinhala.cs │ │ │ ├── Slovak.cs │ │ │ ├── Slovenian.cs │ │ │ ├── Spanish.cs │ │ │ ├── Swedish.cs │ │ │ ├── Turkish.cs │ │ │ ├── Ukrainian.cs │ │ │ └── Vietnamese.cs │ │ ├── RibbonLocalization.cs │ │ ├── RibbonLocalizationAttribute.cs │ │ └── RibbonLocalizationBase.cs │ ├── Metro │ │ ├── Behaviours │ │ │ ├── StylizedBehaviors.cs │ │ │ └── StylizedBehaviorsCollection.cs │ │ └── Controls │ │ │ └── WindowCommands.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── RibbonCommands.cs │ ├── Services │ │ ├── ContextMenuService.cs │ │ ├── KeyTipService.cs │ │ ├── PopupService.cs │ │ └── ToolTipService.cs │ ├── StyleSelectors │ │ ├── ApplicationMenuItemContainerStyleSelector.cs │ │ ├── BackstageTabControlItemContainerStyleSelector.cs │ │ ├── HeaderApplicationMenuItemItemContainerStyleSelector.cs │ │ └── SplitedApplicationMenuItemItemContainerStyleSelector.cs │ ├── TemplateSelectors │ │ └── RibbonGroupBoxHeaderTemplateSelector.cs │ ├── Themes │ │ ├── Common.xaml │ │ ├── Controls │ │ │ ├── ApplicationMenu.xaml │ │ │ ├── ApplicationMenuItem.xaml │ │ │ ├── Backstage.xaml │ │ │ ├── BackstageControls.xaml │ │ │ ├── BackstageTabControl.xaml │ │ │ ├── BackstageTabItem.xaml │ │ │ ├── Button.xaml │ │ │ ├── CheckBox.xaml │ │ │ ├── ColorGallery.xaml │ │ │ ├── ComboBox.xaml │ │ │ ├── ComboBoxItem.xaml │ │ │ ├── DropDownButton.xaml │ │ │ ├── EmptyFocusStyle.xaml │ │ │ ├── Gallery.xaml │ │ │ ├── GalleryGroupContainer.xaml │ │ │ ├── GalleryItem.xaml │ │ │ ├── InRibbonGallery.xaml │ │ │ ├── KeyTip.xaml │ │ │ ├── Menu.xaml │ │ │ ├── MenuItem.xaml │ │ │ ├── MenuSeparator.xaml │ │ │ ├── QuickAccessToolbar.xaml │ │ │ ├── RadioButton.xaml │ │ │ ├── Ribbon.xaml │ │ │ ├── RibbonContextualTabGroup.xaml │ │ │ ├── RibbonGroupBox.xaml │ │ │ ├── RibbonMenu.xaml │ │ │ ├── RibbonScrollViewer.xaml │ │ │ ├── RibbonSeparator.xaml │ │ │ ├── RibbonTabControl.xaml │ │ │ ├── RibbonTabItem.xaml │ │ │ ├── RibbonTextBox.xaml │ │ │ ├── RibbonTitleBar.xaml │ │ │ ├── RibbonToolBar.xaml │ │ │ ├── RibbonToolBarControlGroup.xaml │ │ │ ├── ScreenTip.xaml │ │ │ ├── ScrollBar.xaml │ │ │ ├── SeparatorTabItem.xaml │ │ │ ├── Slider.xaml │ │ │ ├── Spinner.xaml │ │ │ ├── SplitButton.xaml │ │ │ ├── StartScreen.xaml │ │ │ ├── StartScreenTabControl.xaml │ │ │ ├── StatusBar.xaml │ │ │ ├── ToggleButton.xaml │ │ │ ├── TwoLineLabel.xaml │ │ │ └── WindowCommands.xaml │ │ ├── Effects │ │ │ ├── Grayscale.fx │ │ │ └── Grayscale.ps │ │ ├── Generic.xaml │ │ ├── Images.xaml │ │ ├── RibbonWindow.xaml │ │ ├── Styles.txt │ │ ├── Styles.xaml │ │ ├── Themes │ │ │ ├── Dark.Amber.Colorful.xaml │ │ │ ├── Dark.Amber.xaml │ │ │ ├── Dark.Blue.Colorful.xaml │ │ │ ├── Dark.Blue.xaml │ │ │ ├── Dark.Brown.Colorful.xaml │ │ │ ├── Dark.Brown.xaml │ │ │ ├── Dark.Cobalt.Colorful.xaml │ │ │ ├── Dark.Cobalt.xaml │ │ │ ├── Dark.Crimson.Colorful.xaml │ │ │ ├── Dark.Crimson.xaml │ │ │ ├── Dark.Cyan.Colorful.xaml │ │ │ ├── Dark.Cyan.xaml │ │ │ ├── Dark.Emerald.Colorful.xaml │ │ │ ├── Dark.Emerald.xaml │ │ │ ├── Dark.Green.Colorful.xaml │ │ │ ├── Dark.Green.xaml │ │ │ ├── Dark.Indigo.Colorful.xaml │ │ │ ├── Dark.Indigo.xaml │ │ │ ├── Dark.Lime.Colorful.xaml │ │ │ ├── Dark.Lime.xaml │ │ │ ├── Dark.Magenta.Colorful.xaml │ │ │ ├── Dark.Magenta.xaml │ │ │ ├── Dark.Mauve.Colorful.xaml │ │ │ ├── Dark.Mauve.xaml │ │ │ ├── Dark.Olive.Colorful.xaml │ │ │ ├── Dark.Olive.xaml │ │ │ ├── Dark.Orange.Colorful.xaml │ │ │ ├── Dark.Orange.xaml │ │ │ ├── Dark.Pink.Colorful.xaml │ │ │ ├── Dark.Pink.xaml │ │ │ ├── Dark.Purple.Colorful.xaml │ │ │ ├── Dark.Purple.xaml │ │ │ ├── Dark.Red.Colorful.xaml │ │ │ ├── Dark.Red.xaml │ │ │ ├── Dark.Sienna.Colorful.xaml │ │ │ ├── Dark.Sienna.xaml │ │ │ ├── Dark.Steel.Colorful.xaml │ │ │ ├── Dark.Steel.xaml │ │ │ ├── Dark.Taupe.Colorful.xaml │ │ │ ├── Dark.Taupe.xaml │ │ │ ├── Dark.Teal.Colorful.xaml │ │ │ ├── Dark.Teal.xaml │ │ │ ├── Dark.Violet.Colorful.xaml │ │ │ ├── Dark.Violet.xaml │ │ │ ├── Dark.Yellow.Colorful.xaml │ │ │ ├── Dark.Yellow.xaml │ │ │ ├── GeneratorParameters.json │ │ │ ├── Light.Amber.Colorful.xaml │ │ │ ├── Light.Amber.xaml │ │ │ ├── Light.Blue.Colorful.xaml │ │ │ ├── Light.Blue.xaml │ │ │ ├── Light.Brown.Colorful.xaml │ │ │ ├── Light.Brown.xaml │ │ │ ├── Light.Cobalt.Colorful.xaml │ │ │ ├── Light.Cobalt.xaml │ │ │ ├── Light.Crimson.Colorful.xaml │ │ │ ├── Light.Crimson.xaml │ │ │ ├── Light.Cyan.Colorful.xaml │ │ │ ├── Light.Cyan.xaml │ │ │ ├── Light.Emerald.Colorful.xaml │ │ │ ├── Light.Emerald.xaml │ │ │ ├── Light.Green.Colorful.xaml │ │ │ ├── Light.Green.xaml │ │ │ ├── Light.Indigo.Colorful.xaml │ │ │ ├── Light.Indigo.xaml │ │ │ ├── Light.Lime.Colorful.xaml │ │ │ ├── Light.Lime.xaml │ │ │ ├── Light.Magenta.Colorful.xaml │ │ │ ├── Light.Magenta.xaml │ │ │ ├── Light.Mauve.Colorful.xaml │ │ │ ├── Light.Mauve.xaml │ │ │ ├── Light.Olive.Colorful.xaml │ │ │ ├── Light.Olive.xaml │ │ │ ├── Light.Orange.Colorful.xaml │ │ │ ├── Light.Orange.xaml │ │ │ ├── Light.Pink.Colorful.xaml │ │ │ ├── Light.Pink.xaml │ │ │ ├── Light.Purple.Colorful.xaml │ │ │ ├── Light.Purple.xaml │ │ │ ├── Light.Red.Colorful.xaml │ │ │ ├── Light.Red.xaml │ │ │ ├── Light.Sienna.Colorful.xaml │ │ │ ├── Light.Sienna.xaml │ │ │ ├── Light.Steel.Colorful.xaml │ │ │ ├── Light.Steel.xaml │ │ │ ├── Light.Taupe.Colorful.xaml │ │ │ ├── Light.Taupe.xaml │ │ │ ├── Light.Teal.Colorful.xaml │ │ │ ├── Light.Teal.xaml │ │ │ ├── Light.Violet.Colorful.xaml │ │ │ ├── Light.Violet.xaml │ │ │ ├── Light.Yellow.Colorful.xaml │ │ │ ├── Light.Yellow.xaml │ │ │ ├── Theme.Template.xaml │ │ │ ├── XamlColorSchemeGenerator.exe │ │ │ └── XamlColorSchemeGenerator.exe.config │ │ └── XamlCombine.exe │ └── Theming │ │ └── RibbonLibraryThemeProvider.cs └── Shared │ ├── FluentStrongName.snk │ └── GlobalAssemblyInfo.cs ├── Fluent.Ribbon ├── Fluent.Ribbon │ ├── Adorners │ │ └── KeyTipAdorner.cs │ ├── AttachedProperties │ │ └── RibbonProperties.cs │ ├── BackstageButton.cs │ ├── Controls │ │ ├── ApplicationMenu.cs │ │ ├── Backstage.cs │ │ ├── BackstageAdorner.cs │ │ ├── BackstageTabControl.cs │ │ ├── BackstageTabItem.cs │ │ ├── Button.cs │ │ ├── CheckBox.cs │ │ ├── ColorGallery.cs │ │ ├── ComboBox.cs │ │ ├── ContextMenu.cs │ │ ├── DropDownButton.cs │ │ ├── Gallery.cs │ │ ├── GalleryGroupContainer.cs │ │ ├── GalleryGroupFilter.cs │ │ ├── GalleryItem.cs │ │ ├── GalleryItemPlaceholder.cs │ │ ├── GalleryPanel.cs │ │ ├── GroupSeparatorMenuItem.cs │ │ ├── InRibbonGallery.cs │ │ ├── KeyTip.cs │ │ ├── MenuItem.cs │ │ ├── QuickAccessMenuItem.cs │ │ ├── QuickAccessToolBar.cs │ │ ├── RadioButton.cs │ │ ├── Ribbon.cs │ │ ├── RibbonContextualGroupsContainer.cs │ │ ├── RibbonContextualTabGroup.cs │ │ ├── RibbonControl.cs │ │ ├── RibbonGroupBox.cs │ │ ├── RibbonGroupsContainer.cs │ │ ├── RibbonMenu.cs │ │ ├── RibbonScrollViewer.cs │ │ ├── RibbonTabControl.cs │ │ ├── RibbonTabItem.cs │ │ ├── RibbonTabsContainer.cs │ │ ├── RibbonTitleBar.cs │ │ ├── RibbonToolBar.cs │ │ ├── RibbonToolBarControlDefinition.cs │ │ ├── RibbonToolBarControlGroup.cs │ │ ├── RibbonToolBarControlGroupDefinition.cs │ │ ├── RibbonToolBarLayoutDefinition.cs │ │ ├── RibbonToolBarRow.cs │ │ ├── RibbonWindow.cs │ │ ├── ScreenTip.cs │ │ ├── SeparatorTabItem.cs │ │ ├── Spinner.cs │ │ ├── SplitButton.cs │ │ ├── StartScreen.cs │ │ ├── StartScreenTabControl.cs │ │ ├── StatusBar.cs │ │ ├── StatusBarItem.cs │ │ ├── StatusBarMenuItem.cs │ │ ├── StatusBarPanel.cs │ │ ├── TextBox.cs │ │ ├── ToggleButton.cs │ │ ├── TwoLineLabel.cs │ │ └── WindowSteeringHelperControl.cs │ ├── Converters │ │ ├── ApplicationMenuRightScrollViewerExtractorConverter.cs │ │ ├── ColorToSolidColorBrushConverter.cs │ │ ├── EqualsToVisibilityConverter.cs │ │ ├── IconConverter.cs │ │ ├── InvertNumericConverter.cs │ │ ├── ObjectToImageConverter.cs │ │ ├── SizeDefinitionConverter.cs │ │ ├── SpinnerTextToValueConverter.cs │ │ ├── StaticConverters.cs │ │ └── ThicknessConverter.cs │ ├── Data │ │ ├── KeyTipInformation.cs │ │ ├── KeyTipPressedResult.cs │ │ ├── RibbonControlSizeDefinition.cs │ │ └── RibbonStateStorage.cs │ ├── Documents │ │ ├── Features.xlsx │ │ └── Fluent Ribbon Control Suite Walkthrough.docx │ ├── Effects │ │ └── GrayscaleEffect.cs │ ├── Enumerations │ │ ├── RibbonControlSize.cs │ │ └── RibbonGroupBoxState.cs │ ├── Extensibility │ │ ├── IKeyTipInformationProvider.cs │ │ └── IRibbonSizeChangedSink.cs │ ├── Extensions │ │ ├── DispatcherExtensions.cs │ │ ├── FrameworkElementExtensions.cs │ │ └── ICommandSourceExtensions.cs │ ├── Fluent.Ribbon.csproj │ ├── Helpers │ │ ├── DpiHelper.cs │ │ ├── FrameworkHelper.cs │ │ ├── PoupHelper.cs │ │ ├── ToggleButtonHelper.cs │ │ ├── Utility.cs │ │ ├── WindowAccentCompositor.cs │ │ └── WindowSteeringHelper.cs │ ├── IDropDownControl.cs │ ├── IHeaderedControl.cs │ ├── IKeyTipedControl.cs │ ├── ILargeIconProvider.cs │ ├── IRibbonControl.cs │ ├── IRibbonStateStorage.cs │ ├── IRibbonWindow.cs │ ├── IScalableRibbonControl.cs │ ├── IToggleButton.cs │ ├── Images │ │ └── DefaultSmallIcon.png │ ├── Internal │ │ ├── CommandHelper.cs │ │ ├── DoubleUtil.cs │ │ ├── FocusWrapper.cs │ │ ├── ItemContainerGeneratorAction.cs │ │ ├── ItemsControlHelper.cs │ │ ├── KeyEventUtility.cs │ │ ├── KnownBoxes │ │ │ ├── BooleanBoxes.cs │ │ │ ├── DoubleBoxes.cs │ │ │ ├── IntBoxes.cs │ │ │ ├── StringBoxes.cs │ │ │ └── VisibilityBoxes.cs │ │ └── UIHelper.cs │ ├── Localization │ │ ├── Languages │ │ │ ├── Arabic.cs │ │ │ ├── Azerbaijani.cs │ │ │ ├── Bulgarian.cs │ │ │ ├── Catalan.cs │ │ │ ├── Chinese.cs │ │ │ ├── Czech.cs │ │ │ ├── Danish.cs │ │ │ ├── Dutch.cs │ │ │ ├── English.cs │ │ │ ├── Estonian.cs │ │ │ ├── Finnish.cs │ │ │ ├── French.cs │ │ │ ├── German.cs │ │ │ ├── Greek.cs │ │ │ ├── Hebrew.cs │ │ │ ├── Hungarian.cs │ │ │ ├── Italian.cs │ │ │ ├── Japanese.cs │ │ │ ├── Korean.cs │ │ │ ├── Lithuanian.cs │ │ │ ├── Norwegian.cs │ │ │ ├── Norwegian_Bokmål.cs │ │ │ ├── Norwegian_Nynorsk.cs │ │ │ ├── Persian.cs │ │ │ ├── Polish.cs │ │ │ ├── Portuguese.cs │ │ │ ├── Portuguese_Brazil.cs │ │ │ ├── Romanian.cs │ │ │ ├── Russian.cs │ │ │ ├── Sinhala.cs │ │ │ ├── Slovak.cs │ │ │ ├── Slovenian.cs │ │ │ ├── Spanish.cs │ │ │ ├── Swedish.cs │ │ │ ├── Turkish.cs │ │ │ ├── Ukrainian.cs │ │ │ └── Vietnamese.cs │ │ ├── RibbonLocalization.cs │ │ ├── RibbonLocalizationAttribute.cs │ │ └── RibbonLocalizationBase.cs │ ├── Metro │ │ └── Controls │ │ │ └── WindowCommands.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── RibbonCommands.cs │ ├── RibbonGroupBoxPanel.cs │ ├── RibbonToolBarTray.cs │ ├── Services │ │ ├── ContextMenuService.cs │ │ ├── KeyTipService.cs │ │ ├── PopupService.cs │ │ └── ToolTipService.cs │ ├── ThemeManager │ │ ├── Accent.cs │ │ ├── AppTheme.cs │ │ └── ThemeManager.cs │ └── Themes │ │ ├── Accents │ │ ├── Accent.Template.xaml │ │ ├── Amber.xaml │ │ ├── Blue.xaml │ │ ├── Brown.xaml │ │ ├── Cobalt.xaml │ │ ├── Crimson.xaml │ │ ├── Cyan.xaml │ │ ├── Emerald.xaml │ │ ├── GeneratorParameters.json │ │ ├── Green.xaml │ │ ├── Indigo.xaml │ │ ├── Lime.xaml │ │ ├── Magenta.xaml │ │ ├── Mauve.xaml │ │ ├── Olive.xaml │ │ ├── Orange.xaml │ │ ├── Pink.xaml │ │ ├── Purple.xaml │ │ ├── Red.xaml │ │ ├── Sienna.xaml │ │ ├── Steel.xaml │ │ ├── Taupe.xaml │ │ ├── Teal.xaml │ │ ├── Violet.xaml │ │ ├── XamlColorSchemeGenerator.exe │ │ ├── XamlColorSchemeGenerator.exe.config │ │ └── Yellow.xaml │ │ ├── Colors │ │ ├── BaseDark.xaml │ │ └── BaseLight.xaml │ │ ├── Common.xaml │ │ ├── Controls │ │ ├── ApplicationMenu.xaml │ │ ├── ApplicationMenuItem.xaml │ │ ├── Backstage.xaml │ │ ├── BackstageControls.xaml │ │ ├── BackstageTabControl.xaml │ │ ├── BackstageTabItem.xaml │ │ ├── Button.xaml │ │ ├── Calendar.xaml │ │ ├── CheckBox.xaml │ │ ├── ColorGallery.xaml │ │ ├── ComboBox.xaml │ │ ├── ComboBoxItem.xaml │ │ ├── DropDownButton.xaml │ │ ├── EmptyFocusStyle.xaml │ │ ├── Gallery.xaml │ │ ├── GalleryGroupContainer.xaml │ │ ├── GalleryItem.xaml │ │ ├── InRibbonGallery.xaml │ │ ├── KeyTip.xaml │ │ ├── Menu.xaml │ │ ├── MenuItem.xaml │ │ ├── MenuSeparator.xaml │ │ ├── QuickAccessToolbar.xaml │ │ ├── RadioButton.xaml │ │ ├── Ribbon.xaml │ │ ├── RibbonContextualTabGroup.xaml │ │ ├── RibbonGroupBox.xaml │ │ ├── RibbonMenu.xaml │ │ ├── RibbonScrollViewer.xaml │ │ ├── RibbonSeparator.xaml │ │ ├── RibbonTabControl.xaml │ │ ├── RibbonTabItem.xaml │ │ ├── RibbonTextBox.xaml │ │ ├── RibbonTitleBar.xaml │ │ ├── RibbonToolBar.xaml │ │ ├── RibbonToolBarControlGroup.xaml │ │ ├── ScreenTip.xaml │ │ ├── ScrollBar.xaml │ │ ├── SeparatorTabItem.xaml │ │ ├── Slider.xaml │ │ ├── Spinner.xaml │ │ ├── SplitButton.xaml │ │ ├── StartScreen.xaml │ │ ├── StartScreenTabControl.xaml │ │ ├── StatusBar.xaml │ │ ├── ToggleButton.xaml │ │ ├── TwoLineLabel.xaml │ │ └── WindowCommands.xaml │ │ ├── Effects │ │ ├── Grayscale.fx │ │ └── Grayscale.ps │ │ ├── Generic.xaml │ │ ├── Images │ │ ├── ApplicationMenu.png │ │ ├── Checked.png │ │ ├── Copy.png │ │ ├── Cut.png │ │ ├── DialogLauncher.png │ │ ├── Help.png │ │ ├── Images.xaml │ │ ├── MoreColors.png │ │ ├── Paste.png │ │ ├── QuickAccessToolbarDropDown.png │ │ ├── QuickAccessToolbarExtender.png │ │ ├── RibbonCollapse.png │ │ ├── RibbonExpand.png │ │ ├── RibbonPin.png │ │ └── Warning.png │ │ ├── RibbonWindow.xaml │ │ ├── Styles.txt │ │ ├── Styles.xaml │ │ └── XamlCombine.exe └── Shared │ ├── FluentStrongName.snk │ └── GlobalAssemblyInfo.cs ├── IconExtractor ├── IconExtractor.cs ├── IconExtractor.csproj ├── IconUtil.cs ├── NativeMethods.cs └── Properties │ └── AssemblyInfo.cs ├── ImDiskNet ├── ImDisk │ ├── ComInterop │ │ └── ImDiskCOM.vb │ ├── DLL.vb │ ├── Flags.vb │ ├── ImDiskAPI.vb │ ├── ImDiskControl.vb │ ├── ImDiskDevice.vb │ ├── ImDiskDeviceStream.vb │ ├── ImDiskObject.vb │ └── ImDiskRefreshEvent.vb ├── ImDiskNet.snk ├── ImDiskNet.vbproj ├── My Project │ ├── Application.Designer.vb │ ├── Application.myapp │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ ├── Resources.resx │ ├── Settings.Designer.vb │ └── Settings.settings └── NativeFileIO.vb ├── Installer ├── BExplorer_update.ico ├── BetterExplorer-x64.appx ├── BetterExplorer.appx ├── BetterExplorer2.6.18157.935.exe ├── en │ └── updates.txt └── updates.txt ├── License.rtf ├── NotifyIcon ├── Changelog.txt ├── NotifyIconWpf.sln └── NotifyIconWpf │ ├── App.config │ ├── BalloonIcon.cs │ ├── DefaultTrayIcon.ico │ ├── Diagrams │ └── TaskbarIcon Overview.cd │ ├── Interop │ ├── BalloonFlags.cs │ ├── IconDataMembers.cs │ ├── IconState.cs │ ├── MouseEvent.cs │ ├── NotifyCommand.cs │ ├── NotifyIconData.cs │ ├── NotifyIconVersion.cs │ ├── Point.cs │ ├── TrayInfo.cs │ ├── WinApi.cs │ ├── WindowClass.cs │ └── WindowMessageSink.cs │ ├── NotifyIconWpf.csproj │ ├── PopupActivationMode.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx │ ├── RoutedEventHelper.cs │ ├── TaskbarIcon.Declarations.cs │ ├── TaskbarIcon.cs │ ├── Util.cs │ └── packages.config ├── Progress ├── Common │ ├── Axis.cs │ ├── MathConverter.cs │ └── RateBase.cs ├── Properties │ └── AssemblyInfo.cs ├── RateBar.csproj ├── RateGraph.xaml └── RateGraph.xaml.cs ├── README.md ├── Rating control └── CustomControls │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── RatingStar │ └── Implementation │ │ ├── Rating.cs │ │ ├── RatingItem.cs │ │ └── RatingItemStateEnum.cs │ ├── StarRatingControl.csproj │ └── Themes │ └── Generic.xaml ├── Rebracer.xml ├── SECURITY.md ├── Settings ├── BESettings.cs ├── Extensions.cs ├── LVTheme.cs ├── Properties │ └── AssemblyInfo.cs ├── Settings.csproj └── ThemeColors.cs ├── SevenZip ├── 7z.dll ├── 7z64.dll ├── ArchiveEmulationStreamProxy.cs ├── ArchiveExtractCallback.cs ├── ArchiveOpenCallback.cs ├── ArchiveUpdateCallback.cs ├── COM.cs ├── Common.cs ├── EventArgs.cs ├── Exceptions.cs ├── FileSignatureChecker.cs ├── Formats.cs ├── LibraryFeature.cs ├── LibraryManager.cs ├── LzmaDecodeStream.cs ├── LzmaEncodeStream.cs ├── LzmaProgressCallback.cs ├── NativeMethods.cs ├── Properties │ └── AssemblyInfo.cs ├── SevenZip.csproj ├── SevenZip.sln ├── SevenZip2010.csproj ├── SevenZip2010.sln ├── SevenZipCompressor.cs ├── SevenZipCompressorAsynchronous.cs ├── SevenZipExtractor.cs ├── SevenZipExtractorAsynchronous.cs ├── SevenZipSfx.cs ├── StreamWrappers.cs ├── gpl.txt ├── lgpl.txt ├── packages.config ├── sdk │ ├── Common │ │ ├── CRC.cs │ │ ├── InBuffer.cs │ │ └── OutBuffer.cs │ ├── Compress │ │ ├── LZ │ │ │ ├── IMatchFinder.cs │ │ │ ├── LzBinTree.cs │ │ │ ├── LzInWindow.cs │ │ │ └── LzOutWindow.cs │ │ ├── LZMA │ │ │ ├── LzmaBase.cs │ │ │ ├── LzmaDecoder.cs │ │ │ └── LzmaEncoder.cs │ │ └── RangeCoder │ │ │ ├── RangeCoder.cs │ │ │ ├── RangeCoderBit.cs │ │ │ └── RangeCoderBitTree.cs │ └── ICoder.cs └── sfx │ ├── 7z.sfx │ ├── 7zCon.sfx │ ├── 7zS.sfx │ ├── 7zSD.sfx │ ├── 7zxSD_All.sfx │ ├── 7zxSD_All_x64.sfx │ ├── 7zxSD_Deflate.sfx │ ├── 7zxSD_Deflate_x64.sfx │ ├── 7zxSD_LZMA.sfx │ ├── 7zxSD_LZMA2.sfx │ ├── 7zxSD_LZMA2_x64.sfx │ ├── 7zxSD_LZMA_x64.sfx │ ├── 7zxSD_PPMd.sfx │ ├── 7zxSD_PPMd_x64.sfx │ ├── Configs.xml │ ├── Configs.xsd │ ├── Configs.xslt │ └── sample.txt ├── SharpBox └── Resources │ └── Newtonsoft.Json.Net40.dll ├── ShellControls ├── AutoClosePopup.cs ├── BreadcrumbBar │ ├── AeroChrome.cs │ ├── ApplyPropertiesEventArgs.cs │ ├── BreadcrumbBar.cs │ ├── BreadcrumbButton.cs │ ├── BreadcrumbItem.cs │ ├── BreadcrumbItemEventArgs.cs │ └── PathConversionEventArgs.cs ├── Class1.cs ├── ClipBoardMonitor.cs ├── Defaults.cs ├── EventArgs.cs ├── ExplorerControl.xaml ├── ExplorerControl.xaml.cs ├── Extensions.cs ├── FileFilterComboBox.cs ├── FileNameComboBox.cs ├── FileOperation │ ├── CollisionDialog.xaml │ ├── CollisionDialog.xaml.cs │ ├── DeleteNotificationDialog.xaml │ ├── DeleteNotificationDialog.xaml.cs │ ├── FileOperation.xaml │ ├── FileOperation.xaml.cs │ ├── FileOperationDialog.xaml │ ├── FileOperationDialog.xaml.cs │ └── IIFileOperation.cs ├── FolderSizeWindow.xaml ├── FolderSizeWindow.xaml.cs ├── IShellControl.cs ├── IconClasses │ ├── IconView.Designer.cs │ ├── IconView.cs │ └── IconView.resx ├── ListViewEditor.cs ├── PieChart │ ├── BaseWPFHelpers.cs │ ├── PieChart │ │ ├── ColourConverter.cs │ │ ├── IColorSelector.cs │ │ ├── IndexedColourSelector.cs │ │ ├── Legend.xaml │ │ ├── Legend.xaml.cs │ │ ├── LegendConverter.cs │ │ ├── PieChartLayout.xaml │ │ ├── PieChartLayout.xaml.cs │ │ ├── PiePlotter.xaml │ │ └── PiePlotter.xaml.cs │ ├── Shapes │ │ └── PiePiece.cs │ ├── UserControl1.xaml │ ├── UserControl1.xaml.cs │ └── Util │ │ ├── FileSizeConverter.cs │ │ ├── FormattingConverter.cs │ │ └── Utils.cs ├── Properties │ ├── Annotations.cs │ └── AssemblyInfo.cs ├── RangeObservableCollection.cs ├── RenamePanel.xaml ├── RenamePanel.xaml.cs ├── ShellComboBox.cs ├── ShellContextMenu │ ├── AcrylicShellContextMenu.cs │ ├── AsyncObservableCollection.cs │ ├── Base64ImageConverter.cs │ ├── BaseCommandsPanel.cs │ ├── Clipper.cs │ ├── EventArgsCache.cs │ ├── RangeObservableCollection.cs │ ├── ShellContextMenu.cs │ ├── ShellContextMenuEx.cs │ ├── Win32ContextMenuDataItem.cs │ └── Win32ContextMenuItem.cs ├── ShellControls.csproj ├── ShellListView │ ├── EnumsAndEvents.cs │ ├── FSItem.cs │ ├── FolderSettings.cs │ ├── IconUpdateService.cs │ ├── ImageListEx.cs │ ├── ListViewColumnHeader.cs │ ├── ListViewColumns.cs │ ├── ListViewSelectionHelper.cs │ ├── ShellView.Designer.cs │ ├── ShellView.cs │ ├── ShellView.resx │ ├── ShellViewWEx.xaml │ ├── ShellViewWEx.xaml.cs │ └── VirtualGrouping.cs ├── ShellTabItem.cs ├── ShellTreeView │ ├── FilesystemTreeViewItem.cs │ ├── ObjectToSeparatorBooleanConverter.cs │ ├── ShellTreeView.xaml │ ├── ShellTreeView.xaml.cs │ ├── ShellTreeViewEx.Designer.cs │ ├── ShellTreeViewEx.cs │ ├── ShellTreeViewEx.resx │ └── TreeViewBase.cs ├── SortableObservableCollection.cs ├── Spinner.xaml ├── Spinner.xaml.cs ├── TabIndexConverter.cs ├── ToolTip.xaml ├── ToolTip.xaml.cs ├── ToolbarGroup.cs ├── WpfObservableRangeCollection.cs └── themes │ ├── AcrylicContextMenu.xaml │ └── generic.xaml ├── ShellLibrary ├── Annotations.cs ├── AssociationItem.cs ├── Custom ContextMenus Remove Soon │ └── FilterMenu_Strings.cs ├── Defaults.cs ├── DragDropHelper.cs ├── Extensions.cs ├── FileOperation │ ├── AsyncUnbuffCopy.cs │ └── CollisionItem.cs ├── FilterItem.cs ├── FolderSelectDialog.cs ├── GlobalSuppressions.cs ├── Groups │ ├── LVGROUP.cs │ └── ListViewGroupEx.cs ├── Interop │ ├── BHID.cs │ ├── ComCtl32.cs │ ├── ComReleaser.cs │ ├── Constants.cs │ ├── CredUI.cs │ ├── DataTransferManagerHelper.cs │ ├── DefaultIconSize.cs │ ├── EnumUnknownClass.cs │ ├── Enums.cs │ ├── FileIcon.cs │ ├── FileOperationFlags.cs │ ├── Gdi32.cs │ ├── HResult.cs │ ├── Helpers.cs │ ├── IColumnProvider.cs │ ├── IContextMenu.cs │ ├── IDropSource.cs │ ├── IEnumIDList.cs │ ├── IExplorerCommandProvider.cs │ ├── IExtractIcon.cs │ ├── IFileDialog.cs │ ├── IFileOperation.cs │ ├── IFileOperationProgressSink.cs │ ├── IFileSystemBindData.cs │ ├── IHandle.cs │ ├── IListView.cs │ ├── INativeShellLibrary.cs │ ├── IOperationsProgressDialog.cs │ ├── IQueryInfo.cs │ ├── ISearch.cs │ ├── IServiceProvider.cs │ ├── IShellBrowser.cs │ ├── IShellFolder.cs │ ├── IShellItem.cs │ ├── IShellItem2.cs │ ├── IShellItemArray.cs │ ├── IShellLibrary.cs │ ├── IShellView.cs │ ├── IThumbnail.cs │ ├── IThumbnailCache.cs │ ├── IVisualProperties.cs │ ├── IconReference.cs │ ├── Kernel32.cs │ ├── KnownFoldersCOM.cs │ ├── Macros.cs │ ├── NativePoint.cs │ ├── Ole32.cs │ ├── PropVariant.cs │ ├── PropVariantNativeMethods.cs │ ├── PropertySystemNativeMethods.cs │ ├── Shell32.cs │ ├── ShellItemArray.cs │ ├── ShellItemImpl.cs │ ├── ShellLink.cs │ ├── ShellNotifications.cs │ ├── ShellThumbnail.cs │ ├── ShlWapi.cs │ ├── User32.cs │ ├── UxTheme.cs │ ├── WIC.zip │ ├── Wallpaper.cs │ └── WindowsThumbnailProvider.cs ├── JunctionPoint.cs ├── KnownFolders │ ├── DefinitionOptions.cs │ ├── FileSystemKnownFolder.cs │ ├── FolderCategory.cs │ ├── FolderProperties.cs │ ├── FolderTypes.cs │ ├── FoldersIdentifiers.cs │ ├── IKnownFolder.cs │ ├── KnownFolderHelper.cs │ ├── KnownFolderSettings.cs │ ├── KnownFolders.cs │ ├── NonFileSystemKnownFolder.cs │ └── RedirectionCapabilities.cs ├── LVItemColor.cs ├── LeftMarginMultiplierConverter.cs ├── NavigationLog.cs ├── ObservableCollectionEx.cs ├── QueueEx.cs ├── Reflector.cs ├── Resources │ ├── Back.bmp │ ├── Forward.bmp │ ├── NewFolder.bmp │ ├── Up.bmp │ └── Views.bmp ├── Settings.sqlite ├── ShellItem.cs ├── ShellItemEqualityComparer.cs ├── ShellLibrary.cs ├── ShellLibrary.csproj ├── ShellNotificationListener.cs ├── ShellViewControl.xaml ├── ShellViewControl.xaml.cs ├── SyncQueue.cs ├── SysImageList.cs ├── SystemImageList.cs ├── ThreadSafeListWithLock.cs ├── TooltipDataTemplateSelector.cs ├── TreeViewHelper.cs ├── TreeViewItemBehaviour.cs ├── Utilities.cs ├── VirtualGroups │ └── IOwnerDataCallback.cs ├── WindowActivator.cs ├── WindowsSearch │ ├── SearchCondition.cs │ ├── SearchConditionFactory.cs │ └── ShellSearchFolder.cs ├── _Plugin Interfaces │ ├── FileSystemListItem.cs │ ├── IListItemEx.cs │ └── VirtualFilesystemItem.cs ├── video_addorner.png ├── video_addorner_wide.png ├── x64 │ └── SQLite.Interop.dll └── x86 │ └── SQLite.Interop.dll ├── TabControl ├── Converters.cs ├── Helper.cs ├── Images │ └── newtab.ico ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── TabControl.cs ├── TabEventArgs.cs ├── TabItem.cs ├── TabPanel.cs ├── Themes │ └── Generic.xaml └── Wpf.TabControl.csproj ├── TaskDialog ├── CommandLink.xaml ├── CommandLink.xaml.cs ├── Converters.cs ├── DesignData │ ├── DesignerCommandLink.xaml │ └── DesignerTaskDialogViewModel.xaml ├── NativeMethods.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx ├── RelayCommand.cs ├── ResourceDictionaries │ └── Common.xaml ├── Resources │ ├── cmdarr1.png │ ├── cmdarr2.png │ ├── exparr-down1.bmp │ ├── exparr-down2.bmp │ ├── exparr-down3.bmp │ ├── exparr-up1.bmp │ ├── exparr-up2.bmp │ ├── exparr-up3.bmp │ ├── shield-16.png │ └── shield-32.png ├── SafeNativeMethods.cs ├── TaskDialog.cs ├── TaskDialog.csproj ├── TaskDialog.xaml ├── TaskDialog.xaml.cs ├── TaskDialogEvents.cs ├── TaskDialogInterop.cs ├── TaskDialogResult.cs ├── TaskDialogTypes.cs ├── TaskDialogViewModel.cs ├── UnsafeNativeMethods.cs └── VistaActiveTaskDialog.cs ├── TestProject ├── App.config ├── My Project │ ├── Application.Designer.vb │ ├── Application.myapp │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ ├── Resources.resx │ ├── Settings.Designer.vb │ └── Settings.settings ├── RuleSet1.ruleset ├── TestProject.vbproj ├── UnitTest1.vb ├── UnitTest2.vb └── packages.config ├── UnbufferedFO ├── GS.Common.IO │ ├── AsyncJob.cs │ ├── NativeMethods.cs │ ├── OverlappedStream.cs │ ├── OverlappedStreamBuffered.cs │ ├── OverlappedStreamUnbuffered.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── UnbufferedIO.csproj │ └── UnmanagedBufferPool.cs └── OverlappedStream.sln ├── Updater ├── 7Z │ ├── Ole32.cs │ ├── SevenZipFormat.cs │ └── SevenZipInterface.cs ├── 7z.dll ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Updater.csproj └── updater.ico ├── UpgradeLog.htm ├── UpgradeLog2.htm ├── UsbEject ├── Properties │ └── AssemblyInfo.cs ├── UsbEject.csproj └── UsbEject │ ├── Device.cs │ ├── DeviceCapabilities.cs │ ├── DeviceClass.cs │ ├── DiskDeviceClass.cs │ ├── Native.cs │ ├── Readme.txt │ ├── Volume.cs │ └── VolumeDeviceClass.cs ├── WPFUI ├── Background │ ├── BackdropType.cs │ ├── BackgroundType.cs │ └── Manager.cs ├── Common │ ├── Appearance.cs │ ├── Extensions.cs │ ├── Glyph.cs │ ├── Icon.cs │ ├── IconFilled.cs │ ├── RelayCommand.cs │ ├── SnapLayout.cs │ └── Syntax.cs ├── Controls │ ├── Breadcrumb.cs │ ├── Button.cs │ ├── Card.cs │ ├── CardAction.cs │ ├── CardControl.cs │ ├── CardExpander.cs │ ├── CodeBlock.cs │ ├── Dialog.cs │ ├── FontIcon.cs │ ├── Hyperlink.cs │ ├── IIconElement.cs │ ├── INavigable.cs │ ├── INavigation.cs │ ├── Icon.cs │ ├── MessageBox.cs │ ├── Navigation.cs │ ├── NavigationFluent.cs │ ├── NavigationItem.cs │ ├── NavigationStore.cs │ ├── NumberBox.cs │ ├── Rating.cs │ ├── SearchBox.cs │ ├── ShellListViewColumnHeader.cs │ ├── Snackbar.cs │ ├── Spinner.cs │ ├── TabControl.cs │ ├── TitleBar.cs │ ├── TitleBarButton.cs │ └── UIWindow.cs ├── Converters │ └── IconToStringConverter.cs ├── Fonts │ ├── FiraCode-Regular.ttf │ ├── FluentSystemIcons-Filled.ttf │ └── FluentSystemIcons-Regular.ttf ├── License - Fira Code.txt ├── License - Fluent System Icons.txt ├── License - Segoe Fluent Icons.txt ├── Notifications │ └── Toast.cs ├── Properties │ └── AssemblyInfo.cs ├── Styles │ ├── Assets │ │ ├── Brushes.xaml │ │ ├── Fonts.xaml │ │ ├── Icons.xaml │ │ └── Palette.xaml │ ├── Controls │ │ ├── Breadcrumb.xaml │ │ ├── Button.xaml │ │ ├── Calendar.xaml │ │ ├── Card.xaml │ │ ├── CardAction.xaml │ │ ├── CardControl.xaml │ │ ├── CardExpander.xaml │ │ ├── CheckBox.xaml │ │ ├── CodeBlock.xaml │ │ ├── ComboBox.xaml │ │ ├── DataGrid.xaml │ │ ├── DatePicker.xaml │ │ ├── Dialog.xaml │ │ ├── Expander.xaml │ │ ├── FontIcon.xaml │ │ ├── Frame.xaml │ │ ├── Hyperlink.xaml │ │ ├── Icon.xaml │ │ ├── Label.xaml │ │ ├── ListBox.xaml │ │ ├── Menu.xaml │ │ ├── MessageBox.xaml │ │ ├── Navigation.xaml │ │ ├── NavigationFluent.xaml │ │ ├── NavigationStore.xaml │ │ ├── NotifyIcon.xaml │ │ ├── NumberBox.xaml │ │ ├── Page.xaml │ │ ├── PasswordBox.xaml │ │ ├── ProgressBar.xaml │ │ ├── RadioButton.xaml │ │ ├── Rating.xaml │ │ ├── RichTextBox.xaml │ │ ├── Scroll.xaml │ │ ├── Separator.xaml │ │ ├── Slider.xaml │ │ ├── Snackbar.xaml │ │ ├── Spinner.xaml │ │ ├── StatusBar.xaml │ │ ├── TabControl.xaml │ │ ├── TextBlock.xaml │ │ ├── TextBox.xaml │ │ ├── TitleBar.xaml │ │ ├── ToggleButton.xaml │ │ ├── ToolBar.xaml │ │ ├── ToolTip.xaml │ │ ├── TreeView.xaml │ │ ├── UIWindow.xaml │ │ └── Window.xaml │ ├── Theme │ │ ├── Dark.xaml │ │ ├── HighContrast.xaml │ │ └── Light.xaml │ └── WPFUI.xaml ├── Taskbar │ ├── HResult.cs │ ├── ITaskbarList.cs │ ├── Progress.cs │ ├── ProgressState.cs │ ├── SetTabPropertiesOption.cs │ ├── ThumbButton.cs │ ├── ThumbButtonMask.cs │ └── ThumbButtonOptions.cs ├── Theme │ ├── Manager.cs │ ├── Style.cs │ └── Watcher.cs ├── Themes │ └── Generic.xaml ├── Tray │ └── NotifyIcon.cs ├── WPFUI.csproj └── Win32 │ ├── Collumns.cs │ ├── Dwmapi.cs │ ├── Gdi32.cs │ ├── Gdip.cs │ ├── HT.cs │ ├── Kernel32.cs │ ├── PROPERTYKEY.cs │ ├── Shell32.cs │ ├── UFlags.cs │ └── User32.cs ├── WpfControlLibrary1 ├── 4cy2oxal.tmp_proj ├── AcrylicContextMenu.cs ├── AcrylicPopup.cs ├── AcrylicTooltip.cs ├── Assets │ ├── Colored-Icons.ttf │ ├── Custom-Glyphs.ttf │ └── recyclebin-fabric-glyph.ttf ├── BetterExplorerControls.csproj ├── FontIcon.cs ├── FontIconButton.cs ├── Helpers │ ├── AcrylicHelper.cs │ └── MouseHook.cs ├── Images │ ├── Refresh16.png │ ├── clear.png │ ├── filter16.png │ ├── filter32.png │ ├── filter48.png │ ├── search.png │ ├── search16.png │ ├── search32.png │ └── search48.png ├── ListviewColumnDropDown.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── RawInputReceiverWindow.cs ├── TranslationComboBoxItem.xaml ├── TranslationComboBoxItem.xaml.cs ├── WatermarkedTextBox.cs └── themes │ ├── AcrylicPopup.xaml │ └── generic.xaml ├── WpfDocumentPreviewer ├── PreviewControl.xaml ├── PreviewControl.xaml.cs ├── PreviewHandler.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings └── WpfDocumentPreviewer.csproj ├── XAML_Translations_Helper ├── App.config ├── Form1.Designer.vb ├── Form1.resx ├── Form1.vb ├── My Project │ ├── Application.Designer.vb │ ├── Application.myapp │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ ├── Resources.resx │ ├── Settings.Designer.vb │ └── Settings.settings └── XAML_Translations_Helper.vbproj ├── Xceed.Wpf.Toolkit ├── AssemblyVersionInfo.cs ├── AssemblyVersionInfoCommon.cs ├── AutoSelectTextBox │ └── Implementation │ │ ├── AutoSelectBehaviorEnum.cs │ │ ├── AutoSelectTextBox.cs │ │ └── QueryMoveFocusEventArgs.cs ├── BusyIndicator │ ├── Implementation │ │ ├── BusyIndicator.cs │ │ └── VisualStates.BusyIndicator.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── ButtonSpinner │ ├── Implementation │ │ ├── ButtonSpinner.cs │ │ ├── SpinDirection.cs │ │ ├── SpinEventArgs.cs │ │ ├── Spinner.cs │ │ └── ValidSpinDirections.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Calculator │ ├── Implementation │ │ ├── Calculator.cs │ │ └── CalculatorCommands.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── CalculatorUpDown │ ├── Implementation │ │ └── CalculatorUpDown.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── CheckComboBox │ ├── Implementation │ │ └── CheckComboBox.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── CheckListBox │ ├── Implementation │ │ └── CheckListBox.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── ChildWindow │ ├── Implementation │ │ ├── ChildWindow.cs │ │ ├── WindowStartupLocation.cs │ │ └── WindowState.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Chromes │ ├── Implementation │ │ └── ButtonChrome.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── CollectionControl │ ├── Images │ │ └── Delete16.png │ ├── Implementation │ │ ├── CollectionControl.cs │ │ ├── CollectionControlButton.cs │ │ ├── CollectionControlDialog.xaml │ │ ├── CollectionControlDialog.xaml.cs │ │ ├── Converters │ │ │ └── NewItemTypesComboBoxConverter.cs │ │ ├── ItemAddingEventArgs.cs │ │ ├── ItemDeletingEventArgs.cs │ │ ├── ItemEventArgs.cs │ │ └── PrimitiveTypeCollectionControl.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── ColorCanvas │ ├── Implementation │ │ ├── ColorCanvas.cs │ │ └── ColorSpectrumSlider.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── ColorPicker │ ├── Implementation │ │ ├── ColorItem.cs │ │ ├── ColorPicker.cs │ │ └── ColorSorter.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Core │ ├── CancelRoutedEventArgs.cs │ ├── Converters │ │ ├── BorderThicknessToStrokeThicknessConverter.cs │ │ ├── CalculatorMemoryToVisibilityConverter.cs │ │ ├── CenterTitleConverter.cs │ │ ├── ColorBlendConverter.cs │ │ ├── ColorToSolidColorBrushConverter.cs │ │ ├── CornerRadiusToDoubleConverter.cs │ │ ├── HalfConverter.cs │ │ ├── IntToThicknessConverter.cs │ │ ├── InverseBoolConverter.cs │ │ ├── ObjectTypeToNameConverter.cs │ │ ├── RoundedValueConverter.cs │ │ ├── SolidColorBrushToColorConverter.cs │ │ ├── ThicknessToDoubleConverter.cs │ │ ├── VisibilityToBoolConverter.cs │ │ ├── WindowContentBorderMarginConverter.cs │ │ ├── WindowControlBackgroundConverter.cs │ │ └── WizardPageButtonVisibilityConverter.cs │ ├── ErrorMessages.cs │ ├── ErrorMessages.resx │ ├── IndexChangedEventArgs.cs │ ├── IndexChangedEventHandler.cs │ ├── Input │ │ ├── IValidateInput.cs │ │ ├── InputValidationErrorEventArgs.cs │ │ ├── KeyModifier.cs │ │ ├── KeyModifierCollection.cs │ │ └── KeyModifierCollectionConverter.cs │ ├── InvalidContentException.cs │ ├── InvalidTemplateException.cs │ ├── Media │ │ ├── Animation │ │ │ ├── AnimationRate.cs │ │ │ ├── AnimationRateConverter.cs │ │ │ ├── IterativeAnimationEquation.cs │ │ │ ├── IterativeAnimationEquationDelegate.cs │ │ │ ├── IterativeEquationConverter.cs │ │ │ ├── PennerEquation.cs │ │ │ └── PennerEquations.cs │ │ └── WindowColors.cs │ ├── PropertyChangedEventArgs.cs │ ├── PropertyChangedEventHandler.cs │ ├── QueryTextFromValueEventArgs.cs │ ├── QueryValueFromTextEventArgs.cs │ ├── UIElementAdorner.cs │ ├── Utilities │ │ ├── CalculatorUtilities.cs │ │ ├── ChangeTypeHelper.cs │ │ ├── ColorUtilities.cs │ │ ├── ContextMenuUtilities.cs │ │ ├── DateTimeUtilities.cs │ │ ├── DoubleHelper.cs │ │ ├── EllipseHelper.cs │ │ ├── FontUtilities.cs │ │ ├── GeneralUtilities.cs │ │ ├── KeyboardUtilities.cs │ │ ├── ListUtilities.cs │ │ ├── PointHelper.cs │ │ ├── PropertyChangedExt.cs │ │ ├── RectHelper.cs │ │ ├── ReflectionHelper.cs │ │ ├── ResourceHelper.cs │ │ ├── RoutedEventHelper.cs │ │ ├── Segment.cs │ │ ├── TreeHelper.cs │ │ ├── ValueChangeHelper.cs │ │ ├── VisualTreeHelperEx.cs │ │ ├── WeakEventListener.cs │ │ └── WindowUtilities.cs │ ├── VersionResourceDictionary.cs │ └── WeakCollectionChangedWrapper.cs ├── DateTimePicker │ ├── Implementation │ │ └── DateTimePicker.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── DateTimeUpDown │ ├── Implementation │ │ ├── DateTimeFormat.cs │ │ ├── DateTimeInfo.cs │ │ ├── DateTimeParser.cs │ │ ├── DateTimePart.cs │ │ └── DateTimeUpDown.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── DropDownButton │ ├── Implementation │ │ └── DropDownButton.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Magnifier │ ├── Implementation │ │ ├── Converters │ │ │ └── RadiusConverter.cs │ │ ├── FrameType.cs │ │ ├── Magnifier.cs │ │ ├── MagnifierAdorner.cs │ │ └── MagnifierManager.cs │ └── Themes │ │ └── Generic.xaml ├── MaskedTextBox │ └── Implementation │ │ ├── AutoCompletingMaskEventArgs.cs │ │ ├── InsertKeyModeEnum.cs │ │ ├── MaskFormatEnum.cs │ │ └── MaskedTextBox.cs ├── MessageBox │ ├── Icons │ │ ├── Error48.png │ │ ├── Information48.png │ │ ├── Question48.png │ │ └── Warning48.png │ ├── Implementation │ │ ├── MessageBox.cs │ │ └── VisualStates.MessageBox.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── MultiLineTextEditor │ ├── Images │ │ └── Notes16.png │ ├── Implementation │ │ └── MultiLineTextEditor.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── NumericUpDown │ ├── Implementation │ │ ├── AllowedSpecialValuesEnum.cs │ │ ├── ByteUpDown.cs │ │ ├── CommonNumericUpDown.cs │ │ ├── DecimalUpDown.cs │ │ ├── DoubleUpDown.cs │ │ ├── IntegerUpDown.cs │ │ ├── LongUpDown.cs │ │ ├── NumericUpDown.cs │ │ ├── SByteUpDown.cs │ │ ├── ShortUpDown.cs │ │ ├── SingleUpDown.cs │ │ ├── UIntegerUpDown.cs │ │ ├── ULongUpDown.cs │ │ └── UShortUpDown.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Obselete │ └── MaskedTextBox │ │ └── Implementation │ │ └── MaskedTextBox.cs ├── Panels │ ├── AnimationPanel.cs │ ├── AnimatorConverter.cs │ ├── Animators.cs │ ├── ChildEnteredEventArgs.cs │ ├── ChildEnteredEventHandler.cs │ ├── ChildEnteringEventArgs.cs │ ├── ChildEnteringEventHandler.cs │ ├── ChildExitedEventArgs.cs │ ├── ChildExitedEventHandler.cs │ ├── ChildExitingEventArgs.cs │ ├── ChildExitingEventHandler.cs │ ├── DoubleAnimator.cs │ ├── IterativeAnimator.cs │ ├── PanelBase.cs │ ├── RandomPanel.cs │ ├── ScrollHelper.cs │ ├── SwitchPanel.cs │ ├── SwitchPresenter.cs │ ├── SwitchTemplate.cs │ └── WrapPanel.cs ├── Pie │ ├── Implementation │ │ ├── Pie.cs │ │ └── PieModeEnum.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Primitives │ ├── CachedTextInfo.cs │ ├── DateTimePickerBase.cs │ ├── DateTimeUpDownBase.cs │ ├── HsvColor.cs │ ├── InputBase.cs │ ├── MouseWheelActiveTriggerEnum.cs │ ├── Selector.cs │ ├── SelectorItem.cs │ ├── ShapeBase.cs │ ├── Themes │ │ ├── Aero2 │ │ │ ├── SelectorItem.xaml │ │ │ └── WindowControl.xaml │ │ ├── Generic │ │ │ ├── SelectorItem.xaml │ │ │ └── WindowControl.xaml │ │ └── ResourceKeys.cs │ ├── UpDownBase.cs │ ├── ValueRangeTextBox.cs │ ├── WindowContainer.cs │ └── WindowControl.cs ├── Properties │ └── AssemblyInfo.cs ├── PropertyGrid │ ├── Images │ │ ├── AdvancedProperties11.png │ │ ├── Categorize16.png │ │ ├── ClearFilter16.png │ │ ├── Database11.png │ │ ├── Inheritance11.png │ │ ├── Local11.png │ │ ├── Resource11.png │ │ ├── SortAscending16.png │ │ └── Style11.png │ ├── Implementation │ │ ├── Attributes │ │ │ ├── CategoryOrderAttribute.cs │ │ │ ├── ExpandableObjectAttribute.cs │ │ │ ├── IItemsSource.cs │ │ │ ├── ItemsSourceAttribute.cs │ │ │ ├── NewItemTypesAttribute.cs │ │ │ └── PropertyOrderAttribute.cs │ │ ├── Commands │ │ │ ├── PropertyGridCommands.cs │ │ │ └── PropertyItemCommands.cs │ │ ├── CommonPropertyExceptionValidationRule.cs │ │ ├── ContainerHelperBase.cs │ │ ├── Converters │ │ │ ├── EditorTimeSpanConverter.cs │ │ │ ├── ExpandableObjectMarginConverter.cs │ │ │ ├── IsStringEmptyConverter.cs │ │ │ ├── ListConverter.cs │ │ │ ├── ObjectToUIElementConverter.cs │ │ │ └── SelectedObjectConverter.cs │ │ ├── CustomPropertyItem.cs │ │ ├── Definitions │ │ │ ├── DefinitionBase.cs │ │ │ ├── EditorDefinitionBase.cs │ │ │ ├── EditorTemplateDefinition.cs │ │ │ └── PropertyDefinitionBase.cs │ │ ├── DescriptorPropertyDefinition.cs │ │ ├── DescriptorPropertyDefinitionBase.cs │ │ ├── EditorDefinition.cs │ │ ├── Editors │ │ │ ├── CheckBoxEditor.cs │ │ │ ├── CollectionEditor.cs │ │ │ ├── ColorEditor.cs │ │ │ ├── ComboBoxEditor.cs │ │ │ ├── EnumComboBoxEditor.cs │ │ │ ├── FontComboBoxEditor.cs │ │ │ ├── ITypeEditor.cs │ │ │ ├── ItemsSourceAttributeEditor.cs │ │ │ ├── MaskedTextBoxEditor.cs │ │ │ ├── PrimitiveTypeCollectionEditor.cs │ │ │ ├── TextBlockEditor.cs │ │ │ ├── TextBoxEditor.cs │ │ │ ├── TypeEditor.cs │ │ │ └── UpDownEditors.cs │ │ ├── FilterInfo.cs │ │ ├── IPropertyContainer.cs │ │ ├── ObjectContainerHelper.cs │ │ ├── ObjectContainerHelperBase.cs │ │ ├── PropertyDefinition.cs │ │ ├── PropertyDefinitionBaseCollection.cs │ │ ├── PropertyGrid.cs │ │ ├── PropertyGridUtilities.cs │ │ ├── PropertyItem.cs │ │ ├── PropertyItemBase.cs │ │ ├── PropertyItemCollection.cs │ │ ├── PropertyItemsControl.cs │ │ ├── StringConstants.cs │ │ ├── TargetPropertyType.cs │ │ └── TrimmedTextBlock.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── RangeSlider │ ├── Implementation │ │ ├── Converters │ │ │ └── SliderThumbWidthConverter.cs │ │ └── RangeSlider.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── RichTextBox │ ├── Formatters │ │ ├── ITextFormatter.cs │ │ ├── PlainTextFormatter.cs │ │ ├── RtfFormatter.cs │ │ └── XamlFormatter.cs │ └── RichTextBox.cs ├── RichTextBoxFormatBar │ ├── IRichTextBoxFormatBar.cs │ ├── Images │ │ ├── Bold16.png │ │ ├── Bullets16.png │ │ ├── CenterAlign16.png │ │ ├── FontColorPicker16.png │ │ ├── Italic16.png │ │ ├── JustifyAlign16.png │ │ ├── LeftAlign16.png │ │ ├── Numbering16.png │ │ ├── RightAlign16.png │ │ ├── TextHighlightColorPicker16.png │ │ └── Underline16.png │ ├── RichTextBoxFormatBar.cs │ ├── RichTextBoxFormatBarManager.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── SplitButton │ ├── Implementation │ │ └── SplitButton.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── StyleableWindow │ └── Implementation │ │ └── Converters │ │ └── StyleableWindowClippingBorderConverter.cs ├── Themes │ ├── Aero.NormalColor.xaml │ ├── Aero │ │ ├── Brushes_NormalColor.xaml │ │ └── Buttons_NormalColor.xaml │ ├── Aero2.NormalColor.xaml │ ├── Aero2 │ │ ├── Brushes.xaml │ │ ├── Buttons.xaml │ │ ├── Common.xaml │ │ └── Glyphs.xaml │ ├── Generic.xaml │ ├── Generic │ │ ├── Brushes.xaml │ │ ├── Buttons.xaml │ │ ├── Common.xaml │ │ ├── Glyphs.xaml │ │ └── Images │ │ │ ├── close_hover.png │ │ │ ├── close_inactive.png │ │ │ ├── close_normal.png │ │ │ ├── close_pressed.png │ │ │ ├── close_rounded_hover.png │ │ │ ├── close_rounded_inactive.png │ │ │ ├── close_rounded_normal.png │ │ │ ├── close_rounded_pressed.png │ │ │ ├── close_toolwindow_hover.png │ │ │ ├── close_toolwindow_inactive.png │ │ │ ├── close_toolwindow_normal.png │ │ │ ├── close_toolwindow_pressed.png │ │ │ ├── maximize_disabled.png │ │ │ ├── maximize_hover.png │ │ │ ├── maximize_inactive.png │ │ │ ├── maximize_normal.png │ │ │ ├── maximize_pressed.png │ │ │ ├── minimize_hover.png │ │ │ ├── minimize_inactive.png │ │ │ ├── minimize_normal.png │ │ │ ├── minimize_pressed.png │ │ │ ├── resize_grip.png │ │ │ ├── restore_disabled.png │ │ │ ├── restore_hover.png │ │ │ ├── restore_inactive.png │ │ │ ├── restore_normal.png │ │ │ └── restore_pressed.png │ ├── classic.xaml │ ├── luna.homestead.xaml │ ├── luna.metallic.xaml │ ├── luna.normalcolor.xaml │ └── royale.normalcolor.xaml ├── TimePicker │ ├── Implementation │ │ ├── TimeItem.cs │ │ └── TimePicker.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── TimeSpanUpDown │ ├── Implementation │ │ └── TimeSpanUpDown.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── TimelinePanel │ └── Implementation │ │ ├── DateElement.cs │ │ ├── OverlapBehavior.cs │ │ └── TimelinePanel.cs ├── VisualStates.cs ├── WatermarkComboBox │ ├── Implementation │ │ └── WatermarkComboBox.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── WatermarkTextBox │ ├── Implementation │ │ └── WatermarkTextBox.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Wizard │ ├── Implementation │ │ ├── Wizard.cs │ │ ├── WizardCommands.cs │ │ ├── WizardPage.cs │ │ ├── WizardPageButtonVisibility.cs │ │ └── WizardPageType.cs │ └── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml ├── Xceed.Wpf.Toolkit.csproj ├── Zoombox │ ├── Resources │ │ ├── Zoom.cur │ │ └── ZoomRelative.cur │ ├── Themes │ │ ├── Aero2.NormalColor.xaml │ │ └── Generic.xaml │ ├── Zoombox.cs │ ├── ZoomboxCursors.cs │ ├── ZoomboxView.cs │ ├── ZoomboxViewChangedEventArgs.cs │ ├── ZoomboxViewChangedEventHandler.cs │ ├── ZoomboxViewConverter.cs │ ├── ZoomboxViewException.cs │ ├── ZoomboxViewFinderDisplay.cs │ ├── ZoomboxViewKind.cs │ ├── ZoomboxViewStack.cs │ ├── ZoomboxViewStackMode.cs │ └── ZoomboxZoomOn.cs └── sn.snk ├── imdiskinst.exe ├── log.txt ├── packages └── repositories.config └── toggle-switch-control ├── Common ├── Borders │ ├── ClippingBorder.cs │ ├── InnerGlowBorder.cs │ └── OuterGlowBorder.cs ├── DropShadowTextBlock.cs ├── HorizontalToggleSwitch.cs ├── Icons │ ├── ToggleSwitch.HorizontalToggleSwitch.Expression.Large.png │ ├── ToggleSwitch.HorizontalToggleSwitch.Expression.Small.png │ └── ToggleSwitch.HorizontalToggleSwitch.VisualStudio.bmp ├── ToggleSwitchBase.cs ├── Utils │ ├── ActualSizePropertyProxy.cs │ ├── CornerRadiusValueConverter.cs │ ├── HelperExtensions.cs │ └── ScalarValueConverter.cs └── VerticalToggleSwitch.cs └── WPF ├── Demo ├── App.xaml ├── App.xaml.cs ├── Assets │ ├── Brushes.xaml │ ├── Fonts.xaml │ ├── Styles.xaml │ └── ToggleSwitchStyles.xaml ├── Demo.csproj ├── DemoViewModel.cs ├── Fonts │ └── HelveticaNeueLTCom-LtCn.ttf ├── Images │ ├── Knob.png │ ├── lightOff.png │ └── lightOn.png ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Views │ ├── Basics.xaml │ ├── Basics.xaml.cs │ ├── Events.xaml │ ├── Events.xaml.cs │ ├── Extending.xaml │ ├── Extending.xaml.cs │ ├── Styling.xaml │ └── Styling.xaml.cs └── app.config ├── ToggleSwitch.sln └── ToggleSwitch ├── DropShadowTextBlock.cs ├── Properties └── AssemblyInfo.cs ├── Themes └── Generic.xaml ├── ToggleSwitch.csproj ├── ToggleSwitchKey.snk └── VerticalToggleSwitch.cs /.cr/personal/FavoritesList/List.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.cr/personal/FavoritesList/List.xml -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE/pull_request_template.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.gitignore -------------------------------------------------------------------------------- /.nuget/NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.nuget/NuGet.Config -------------------------------------------------------------------------------- /.nuget/NuGet.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/.nuget/NuGet.targets -------------------------------------------------------------------------------- /BEHelper/BEHelper.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/BEHelper.csproj -------------------------------------------------------------------------------- /BEHelper/BetterExplorerService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/BetterExplorerService.cs -------------------------------------------------------------------------------- /BEHelper/IBetterExplorerCommunication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/IBetterExplorerCommunication.cs -------------------------------------------------------------------------------- /BEHelper/Library.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/Library.cs -------------------------------------------------------------------------------- /BEHelper/LinkData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/LinkData.cs -------------------------------------------------------------------------------- /BEHelper/LinkItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/LinkItem.cs -------------------------------------------------------------------------------- /BEHelper/NoFlickerWindowsFormsHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/NoFlickerWindowsFormsHost.cs -------------------------------------------------------------------------------- /BEHelper/Obsolete/AsyncContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/Obsolete/AsyncContext.cs -------------------------------------------------------------------------------- /BEHelper/Obsolete/IAsyncContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/Obsolete/IAsyncContext.cs -------------------------------------------------------------------------------- /BEHelper/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BEHelper/TransPicBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEHelper/TransPicBox.cs -------------------------------------------------------------------------------- /BEUpdater.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BEUpdater.exe -------------------------------------------------------------------------------- /BExplorer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer.sln -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/App.xaml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/App.xaml.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/BENewIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/BENewIcon.ico -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/BEUpdater.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/BEUpdater.exe -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/BEUpdater.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/BEUpdater.ini -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Better Explorer.wyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Better Explorer.wyp -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/EntityFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/EntityFramework.dll -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/EntityFramework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/EntityFramework.xml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Explorer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Explorer.bmp -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Explorer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Explorer.ico -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Explorer256.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Explorer256.ico -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Explorer256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Explorer256.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/FolderItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/FolderItem.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Copy16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Copy16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Copy32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Copy32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Copy48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Copy48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Refresh.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Save.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Share16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Share16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Sync32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Sync32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Sync48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Sync48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/Thumbs.db -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/about16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/about16.PNG -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/add16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/add16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/add32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/add32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/admin16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/admin16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/admin32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/admin32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/advsec16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/advsec16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/advsec32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/advsec32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/advsec48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/advsec48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/arrow.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/ascol16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/ascol16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/author16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/author16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/author32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/author32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/author48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/author48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/back.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/badge16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/badge16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/badge32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/badge32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/badge48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/badge48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/burn16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/burn16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/burn32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/burn32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/burn48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/burn48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cancel.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cancel16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cancel16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cancel32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cancel32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cdtray16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cdtray16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cdtray32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cdtray32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/check.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/check16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/check16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cleand16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cleand16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cleand32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cleand32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/clear.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/clear16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/clear16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/clear32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/clear32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/clear48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/clear48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/clonetab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/clonetab.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/closetab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/closetab.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cmd16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cmd16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cmd32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cmd32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cmd48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cmd48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/col16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/col16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/col32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/col32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/copyto16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/copyto16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/copyto32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/copyto32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/cut16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/cut16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/date16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/date16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/date32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/date32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/date48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/date48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/defrag16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/defrag16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/defrag32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/defrag32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/delete16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/delete16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/delete32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/delete32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/delete48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/delete48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/delrb16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/delrb16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/docs16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/docs16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/docs32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/docs32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/docs48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/docs48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/downar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/downar1.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/downar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/downar2.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/downar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/downar3.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/downar4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/downar4.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/downnav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/downnav.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/edit.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/edit16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/edit16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/edit32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/edit32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/elarge16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/elarge16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/exit16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/exit16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/exit32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/exit32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fcust16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fcust16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fcust32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fcust32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fcust48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fcust48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fcustc16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fcustc16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fcustc32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fcustc32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fcustc48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fcustc48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fh16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fh16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fh32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fh32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fh48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fh48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/filter16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/filter16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/filter32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/filter32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/filter48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/filter48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/flipx16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/flipx16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/flipx32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/flipx32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/flipy16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/flipy16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/flipy32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/flipy32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fold16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fold16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fold32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fold32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fold48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fold48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/formatd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/formatd.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fsize16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fsize16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fsize32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fsize32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fsize48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fsize48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fv16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fv16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fv32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fv32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/fv48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/fv48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/hide16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/hide16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/hide32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/hide32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/invsel16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/invsel16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/invsel32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/invsel32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdc16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdc16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdc32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdc32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdc48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdc48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdm32.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdm32.pdn -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdm32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdm32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdocs16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdocs16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdocs32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdocs32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsdocs48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsdocs48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsext16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsext16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsext32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsext32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jsext48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jsext48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jssize16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jssize16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jssize32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jssize32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/jssize48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/jssize48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/large16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/large16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/left1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/left1.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/left2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/left2.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/left3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/left3.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/left4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/left4.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/medium16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/medium16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/mount16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/mount16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/mount32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/mount32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/mount48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/mount48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/moveto16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/moveto16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/moveto32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/moveto32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/music16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/music16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/music32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/music32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/music48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/music48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/newlib16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/newlib16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/newlib32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/newlib32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/newtab16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/newtab16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/newtab32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/newtab32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/open16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/open16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/options.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/pause.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/paypal.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/pics16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/pics16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/pics32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/pics32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/pics48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/pics48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/pint16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/pint16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/pint32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/pint32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/prop16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/prop16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/prop32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/prop32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/resume.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/right1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/right1.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/right2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/right2.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/right3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/right3.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/right4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/right4.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/rl16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/rl16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/rl32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/rl32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/rr16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/rr16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/rr32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/rr32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/search.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/soft16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/soft16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/soft32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/soft32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/soft48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/soft48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/sort16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/sort16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/sort32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/sort32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/stop.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/sync16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/sync16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/uac16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/uac16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/uac32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/uac32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/uac48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/uac48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/vid16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/vid16.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/vid32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/vid32.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Images/vid48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Images/vid48.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/ItemPopup.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/ItemPopup.xaml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/ItemPopup.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/ItemPopup.xaml.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/License.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/License.rtf -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/License.txt -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/MainWindow.xaml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/MoreColumns.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/MoreColumns.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/MoreColumns.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/MoreColumns.resx -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/MountIso.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/MountIso.xaml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/MountIso.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/MountIso.xaml.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/NLog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/NLog.config -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Networks/ActionResult.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Networks/add.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Networks/add.ico -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Networks/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Networks/back.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/PreviewMedia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/PreviewMedia.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/PreviewMedia.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/PreviewMedia.resx -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/ResizeImage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/ResizeImage.xaml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/RunExeAsUser.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/RunExeAsUser.xaml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Settings.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Settings.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Settings.sqlite -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/Web.png -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/app.manifest -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/client.wyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/client.wyc -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/fmAbout.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/fmAbout.xaml -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/fmAbout.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/fmAbout.xaml.cs -------------------------------------------------------------------------------- /BExplorer/BetterExplorer/inno_setup.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorer/BetterExplorer/inno_setup.iss -------------------------------------------------------------------------------- /BExplorerTranslationConverter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BExplorerTranslationConverter.zip -------------------------------------------------------------------------------- /BetterExplorerLib/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BetterExplorerLib/App.config -------------------------------------------------------------------------------- /BetterExplorerLib/BetterExplorerLib.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BetterExplorerLib/BetterExplorerLib.csproj -------------------------------------------------------------------------------- /BetterExplorerLib/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BetterExplorerLib/Class1.cs -------------------------------------------------------------------------------- /BetterExplorerLib/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BetterExplorerLib/packages.config -------------------------------------------------------------------------------- /BetterExplorerOperations/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BetterExplorerOperations/Program.cs -------------------------------------------------------------------------------- /BetterExplorerOperations/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BetterExplorerOperations/app.config -------------------------------------------------------------------------------- /BetterExplorerOperations/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BetterExplorerOperations/packages.config -------------------------------------------------------------------------------- /BreadcrumbBar/Common/AeroChrome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BreadcrumbBar/Common/AeroChrome.cs -------------------------------------------------------------------------------- /BreadcrumbBar/Odyssey.Controls.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BreadcrumbBar/Odyssey.Controls.csproj -------------------------------------------------------------------------------- /BreadcrumbBar/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BreadcrumbBar/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BreadcrumbBar/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BreadcrumbBar/Properties/Resources.resx -------------------------------------------------------------------------------- /BreadcrumbBar/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BreadcrumbBar/Properties/Settings.settings -------------------------------------------------------------------------------- /BreadcrumbBar/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/BreadcrumbBar/Themes/Generic.xaml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | See the README.md 2 | -------------------------------------------------------------------------------- /ColorBox/ColorBox.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/ColorBox.csproj -------------------------------------------------------------------------------- /ColorBox/ColorBox.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/ColorBox.snk -------------------------------------------------------------------------------- /ColorBox/Implementation/AlphaSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/AlphaSelector.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/BaseSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/BaseSelector.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/BrushTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/BrushTypes.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/ColorBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/ColorBox.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/DoubleUpDown.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/DoubleUpDown.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/Enums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/Enums.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/HueSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/HueSelector.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/SpinEventArgs .cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/SpinEventArgs .cs -------------------------------------------------------------------------------- /ColorBox/Implementation/Spinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/Spinner.cs -------------------------------------------------------------------------------- /ColorBox/Implementation/UpDownBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Implementation/UpDownBase.cs -------------------------------------------------------------------------------- /ColorBox/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ColorBox/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Themes/Generic.xaml -------------------------------------------------------------------------------- /ColorBox/Utils/ColorHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Utils/ColorHelper.cs -------------------------------------------------------------------------------- /ColorBox/Utils/TextBoxBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ColorBox/Utils/TextBoxBehavior.cs -------------------------------------------------------------------------------- /ConsoleControl/Console.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/Console.ico -------------------------------------------------------------------------------- /ConsoleControl/ConsoleControl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/ConsoleControl.bmp -------------------------------------------------------------------------------- /ConsoleControl/ConsoleControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/ConsoleControl.cs -------------------------------------------------------------------------------- /ConsoleControl/ConsoleControl.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/ConsoleControl.csproj -------------------------------------------------------------------------------- /ConsoleControl/ConsoleControl.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/ConsoleControl.designer.cs -------------------------------------------------------------------------------- /ConsoleControl/ConsoleControl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/ConsoleControl.resx -------------------------------------------------------------------------------- /ConsoleControl/ConsoleEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/ConsoleEventArgs.cs -------------------------------------------------------------------------------- /ConsoleControl/KeyMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/KeyMapping.cs -------------------------------------------------------------------------------- /ConsoleControl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ConsoleControl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ConsoleControl/ResFinder.cs: -------------------------------------------------------------------------------- 1 | 2 | internal class resfinder { } -------------------------------------------------------------------------------- /CustomScrollbar/CustomScrollbar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/CustomScrollbar.cs -------------------------------------------------------------------------------- /CustomScrollbar/CustomScrollbar.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/CustomScrollbar.csproj -------------------------------------------------------------------------------- /CustomScrollbar/CustomScrollbar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/CustomScrollbar.resx -------------------------------------------------------------------------------- /CustomScrollbar/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /CustomScrollbar/Resource.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resource.Designer.cs -------------------------------------------------------------------------------- /CustomScrollbar/Resource.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resource.resx -------------------------------------------------------------------------------- /CustomScrollbar/Resources/ThumbBottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resources/ThumbBottom.png -------------------------------------------------------------------------------- /CustomScrollbar/Resources/ThumbMiddle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resources/ThumbMiddle.png -------------------------------------------------------------------------------- /CustomScrollbar/Resources/ThumbSpanTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resources/ThumbSpanTop.png -------------------------------------------------------------------------------- /CustomScrollbar/Resources/ThumbTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resources/ThumbTop.png -------------------------------------------------------------------------------- /CustomScrollbar/Resources/downarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resources/downarrow.png -------------------------------------------------------------------------------- /CustomScrollbar/Resources/uparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/CustomScrollbar/Resources/uparrow.png -------------------------------------------------------------------------------- /DBUpdater/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/App.config -------------------------------------------------------------------------------- /DBUpdater/DBUpdater.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/DBUpdater.csproj -------------------------------------------------------------------------------- /DBUpdater/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/Program.cs -------------------------------------------------------------------------------- /DBUpdater/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DBUpdater/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /DBUpdater/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/Properties/Resources.resx -------------------------------------------------------------------------------- /DBUpdater/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /DBUpdater/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/Properties/Settings.settings -------------------------------------------------------------------------------- /DBUpdater/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/DBUpdater/packages.config -------------------------------------------------------------------------------- /External References/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/7z.dll -------------------------------------------------------------------------------- /External References/7z64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/7z64.dll -------------------------------------------------------------------------------- /External References/AeroWizard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/AeroWizard.dll -------------------------------------------------------------------------------- /External References/Ionic.Zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/Ionic.Zip.dll -------------------------------------------------------------------------------- /External References/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/NLog.dll -------------------------------------------------------------------------------- /External References/Odyssey.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/Odyssey.dll -------------------------------------------------------------------------------- /External References/SQLite.Designer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/SQLite.Designer.dll -------------------------------------------------------------------------------- /External References/SevenZipSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/SevenZipSharp.dll -------------------------------------------------------------------------------- /External References/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/System.Data.SQLite.dll -------------------------------------------------------------------------------- /External References/System.Data.SQLite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/System.Data.SQLite.xml -------------------------------------------------------------------------------- /External References/TAFactory.IconPack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/External References/TAFactory.IconPack.dll -------------------------------------------------------------------------------- /Fluent.Ribbon/Shared/FluentStrongName.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Fluent.Ribbon/Shared/FluentStrongName.snk -------------------------------------------------------------------------------- /Fluent.Ribbon/Shared/GlobalAssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Fluent.Ribbon/Shared/GlobalAssemblyInfo.cs -------------------------------------------------------------------------------- /IconExtractor/IconExtractor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/IconExtractor/IconExtractor.cs -------------------------------------------------------------------------------- /IconExtractor/IconExtractor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/IconExtractor/IconExtractor.csproj -------------------------------------------------------------------------------- /IconExtractor/IconUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/IconExtractor/IconUtil.cs -------------------------------------------------------------------------------- /IconExtractor/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/IconExtractor/NativeMethods.cs -------------------------------------------------------------------------------- /IconExtractor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/IconExtractor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/ComInterop/ImDiskCOM.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/ComInterop/ImDiskCOM.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/DLL.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/DLL.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/Flags.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/Flags.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/ImDiskAPI.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/ImDiskAPI.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/ImDiskControl.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/ImDiskControl.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/ImDiskDevice.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/ImDiskDevice.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/ImDiskDeviceStream.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/ImDiskDeviceStream.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/ImDiskObject.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/ImDiskObject.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDisk/ImDiskRefreshEvent.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDisk/ImDiskRefreshEvent.vb -------------------------------------------------------------------------------- /ImDiskNet/ImDiskNet.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDiskNet.snk -------------------------------------------------------------------------------- /ImDiskNet/ImDiskNet.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/ImDiskNet.vbproj -------------------------------------------------------------------------------- /ImDiskNet/My Project/Application.myapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/My Project/Application.myapp -------------------------------------------------------------------------------- /ImDiskNet/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/My Project/AssemblyInfo.vb -------------------------------------------------------------------------------- /ImDiskNet/My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/My Project/Resources.Designer.vb -------------------------------------------------------------------------------- /ImDiskNet/My Project/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/My Project/Resources.resx -------------------------------------------------------------------------------- /ImDiskNet/My Project/Settings.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/My Project/Settings.Designer.vb -------------------------------------------------------------------------------- /ImDiskNet/My Project/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/My Project/Settings.settings -------------------------------------------------------------------------------- /ImDiskNet/NativeFileIO.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ImDiskNet/NativeFileIO.vb -------------------------------------------------------------------------------- /Installer/BExplorer_update.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Installer/BExplorer_update.ico -------------------------------------------------------------------------------- /Installer/BetterExplorer-x64.appx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Installer/BetterExplorer-x64.appx -------------------------------------------------------------------------------- /Installer/BetterExplorer.appx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Installer/BetterExplorer.appx -------------------------------------------------------------------------------- /Installer/BetterExplorer2.6.18157.935.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Installer/BetterExplorer2.6.18157.935.exe -------------------------------------------------------------------------------- /Installer/en/updates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Installer/en/updates.txt -------------------------------------------------------------------------------- /Installer/updates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Installer/updates.txt -------------------------------------------------------------------------------- /License.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/License.rtf -------------------------------------------------------------------------------- /NotifyIcon/Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/Changelog.txt -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf.sln -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf/App.config -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf/BalloonIcon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf/BalloonIcon.cs -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf/Interop/Point.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf/Interop/Point.cs -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf/Interop/WinApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf/Interop/WinApi.cs -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf/TaskbarIcon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf/TaskbarIcon.cs -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf/Util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf/Util.cs -------------------------------------------------------------------------------- /NotifyIcon/NotifyIconWpf/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/NotifyIcon/NotifyIconWpf/packages.config -------------------------------------------------------------------------------- /Progress/Common/Axis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Progress/Common/Axis.cs -------------------------------------------------------------------------------- /Progress/Common/MathConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Progress/Common/MathConverter.cs -------------------------------------------------------------------------------- /Progress/Common/RateBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Progress/Common/RateBase.cs -------------------------------------------------------------------------------- /Progress/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Progress/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Progress/RateBar.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Progress/RateBar.csproj -------------------------------------------------------------------------------- /Progress/RateGraph.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Progress/RateGraph.xaml -------------------------------------------------------------------------------- /Progress/RateGraph.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Progress/RateGraph.xaml.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/README.md -------------------------------------------------------------------------------- /Rebracer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Rebracer.xml -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Settings/BESettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Settings/BESettings.cs -------------------------------------------------------------------------------- /Settings/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Settings/Extensions.cs -------------------------------------------------------------------------------- /Settings/LVTheme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Settings/LVTheme.cs -------------------------------------------------------------------------------- /Settings/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Settings/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Settings/Settings.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Settings/Settings.csproj -------------------------------------------------------------------------------- /Settings/ThemeColors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Settings/ThemeColors.cs -------------------------------------------------------------------------------- /SevenZip/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/7z.dll -------------------------------------------------------------------------------- /SevenZip/7z64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/7z64.dll -------------------------------------------------------------------------------- /SevenZip/ArchiveEmulationStreamProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/ArchiveEmulationStreamProxy.cs -------------------------------------------------------------------------------- /SevenZip/ArchiveExtractCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/ArchiveExtractCallback.cs -------------------------------------------------------------------------------- /SevenZip/ArchiveOpenCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/ArchiveOpenCallback.cs -------------------------------------------------------------------------------- /SevenZip/ArchiveUpdateCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/ArchiveUpdateCallback.cs -------------------------------------------------------------------------------- /SevenZip/COM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/COM.cs -------------------------------------------------------------------------------- /SevenZip/Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/Common.cs -------------------------------------------------------------------------------- /SevenZip/EventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/EventArgs.cs -------------------------------------------------------------------------------- /SevenZip/Exceptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/Exceptions.cs -------------------------------------------------------------------------------- /SevenZip/FileSignatureChecker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/FileSignatureChecker.cs -------------------------------------------------------------------------------- /SevenZip/Formats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/Formats.cs -------------------------------------------------------------------------------- /SevenZip/LibraryFeature.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/LibraryFeature.cs -------------------------------------------------------------------------------- /SevenZip/LibraryManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/LibraryManager.cs -------------------------------------------------------------------------------- /SevenZip/LzmaDecodeStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/LzmaDecodeStream.cs -------------------------------------------------------------------------------- /SevenZip/LzmaEncodeStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/LzmaEncodeStream.cs -------------------------------------------------------------------------------- /SevenZip/LzmaProgressCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/LzmaProgressCallback.cs -------------------------------------------------------------------------------- /SevenZip/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/NativeMethods.cs -------------------------------------------------------------------------------- /SevenZip/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SevenZip/SevenZip.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZip.csproj -------------------------------------------------------------------------------- /SevenZip/SevenZip.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZip.sln -------------------------------------------------------------------------------- /SevenZip/SevenZip2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZip2010.csproj -------------------------------------------------------------------------------- /SevenZip/SevenZip2010.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZip2010.sln -------------------------------------------------------------------------------- /SevenZip/SevenZipCompressor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZipCompressor.cs -------------------------------------------------------------------------------- /SevenZip/SevenZipCompressorAsynchronous.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZipCompressorAsynchronous.cs -------------------------------------------------------------------------------- /SevenZip/SevenZipExtractor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZipExtractor.cs -------------------------------------------------------------------------------- /SevenZip/SevenZipExtractorAsynchronous.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZipExtractorAsynchronous.cs -------------------------------------------------------------------------------- /SevenZip/SevenZipSfx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/SevenZipSfx.cs -------------------------------------------------------------------------------- /SevenZip/StreamWrappers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/StreamWrappers.cs -------------------------------------------------------------------------------- /SevenZip/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/gpl.txt -------------------------------------------------------------------------------- /SevenZip/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/lgpl.txt -------------------------------------------------------------------------------- /SevenZip/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/packages.config -------------------------------------------------------------------------------- /SevenZip/sdk/Common/CRC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Common/CRC.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Common/InBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Common/InBuffer.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Common/OutBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Common/OutBuffer.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Compress/LZ/IMatchFinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Compress/LZ/IMatchFinder.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Compress/LZ/LzBinTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Compress/LZ/LzBinTree.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Compress/LZ/LzInWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Compress/LZ/LzInWindow.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Compress/LZ/LzOutWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Compress/LZ/LzOutWindow.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Compress/LZMA/LzmaBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Compress/LZMA/LzmaBase.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Compress/LZMA/LzmaDecoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Compress/LZMA/LzmaDecoder.cs -------------------------------------------------------------------------------- /SevenZip/sdk/Compress/LZMA/LzmaEncoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/Compress/LZMA/LzmaEncoder.cs -------------------------------------------------------------------------------- /SevenZip/sdk/ICoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sdk/ICoder.cs -------------------------------------------------------------------------------- /SevenZip/sfx/7z.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7z.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zCon.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zCon.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zS.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zS.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zSD.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zSD.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_All.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_All.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_All_x64.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_All_x64.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_Deflate.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_Deflate.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_Deflate_x64.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_Deflate_x64.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_LZMA.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_LZMA.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_LZMA2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_LZMA2.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_LZMA2_x64.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_LZMA2_x64.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_LZMA_x64.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_LZMA_x64.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_PPMd.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_PPMd.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/7zxSD_PPMd_x64.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/7zxSD_PPMd_x64.sfx -------------------------------------------------------------------------------- /SevenZip/sfx/Configs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/Configs.xml -------------------------------------------------------------------------------- /SevenZip/sfx/Configs.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/Configs.xsd -------------------------------------------------------------------------------- /SevenZip/sfx/Configs.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/Configs.xslt -------------------------------------------------------------------------------- /SevenZip/sfx/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/SevenZip/sfx/sample.txt -------------------------------------------------------------------------------- /ShellControls/AutoClosePopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/AutoClosePopup.cs -------------------------------------------------------------------------------- /ShellControls/BreadcrumbBar/AeroChrome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/BreadcrumbBar/AeroChrome.cs -------------------------------------------------------------------------------- /ShellControls/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/Class1.cs -------------------------------------------------------------------------------- /ShellControls/ClipBoardMonitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ClipBoardMonitor.cs -------------------------------------------------------------------------------- /ShellControls/Defaults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/Defaults.cs -------------------------------------------------------------------------------- /ShellControls/EventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/EventArgs.cs -------------------------------------------------------------------------------- /ShellControls/ExplorerControl.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ExplorerControl.xaml -------------------------------------------------------------------------------- /ShellControls/ExplorerControl.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ExplorerControl.xaml.cs -------------------------------------------------------------------------------- /ShellControls/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/Extensions.cs -------------------------------------------------------------------------------- /ShellControls/FileFilterComboBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/FileFilterComboBox.cs -------------------------------------------------------------------------------- /ShellControls/FileNameComboBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/FileNameComboBox.cs -------------------------------------------------------------------------------- /ShellControls/FolderSizeWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/FolderSizeWindow.xaml -------------------------------------------------------------------------------- /ShellControls/FolderSizeWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/FolderSizeWindow.xaml.cs -------------------------------------------------------------------------------- /ShellControls/IShellControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/IShellControl.cs -------------------------------------------------------------------------------- /ShellControls/IconClasses/IconView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/IconClasses/IconView.cs -------------------------------------------------------------------------------- /ShellControls/IconClasses/IconView.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/IconClasses/IconView.resx -------------------------------------------------------------------------------- /ShellControls/ListViewEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ListViewEditor.cs -------------------------------------------------------------------------------- /ShellControls/PieChart/BaseWPFHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/PieChart/BaseWPFHelpers.cs -------------------------------------------------------------------------------- /ShellControls/PieChart/Shapes/PiePiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/PieChart/Shapes/PiePiece.cs -------------------------------------------------------------------------------- /ShellControls/PieChart/UserControl1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/PieChart/UserControl1.xaml -------------------------------------------------------------------------------- /ShellControls/PieChart/Util/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/PieChart/Util/Utils.cs -------------------------------------------------------------------------------- /ShellControls/Properties/Annotations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/Properties/Annotations.cs -------------------------------------------------------------------------------- /ShellControls/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ShellControls/RangeObservableCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/RangeObservableCollection.cs -------------------------------------------------------------------------------- /ShellControls/RenamePanel.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/RenamePanel.xaml -------------------------------------------------------------------------------- /ShellControls/RenamePanel.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/RenamePanel.xaml.cs -------------------------------------------------------------------------------- /ShellControls/ShellComboBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellComboBox.cs -------------------------------------------------------------------------------- /ShellControls/ShellContextMenu/Clipper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellContextMenu/Clipper.cs -------------------------------------------------------------------------------- /ShellControls/ShellControls.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellControls.csproj -------------------------------------------------------------------------------- /ShellControls/ShellListView/FSItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellListView/FSItem.cs -------------------------------------------------------------------------------- /ShellControls/ShellListView/ImageListEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellListView/ImageListEx.cs -------------------------------------------------------------------------------- /ShellControls/ShellListView/ShellView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellListView/ShellView.cs -------------------------------------------------------------------------------- /ShellControls/ShellListView/ShellView.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellListView/ShellView.resx -------------------------------------------------------------------------------- /ShellControls/ShellTabItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ShellTabItem.cs -------------------------------------------------------------------------------- /ShellControls/Spinner.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/Spinner.xaml -------------------------------------------------------------------------------- /ShellControls/Spinner.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/Spinner.xaml.cs -------------------------------------------------------------------------------- /ShellControls/TabIndexConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/TabIndexConverter.cs -------------------------------------------------------------------------------- /ShellControls/ToolTip.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ToolTip.xaml -------------------------------------------------------------------------------- /ShellControls/ToolTip.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ToolTip.xaml.cs -------------------------------------------------------------------------------- /ShellControls/ToolbarGroup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/ToolbarGroup.cs -------------------------------------------------------------------------------- /ShellControls/themes/generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellControls/themes/generic.xaml -------------------------------------------------------------------------------- /ShellLibrary/Annotations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Annotations.cs -------------------------------------------------------------------------------- /ShellLibrary/AssociationItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/AssociationItem.cs -------------------------------------------------------------------------------- /ShellLibrary/Defaults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Defaults.cs -------------------------------------------------------------------------------- /ShellLibrary/DragDropHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/DragDropHelper.cs -------------------------------------------------------------------------------- /ShellLibrary/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Extensions.cs -------------------------------------------------------------------------------- /ShellLibrary/FilterItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/FilterItem.cs -------------------------------------------------------------------------------- /ShellLibrary/FolderSelectDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/FolderSelectDialog.cs -------------------------------------------------------------------------------- /ShellLibrary/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/GlobalSuppressions.cs -------------------------------------------------------------------------------- /ShellLibrary/Groups/LVGROUP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Groups/LVGROUP.cs -------------------------------------------------------------------------------- /ShellLibrary/Groups/ListViewGroupEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Groups/ListViewGroupEx.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/BHID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/BHID.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ComCtl32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ComCtl32.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ComReleaser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ComReleaser.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Constants.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/CredUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/CredUI.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/DefaultIconSize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/DefaultIconSize.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/EnumUnknownClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/EnumUnknownClass.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Enums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Enums.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/FileIcon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/FileIcon.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/FileOperationFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/FileOperationFlags.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Gdi32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Gdi32.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/HResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/HResult.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Helpers.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IColumnProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IColumnProvider.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IContextMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IContextMenu.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IDropSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IDropSource.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IEnumIDList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IEnumIDList.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IExtractIcon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IExtractIcon.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IFileDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IFileDialog.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IFileOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IFileOperation.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IHandle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IHandle.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IListView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IListView.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IQueryInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IQueryInfo.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ISearch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ISearch.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IServiceProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IServiceProvider.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IShellBrowser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IShellBrowser.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IShellFolder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IShellFolder.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IShellItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IShellItem.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IShellItem2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IShellItem2.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IShellItemArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IShellItemArray.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IShellLibrary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IShellLibrary.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IShellView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IShellView.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IThumbnail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IThumbnail.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IThumbnailCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IThumbnailCache.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IVisualProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IVisualProperties.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/IconReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/IconReference.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Kernel32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Kernel32.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/KnownFoldersCOM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/KnownFoldersCOM.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Macros.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Macros.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/NativePoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/NativePoint.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Ole32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Ole32.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/PropVariant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/PropVariant.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/Shell32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Shell32.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ShellItemArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ShellItemArray.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ShellItemImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ShellItemImpl.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ShellLink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ShellLink.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ShellNotifications.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ShellNotifications.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ShellThumbnail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ShellThumbnail.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/ShlWapi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/ShlWapi.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/User32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/User32.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/UxTheme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/UxTheme.cs -------------------------------------------------------------------------------- /ShellLibrary/Interop/WIC.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/WIC.zip -------------------------------------------------------------------------------- /ShellLibrary/Interop/Wallpaper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Interop/Wallpaper.cs -------------------------------------------------------------------------------- /ShellLibrary/JunctionPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/JunctionPoint.cs -------------------------------------------------------------------------------- /ShellLibrary/KnownFolders/FolderTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/KnownFolders/FolderTypes.cs -------------------------------------------------------------------------------- /ShellLibrary/KnownFolders/IKnownFolder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/KnownFolders/IKnownFolder.cs -------------------------------------------------------------------------------- /ShellLibrary/KnownFolders/KnownFolders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/KnownFolders/KnownFolders.cs -------------------------------------------------------------------------------- /ShellLibrary/LVItemColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/LVItemColor.cs -------------------------------------------------------------------------------- /ShellLibrary/NavigationLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/NavigationLog.cs -------------------------------------------------------------------------------- /ShellLibrary/ObservableCollectionEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ObservableCollectionEx.cs -------------------------------------------------------------------------------- /ShellLibrary/QueueEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/QueueEx.cs -------------------------------------------------------------------------------- /ShellLibrary/Reflector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Reflector.cs -------------------------------------------------------------------------------- /ShellLibrary/Resources/Back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Resources/Back.bmp -------------------------------------------------------------------------------- /ShellLibrary/Resources/Forward.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Resources/Forward.bmp -------------------------------------------------------------------------------- /ShellLibrary/Resources/NewFolder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Resources/NewFolder.bmp -------------------------------------------------------------------------------- /ShellLibrary/Resources/Up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Resources/Up.bmp -------------------------------------------------------------------------------- /ShellLibrary/Resources/Views.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Resources/Views.bmp -------------------------------------------------------------------------------- /ShellLibrary/Settings.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Settings.sqlite -------------------------------------------------------------------------------- /ShellLibrary/ShellItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ShellItem.cs -------------------------------------------------------------------------------- /ShellLibrary/ShellItemEqualityComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ShellItemEqualityComparer.cs -------------------------------------------------------------------------------- /ShellLibrary/ShellLibrary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ShellLibrary.cs -------------------------------------------------------------------------------- /ShellLibrary/ShellLibrary.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ShellLibrary.csproj -------------------------------------------------------------------------------- /ShellLibrary/ShellNotificationListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ShellNotificationListener.cs -------------------------------------------------------------------------------- /ShellLibrary/ShellViewControl.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ShellViewControl.xaml -------------------------------------------------------------------------------- /ShellLibrary/ShellViewControl.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ShellViewControl.xaml.cs -------------------------------------------------------------------------------- /ShellLibrary/SyncQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/SyncQueue.cs -------------------------------------------------------------------------------- /ShellLibrary/SysImageList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/SysImageList.cs -------------------------------------------------------------------------------- /ShellLibrary/SystemImageList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/SystemImageList.cs -------------------------------------------------------------------------------- /ShellLibrary/ThreadSafeListWithLock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/ThreadSafeListWithLock.cs -------------------------------------------------------------------------------- /ShellLibrary/TreeViewHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/TreeViewHelper.cs -------------------------------------------------------------------------------- /ShellLibrary/TreeViewItemBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/TreeViewItemBehaviour.cs -------------------------------------------------------------------------------- /ShellLibrary/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/Utilities.cs -------------------------------------------------------------------------------- /ShellLibrary/WindowActivator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/WindowActivator.cs -------------------------------------------------------------------------------- /ShellLibrary/video_addorner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/video_addorner.png -------------------------------------------------------------------------------- /ShellLibrary/video_addorner_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/video_addorner_wide.png -------------------------------------------------------------------------------- /ShellLibrary/x64/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/x64/SQLite.Interop.dll -------------------------------------------------------------------------------- /ShellLibrary/x86/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/ShellLibrary/x86/SQLite.Interop.dll -------------------------------------------------------------------------------- /TabControl/Converters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Converters.cs -------------------------------------------------------------------------------- /TabControl/Helper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Helper.cs -------------------------------------------------------------------------------- /TabControl/Images/newtab.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Images/newtab.ico -------------------------------------------------------------------------------- /TabControl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /TabControl/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Properties/Resources.resx -------------------------------------------------------------------------------- /TabControl/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /TabControl/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Properties/Settings.settings -------------------------------------------------------------------------------- /TabControl/TabControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/TabControl.cs -------------------------------------------------------------------------------- /TabControl/TabEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/TabEventArgs.cs -------------------------------------------------------------------------------- /TabControl/TabItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/TabItem.cs -------------------------------------------------------------------------------- /TabControl/TabPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/TabPanel.cs -------------------------------------------------------------------------------- /TabControl/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Themes/Generic.xaml -------------------------------------------------------------------------------- /TabControl/Wpf.TabControl.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TabControl/Wpf.TabControl.csproj -------------------------------------------------------------------------------- /TaskDialog/CommandLink.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/CommandLink.xaml -------------------------------------------------------------------------------- /TaskDialog/CommandLink.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/CommandLink.xaml.cs -------------------------------------------------------------------------------- /TaskDialog/Converters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Converters.cs -------------------------------------------------------------------------------- /TaskDialog/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/NativeMethods.cs -------------------------------------------------------------------------------- /TaskDialog/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /TaskDialog/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Properties/Resources.resx -------------------------------------------------------------------------------- /TaskDialog/RelayCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/RelayCommand.cs -------------------------------------------------------------------------------- /TaskDialog/Resources/cmdarr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/cmdarr1.png -------------------------------------------------------------------------------- /TaskDialog/Resources/cmdarr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/cmdarr2.png -------------------------------------------------------------------------------- /TaskDialog/Resources/exparr-down1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/exparr-down1.bmp -------------------------------------------------------------------------------- /TaskDialog/Resources/exparr-down2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/exparr-down2.bmp -------------------------------------------------------------------------------- /TaskDialog/Resources/exparr-down3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/exparr-down3.bmp -------------------------------------------------------------------------------- /TaskDialog/Resources/exparr-up1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/exparr-up1.bmp -------------------------------------------------------------------------------- /TaskDialog/Resources/exparr-up2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/exparr-up2.bmp -------------------------------------------------------------------------------- /TaskDialog/Resources/exparr-up3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/exparr-up3.bmp -------------------------------------------------------------------------------- /TaskDialog/Resources/shield-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/shield-16.png -------------------------------------------------------------------------------- /TaskDialog/Resources/shield-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/Resources/shield-32.png -------------------------------------------------------------------------------- /TaskDialog/SafeNativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/SafeNativeMethods.cs -------------------------------------------------------------------------------- /TaskDialog/TaskDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialog.cs -------------------------------------------------------------------------------- /TaskDialog/TaskDialog.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialog.csproj -------------------------------------------------------------------------------- /TaskDialog/TaskDialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialog.xaml -------------------------------------------------------------------------------- /TaskDialog/TaskDialog.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialog.xaml.cs -------------------------------------------------------------------------------- /TaskDialog/TaskDialogEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialogEvents.cs -------------------------------------------------------------------------------- /TaskDialog/TaskDialogInterop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialogInterop.cs -------------------------------------------------------------------------------- /TaskDialog/TaskDialogResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialogResult.cs -------------------------------------------------------------------------------- /TaskDialog/TaskDialogTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialogTypes.cs -------------------------------------------------------------------------------- /TaskDialog/TaskDialogViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/TaskDialogViewModel.cs -------------------------------------------------------------------------------- /TaskDialog/UnsafeNativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/UnsafeNativeMethods.cs -------------------------------------------------------------------------------- /TaskDialog/VistaActiveTaskDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TaskDialog/VistaActiveTaskDialog.cs -------------------------------------------------------------------------------- /TestProject/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/App.config -------------------------------------------------------------------------------- /TestProject/My Project/Application.myapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/My Project/Application.myapp -------------------------------------------------------------------------------- /TestProject/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/My Project/AssemblyInfo.vb -------------------------------------------------------------------------------- /TestProject/My Project/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/My Project/Resources.resx -------------------------------------------------------------------------------- /TestProject/My Project/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/My Project/Settings.settings -------------------------------------------------------------------------------- /TestProject/RuleSet1.ruleset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/RuleSet1.ruleset -------------------------------------------------------------------------------- /TestProject/TestProject.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/TestProject.vbproj -------------------------------------------------------------------------------- /TestProject/UnitTest1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/UnitTest1.vb -------------------------------------------------------------------------------- /TestProject/UnitTest2.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/UnitTest2.vb -------------------------------------------------------------------------------- /TestProject/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/TestProject/packages.config -------------------------------------------------------------------------------- /UnbufferedFO/GS.Common.IO/AsyncJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UnbufferedFO/GS.Common.IO/AsyncJob.cs -------------------------------------------------------------------------------- /UnbufferedFO/GS.Common.IO/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UnbufferedFO/GS.Common.IO/NativeMethods.cs -------------------------------------------------------------------------------- /UnbufferedFO/OverlappedStream.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UnbufferedFO/OverlappedStream.sln -------------------------------------------------------------------------------- /Updater/7Z/Ole32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/7Z/Ole32.cs -------------------------------------------------------------------------------- /Updater/7Z/SevenZipFormat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/7Z/SevenZipFormat.cs -------------------------------------------------------------------------------- /Updater/7Z/SevenZipInterface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/7Z/SevenZipInterface.cs -------------------------------------------------------------------------------- /Updater/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/7z.dll -------------------------------------------------------------------------------- /Updater/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/Program.cs -------------------------------------------------------------------------------- /Updater/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Updater/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Updater/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/Properties/Resources.resx -------------------------------------------------------------------------------- /Updater/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Updater/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/Properties/Settings.settings -------------------------------------------------------------------------------- /Updater/Updater.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/Updater.csproj -------------------------------------------------------------------------------- /Updater/updater.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Updater/updater.ico -------------------------------------------------------------------------------- /UpgradeLog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UpgradeLog.htm -------------------------------------------------------------------------------- /UpgradeLog2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UpgradeLog2.htm -------------------------------------------------------------------------------- /UsbEject/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UsbEject/UsbEject.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject.csproj -------------------------------------------------------------------------------- /UsbEject/UsbEject/Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/Device.cs -------------------------------------------------------------------------------- /UsbEject/UsbEject/DeviceCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/DeviceCapabilities.cs -------------------------------------------------------------------------------- /UsbEject/UsbEject/DeviceClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/DeviceClass.cs -------------------------------------------------------------------------------- /UsbEject/UsbEject/DiskDeviceClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/DiskDeviceClass.cs -------------------------------------------------------------------------------- /UsbEject/UsbEject/Native.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/Native.cs -------------------------------------------------------------------------------- /UsbEject/UsbEject/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/Readme.txt -------------------------------------------------------------------------------- /UsbEject/UsbEject/Volume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/Volume.cs -------------------------------------------------------------------------------- /UsbEject/UsbEject/VolumeDeviceClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/UsbEject/UsbEject/VolumeDeviceClass.cs -------------------------------------------------------------------------------- /WPFUI/Background/BackdropType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Background/BackdropType.cs -------------------------------------------------------------------------------- /WPFUI/Background/BackgroundType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Background/BackgroundType.cs -------------------------------------------------------------------------------- /WPFUI/Background/Manager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Background/Manager.cs -------------------------------------------------------------------------------- /WPFUI/Common/Appearance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/Appearance.cs -------------------------------------------------------------------------------- /WPFUI/Common/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/Extensions.cs -------------------------------------------------------------------------------- /WPFUI/Common/Glyph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/Glyph.cs -------------------------------------------------------------------------------- /WPFUI/Common/Icon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/Icon.cs -------------------------------------------------------------------------------- /WPFUI/Common/IconFilled.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/IconFilled.cs -------------------------------------------------------------------------------- /WPFUI/Common/RelayCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/RelayCommand.cs -------------------------------------------------------------------------------- /WPFUI/Common/SnapLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/SnapLayout.cs -------------------------------------------------------------------------------- /WPFUI/Common/Syntax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Common/Syntax.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Breadcrumb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Breadcrumb.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Button.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Button.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Card.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Card.cs -------------------------------------------------------------------------------- /WPFUI/Controls/CardAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/CardAction.cs -------------------------------------------------------------------------------- /WPFUI/Controls/CardControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/CardControl.cs -------------------------------------------------------------------------------- /WPFUI/Controls/CardExpander.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/CardExpander.cs -------------------------------------------------------------------------------- /WPFUI/Controls/CodeBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/CodeBlock.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Dialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Dialog.cs -------------------------------------------------------------------------------- /WPFUI/Controls/FontIcon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/FontIcon.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Hyperlink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Hyperlink.cs -------------------------------------------------------------------------------- /WPFUI/Controls/IIconElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/IIconElement.cs -------------------------------------------------------------------------------- /WPFUI/Controls/INavigable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/INavigable.cs -------------------------------------------------------------------------------- /WPFUI/Controls/INavigation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/INavigation.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Icon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Icon.cs -------------------------------------------------------------------------------- /WPFUI/Controls/MessageBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/MessageBox.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Navigation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Navigation.cs -------------------------------------------------------------------------------- /WPFUI/Controls/NavigationFluent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/NavigationFluent.cs -------------------------------------------------------------------------------- /WPFUI/Controls/NavigationItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/NavigationItem.cs -------------------------------------------------------------------------------- /WPFUI/Controls/NavigationStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/NavigationStore.cs -------------------------------------------------------------------------------- /WPFUI/Controls/NumberBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/NumberBox.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Rating.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Rating.cs -------------------------------------------------------------------------------- /WPFUI/Controls/SearchBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/SearchBox.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Snackbar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Snackbar.cs -------------------------------------------------------------------------------- /WPFUI/Controls/Spinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/Spinner.cs -------------------------------------------------------------------------------- /WPFUI/Controls/TabControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/TabControl.cs -------------------------------------------------------------------------------- /WPFUI/Controls/TitleBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/TitleBar.cs -------------------------------------------------------------------------------- /WPFUI/Controls/TitleBarButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/TitleBarButton.cs -------------------------------------------------------------------------------- /WPFUI/Controls/UIWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Controls/UIWindow.cs -------------------------------------------------------------------------------- /WPFUI/Converters/IconToStringConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Converters/IconToStringConverter.cs -------------------------------------------------------------------------------- /WPFUI/Fonts/FiraCode-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Fonts/FiraCode-Regular.ttf -------------------------------------------------------------------------------- /WPFUI/Fonts/FluentSystemIcons-Filled.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Fonts/FluentSystemIcons-Filled.ttf -------------------------------------------------------------------------------- /WPFUI/Fonts/FluentSystemIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Fonts/FluentSystemIcons-Regular.ttf -------------------------------------------------------------------------------- /WPFUI/License - Fira Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/License - Fira Code.txt -------------------------------------------------------------------------------- /WPFUI/License - Fluent System Icons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/License - Fluent System Icons.txt -------------------------------------------------------------------------------- /WPFUI/License - Segoe Fluent Icons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/License - Segoe Fluent Icons.txt -------------------------------------------------------------------------------- /WPFUI/Notifications/Toast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Notifications/Toast.cs -------------------------------------------------------------------------------- /WPFUI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /WPFUI/Styles/Assets/Brushes.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Assets/Brushes.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Assets/Fonts.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Assets/Fonts.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Assets/Icons.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Assets/Icons.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Assets/Palette.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Assets/Palette.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Breadcrumb.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Breadcrumb.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Button.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Button.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Calendar.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Calendar.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Card.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Card.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/CardAction.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/CardAction.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/CardControl.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/CardControl.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/CardExpander.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/CardExpander.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/CheckBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/CheckBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/CodeBlock.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/CodeBlock.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/ComboBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/ComboBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/DataGrid.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/DataGrid.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/DatePicker.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/DatePicker.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Dialog.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Dialog.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Expander.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Expander.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/FontIcon.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/FontIcon.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Frame.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Frame.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Hyperlink.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Hyperlink.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Icon.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Icon.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Label.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Label.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/ListBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/ListBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Menu.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Menu.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/MessageBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/MessageBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Navigation.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Navigation.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/NavigationStore.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/NavigationStore.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/NotifyIcon.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/NotifyIcon.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/NumberBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/NumberBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Page.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Page.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/PasswordBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/PasswordBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/ProgressBar.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/ProgressBar.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/RadioButton.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/RadioButton.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Rating.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Rating.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/RichTextBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/RichTextBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Scroll.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Scroll.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Separator.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Separator.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Slider.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Slider.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Snackbar.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Snackbar.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Spinner.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Spinner.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/StatusBar.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/StatusBar.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/TabControl.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/TabControl.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/TextBlock.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/TextBlock.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/TextBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/TextBox.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/TitleBar.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/TitleBar.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/ToggleButton.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/ToggleButton.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/ToolBar.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/ToolBar.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/ToolTip.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/ToolTip.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/TreeView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/TreeView.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/UIWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/UIWindow.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Controls/Window.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Controls/Window.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Theme/Dark.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Theme/Dark.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Theme/HighContrast.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Theme/HighContrast.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/Theme/Light.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/Theme/Light.xaml -------------------------------------------------------------------------------- /WPFUI/Styles/WPFUI.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Styles/WPFUI.xaml -------------------------------------------------------------------------------- /WPFUI/Taskbar/HResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/HResult.cs -------------------------------------------------------------------------------- /WPFUI/Taskbar/ITaskbarList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/ITaskbarList.cs -------------------------------------------------------------------------------- /WPFUI/Taskbar/Progress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/Progress.cs -------------------------------------------------------------------------------- /WPFUI/Taskbar/ProgressState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/ProgressState.cs -------------------------------------------------------------------------------- /WPFUI/Taskbar/SetTabPropertiesOption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/SetTabPropertiesOption.cs -------------------------------------------------------------------------------- /WPFUI/Taskbar/ThumbButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/ThumbButton.cs -------------------------------------------------------------------------------- /WPFUI/Taskbar/ThumbButtonMask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/ThumbButtonMask.cs -------------------------------------------------------------------------------- /WPFUI/Taskbar/ThumbButtonOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Taskbar/ThumbButtonOptions.cs -------------------------------------------------------------------------------- /WPFUI/Theme/Manager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Theme/Manager.cs -------------------------------------------------------------------------------- /WPFUI/Theme/Style.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Theme/Style.cs -------------------------------------------------------------------------------- /WPFUI/Theme/Watcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Theme/Watcher.cs -------------------------------------------------------------------------------- /WPFUI/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Themes/Generic.xaml -------------------------------------------------------------------------------- /WPFUI/Tray/NotifyIcon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Tray/NotifyIcon.cs -------------------------------------------------------------------------------- /WPFUI/WPFUI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/WPFUI.csproj -------------------------------------------------------------------------------- /WPFUI/Win32/Collumns.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/Collumns.cs -------------------------------------------------------------------------------- /WPFUI/Win32/Dwmapi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/Dwmapi.cs -------------------------------------------------------------------------------- /WPFUI/Win32/Gdi32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/Gdi32.cs -------------------------------------------------------------------------------- /WPFUI/Win32/Gdip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/Gdip.cs -------------------------------------------------------------------------------- /WPFUI/Win32/HT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/HT.cs -------------------------------------------------------------------------------- /WPFUI/Win32/Kernel32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/Kernel32.cs -------------------------------------------------------------------------------- /WPFUI/Win32/PROPERTYKEY.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/PROPERTYKEY.cs -------------------------------------------------------------------------------- /WPFUI/Win32/Shell32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/Shell32.cs -------------------------------------------------------------------------------- /WPFUI/Win32/UFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/UFlags.cs -------------------------------------------------------------------------------- /WPFUI/Win32/User32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WPFUI/Win32/User32.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/4cy2oxal.tmp_proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/4cy2oxal.tmp_proj -------------------------------------------------------------------------------- /WpfControlLibrary1/AcrylicContextMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/AcrylicContextMenu.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/AcrylicPopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/AcrylicPopup.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/AcrylicTooltip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/AcrylicTooltip.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/FontIcon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/FontIcon.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/FontIconButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/FontIconButton.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/Helpers/MouseHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Helpers/MouseHook.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/Refresh16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/Refresh16.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/clear.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/filter16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/filter16.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/filter32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/filter32.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/filter48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/filter48.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/search.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/search16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/search16.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/search32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/search32.png -------------------------------------------------------------------------------- /WpfControlLibrary1/Images/search48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/Images/search48.png -------------------------------------------------------------------------------- /WpfControlLibrary1/WatermarkedTextBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/WatermarkedTextBox.cs -------------------------------------------------------------------------------- /WpfControlLibrary1/themes/generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfControlLibrary1/themes/generic.xaml -------------------------------------------------------------------------------- /WpfDocumentPreviewer/PreviewControl.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfDocumentPreviewer/PreviewControl.xaml -------------------------------------------------------------------------------- /WpfDocumentPreviewer/PreviewHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/WpfDocumentPreviewer/PreviewHandler.cs -------------------------------------------------------------------------------- /XAML_Translations_Helper/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/XAML_Translations_Helper/App.config -------------------------------------------------------------------------------- /XAML_Translations_Helper/Form1.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/XAML_Translations_Helper/Form1.Designer.vb -------------------------------------------------------------------------------- /XAML_Translations_Helper/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/XAML_Translations_Helper/Form1.resx -------------------------------------------------------------------------------- /XAML_Translations_Helper/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/XAML_Translations_Helper/Form1.vb -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Core/ErrorMessages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Core/ErrorMessages.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Core/ErrorMessages.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Core/ErrorMessages.resx -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Core/UIElementAdorner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Core/UIElementAdorner.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/AnimationPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/AnimationPanel.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/Animators.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/Animators.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/DoubleAnimator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/DoubleAnimator.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/PanelBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/PanelBase.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/RandomPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/RandomPanel.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/ScrollHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/ScrollHelper.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/SwitchPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/SwitchPanel.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/SwitchTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/SwitchTemplate.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Panels/WrapPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Panels/WrapPanel.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Pie/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Pie/Themes/Generic.xaml -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Primitives/HsvColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Primitives/HsvColor.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Primitives/InputBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Primitives/InputBase.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Primitives/Selector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Primitives/Selector.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Primitives/ShapeBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Primitives/ShapeBase.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Primitives/UpDownBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Primitives/UpDownBase.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Themes/Aero2/Common.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Themes/Aero2/Common.xaml -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Themes/Aero2/Glyphs.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Themes/Aero2/Glyphs.xaml -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Themes/Generic.xaml -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Themes/classic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Themes/classic.xaml -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/VisualStates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/VisualStates.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Xceed.Wpf.Toolkit.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Xceed.Wpf.Toolkit.csproj -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Zoombox/Zoombox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Zoombox/Zoombox.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Zoombox/ZoomboxView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Zoombox/ZoomboxView.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/Zoombox/ZoomboxZoomOn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/Zoombox/ZoomboxZoomOn.cs -------------------------------------------------------------------------------- /Xceed.Wpf.Toolkit/sn.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/Xceed.Wpf.Toolkit/sn.snk -------------------------------------------------------------------------------- /imdiskinst.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/imdiskinst.exe -------------------------------------------------------------------------------- /log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/log.txt -------------------------------------------------------------------------------- /packages/repositories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/packages/repositories.config -------------------------------------------------------------------------------- /toggle-switch-control/WPF/Demo/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/toggle-switch-control/WPF/Demo/App.xaml -------------------------------------------------------------------------------- /toggle-switch-control/WPF/Demo/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/toggle-switch-control/WPF/Demo/App.xaml.cs -------------------------------------------------------------------------------- /toggle-switch-control/WPF/Demo/Demo.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/toggle-switch-control/WPF/Demo/Demo.csproj -------------------------------------------------------------------------------- /toggle-switch-control/WPF/Demo/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/toggle-switch-control/WPF/Demo/app.config -------------------------------------------------------------------------------- /toggle-switch-control/WPF/ToggleSwitch.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gainedge/BetterExplorer/HEAD/toggle-switch-control/WPF/ToggleSwitch.sln --------------------------------------------------------------------------------