source: trunk/dll/init.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1482   16 years Gregg Young Fixed separate parameters; added the ability to set it either globally …
(edit) @1480   16 years Gregg Young Fix failure to correctly check for large file support in …
(edit) @1479   16 years Gregg Young Work around MMIO's failure to recognize MPG files as media. Reorder …
(edit) @1475   16 years Gregg Young Add comments rem dbgmsgs
(edit) @1471   16 years Steven Levine Remember last filter mask selection Use Ctrl-click to select state or …
(edit) @1452   16 years Gregg Young Change protectonly check from command.com to VKBD module loaded …
(edit) @1451   16 years Gregg Young Change WM_USER numbers to account for the fact that some values have …
(edit) @1450   16 years Gregg Young Add a PCSZ srting for error messages; prevent error popup for locked …
(edit) @1444   16 years Gregg Young Rework of drivebar to rescan all drives and refresh media buttons and …
(edit) @1439   16 years Gregg Young Changes to allow high mem loading of dll; Refactor .LONGNAME and …
(edit) @1438   16 years Gregg Young Improved drivebar changes; Added AddBackslashToPath() to remove …
(edit) @1436   16 years Gregg Young Drive letter incorporated into bitmaps for drivebar buttons. (tickets …
(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   17 years Gregg Young Rename some container ini keys consolidate inline code in …
(edit) @1403   17 years Gregg Young Remove all IBMC specific code (ifdefs) including the removal of …
(edit) @1402   17 years Gregg Young Remove variable aurgs from docopy & unlinkf (not used); Move more …
(edit) @1400   17 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) @1393   17 years Gregg Young Added Archiver.bb2 string back after removal from string table. Fixes …
(edit) @1391   17 years Gregg Young Move nontranslated strings to init.c and codepage.c; use those strings …
(edit) @1377   17 years Gregg Young Help file updates for recent changes; readme and def file updates for 3.15
(edit) @1376   17 years Gregg Young Turn on rescan on eject of removable media and recurse scan local …
(edit) @1375   17 years Gregg Young Updated history; comments minor code cleanup for recent changes
(edit) @1374   17 years Gregg Young Fix drives not scanned initially for miniapps other than fm/2.
(edit) @1370   17 years Gregg Young This should completely fix the drives not getting scanned issue
(edit) @1369   17 years Gregg Young Add check for p-rotectonly system to gray out dos/win commandline …
(edit) @1365   17 years Gregg Young Add option to rescan drive tree on media eject Ticket 48; Remove error …
(edit) @1363   17 years Gregg Young Move the FillInDriveFlags call in init.c to after the ini file is …
(edit) @1360   17 years Gregg Young Conditionally enable Refresh removable media and individual partition …
(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) @1351   17 years Gregg Young Additional code cleanup
(edit) @1335   17 years Steven Levine Ticket 26: Add exception handlers to all threads using xbeginthread
(edit) @1333   17 years Gregg Young Added back the sizeofs for each PrfQueryProfileData call. Change the …
(edit) @1328   17 years Gregg Young Code cleanup replace sizeof calls for threaded drive scans
(edit) @1326   17 years Gregg Young Changes to avoid duplicate directory names on scan using StubbyScanThread.
(edit) @1320   17 years Gregg Young Use event semaphore to prevent rescan of drives while StubbySacnTreads
(edit) @1317   17 years Gregg Young Add an event semaphore to prevent duplicate directory names in tree …
(edit) @1313   17 years Gregg Young Improved fix to delete race condition with container updates (Ticket 304)
(edit) @1312   17 years Gregg Young Fix for traps caused by race condition on directory deletes. This …
(edit) @1306   17 years Gregg Young Added option to use subdirectory based on the archive name for …
(edit) @1303   17 years Gregg Young Last part of remove or replace with a mutex semaphore DosEnterCriSec
(edit) @1224   17 years John Small Ticket 187: Moved typedef's and some #define's from fm3dll.h
(edit) @1217   17 years John Small init.c: moved a misplaced function declaration.
(edit) @1209   17 years John Small Ticket 187: Move data declarations/definitions out of fm3dll.h
(edit) @1177   17 years John Small Ticket 187: Draft 2: Move remaining function declarations
(edit) @1156   17 years John Small Ticket 187: Draft 1: Functions only
(edit) @1130   17 years John Small Ticket 259: More improvements
(edit) @1122   17 years John Small Ticket 267 changes: fix typos, standardize on "Toolbar" over "Toolbox" …
(edit) @1120   17 years Gregg Young Check TMP directory space warn if lee than 5 MiB prevent archiver from …
(edit) @1117   17 years Gregg Young Check disk free space before writing data files to prevent traps from …
(edit) @1112   17 years Gregg Young Check free space on TMP & FM2 save directory drives at start up …
(edit) @1104   17 years Gregg Young Replace save_dir2(dir) with strcpy(dir, pFM2SaveDirectory)
(edit) @1089   17 years Gregg Young Delete orphaned tmp directories without deleting another active …
(edit) @1083   17 years John Small Ticket 114: Support user-selectable env. strings in Tree container.
(edit) @1082   17 years Gregg Young Changes so FM2 will use TMP/TEMP directory for all temp files; …
(edit) @1077   17 years Steven Levine Enhance Fortify infrastructure Add Fortify_SetOwner …
(edit) @1076   17 years Gregg Young Remove fUseTmp
(edit) @1075   17 years Gregg Young Debulked TMP code; Added comments;
(edit) @1074   17 years Steven Levine Reduce code bulk in fUseTmp setup
(edit) @1073   17 years Gregg Young Fm2 uses TMP/TEMP directory if set for temporary files and …
(edit) @1069   17 years Gregg Young Fixes trap on viewing multiple files from an archive Ticket 248. Also …
(edit) @1065   17 years John Small Ticket 230: Simplified code and eliminated some local variables by …
(edit) @1063   17 years Gregg Young Fortify ifdef reformat
(edit) @1045   17 years Gregg Young One last piece of the trashcan stuff (ticket 43)
(edit) @1017   17 years Gregg Young fortify updates for threads dble free fix
(edit) @1013   17 years Gregg Young Add ifdefs to prevent compile error on nonFORTIFY builds
(edit) @1012   17 years Gregg Young Fixed crash on directory container close with fortify enabled; fixed …
(edit) @1004   17 years Gregg Young Change default command line length to 1024; remove additional hard …
(edit) @998   18 years John Small Added comments and removed dead code.
(edit) @997   18 years John Small Ticket 230: Make all INI keys for default directory container settings …
(edit) @989   18 years Gregg Young Refactor fm3dll.h to create command.h; broken ini is now replaced with …
(edit) @985   18 years Gregg Young Update sizes dialog (ticket 44); Make max command line length user …
(edit) @952   18 years Steven Levine Compile OpenWatcom version into binary
(edit) @940   18 years Gregg Young Minor cleanup, added comments and History for recent changes
(edit) @926   18 years Gregg Young Background color on toolbar now can be change with drag drop; ticket …
(edit) @922   18 years Gregg Young Get Subjectwidth/left working in the collector
(edit) @917   18 years Steven Levine Correct/enhance settings notebook navigation, ticket #188 (Steven) …
(edit) @907   18 years Steven Levine Avoid out of memory traps in Compare Directories Rework Compare …
(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) @886   18 years Gregg Young Make WPURLDEFAULTSETTINGS the fall back for ftprun Ticket 182
(edit) @885   18 years Gregg Young Replace explore.exe with WPURLDEFAULTSETTINGS for runhttp fall back …
(edit) @878   18 years Gregg Young Added "Save as" and readonly file handling to internal editor; clean …
(edit) @875   18 years Gregg Young Used global variable to link presparams to main menu window for both …
(edit) @860   18 years Gregg Young Use the thousand separator from NLS Country info for file sizes. …
(edit) @856   18 years Gregg Young Use CommaFmtULL to display large file sizes (Ticket 41). Remove …
(edit) @850   18 years Steven Levine Rework large file support wrappers (ticket #41) Add code to avoid NTFS …
(edit) @849   18 years Gregg Young Initial attempt at wrapper functions for large file support. …
(edit) @843   18 years Steven Levine Revert to standard APIs where large file support not required by ticket #41
(edit) @841   18 years Gregg Young This implements large file support; The wrappers to allow WARP3 …
(edit) @838   18 years Gregg Young Remainder of changes for xDosFindFirst/Next wrapper performance test
(edit) @828   18 years Gregg Young Add DosQuerySysState as option for getting process info for kill …
Note: See TracRevisionLog for help on using the revision log.