Changeset 688
- Timestamp:
- Jun 11, 2007, 12:06:03 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/HISTORY ¶
r687 r688 1 1 New stuff's at the top. This list is not necessarily complete. 2 2 3 3.05.09 4 o Update readme to reflect warpin install and other code changes (David, John, Gregg) 3 3.06 (pending) 4 o Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 5 o Mouse button 3 white space click to fail silently 6 7 3.05.09 8 o Update readme to reflect warpin install and other code changes (David, John, Gregg) 5 9 o Avoid spurious add_udir error reports (Steven) 6 10 o Harden drag/drop error recovery (Steven, Gregg) … … 16 20 o "Replace" in commands dialog now leave list order intact (Gregg) 17 21 o Code cleanup (ROT13 compiler warning, removed win class pstrings QWL_USER) (Gregg) 18 o Removed original Readme from distribution package 22 o Removed original Readme from distribution package 19 23 20 24 3.05 beta08 -
TabularUnified trunk/dll/arccnrs.c ¶
r687 r688 38 38 21 Apr 07 GKY Find FM2Utils by path or utils directory 39 39 12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods 40 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 40 41 41 42 ***********************************************************************/ -
TabularUnified trunk/dll/collect.c ¶
r687 r688 35 35 19 Apr 07 SHL Use FreeDragInfoData. Add more drag/drop error checks. 36 36 12 May 07 SHL Use dcd->ulItemsToUnHilite 37 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 37 38 38 39 ***********************************************************************/ -
TabularUnified trunk/dll/dircnrs.c ¶
r687 r688 26 26 19 Apr 07 SHL Use FreeDragInfoData. Add more drag/drop error checking. 27 27 12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods 28 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 28 29 29 30 ***********************************************************************/ -
TabularUnified trunk/dll/droplist.c ¶
r687 r688 18 18 19 Apr 07 SHL Add more drag/drop error checking 19 19 21 Apr 07 SHL Add debug code to track down reason for PMERR_SOURCE_SAME_AS_TARGET 20 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 20 21 21 22 ***********************************************************************/ -
TabularUnified trunk/dll/fm3dll.h ¶
r687 r688 47 47 23 Apr 07 SHL Add Win_Error_NoMsgBox 48 48 12 May 07 SHL Add ulItemsToUnHilite to DIRCNRDATA, pass to Unhilite as arg 49 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 49 50 50 51 ***********************************************************************/ -
TabularUnified trunk/dll/mainwnd.c ¶
r687 r688 34 34 20 Apr 07 SHL Avoid spurious add_udir error reports 35 35 12 May 07 SHL Use dcd->ulItemsToUnHilite 36 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 36 37 37 38 ***********************************************************************/ -
TabularUnified trunk/dll/misc.c ¶
r687 r688 23 23 10 Oct 06 GKY Add NDFS32 support 24 24 18 Feb 07 GKY More drive type and drive icon support 25 10 Jun 07 GKY Add IsFm2Window as part of work around PM drag limit 25 26 26 27 ***********************************************************************/ -
TabularUnified trunk/dll/treecnr.c ¶
r687 r688 31 31 19 Apr 07 SHL Add more drag/drop error checking 32 32 12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods 33 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 34 10 Jun 07 GKY Mouse button 3 white space click to fail silently 33 35 34 36 ***********************************************************************/ -
TabularUnified trunk/dll/version.h ¶
r687 r688 48 48 // Ensure VERREALMINOR nul for non-beta releases 49 49 // #define VERREALMINOR "" 50 #define VERREALMINOR ".09 " 51 //#define VERREALMINOR ".09 " __DATE__ " " __TIME__50 // #define VERREALMINOR ".09 "__DATE__ 51 #define VERREALMINOR ".09 " __DATE__ " " __TIME__ 52 52 53 53 #define APPNAME "FM2"
Note:
See TracChangeset
for help on using the changeset viewer.