Timeline
10/24/2010:
- 11:54 Changeset [2258] by
-
- trunk/eraser
- trunk/eraser/Eraser/SchedulerPanel.cs
Forward-port from Eraser 6.0: As the task schedule currently only has a resolution of 30s, we should drop the seconds displaying in the Next Run field. Addresses #375.
- 11:52 Changeset [2257] by
-
- branches/eraser6/6.0/Eraser/SchedulerPanel.cs
Addresses #375: as the task schedule currently only has a resolution of 30s, we should drop the seconds displaying in the Next Run field.
- 08:30 Changeset [2256] by
-
- trunk/eraser
- trunk/eraser/Documentation/Documentation.docx
- trunk/eraser/Documentation/Documentation.pdf
Forward-port from Eraser 6.0: Fixed the Documentation on Page 17: reference to "compressed" files in the encrypted files section
- 08:19 Changeset [2255] by
-
- branches/eraser6/6.0/Documentation/Documentation.docx
- branches/eraser6/6.0/Documentation/Documentation.pdf
Fixed the Documentation in two places:
- Page 7: compatible task lists table
- Page 17: reference to "compressed" files in the encrypted files section
- 08:01 Changeset [2254] by
-
- trunk/eraser
- trunk/eraser/Eraser.Shell/CtxMenu.cpp
Forward-port from Eraser 6.0: On pre-Vista OSes, we really only need to set the menu item bitmap to be a callback. We do not need to compute the size of the entire menu item and then draw it all ourselves. This fixes compatibility with shells which do not implement IContextMenu2.
Fixes #380.
- 07:50 Ticket #380 (Integration with Magellan Explorer) closed by
- fixed: Fixed in r2253.
- 07:50 Changeset [2253] by
-
- branches/eraser6/6.0/ShellExt/CtxMenu.cpp
Fixes #380. On pre-Vista OSes, we really only need to set the menu item bitmap to be a callback. We do not need to compute the size of the entire menu item and then draw it all ourselves. This fixes compatibility with shells which do not implement IContextMenu2.
- 05:27 Build of Eraser 6 [2252] on Windows completed
10/23/2010:
- 23:10 Changeset [2252] by
-
- branches/eraser6/6.0/Eraser.Manager/FileSystem.cs
Final compile fix to backport the fix for the disk full error when erasing unused space.
- 17:09 Build of Eraser 6 [2251] on Windows failed
- Step build failed
- 16:18 Changeset [2251] by
-
- branches/eraser6/6.0/Eraser.DefaultPlugins/FileSystems/Windows.cs
- branches/eraser6/6.0/Eraser.Util/KernelApi.cs
- branches/eraser6/6.0/Eraser.Util/StreamInfo.cs
Supplements r2249: compile fixes and remove redundant code in the v6.0 branch (some changes were specific to 6.2)
- 05:26 Build of Eraser 6 [2249] on Windows failed
- Step build failed
- 05:25 Build of Eraser 6.2 [2250] on Windows completed
- 02:47 Changeset [2250] by
-
- trunk/eraser/Eraser.Shell/CtxMenu.cpp
Fixed command-line generation error after we passed the parent HWND to the Eraser binary for shell execution.
- 01:35 Changeset [2249] by
-
- branches/eraser6/6.0
- branches/eraser6/6.0/Eraser.DefaultPlugins/FileSystems/Ntfs.cs
- branches/eraser6/6.0/Eraser.DefaultPlugins/FileSystems/Windows.cs
- branches/eraser6/6.0/Eraser.Manager/FileSystem.cs
- branches/eraser6/6.0/Eraser.Util/StreamInfo.cs
Backported r2150 r2155 and r2161 from trunk: do not throw an out-of-disk space error when erasing unused space. This is triggered by us renaming files even when there is insufficient disk space (apparently NTFS needs space even when renaming filenames to one of the same length.)
10/13/2010:
- 12:15 Ticket #382 (Remove Gutmann Lite Method) created by
- Following discussion on the forum it is suggested that the Gutmann Lite …
10/10/2010:
- 11:31 Changeset [2248] by
-
- trunk/website/scripts/SourceForge.php
SourceForge? now includes the domain as well in their download page. Amend the parser to allow this.
10/7/2010:
- 06:00 Ticket #378 (Add option to disable scheduled tasks) closed by
- This ticket was closed automatically by the system. It was previously set …
- 06:00 Ticket #372 (extreme memory use) closed by
- This ticket was closed automatically by the system. It was previously set …
10/1/2010:
- 11:23 Ticket #381 (.NET Framework 4 is not supported) closed by
- invalid: .NET Framework 4 does not supplant .NET Framework 3.5 like how 3.5 …
9/28/2010:
- 20:11 Ticket #381 (.NET Framework 4 is not supported) created by
- Please be good enough to add the ability to Eraser latest versions to …
9/24/2010:
- 05:58 Build of Eraser 6.2 [2247] on Windows completed
- 03:10 Changeset [2247] by
-
- trunk/eraser/Eraser.Shell/CtxMenu.cpp
- trunk/eraser/Eraser/Program.cs
Pass the handle provided by Explorer through the IShellExt interface to the child process should it require it (to display dialogs etc)
- 02:26 Ticket #303 (Verify Eraser's UI in high DPI mode) closed by
- fixed: As of r2246, Eraser completely works at 120dpi, save a few truncated texts …
- 02:22 Changeset [2246] by
-
- trunk/eraser/Eraser/AboutForm.cs
Don't enable the timer when constructing. Enable only when we are done.
- 02:21 Changeset [2245] by
-
- trunk/eraser/Eraser/AboutForm.Designer.cs
- trunk/eraser/Eraser/AboutForm.cs
- trunk/eraser/Eraser/AboutForm.resx
Added a DPI-aware version of the about dialog. There are some hacks here (notably the scale-down of the font size) but it works... Maybe we can review this when we rewrite the code to use DirectWrite??
