- Timestamp:
- Dec 27, 2008, 1:03:08 AM (17 years ago)
- Location:
- trunk/dll
- Files:
-
- 20 edited
-
comp.c (modified) (1 diff)
-
filldir.c (modified) (1 diff)
-
filldir.h (modified) (1 diff)
-
flesh.c (modified) (1 diff)
-
fm3dlg.h (modified) (1 diff)
-
fm3dll.h (modified) (1 diff)
-
fm3res.dlg (modified) (1 diff)
-
info.c (modified) (1 diff)
-
init.c (modified) (1 diff)
-
misc.c (modified) (1 diff)
-
mkdir.c (modified) (1 diff)
-
notebook.c (modified) (1 diff)
-
notebook.h (modified) (1 diff)
-
rename.c (modified) (1 diff)
-
seeall.c (modified) (1 diff)
-
valid.c (modified) (1 diff)
-
valid.h (modified) (1 diff)
-
viewer.c (modified) (2 diffs)
-
worker.c (modified) (1 diff)
-
wrappers.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1354 r1358 59 59 08 Sep 08 SHL Avoid aliased pszLongName pointer in ActionCnrThread IDM_MOVE 60 60 10 Dec 08 SHL Integrate exception handler support 61 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis. 61 62 62 63 ***********************************************************************/ -
trunk/dll/filldir.c
r1355 r1358 62 62 tree scan completion; prevents duplicate directory names in tree. 63 63 10 Dec 08 SHL Integrate exception handler support 64 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 65 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup. 64 66 65 67 ***********************************************************************/ -
trunk/dll/filldir.h
r1354 r1358 10 10 11 11 05 Jan 08 SHL Split from fm3dll.h 12 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup. 12 13 13 14 ***********************************************************************/ -
trunk/dll/flesh.c
r1354 r1358 21 21 29 Feb 08 GKY Use xfree where appropriate 22 22 24 Nov 08 GKY remove redundant code and minor speed up of Stubby 23 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup. 24 25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session 25 to prevent duplicate directory names in tree following a copy before initial scan. 23 26 24 27 ***********************************************************************/ -
trunk/dll/fm3dlg.h
r1354 r1358 25 25 30 Nov 08 GKY Add the option of creating a subdirectory from the arcname 26 26 for the extract path to arc container. 27 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup. 28 25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session 29 to prevent duplicate directory names in tree following a copy before initial scan. 30 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 27 31 28 32 ***********************************************************************/ -
trunk/dll/fm3dll.h
r1354 r1358 87 87 xx Sep 08 JBS Ticket 187 (Refactor fm2dll.h): All function declarations and data 88 88 definitions/declarations moved to other include files. 89 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 90 25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session 91 to prevent duplicate directory names in tree following a copy before initial scan. 89 92 90 93 ***********************************************************************/ -
trunk/dll/fm3res.dlg
r1354 r1358 40 40 29 Nov 08 GKY Add the option of creating a subdirectory from the arcname 41 41 for the extract path to extract dialog and arc container. 42 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 43 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup. 42 44 43 45 ***********************************************************************/ -
trunk/dll/info.c
r1354 r1358 25 25 30 Dec 07 GKY Use CommaFmtULL 26 26 29 Feb 08 GKY Use xfree where appropriate 27 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 28 25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session 29 to prevent duplicate directory names in tree following a copy before initial scan. 27 30 28 31 ***********************************************************************/ -
trunk/dll/init.c
r1354 r1358 61 61 for the extract path to arc container. 62 62 10 Dec 08 SHL Integrate exception handler support 63 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 63 64 64 65 ***********************************************************************/ -
trunk/dll/misc.c
r1354 r1358 51 51 Change menu wording to make these easier to find 52 52 23 Aug 08 GKY Add CheckDriveSpaceAvail To pre check drive space to prevent failures 53 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 53 54 54 55 ***********************************************************************/ -
trunk/dll/mkdir.c
r1354 r1358 12 12 29 Feb 08 GKY Refactor global command line variables to notebook.h 13 13 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory 14 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 14 15 15 16 ***********************************************************************/ -
trunk/dll/notebook.c
r1354 r1358 42 42 30 Nov 08 GKY Add the option of creating a subdirectory from the arcname 43 43 for the extract path to arc container. 44 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup. 44 45 45 46 ***********************************************************************/ -
trunk/dll/notebook.h
r1354 r1358 12 12 29 Feb 08 GKY Refactor global command line variables to notebook.h 13 13 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container. 14 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup. 14 15 15 16 ***********************************************************************/ -
trunk/dll/rename.c
r1354 r1358 13 13 27 Sep 07 SHL Correct ULONGLONG size formatting 14 14 30 Dec 07 GKY Use TestFDates for comparing dates 15 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 15 16 16 17 ***********************************************************************/ -
trunk/dll/seeall.c
r1354 r1358 39 39 Change menu wording to make these easier to find 40 40 10 Dec 08 SHL Integrate exception handler support 41 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 41 42 42 43 ***********************************************************************/ -
trunk/dll/valid.c
r1355 r1358 27 27 30 Dec 07 GKY Add TestCDates to compare CNRITEMs by CDATE/CTIME data 28 28 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory 29 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 29 30 30 31 ***********************************************************************/ -
trunk/dll/valid.h
r1354 r1358 10 10 11 11 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H 12 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 12 13 13 14 ***********************************************************************/ -
trunk/dll/viewer.c
r1228 r1358 357 357 WC_MLE, 358 358 (PSZ) NULL, 359 MLS_ HSCROLL | MLS_VSCROLL | MLS_BORDER |360 WS_VISIBLE ,359 MLS_VSCROLL | MLS_BORDER | 360 WS_VISIBLE | MLS_HSCROLL, 361 361 0, 362 362 0, … … 462 462 MLEsetformat(hwndMLE, MLFIE_NOTRANS); 463 463 WinSetSysValue(HWND_DESKTOP, SV_INSERTMODE, TRUE); 464 vw->fWrap = TRUE;464 vw->fWrap = FALSE; 465 465 vw->fStripTrail = TRUE; 466 466 vw->fStripTrailLines = TRUE; -
trunk/dll/worker.c
r1354 r1358 35 35 on dead CNRITEMS. 36 36 10 Dec 08 SHL Integrate exception handler support 37 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 38 25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session 39 to prevent duplicate directory names in tree following a copy before initial scan. 37 40 38 41 ***********************************************************************/ -
trunk/dll/wrappers.c
r1354 r1358 15 15 06 Oct 07 SHL Add xDos...() wrappers to support systems wo/large file support (Gregg, Steven) 16 16 05 May 08 SHL Add FORTIFY support 17 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 17 18 18 19 ***********************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
