Changeset 31
- Timestamp:
- 10/10/2007 10:44:22 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 33 edited
-
ChildFrame.cpp (modified) (1 diff)
-
ChildFrame.h (modified) (1 diff)
-
DateTimeInit.cpp (modified) (1 diff)
-
DateTimeInit.h (modified) (1 diff)
-
DropTargetWnd.cpp (modified) (1 diff)
-
DropTargetWnd.h (modified) (1 diff)
-
Eraser.h (modified) (1 diff)
-
EraserDlg.cpp (modified) (1 diff)
-
EraserDlg.h (modified) (1 diff)
-
EraserDoc.cpp (modified) (1 diff)
-
EraserDoc.h (modified) (1 diff)
-
EraserView.cpp (modified) (1 diff)
-
EraserView.h (modified) (1 diff)
-
FileLockResolver.cpp (modified) (1 diff)
-
FileLockResolver.h (modified) (1 diff)
-
Item.cpp (modified) (1 diff)
-
Item.h (modified) (1 diff)
-
KeyComboDlg.h (modified) (1 diff)
-
MainFrm.cpp (modified) (1 diff)
-
MainFrm.h (modified) (1 diff)
-
OleTreeCtrl.cpp (modified) (1 diff)
-
OleTreeCtrl.h (modified) (1 diff)
-
PreferencesPage.h (modified) (1 diff)
-
PreferencesSheet.cpp (modified) (1 diff)
-
PreferencesSheet.h (modified) (1 diff)
-
SchedulerView.cpp (modified) (1 diff)
-
SchedulerView.h (modified) (1 diff)
-
ShellListView.cpp (modified) (1 diff)
-
ShellListView.h (modified) (1 diff)
-
ShellTree.h (modified) (1 diff)
-
StdAfx.h (modified) (1 diff)
-
TaskDataPage.h (modified) (1 diff)
-
TaskPropertySheet.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChildFrame.cpp
r3 r31 1 1 // ChildFrame.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/ChildFrame.h
r23 r31 1 1 // ChildFrame.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/DateTimeInit.cpp
r3 r31 1 1 // DateTimeInit.cpp 2 // $Id$ 2 3 // 3 4 // Use instead of COleDateTime::GetCurrentTime to -
trunk/DateTimeInit.h
r3 r31 1 1 // DateTimeInit.cpp 2 // $Id$ 2 3 // 3 4 // Use instead of COleDateTime::GetCurrentTime to -
trunk/DropTargetWnd.cpp
r27 r31 1 1 // DropTargetWnd.cpp (Ripped from MFC sources) 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/DropTargetWnd.h
r27 r31 1 1 // DropTargetWnd.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/Eraser.h
r3 r31 1 1 // Eraser.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/EraserDlg.cpp
r23 r31 1 1 // EraserDlg.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/EraserDlg.h
r3 r31 1 1 // EraserDlg.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/EraserDoc.cpp
r26 r31 1 1 // EraserDoc.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/EraserDoc.h
r20 r31 1 1 // EraserDoc.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/EraserView.cpp
r23 r31 1 1 // EraserView.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/EraserView.h
r23 r31 1 1 // EraserView.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/FileLockResolver.cpp
r3 r31 1 1 // Erasext.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/FileLockResolver.h
r3 r31 1 1 // FileLockResolver.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/Item.cpp
r3 r31 1 1 // Item.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/Item.h
r3 r31 1 1 // Item.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/KeyComboDlg.h
r3 r31 1 // KeyComboDlg.h 2 // $Id$ 3 // 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2001-2006 Garrett Trant (support@heidi.ie). 7 // Copyright © 2007 The Eraser Project 8 // 9 // This program is free software; you can redistribute it and/or 10 // modify it under the terms of the GNU General Public License 11 // as published by the Free Software Foundation; either version 2 12 // of the License, or (at your option) any later version. 13 // 14 // This program is distributed in the hope that it will be useful, 15 // but WITHOUT ANY WARRANTY; without even the implied warranty of 16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 // GNU General Public License for more details. 18 // 19 // You should have received a copy of the GNU General Public License 20 // along with this program; if not, write to the Free Software 21 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 // 02111-1307, USA. 1 23 #pragma once 2 24 -
trunk/MainFrm.cpp
r3 r31 1 1 // MainFrm.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/MainFrm.h
r23 r31 1 1 // MainFrm.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/OleTreeCtrl.cpp
r27 r31 1 1 // OleTreeCtrl.cpp (Ripped from MFC sources) 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/OleTreeCtrl.h
r27 r31 1 1 // OleTreeCtrl.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/PreferencesPage.h
r3 r31 1 1 // PreferencesPage.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/PreferencesSheet.cpp
r3 r31 1 1 // PreferencesSheet.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. 4 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 5 7 // 6 8 // This program is free software; you can redistribute it and/or -
trunk/PreferencesSheet.h
r3 r31 1 1 // PreferencesSheet.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/SchedulerView.cpp
r26 r31 1 1 // SchedulerView.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. 4 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 5 7 // 6 8 // This program is free software; you can redistribute it and/or -
trunk/SchedulerView.h
r23 r31 1 1 // SchedulerView.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/ShellListView.cpp
r28 r31 1 1 // ShellList.cpp 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/ShellListView.h
r23 r31 1 1 // ShellList.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/ShellTree.h
r27 r31 1 1 // ShellTree.h 2 // $Id$ 2 3 // 3 4 // Originally based on CShellTree version 1.02 by Selom Ofori. -
trunk/StdAfx.h
r23 r31 1 // stdafx.h : include file for standard system include files, 2 // or project specific include files that are used frequently, but 3 // are changed infrequently 1 // stdafx.h 2 // $Id$ 4 3 // 5 4 // Eraser. Secure data removal. For Windows. -
trunk/TaskDataPage.h
r23 r31 1 1 // TaskDataPage.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. -
trunk/TaskPropertySheet.h
r3 r31 1 1 // TaskPropertySheet.h 2 // $Id$ 2 3 // 3 4 // This class defines custom modal property sheet
Note: See TracChangeset
for help on using the changeset viewer.
