Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2014-12-17
15:04
minor; added 64-bit configuration to 'command2', not because it's actually needed, but just because it helps me debug the 64-bit configuration of libfossil. Leaf check-in: 2265bf3e45 user: dave tags: tfc002-mfc
2014-10-29
21:04
(something in the project file I don't really understand) check-in: db0b922f38 user: dave tags: tfc002-mfc
15:47
updated ds2010/2012; minor int -> size_t correction check-in: a12b209933 user: dave tags: tfc002-mfc
14:31
basic 'fossil add' function working; some more refinements will be done, though check-in: bb77d3bf3f user: dave tags: tfc002-mfc
05:03
minor; remove a dunsail member var. check-in: d6e861785d user: dave tags: tfc002-mfc
05:01
booboo with nested local out-scoping outer scoped var, and thus assignment having no effect check-in: 6a4c196d4f user: dave tags: tfc002-mfc
04:59
trivial; ignore *.clw files check-in: 251d5be84f user: dave tags: tfc002-mfc
2014-10-28
17:54
updated query to work with current libfossil check-in: f438801ad3 user: dave tags: tfc002-mfc
03:38
hooked in editing of versioned settings (and all others). check-in: 8f33576433 user: dave tags: tfc002-mfc
2014-10-26
16:08
modified to use new libfossil virtual tables for comprehensive settings capabilities (i.e. support 'versioned' settings) check-in: 9581bb6b82 user: dave tags: tfc002-mfc
2014-10-21
20:59
updated to accept a newer (current) libfossil source; in prep for supporting 'versioned' settings. check-in: 30946f1cab user: dave tags: tfc002-mfc
2014-10-15
03:34
pulled in 'dave' to pick up an important bugfix related to current working directory setup for TortoiseFossilCommand.exe in the context of invocation from a folder, rather than a file. check-in: 5b0a6ed604 user: dave tags: tfc002-mfc
03:32
corrected bug in TortoiseFossilShell where current working directory was being set incorrectly for invocations arising from selected folders. The original code assumed files were selected, and chopped off the last path component to get the directory. However, if you invoke from a folder, you should /not/ chop off that component, or you will be invoked from the parent directory. Strictly, I thing there is still a latent bug, because this determination is made from the first selected object only, which will be different based on the order of selecting the objects (e.g., by using ctrl-click to select). Leaf check-in: df4d1d9c29 user: dave tags: dave
02:39
minor; dropped the 'checkout' settings column, because there are no meaningful settings in the 'checkout' db. Computed 'versioned settings' path, and included it in 'info' output, in advance of incorporating 'versioned' settings support. check-in: 6cc6bade6a user: dave tags: tfc002-mfc
2014-10-11
20:32
settings editing now functioning. (save for 'versioned' settings) check-in: 4b617a015c user: dave tags: tfc002-mfc
20:32
correct bug whereby the incorrect row/col would be indicated in the LVN_ENDLABELEDIT notification check-in: a1ea0dd93d user: dave tags: tfc002-mfc
19:31
added in-place editing support. one more step remains: to commit teh changes to the respective databases. (well, one more beyond that is supporting 'versioned' settings) check-in: 8bbf99a1c9 user: dave tags: tfc002-mfc
2014-10-10
12:58
added a CListCtrl subclass, which apparently I'm going to need if I want to edit all the cells, instead of just the first column (which, coincidentally, I do not want to edit, haha). check-in: bccadb6d89 user: dave tags: tfc002-mfc
04:59
pulled in fix for indexer crash bug from 'dave' check-in: ea241f8c25 user: dave tags: tfc002-mfc
04:58
corrected bug in Indexer; incrementing an invalid iterator -- invalidated because of erase. caused crashing; could be stimulated by moving directories (in project tree) in explorer, and sometimes when unmapping drives (which had projects in them). used the erase post increment trick. check-in: 57072a6fca user: dave tags: dave
04:07
added PCRE dependency in preparation for updatable settings (for data validation) check-in: c99058e210 user: dave tags: tfc002-mfc
03:10
basic 'settings' dialog box. shows all settings, where they come from. I need to make them editable now. check-in: f34c7922d2 user: dave tags: tfc002-mfc
02:38
'about' looks marginally better; made hyperlink to website check-in: c61a59732a user: dave tags: tfc002-mfc
02:20
added app icon to all the screens check-in: 3a376ecbb9 user: dave tags: tfc002-mfc
01:32
pulled it a fix from 'dave' for context menu (adding the hwnd command line param), and updated projects to generate source browser info in debug builds. check-in: 45500f2ccd user: dave tags: tfc002-mfc
2014-10-07
02:27
corrected booboo in parameter order to command processor check-in: 519be937e4 user: dave tags: dave
01:26
added 'hwnd' parameter to command proc argument list to facilitate proper parenting, when possible check-in: 2ea7760f48 user: dave tags: dave
2014-10-06
21:04
merged in changes from 'dave', and continued them for projects only in this branch: turned off safeSEH for Release Win32 on the command processor for DS2012 builds; corrected an include and lib path problem on that platform. check-in: 626787a3b4 user: dave tags: tfc002-mfc
20:54
need to turn of safeSEH in release 32-bit builds for DS2012 due to zlib binaries check-in: e95c4ff724 user: dave tags: dave
2014-10-05
18:40
Added some flesh to 'About', added some crnl-globs for various source files check-in: 476252a97f user: dave tags: tfc002-mfc
16:49
merged in changes whereby both release and debug msi's are generated, and with relevant pdbs check-in: c6caf78d4a user: dave tags: tfc002-mfc
16:39
merged and closed feech-wixDebugPdb001 into dave check-in: 1fdc8e52dc user: dave tags: dave
16:38
improved installer 'make' batch file (really for VC6, but can be used on others as well) to build all configurations (debug release x86 x64) insofar as possible. Closed-Leaf check-in: d47404d400 user: dave tags: feech-wixDebugPdb001
2014-10-04
22:20
added PDB files for debug build of installer, to better facilitate JIT debugging of installed (debug version of) product upon crashes, etc. check-in: e2637523b5 user: dave tags: feech-wixDebugPdb001
21:49
Create new branch named "feech-wixDebugPdb001" check-in: ab15c3acc2 user: dave tags: feech-wixDebugPdb001
17:19
reove the 'separate types' option for pdb generation for VC6 builds to make debugging of the installed binaries practical. added 'generate mapfile', and 'generate pdb' for release builds to help in debugging those as well. check-in: b1f565fb90 user: dave tags: tfc002-mfc
15:59
merged in 'dave' to pick up .fossil-settings that keeps workflow smooth check-in: 259b0717a1 user: dave tags: tfc002-mfc
15:57
minor; add a .fossil-settings directory with appropriate ignores for all the intermediate directories (i.e., build products), binaries, and crnl defs, to keep things like 'fossil extras' 'add' 'commit' useable and friendly. check-in: 3377cdf72a user: dave tags: dave
15:07
minor; added libfossil, sqlite3, and zlib dependencies to DevStudio projects check-in: 4e7637db6d user: dave tags: tfc002-mfc
00:38
minor; added libfossil, sqlite3, and zlib dependencies to project check-in: 3496335e0b user: dave tags: tfc002-mfc
2014-10-03
04:35
interim merge from 'dave' check-in: f632b51fd8 user: dave tags: tfc002-mfc
04:34
minor; added batch to fetch appropriate third party libs for VC6 check-in: 18252b993c user: dave tags: dave
03:28
maintenance merge of 'dave'; pick up 3rdParty-related pathinclusions, etc. check-in: 8559e0b20d user: dave tags: tfc002-mfc
03:05
added 3rdParty extern directory for pre-built dependencies (libs and headers). added a batch file to populate this location with ease (only DevStudio at present; I need to build for VC6, and then I'll add a batch for that platform as well). Updated project configurations to reference locations in this hierarchy for includes and libs. check-in: c616288af2 user: dave tags: dave
2014-10-02
16:46
minor; update to current sqlite3 check-in: e70c82e09a user: dave tags: dave
14:05
minor; update to current sqlite3 check-in: 652aa9719e user: dave tags: tfc002-mfc
05:40
minor; updated project include/lib paths for to pick up external stuff from a place under 'extern' check-in: f4f3a15649 user: dave tags: tfc002-mfc
2014-09-19
01:13
udpated ds2010 and ds2012 configs to sync with vc6 check-in: f0a188c88a user: dave tags: tfc002-mfc
2014-09-18
03:02
made a home for 3rd party external libs. I don't plan on checking in these libs here, but rather into a 'sub-repo'. Or if you want to put them here manually, you can do that, too. There's a readme explaining in more detail. Project configurations were changed to have these paths, so you can use it now. I did skip the CommandProcessor project, because it had some paths already set-up, and I didn't want to disrupt it. check-in: ecae5208e8 user: dave tags: tfc002-mfc
2014-09-17
01:32
merged from 'dave', and continued to add gpl headers on all the source that is currently only in this branch. check-in: 1f304f9be2 user: dave tags: tfc002-mfc