Changeset 940
- Timestamp:
 - Jan 21, 2008, 10:55:00 PM (18 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 9 edited
 
- 
          
  HISTORY (modified) (2 diffs)
 - 
          
  dll/dircnrs.h (modified) (1 diff)
 - 
          
  dll/fm3dll2.h (modified) (1 diff)
 - 
          
  dll/fm3res.rc (modified) (1 diff)
 - 
          
  dll/init.c (modified) (1 diff)
 - 
          
  dll/mainwnd.c (modified) (2 diffs)
 - 
          
  dll/mainwnd2.c (modified) (1 diff)
 - 
          
  dll/misc.c (modified) (2 diffs)
 - 
          
  dll/notebook.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/HISTORY
r929 r940 9 9 o Rework Config menu. Move some to submenu. Add drag&drop dialog toggle. (Steven) 10 10 o Rework Walk dialog. Put entry field at the top. (Steven) 11 o Get Subjectwidth/left workingin the collector. (Gregg)11 o Subjectwidth/left now works in the collector. (Gregg) 12 12 o Change Config->Edit and Config->Palette menus to have no default (Steven) 13 13 o Avoid spurious error reports for R/O directories on FAT volumes. Ticket #116. (Steven) … … 15 15 o Fix toolbar to change background colors with color drag drop ticket #161 (Gregg) 16 16 o More Compare Directories rework. Filters now honored by actions. Tickets #191, #198 (Steven) 17 o Fix failure of direct edit of Subjects and LongNames (Gregg) 18 o Walk directories and walk directories2 now remeber size and position. (Gregg) 19 o Compare directories dialog remembers size and position. (Gregg) 20 o Individual directory containers can have different fonts & colors which are saved 21 and restored (Gregg) 22 o Moved command line, system and bookshelf to submenus on the utilities menu (Gregg) 17 23 18 24 3.09  - 
      
trunk/dll/dircnrs.h
r922 r940 10 10 11 11 05 Jan 08 SHL Move dircnrs.c definitions here 12 13 Jan 08 GKY Add variables to DIRCNRDATA struct for Subjectwidth/Subjectleft. 12 13 13 14 ***********************************************************************/  - 
      
trunk/dll/fm3dll2.h
r933 r940 17 17 10 Jan 08 SHL Add IDM_*SETTINGS for individual notebook pages 18 18 12 Jan 08 SHL Add IDM_TOGGLEDRAGDIALOG 19 19 Jan 08 GKY Add IDM_COMMANDLINESUBMENU, IDM_SYSTEMSUBMENU & IDM_BOOKSELFSUBMENU 19 20 20 21 ***********************************************************************/  - 
      
trunk/dll/fm3res.rc
r935 r940 31 31 12 Jan 08 SHL Rework Config menu 32 32 16 Jan 08 SHL Add sync updates toggle 33 19 Jan 08 GKY Rework Utilities menu 33 34 34 35 ***********************************************************************/  - 
      
trunk/dll/init.c
r926 r940 39 39 26 Nov 07 GKY Eliminate check of ext path on start up 40 40 17 Dec 07 GKY Make WPURLDEFAULTSETTINGS the fall back for ftp/httprun 41 13 Jan 08 GKY Get Subjectwidth/Subjectleft working in the collector. 41 42 42 43 ***********************************************************************/  - 
      
trunk/dll/mainwnd.c
r933 r940 47 47 16 Jan 08 GKY Fix changing background color on toolbar 48 48 xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen 49 17 Jan 08 GKY Add presparam save & restore for individual directory containers 50 19 Jan 08 GKY Rework Utilities menu 49 51 50 52 ***********************************************************************/ … … 3025 3027 sprintf(szKey, "%sDirCnrPos.%lu", szPrefix, x); 3026 3028 size = sizeof(SWP); 3027 if (PrfQueryProfileData(fmprof, FM3Str, szKey, (PVOID) & swp, &size)) {3029 if (PrfQueryProfileData(fmprof, FM3Str, szKey, (PVOID) &swp, &size)) { 3028 3030 if (!pszStateName || !strcmp(pszStateName, GetPString(IDS_FM2TEMPTEXT))) 3029 3031 PrfWriteProfileData(fmprof, FM3Str, szKey, NULL, 0L);  - 
      
trunk/dll/mainwnd2.c
r935 r940 21 21 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 22 22 10 Jan 08 SHL Sync with CfgDlgProc mods 23 19 Jan 08 GKY Rework Utilities menu 23 24 24 25 ***********************************************************************/  - 
      
trunk/dll/misc.c
r937 r940 37 37 22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus 38 38 12 Jan 08 SHL Document SetConditionalCascade 39 13 Jan 08 GKY Get Subjectwidth/Subjectleft working in the collector. 39 40 xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen 41 21 Jan 08 GKY Stop reallocating NullStr by direct editing of empty subject and longname strings. 40 42 41 43 ***********************************************************************/ … … 756 758 eaop.fpGEA2List = (PGEA2LIST) 0; 757 759 eaop.fpFEA2List = pfealist; 758 eaop.oError = 0 L;760 eaop.oError = 0; 759 761 rc = xDosSetPathInfo(pci->pszFileName, FIL_QUERYEASIZE, 760 762 &eaop, sizeof(eaop), DSPI_WRTTHRU);  - 
      
trunk/dll/notebook.c
r930 r940 24 24 10 Jan 08 SHL Remember last settings page 25 25 10 Jan 08 SHL Rework page select logic 26 13 Jan 08 GKY Get Subjectwidth/Subjectleft working in the collector. 26 27 xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen 27 28  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  