|
|
|
@1113
|
4 years |
lowjoel |
Automatically pick the best certificate to sign binaries with.
|
|
|
|
@1112
|
4 years |
lowjoel |
Fixed a few warnings during compile.
|
|
|
|
@1111
|
4 years |
lowjoel |
Fixed the wrong variable reference after updating for Unicode. Thanks to …
|
|
|
|
@1110
|
4 years |
lowjoel |
fixed #49: Eraser 5 Unicode Support
Implemented tn123's patch with some …
|
|
|
|
@1109
|
4 years |
lowjoel |
Issue call commands to batch scripts instead of just issuing them so that …
|
|
|
|
@1108
|
4 years |
lowjoel |
Ignore these ShellExt? compiler generated files.
|
|
|
|
@1107
|
4 years |
lowjoel |
Oops - checked the wrong variable
|
|
|
|
@1106
|
4 years |
lowjoel |
Do not update the menu renderer twice.
|
|
|
|
@1105
|
4 years |
lowjoel |
Handle theme changes so when Comctl32.dll v6 is unloaded we revert to .NET …
|
|
|
|
@1104
|
4 years |
lowjoel |
The Eraser binary actually depends on the DefaultPlugins? plugin, so …
|
|
|
|
@1103
|
4 years |
lowjoel |
FxCop? is a valuable tool - here's the project file.
|
|
|
|
@1102
|
4 years |
lowjoel |
A whole host of scheduler fixes:
- When cancelling scheduled tasks we …
|
|
|
|
@1101
|
4 years |
lowjoel |
Since no dialog has been displayed when the Invalid Values dialog is …
|
|
|
|
@1100
|
4 years |
lowjoel |
Better handling for FL16KB erase errors (when the specified file erasure …
|
|
|
|
@1099
|
4 years |
lowjoel |
Fixed all sizes to fit the Win7 (and probably Vista too) popup menu visual …
|
|
|
|
@1098
|
4 years |
lowjoel |
Don't have the pretty ugly duotone after painting the margins - the system …
|
|
|
|
@1097
|
4 years |
lowjoel |
Do not paint partially transparent backgrounds for all parts (only the …
|
|
|
|
@1096
|
4 years |
lowjoel |
Removed all the comparison/Equals mess with the explicit conversion …
|
|
|
|
@1095
|
4 years |
lowjoel |
Specify whether the current build is a special build (i.e. files were …
|
|
|
|
@1094
|
4 years |
lowjoel |
FxCop? warning fixes
1. Catch specific exception types (Catch Exception …
|
|
|
|
@1093
|
4 years |
lowjoel |
No need to implement Initialize since we don't need the toolbar reference
|
|
|
|
@1092
|
4 years |
lowjoel |
Fixed a few more FxCop? warnings regarding duplicate casts and unoverriden …
|
|
|
|
@1091
|
4 years |
lowjoel |
Do not expose variables (FxCop? fix)
|
|
|
|
@1090
|
4 years |
lowjoel |
Spelling fix (oops)
|
|
|
|
@1089
|
4 years |
lowjoel |
Don't use short forms.
|
|
|
|
@1088
|
4 years |
lowjoel |
Use the Convert form which provides the IFormatProvider interface to …
|
|
|
|
@1087
|
4 years |
lowjoel |
Removed unused declarations
|
|
|
|
@1086
|
4 years |
lowjoel |
Use NtQueryInformationFile? to get ADS information instead of the backup …
|
|
|
|
@1085
|
4 years |
lowjoel |
Open handles to files are closed when the file's ADSes are listed for …
|
|
|
|
@1084
|
4 years |
lowjoel |
Use StreamInfo?.Open to get the handle to the file to list ADSes since that …
|
|
|
|
@1083
|
4 years |
lowjoel |
Let the OpenHandle::Close function return a boolean indicating success for …
|
|
|
|
@1082
|
4 years |
lowjoel |
When erasing folders which don't exist, just ignore the error and continue …
|
|
|
|
@1081
|
4 years |
lowjoel |
Slightly modified icon from Dennis.
|
|
|
|
@1080
|
4 years |
lowjoel |
Move the Website to trunk
|
|
|
|
@1079
|
4 years |
lowjoel |
Move Eraser 6 to trunk
|
|
|
|
@1078
|
4 years |
lowjoel |
Move old trunk to eraser5 subfolder
|
|
|
|
@1077
|
4 years |
lowjoel |
New trunk folder
|
|
|
|
@1076
|
4 years |
lowjoel |
Moving Eraser 6 and website sources to trunk
|
|
|
|
@1075
|
4 years |
lowjoel |
Automatically version the assemblies' revision number based on the SVN …
|
|
|
|
@1074
|
4 years |
lowjoel |
Fixed a crash on shutdown - CryptReleaseContext? was calling itself …
|
|
|
|
@1073
|
4 years |
lowjoel |
When displaying the log if there are no entries for a given session append …
|
|
|
|
@1072
|
4 years |
lowjoel |
When clearing entries from the log make sure that the last entry isn't …
|
|
|
|
@1071
|
4 years |
lowjoel |
Fixed a few code analysis warnings.
|
|
|
|
@1070
|
4 years |
lowjoel |
Sorry, compilo.
|
|
|
|
@1069
|
4 years |
lowjoel |
Close process token handles as well (memory leak fix)
|
|
|
|
@1068
|
4 years |
lowjoel |
-Put the task completion status in the Status column instead of the Next …
|
|
|
|
@1067
|
4 years |
lowjoel |
Schedule tasks that are meant to run with a recurring schedule on start up …
|
|
|
|
@1066
|
4 years |
lowjoel |
Use the latest possible runtime libraries since that's the only thing the …
|
|
|
|
@1065
|
4 years |
lowjoel |
Set svn:keywords.
|
|
|
|
@1064
|
4 years |
lowjoel |
Added relatively untested file unlocking code. Partially implements #14 …
|
|
|
|
@1063
|
4 years |
lowjoel |
-Restored the output file names after a project rename
-Output …
|
|
|
|
@1062
|
4 years |
lowjoel |
Use the Marshal to convert Win32 error codes to .NET exceptions - we tend …
|
|
|
|
@1061
|
4 years |
lowjoel |
Actually UpdateCategoriesDictionary?.GetEnumerator? is implemented, so …
|
|
|
|
@1060
|
4 years |
lowjoel |
Updated a few references and also renamed the Bootstrapper project to …
|
|
|
|
@1059
|
4 years |
lowjoel |
Renamed the folders too.
|
|
|
|
@1058
|
4 years |
lowjoel |
Renamed the Eraser projects to follow the assembly name
|
|
|
|
@1057
|
4 years |
lowjoel |
This particular exception handler seems to be unnecessary now.
|
|
|
|
@1056
|
4 years |
lowjoel |
On top of UnauthorizedAccessExceptions?, we also get IOExceptions for …
|
|
|
|
@1055
|
4 years |
lowjoel |
Woops, made the property an auto-implemented property and forgot to remove …
|
|
|
|
@1054
|
4 years |
lowjoel |
Always call the OnExitInstance? function. When the systme is shutting down …
|
|
|
|
@1053
|
4 years |
lowjoel |
Slightly better definition for operator!= for the Manager.Language class
|
|
|
|
@1052
|
4 years |
lowjoel |
Allow the Manager.Language class to be compared with the CultureInfo? class …
|
|
|
|
@1051
|
4 years |
lowjoel |
If the user specifies that a folder should be deleted if empty, and the …
|
|
|
|
@1050
|
4 years |
lowjoel |
When erasing Recycle bin files erase ADSes before the unnamed stream …
|
|
|
|
@1049
|
4 years |
lowjoel |
Use SetFileAttributes? directly when dealing with streams since that will …
|
|
|
|
@1048
|
4 years |
lowjoel |
Fixed the LogForm?'s resizing: the buttons aren't all over the place now.
|
|
|
|
@1047
|
4 years |
lowjoel |
DragDropLib? needs to be deployed too.
|
|
|
|
@1046
|
4 years |
lowjoel |
The generated code seemed to have appended %1 because we provided a string …
|
|
|
|
@1045
|
4 years |
lowjoel |
Default the targets to the appropriate erasure method. …
|
|
|
|
@1044
|
4 years |
lowjoel |
Implemented drag-and-drop into the scheduler. Task Lists are imported and …
|
|
|
|
@1043
|
4 years |
lowjoel |
I remembered I removed the NativeMethods? folder?
|
|
|
|
@1042
|
4 years |
lowjoel |
-Removed ISAAC since we don't use it anymore
-Added DragDropLib? from …
|
|
|
|
@1041
|
4 years |
lowjoel |
GetPathADSes takes a value by "out", meaning whatever value the totalSize …
|
|
|
|
@1040
|
4 years |
lowjoel |
Prevent the file from being re-created after an erasure (wrong file …
|
|
|
|
@1039
|
4 years |
lowjoel |
Finally fixed all the errors during file erasures. This one is a misuse of …
|
|
|
|
@1038
|
4 years |
lowjoel |
Get the file area before the executor locks it for erasure.
|
|
|
|
@1037
|
4 years |
lowjoel |
Implemented Stream Deletion.
|
|
|
|
@1036
|
4 years |
lowjoel |
I'll be a little conservative and force the line break a little …
|
|
|
|
@1035
|
4 years |
lowjoel |
WIN32_STREAM_ID is a structure with packing 1 - the native packing doesn't …
|
|
|
|
@1034
|
4 years |
lowjoel |
Woops. Property setters for the CAM datetimes need a writeable handle.
|
|
|
|
@1033
|
4 years |
lowjoel |
Allow date Created, date Accessed and date Modified values to be set on …
|
|
|
|
@1032
|
4 years |
lowjoel |
Support FAT32 as well (as part of the FatFileSystem? provider) - so declare …
|
|
|
|
@1031
|
4 years |
lowjoel |
-Added a check at the end of the StreamInfo? OpenFile? function to ensure …
|
|
|
|
@1030
|
4 years |
lowjoel |
Ack - forgot to remove my debug code.
|
|
|
|
@1029
|
4 years |
lowjoel |
Turn off cabinet compression in the MSIs because prior to distribution …
|
|
|
|
@1028
|
4 years |
lowjoel |
All forms should call UXThemeApi.UpdateControlTheme? so that relevant …
|
|
|
|
@1027
|
4 years |
lowjoel |
-Remove ISAAC since we no longer support it
-Register our shell handler …
|
|
|
|
@1026
|
4 years |
lowjoel |
-Disable the context menu for the recycle bin entry when there are no …
|
|
|
|
@1025
|
4 years |
lowjoel |
Link to SHGetStockIconInfo dynamically since we are supposed to support …
|
|
|
|
@1024
|
4 years |
lowjoel |
-Removed the extra catch(OperationCanceledException?) in …
|
|
|
|
@1023
|
4 years |
lowjoel |
Currently all our language-neutral resources are English ones, so we don't …
|
|
|
|
@1022
|
4 years |
lowjoel |
Huge improvements in displaying progress text to user:
-When the progress …
|
|
|
|
@1021
|
4 years |
cjax |
Minor EH as CF changes.
|
|
|
|
@1020
|
4 years |
lowjoel |
Don't pass the main form handle when calling SHEmptyRecycleBin. The call …
|
|
|
|
@1019
|
4 years |
lowjoel |
The Progress Bar's tag should be the currently executing item instead of …
|
|
|
|
@1018
|
4 years |
lowjoel |
Moved more of the drawing to be control-based instead of owner drawing:
…
|
|
|
|
@1017
|
4 years |
lowjoel |
Fixed the padding/margin values in the toolbar such that it looks more …
|
|
|
|
@1016
|
4 years |
lowjoel |
Display the Security Shield with all its glory: query the shell for the …
|
|
|
|
@1015
|
4 years |
lowjoel |
-Reset a file's read-only flag only after an erase failed
-NTFS' minimum …
|
|
|
|
@1014
|
4 years |
lowjoel |
Fixed the valid minimum date range for NTFS.
|
|
|
|