source: trunk/dll/treecnr.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1486   16 years Gregg Young Initial changes to commands handling. Allows you to reorder commands …
(edit) @1480   16 years Gregg Young Fix failure to correctly check for large file support in …
(edit) @1477   16 years Gregg Young Added semaphore in UM_SHOWME to prevent dbl directory listings in …
(edit) @1471   16 years Steven Levine Remember last filter mask selection Use Ctrl-click to select state or …
(edit) @1456   16 years Steven Levine Avoid crash on Ctrl-g from collector window
(edit) @1455   16 years Steven Levine Blink thread LEDs while worker threads are working Drop expermental code
(edit) @1447   16 years Gregg Young Add an reposition semaphore releases for Tree scan code to avoid …
(edit) @1446   16 years Gregg Young Fix problem with NOPRESCANDRIVES updating subdirectories with drive …
(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) @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) @1428   16 years Gregg Young Improvement to status line 1 for selected drives (number of drives is …
(edit) @1426   16 years Gregg Young Fix issue with name duplication in tree container when drive tree is …
(edit) @1425   16 years Gregg Young Changed status1 line for drives to show label/systype not shown in …
(edit) @1424   16 years Gregg Young Show either file system type or drive label beside dirve letter in …
(edit) @1411   16 years Steven Levine Rework extended container search to use common logic Update docs to …
(edit) @1407   16 years Gregg Young Remove comment that doesn't apply to treecnr.c
(edit) @1402   16 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) @1397   17 years Gregg Young Some clean up of the date formatting code
(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) @1366   17 years Gregg Young Seek and scan called from the dir or drive context menu opens seek and …
(edit) @1360   17 years Gregg Young Conditionally enable Refresh removable media and individual partition …
(edit) @1359   17 years Gregg Young Code to add refresh removable media to tree container related menus …
(edit) @1357   17 years Gregg Young Fixed DROPHELP issues Tickets 320 & 324
(edit) @1354   17 years Gregg Young Added driveflags to over ride write verify for USB removable drives …
(edit) @1352   17 years Gregg Young Added seek and scan to directory context menu (Ticket 167)
(edit) @1340   17 years Gregg Young Fix trap caused by close of DIRCNR after eject of drive it pointed to …
(edit) @1335   17 years Steven Levine Ticket 26: Add exception handlers to all threads using xbeginthread
(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) @1316   17 years Gregg Young Code clean up -- remove redundant code; move code to match openwatcom …
(edit) @1304   17 years Gregg Young Move DosEnterCritSec into SetMask Replace 2 more with semaphore(Ticket 308)
(edit) @1303   17 years Gregg Young Last part of remove or replace with a mutex semaphore DosEnterCriSec
(edit) @1299   17 years Gregg Young Scan each drive on separate thread (added StubbyScanThread) to speed …
(edit) @1277   17 years Gregg Young Add opencont.bmp use as bitmap for open container pushbutton in …
(edit) @1251   17 years Gregg Young Fix issues with drives context menu (Tickets 279, 290)
(edit) @1227   17 years John Small Ticket 187: Moved typedef's and some #define's from fm3dll.h
(edit) @1213   17 years John Small Ticket 187: Move data declarations/definitions out of fm3dll.h
(edit) @1178   17 years John Small Ticket 187: Draft 2: Move remaining function declarations
(edit) @1157   17 years John Small Ticket 187: Draft 1: Functions only
(edit) @1102   17 years Gregg Young Make the variable passed to treecnr UM_RESCAN a pointer to a temp …
(edit) @1079   17 years Steven Levine Avoid some more spurious leak reports
(edit) @1078   17 years Steven Levine More Fortify infrastructure enhancements Rework Fortify_SetOwner Add …
(edit) @1077   17 years Steven Levine Enhance Fortify infrastructure Add Fortify_SetOwner …
(edit) @1063   17 years Gregg Young Fortify ifdef reformat
(edit) @1047   17 years Gregg Young Minor code cleanup
(edit) @1039   17 years Gregg Young Removed unnecessary xfrees and included fortify.h where needed; moved …
(edit) @1037   17 years Gregg Young Newview is used used when view is selected from menus in dircnrs, …
(edit) @1018   17 years Gregg Young Additional fortify scopes mostly for "lists"
(edit) @1017   17 years Gregg Young fortify updates for threads dble free fix
(edit) @1009   17 years Steven Levine Add xfree xstrdup Fortify support Add MT capable Fortify scope logic
(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) @954   18 years Steven Levine Rework ResizeChildren to resize drive tree correctly Avoid trap in …
(edit) @953   18 years Steven Levine Rework code and resources to support settings menu conditional cascade …
(edit) @950   18 years Gregg Young Cleanup of code to remove close menu item from tree container & …
(edit) @947   18 years Gregg Young Restore close button for VTree and remove move menu item when …
(edit) @944   18 years Gregg Young Remove close menu item and button from the tree container (Ticket 216)
(edit) @917   18 years Steven Levine Correct/enhance settings notebook navigation, ticket #188 (Steven) …
(edit) @908   18 years Gregg Young Back out change for notebook page find
(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) @888   18 years Gregg Young runemf2 now quotes executable strings if needed (Ticket 180); it also …
(edit) @877   18 years Gregg Young Cleaned up actual fix for drop down menu fonts and colors not matching.
(edit) @875   18 years Gregg Young Used global variable to link presparams to main menu window for both …
(edit) @872   18 years Gregg Young Fix failure of font changes and font colors on main menus (tickets 27 …
(edit) @847   18 years Gregg Young Removed large file APIs from code where hey are not needed.
(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) @809   18 years Steven Levine Revert more to DosSleep(0) Comments
(edit) @802   18 years Steven Levine Disable DbgMsgs shipped with 3.0.8beta1
(edit) @793   18 years Gregg Young Move #pragma alloc_text to end for OpenWatcom compat
(edit) @787   18 years Steven Levine Rework UM_FILLSETUPLIST IDM_SAVEDIRCNRSTATE and ..._setups() logic for …
(edit) @775   18 years Gregg Young Minor clean up add comments re recent changes
(edit) @771   18 years Gregg Young Increase subject to 1024 reduce DosSleep times
(edit) @766   18 years Gregg Young format cleanup
(edit) @761   18 years Gregg Young Cleanup of FilesToGet changes (ticket 138)
(edit) @751   18 years Steven Levine Sync rest of code with CNRITEM mods Sync code with ARCITEM mods Get …
(edit) @739   18 years Steven Levine More ticket #24 updates
(edit) @730   18 years Gregg Young Preliminary work on variable sized container buffers. Removes …
(edit) @726   18 years Steven Levine Disable leftover debug code
(edit) @705   18 years Gregg Young Minor code cleanup fix ramdisk on states list & WORPLACE_PROCESS logic
(edit) @690   18 years Steven Levine Commit more OpenWatcom compatibility updates
(edit) @689   18 years Steven Levine Commit OpenWatcom compatibility updates
(edit) @688   18 years Gregg Young Update History and file headers for CheckPmDrgLimit etc changes
(edit) @687   18 years Gregg Young Add CheckPmDrgLimit function to fix crash when dragging to FM/2 for …
(edit) @675   18 years Gregg Young Change drag limit message box to MB_OK | MB_INFORMATION
(edit) @672   18 years Steven Levine Use dcd->ulItemsToUnHilite Sync UnHilite calls with arg mods
(edit) @618   18 years Steven Levine Add more drag/drop error checking Use FreeDragInfoData Sync with …
(edit) @606   18 years Gregg Young Drag drop work around for number of files limitation in PM
(edit) @603   18 years Gregg Young Work around for PM drag/drop limit; more drag/drop error checking
(edit) @593   18 years Gregg Young Changes to remove GetPString from window class names
(edit) @557   19 years Gregg Young Changes for 3.05 beta mostly drive flag/tree related
Note: See TracRevisionLog for help on using the revision log.