Changeset 756
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r752 r756 27 27 01 Aug 07 SHL Rework to sync with CNRITEM mods 28 28 01 Aug 07 SHL Rework to remove vast amount of duplicate code 29 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 29 30 30 31 ***********************************************************************/ -
trunk/dll/filldir.c
r752 r756 34 34 29 Jul 07 SHL Add CNRITEM free and remove support (ticket#24) 35 35 02 Aug 07 SHL Add FileAttrToString 36 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 36 37 37 38 ***********************************************************************/ … … 263 264 264 265 /* load the object's Subject, if required */ 265 pci->pszSubject = N ULL;266 pci->pszSubject = NullStr; 266 267 if (pffb->cbList > 4L && 267 268 dcd && fLoadSubject && … … 480 481 481 482 /* load the object's Subject, if required */ 482 pci->pszSubject = N ULL;483 pci->pszSubject = NullStr; 483 484 if (pfsa4->cbList > 4L && 484 485 dcd && -
trunk/dll/fm3res.dlg
r752 r756 27 27 15 Jun 07 SHL Update for OpenWatcom 28 28 19 Jun 07 SHL Update ABT_FRAME to include netlabs URL and built with OpenWatcom 29 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 29 30 30 31 ***********************************************************************/ … … 994 995 DLGTEMPLATE ABT_FRAME LOADONCALL MOVEABLE DISCARDABLE 995 996 BEGIN 996 DIALOG "About FM/2", ABT_FRAME, 40, -15, 188, 152, NOT FS_DLGBORDER | 997 DIALOG "About FM/2", ABT_FRAME, 40, -15, 188, 152, NOT FS_DLGBORDER | 997 998 FS_BORDER | FS_MOUSEALIGN | WS_VISIBLE, FCF_TITLEBAR 998 999 BEGIN … … 1001 1002 ICON COLR_GREEN, ABT_STICK1, 57, 133, 21, 16 1002 1003 ICON COLR_DARKRED, ABT_STICK2, 101, 133, 21, 16 1003 CTEXT "FM/2 (File Manager/2)", ABT_PROGNAME, 10, 112, 164, 1004 CTEXT "FM/2 (File Manager/2)", ABT_PROGNAME, 10, 112, 164, 1004 1005 8, DT_VCENTER 1005 CTEXT "Copyright ž 1993-98", -1, 10, 104, 164, 8, 1006 CTEXT "Copyright ž 1993-98", -1, 10, 104, 164, 8, 1006 1007 DT_VCENTER | NOT WS_GROUP 1007 CTEXT "M. Kimes (Barebones Software)", -1, 10, 96, 164, 8, 1008 CTEXT "M. Kimes (Barebones Software)", -1, 10, 96, 164, 8, 1008 1009 DT_VCENTER | NOT WS_GROUP 1009 CTEXT "All rights reserved", -1, 10, 88, 164, 8, 1010 CTEXT "All rights reserved", -1, 10, 88, 164, 8, 1010 1011 DT_VCENTER | NOT WS_GROUP 1011 CTEXT "Copyright ž 1998, 2007", -1, 10, 80, 164, 8, 1012 CTEXT "Copyright ž 1998, 2007", -1, 10, 80, 164, 8, 1012 1013 DT_VCENTER | NOT WS_GROUP 1013 CTEXT "Steven Levine and Associates, Inc.", -1, 10, 72, 1014 CTEXT "Steven Levine and Associates, Inc.", -1, 10, 72, 1014 1015 164, 8, DT_VCENTER | NOT WS_GROUP 1015 CTEXT "All rights reserved", -1, 10, 64, 164, 8, 1016 CTEXT "All rights reserved", -1, 10, 64, 164, 8, 1016 1017 DT_VCENTER | NOT WS_GROUP 1017 1018 DEFPUSHBUTTON "", ABT_VERSION, 6, 4, 176, 14, WS_GROUP 1018 1019 PRESPARAMS PP_FOREGROUNDCOLOR, 0x00300000L 1019 CTEXT "Built with OpenWatcom", -1, 12, 39, 164, 8, 1020 CTEXT "Built with OpenWatcom", -1, 12, 39, 164, 8, 1020 1021 DT_VCENTER | NOT WS_GROUP 1021 CTEXT "http://www.openwatcom.org", -1, 11, 30, 164, 8, 1022 CTEXT "http://www.openwatcom.org", -1, 11, 30, 164, 8, 1022 1023 DT_VCENTER | NOT WS_GROUP 1023 CTEXT "http://svn.netlabs.org/fm2", -1, 11, 53, 164, 8, 1024 CTEXT "http://svn.netlabs.org/fm2", -1, 11, 53, 164, 8, 1024 1025 DT_VCENTER | NOT WS_GROUP 1025 1026 END -
trunk/dll/grep.c
r752 r756 19 19 19 Oct 06 SHL Correct . and .. detect 20 20 03 Nov 06 SHL Count thread usage 21 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 21 22 22 23 ***********************************************************************/ -
trunk/dll/init.c
r752 r756 26 26 23 Jun 07 GKY Fix WORPLACE_PROCESS enviroment check logic 27 27 28 Jun 07 SHL Rework WORKPLACE_PROCESS check to match reality 28 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 28 29 29 30 ***********************************************************************/ -
trunk/dll/ipf/notebook.ipf
r572 r756 716 716 memory, boosting this may be a good idea. On the other hand, if you are 717 717 extremely limited in memory (less than 16 megs), reducing this might be 718 the thing to do. The range is 16 to 2048, with 128the default.718 the thing to do. The range is 2048 to 102400, with 10240 the default. 719 719 720 720 -
trunk/dll/misc.c
r751 r756 27 27 23 Jul 07 SHL Sync with CNRITEM updates (ticket#24) 28 28 31 Jul 07 SHL Clean up and report errors (ticket#24) 29 03 Aug 07 GKY Direct editting fixed (ticket#24) 29 30 30 31 ***********************************************************************/ … … 661 662 !IsRoot(pci->pszFileName) && 662 663 !(pci->flags & RECFLAGS_ENV) && !(pci->flags & RECFLAGS_UNDERENV)) { 663 if (!pfi || pfi->offStruct == FIELDOFFSET(CNRITEM, psz FileName)) {664 if (!pfi || pfi->offStruct == FIELDOFFSET(CNRITEM, pszDisplayName)) { 664 665 PostMsg(hwnd, UM_FIXEDITNAME, MPFROMP(pci->pszFileName), MPVOID); 665 666 } … … 695 696 retlen = WinQueryWindowText(hwndMLE, sizeof(szSubject), szSubject); 696 697 szSubject[retlen + 1] = 0; 697 chop_at_crnl(szSubject); 698 bstrip(szSubject); 698 //chop_at_crnl(szSubject); 699 bstrip(szSubject); 700 pci->pszSubject = xrealloc(pci->pszSubject, retlen + 1, pszSrcFile, __LINE__); 699 701 WinSetWindowText(hwndMLE, szSubject); 700 702 len = strlen(szSubject); … … 746 748 retlen = WinQueryWindowText(hwndMLE, sizeof(longname), longname); 747 749 longname[retlen + 1] = 0; 748 chop_at_crnl(longname); 750 //chop_at_crnl(longname); 751 pci->pszLongname = xrealloc(pci->pszLongname, retlen + 1, pszSrcFile, __LINE__); 749 752 WinSetWindowText(hwndMLE, longname); 750 pci->pszFileName = xrealloc(pci->pszFileName, sizeof(longname), pszSrcFile, __LINE__);753 pci->pszFileName = xrealloc(pci->pszFileName, retlen + 1, pszSrcFile, __LINE__); 751 754 return (MRESULT) WriteLongName(pci->pszFileName, longname); 752 755 } 753 else { 754 pci->pszFileName = pci->pszDisplayName; 755 WinQueryWindowText(hwndMLE, sizeof(szData), szData); 756 pci->pszFileName = xrealloc(pci->pszFileName, sizeof(szData), pszSrcFile, __LINE__); 756 else { 757 WinQueryWindowText(hwndMLE, sizeof(szData), szData); 757 758 if (strchr(szData, '?') || 758 759 strchr(szData, '*') || IsRoot(pci->pszFileName)) … … 769 770 return FALSE; 770 771 if (DosQueryPathInfo(pci->pszFileName, 771 FIL_QUERYFULLNAME, szData, sizeof(szData))) 772 strcpy(szData, pci->pszFileName); 772 FIL_QUERYFULLNAME, szData, sizeof(szData))){ 773 pci->pszFileName = xrealloc(pci->pszFileName, sizeof(szData), pszSrcFile, __LINE__); 774 strcpy(szData, pci->pszFileName); 775 } 773 776 WinSetWindowText(hwndMLE, szData); 774 777 if (strcmp(szData, testname)) { … … 815 818 MPFROMP(&pci), 816 819 MPFROM2SHORT(1, CMA_ERASE | CMA_TEXTCHANGED)); 817 if (pfi && pfi->offStruct == FIELDOFFSET(CNRITEM, psz FileName))820 if (pfi && pfi->offStruct == FIELDOFFSET(CNRITEM, pszDisplayName)) 818 821 PostMsg(hwnd, UM_SORTRECORD, MPVOID, MPVOID); 819 822 } … … 821 824 USHORT cmd = 0; 822 825 823 if (!pfi || pfi->offStruct == FIELDOFFSET(CNRITEM, psz FileName))826 if (!pfi || pfi->offStruct == FIELDOFFSET(CNRITEM, pszDisplayName)) 824 827 cmd = IDM_SORTSMARTNAME; 825 828 else if (pfi->offStruct == FIELDOFFSET(CNRITEM, cbFile)) -
trunk/dll/notebook.c
r752 r756 15 15 17 Jul 06 SHL Use Runtime_Error 16 16 15 Aug 06 SHL Rework SetMask args 17 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 17 18 18 19 ***********************************************************************/ … … 223 224 case WM_INITDLG: 224 225 WinSendDlgItemMsg(hwnd, CFGS_FILESTOGET, SPBM_SETTEXTLIMIT, 225 MPFROMSHORT( 2048), MPVOID);226 MPFROMSHORT(8), MPVOID); 226 227 WinSendDlgItemMsg(hwnd, CFGS_FILESTOGET, SPBM_OVERRIDESETLIMITS, 227 228 MPFROMLONG(102400), MPFROMLONG(2048)); 228 229 PostMsg(hwnd, UM_UNDO, MPVOID, MPVOID); 229 230 break; -
trunk/dll/objcnr.c
r752 r756 16 16 22 Mar 07 GKY Use QWL_USER 17 17 01 Aug 07 SHL Rework to sync with CNRITEM mods 18 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 18 19 19 20 ***********************************************************************/ … … 109 110 p = strrchr(pciP->pszFileName, '\\'); 110 111 if (!p) 111 pciP->psz FileName = pciP->pszFileName;112 pciP->pszDisplayName = pciP->pszFileName; 112 113 else if (*(p + 1)) 113 114 p++; -
trunk/dll/seeall.c
r752 r756 22 22 03 Nov 06 SHL Count thread usage 23 23 30 Mar 07 GKY Remove GetPString for window class names 24 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 24 25 25 26 ***********************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.