source: trunk/dll/notebook.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1505   15 years Gregg Young Remove unnecessary type casts; minor formating cleanup.
(edit) @1498   16 years Gregg Young Changes to get FM2 to compile with the latest watcom 1.9 beta (mostly …
(edit) @1483   16 years Gregg Young Updated Quick page "Default" to match current defaults; added Gregg's …
(edit) @1482   16 years Gregg Young Fixed separate parameters; added the ability to set it either globally …
(edit) @1478   16 years Gregg Young Fix trap on rescan following change of label/drive type or environment …
(edit) @1434   16 years Gregg Young Update show label or FS in tree to initialize as driveonly and fixed …
(edit) @1431   16 years Gregg Young Changed 3 way button to radio buttons and added rescan on change to …
(edit) @1429   16 years Gregg Young Comments and documentation for previous 5 change sets
(edit) @1424   16 years Gregg Young Show either file system type or drive label beside dirve letter in …
(edit) @1409   16 years Gregg Young Rename some container ini keys consolidate inline code in …
(edit) @1402   16 years Gregg Young Remove variable aurgs from docopy & unlinkf (not used); Move more …
(edit) @1400   16 years Gregg Young Remainder of changes to rename commafmt.h/c (Ticket 28, 82); …
(edit) @1398   17 years Gregg Young Move embeded strings to PCSZ variables or string table; Eliminate …
(edit) @1395   17 years Gregg Young Allow user to turn off alert and/or error beeps in settings notebook. …
(edit) @1394   17 years Steven Levine Ticket 340: Convert GetPString to use STRINGTABLE. Drop …
(edit) @1391   17 years Gregg Young Move nontranslated strings to init.c and codepage.c; use those strings …
(edit) @1375   17 years Gregg Young Updated history; comments minor code cleanup for recent changes
(edit) @1365   17 years Gregg Young Add option to rescan drive tree on media eject Ticket 48; Remove error …
(edit) @1358   17 years Gregg Young Comments for CS 1354/55
(edit) @1354   17 years Gregg Young Added driveflags to over ride write verify for USB removable drives …
(edit) @1306   17 years Gregg Young Added option to use subdirectory based on the archive name for …
(edit) @1225   17 years John Small Ticket 187: Moved typedef's and some #define's from fm3dll.h
(edit) @1211   17 years John Small Ticket 187: Move data declarations/definitions out of fm3dll.h
(edit) @1186   17 years John Small Ticket 187: Draft 2: Move remaining function declarations
(edit) @1161   17 years John Small Ticket 187: Draft 1: Functions only
(edit) @1109   17 years Gregg Young Menu now consistently remebers last notebook page opened & no new …
(edit) @1103   17 years Gregg Young Make sure pszTemp is freed on PostMsg failure
(edit) @1100   17 years John Small Ticket 114: Improved code to avoid traps (part 2)
(edit) @1097   17 years John Small Ticket 114: Improved code to avoid traps possibly caused by strings …
(edit) @1096   17 years Gregg Young Enviroment changesbacked out before 3.12 release. Ned to fix trap
(edit) @1093   17 years Gregg Young Reverted CS 1092because of intermitant trap when a variable was removed.
(edit) @1092   17 years John Small Ticket 114: Added code to reset the "emphasis" of the Drive Tree after …
(edit) @1083   17 years John Small Ticket 114: Support user-selectable env. strings in Tree container.
(edit) @1080   17 years John Small Ticket 197: Support accelerator keys in setting dialogs.
(edit) @1065   17 years John Small Ticket 230: Simplified code and eliminated some local variables by …
(edit) @1049   17 years Gregg Young Fix for another memory leak
(edit) @1041   17 years Gregg Young Adds optional support for delete being move to X/Eworkplace trashcan …
(edit) @1039   17 years Gregg Young Removed unnecessary xfrees and included fortify.h where needed; moved …
(edit) @1009   17 years Steven Levine Add xfree xstrdup Fortify support Add MT capable Fortify scope logic
(edit) @998   17 years John Small Added comments and removed dead code.
(edit) @997   17 years John Small Ticket 230: Make all INI keys for default directory container settings …
(edit) @985   17 years Gregg Young Update sizes dialog (ticket 44); Make max command line length user …
(edit) @972   18 years John Small Ticket 230: Added comments.
(edit) @971   18 years John Small Ticket 230: Fix/improve code related to various state or presparam …
(edit) @961   18 years Steven Levine Restore SaveDirCnrState internal state save logic - accidentally …
(edit) @959   18 years Gregg Young Use xfree where appropriate. Check that buffer exists following all …
(edit) @953   18 years Steven Levine Rework code and resources to support settings menu conditional cascade …
(edit) @940   18 years Gregg Young Minor cleanup, added comments and History for recent changes
(edit) @930   18 years John Small Some code "cleanup" for ticket 150.
(edit) @927   18 years Gregg Young Free pszWorkBuf memory for NormalizeCmdLine calls. Add comments for …
(edit) @923   18 years John Small Updated for ticket 150: fixed/improved save and restore of the state …
(edit) @922   18 years Gregg Young Get Subjectwidth/left working in the collector
(edit) @920   18 years Gregg Young Cleanup of NormalizeCmdLine moved to pathutil.c
(edit) @919   18 years Steven Levine Correct Compare Directories select count regression Correct Compare …
(edit) @918   18 years Gregg Young Fix CheckApp_QuoteAddExe to return a pointer on the stack instead of a …
(edit) @917   18 years Steven Levine Correct/enhance settings notebook navigation, ticket #188 (Steven) …
(edit) @911   18 years Gregg Young Commenting, help file, history update for recent changes; Minor clean up.
(edit) @907   18 years Steven Levine Avoid out of memory traps in Compare Directories Rework Compare …
(edit) @906   18 years Gregg Young The basic program quoting code and some mailto cleanup.
(edit) @898   18 years Gregg Young Add option to not use <mailto:> wrapper (it doesn't work with the old …
(edit) @896   18 years Gregg Young Add LIBPATHSTRICT option for mailto
(edit) @892   18 years Gregg Young Dialog and menu changes for mailrun and use of WPURLDEFAULTSETTINGS …
(edit) @888   18 years Gregg Young runemf2 now quotes executable strings if needed (Ticket 180); it also …
(edit) @878   18 years Gregg Young Added "Save as" and readonly file handling to internal editor; clean …
(edit) @876   18 years Gregg Young FM/2 no longer removes the Ext. Path for the archiver if the path is …
(edit) @875   18 years Gregg Young Used global variable to link presparams to main menu window for both …
(edit) @796   18 years Gregg Young Make subject column in dircnrs movable from one pane to the other; …
(edit) @789   18 years Steven Levine Rework SaveDirCnrState to return better error info Make …
(edit) @783   18 years Steven Levine Rework DosFindFirst/Next loops to optimize memory allocation and code …
(edit) @756   18 years Gregg Young Cleanup for ticket 138 & 24
(edit) @752   18 years Gregg Young Changes to findbuf (10240 default setting) to speed container fills. …
(edit) @575   18 years Steven Levine Correct FileInfoProc binary file detect (Steven) Correct …
(edit) @551   18 years Gregg Young Indentation cleanup
(edit) @443   19 years root Rework SetMask args
(edit) @355   19 years root Use Runtime_Error
(edit) @302   19 years root Comments
(edit) @187   20 years root Support Cancel button; make Esc key more consistent
(edit) @130   20 years root Use QWL_USER
(edit) @123   21 years root Rework lstrip/rstrip usage
(add) @2   23 years root Initial revision
Note: See TracRevisionLog for help on using the revision log.