Changeset 775
- Timestamp:
- Aug 11, 2007, 11:07:07 PM (18 years ago)
- Location:
- trunk/dll
- Files:
-
- 27 edited
-
arccnrs.c (modified) (1 diff)
-
collect.c (modified) (1 diff)
-
comp.c (modified) (1 diff)
-
dircnrs.c (modified) (1 diff)
-
eas.c (modified) (1 diff)
-
filldir.c (modified) (1 diff)
-
flesh.c (modified) (1 diff)
-
fm3res.rc (modified) (1 diff)
-
grep.c (modified) (1 diff)
-
grep2.c (modified) (1 diff)
-
init.c (modified) (1 diff)
-
key.c (modified) (1 diff)
-
killproc.c (modified) (1 diff)
-
mainwnd.c (modified) (1 diff)
-
mainwnd2.c (modified) (1 diff)
-
misc.c (modified) (1 diff)
-
mle.c (modified) (1 diff)
-
newview.c (modified) (1 diff)
-
notify.c (modified) (1 diff)
-
objcnr.c (modified) (1 diff)
-
saveclip.c (modified) (1 diff)
-
seeall.c (modified) (1 diff)
-
subj.c (modified) (1 diff)
-
systemf.c (modified) (1 diff)
-
treecnr.c (modified) (1 diff)
-
undel.c (modified) (1 diff)
-
worker.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r773 r775 44 44 06 Aug 07 SHL Move BldQuotedFileName and BldQuotedFullPathNamehere 45 45 to be near primary caller 46 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 46 47 47 48 ***********************************************************************/ -
trunk/dll/collect.c
r771 r775 38 38 05 Jul 07 SHL CollectorCnrWndProc: just warn if busy 39 39 02 Aug 07 SHL Sync with CNRITEM mods 40 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 41 40 42 41 43 ***********************************************************************/ -
trunk/dll/comp.c
r773 r775 30 30 06 Aug 07 SHL Move BldFullPathName here to be near primary caller 31 31 07 Aug 07 SHL COMP_COLLECT: Avoid collecting empty entries when nothing selected 32 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 33 32 34 33 35 ***********************************************************************/ -
trunk/dll/dircnrs.c
r771 r775 28 28 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 29 29 02 Aug 07 SHL Sync with CNRITEM mods 30 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 31 30 32 31 33 ***********************************************************************/ -
trunk/dll/eas.c
r770 r775 18 18 15 Jul 07 GKY Allow subject edit of up to 256 chars 19 19 03 Aug 07 GKY Remove surrious error message 20 06 Aug 07 GKY Increase Subject EA to 1024 20 21 21 22 ***********************************************************************/ -
trunk/dll/filldir.c
r773 r775 36 36 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 37 37 04 Aug 07 SHL Update #pragma alloc_test for new functions 38 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 38 39 39 40 ***********************************************************************/ -
trunk/dll/flesh.c
r771 r775 17 17 22 Mar 07 GKY Use QWL_USER 18 18 01 Aug 07 SHL Sync with CNRITEM mods 19 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 20 19 21 20 22 ***********************************************************************/ -
trunk/dll/fm3res.rc
r767 r775 25 25 15 Jun 07 SHL Update for OpenWatcom 26 26 05 Jul 07 GKY Fix menu removals for WORKPLACE_PROCESS=YES 27 06 Aug 07 GKY Fix Dirsizes accel key to be ctrl + z 27 28 28 29 ***********************************************************************/ -
trunk/dll/grep.c
r771 r775 20 20 03 Nov 06 SHL Count thread usage 21 21 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 22 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 23 22 24 23 25 ***********************************************************************/ -
trunk/dll/grep2.c
r771 r775 18 18 22 Oct 06 GKY Switch say files on as default so you can tell that seek and scan files is doing something 19 19 07 Jan 07 GKY Add remember search flags to seek and scan 20 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 21 20 22 21 23 fixme for more excess locals to be gone -
trunk/dll/init.c
r756 r775 27 27 28 Jun 07 SHL Rework WORKPLACE_PROCESS check to match reality 28 28 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 29 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 30 29 31 30 32 ***********************************************************************/ -
trunk/dll/key.c
r771 r775 9 9 Copyright (c) 2004 Steven H. Levine 10 10 11 Revisions 01 Nov 04 SHL Rename SKULL? defines to avoid rc issues 11 Revisions 12 01 Nov 04 SHL Rename SKULL? defines to avoid rc issues 13 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 14 12 15 13 16 ***********************************************************************/ -
trunk/dll/killproc.c
r771 r775 14 14 03 Nov 06 SHL Renames 15 15 03 Nov 06 SHL Count thread usage 16 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 17 16 18 17 19 ***********************************************************************/ -
trunk/dll/mainwnd.c
r773 r775 35 35 12 May 07 SHL Use dcd->ulItemsToUnHilite 36 36 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 37 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 37 38 07 Aug 07 SHL Use BldQuotedFileName 38 39 -
trunk/dll/mainwnd2.c
r773 r775 17 17 30 Mar 07 GKY Remove GetPString for window class names 18 18 12 May 07 SHL Pass ulItemsToUnHilite to UnHilite 19 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 19 20 07 Aug 07 SHL Use BldQuotedFileName 20 21 -
trunk/dll/misc.c
r773 r775 29 29 03 Aug 07 GKY Direct editting fixed (ticket#24) 30 30 06 Aug 07 SHL Use BldQuotedFileName 31 06 Aug 07 GKY Increase Subject EA to 1024 32 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 33 31 34 32 35 ***********************************************************************/ -
trunk/dll/mle.c
r771 r775 14 14 03 Nov 06 SHL Count thread usage 15 15 22 Mar 07 GKY Use QWL_USER 16 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 17 16 18 17 19 ***********************************************************************/ -
trunk/dll/newview.c
r771 r775 20 20 22 Mar 07 GKY Use QWL_USER 21 21 30 Mar 07 GKY Remove GetPString for window class names 22 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 23 22 24 23 25 ***********************************************************************/ -
trunk/dll/notify.c
r771 r775 12 12 22 Jul 06 SHL Check more run time errors 13 13 30 Mar 07 GKY Remove GetPString for window class names 14 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 15 14 16 15 17 ***********************************************************************/ -
trunk/dll/objcnr.c
r771 r775 17 17 01 Aug 07 SHL Rework to sync with CNRITEM mods 18 18 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 19 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 20 19 21 20 22 ***********************************************************************/ -
trunk/dll/saveclip.c
r771 r775 16 16 29 Jul 06 SHL Use xfgets 17 17 22 Mar 07 GKY Use QWL_USER 18 06 Aug 07 GKY Increase Subject EA to 1024 18 19 19 20 ***********************************************************************/ -
trunk/dll/seeall.c
r773 r775 23 23 30 Mar 07 GKY Remove GetPString for window class names 24 24 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 25 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 25 26 07 Aug 07 SHL Use BldQuotedFullPathName and BldQuotedFileName 26 27 -
trunk/dll/subj.c
r771 r775 11 11 01 Aug 04 SHL Rework lstrip/rstrip usage 12 12 17 Jul 06 SHL Use Runtime_Error 13 06 Aug 07 GKY Increase Subject EA to 1024 13 14 14 15 ***********************************************************************/ -
trunk/dll/systemf.c
r773 r775 18 18 03 Nov 06 SHL runemf2: rework termination queue logic to work for multiple threads 19 19 07 Jan 07 GKY Move error strings etc. to string file 20 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 21 20 22 21 23 ***********************************************************************/ -
trunk/dll/treecnr.c
r771 r775 35 35 05 Jul 07 SHL Disable leftover debug code 36 36 02 Aug 07 SHL Sync with CNRITEM mods 37 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 37 38 38 39 ***********************************************************************/ -
trunk/dll/undel.c
r771 r775 12 12 29 Jul 06 SHL Use xfgets_bstripcr 13 13 03 Nov 06 SHL Count thread usage 14 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 14 15 15 16 ***********************************************************************/ -
trunk/dll/worker.c
r773 r775 20 20 21 Apr 07 GKY Find FM2Utils by path or utils directory 21 21 16 Jun 07 SHL Update for OpenWatcom 22 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 22 23 07 Aug 07 SHL Use BldQuotedFileName 23 24
Note:
See TracChangeset
for help on using the changeset viewer.
