5
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-worked the recursive remove command so it doesn't try to do a commit. More... almost 24 years ago
Fix mistakes in looking for a module title and in deciding whether to use a folder icon. More... almost 24 years ago
If the current directory is in CVS and we do tkcvs -win module, open the module browser in the current directory's cvsroot. More... almost 24 years ago
Un-wrap the wrapped lines in 'checkout -c' output. Sometimes we really need all that information. More... almost 24 years ago
Do a 'file join' on cvscfg(cvsroot) to translate to native path form. It helps when you have a Samba-mounted repository and you've set CVSROOT DOS-wise. More... almost 24 years ago
Oops, dang. I didn't check the patch. It works now. More... about 24 years ago
Update for version 7.0.1 More... about 24 years ago
Put cde_params back in. More... about 24 years ago
Comment out the tkwaits that are causing problems in some window managers (bug #444171) More... about 24 years ago
Fix bug #450689, checkout after module import didn't recurse More... about 24 years ago
Make sure defaults are set in case some things are missing from the .dt files. It seems not everyone has Window.Color.Background so look for *background first. More... about 24 years ago
Tiny thing - a gen_log LEAVE statement had a D mode instead of a T. More... about 24 years ago
Withstand lines consisting of equal signs in comments, without terminating the log. You still can't have exactly 77 of them though. More... about 24 years ago
By popular demand, made Control-click add to selection and Shift-click select contiguous files. More... about 24 years ago
Comment out the tkwait that tvtwm and fvwm don't like. More... about 24 years ago
Patch #455556, fixes option 'Report|CVS_status'. Selecting a file and using this option raises an error complaining about 'cmd_options' not being found. More... about 24 years ago
Take away a statement that was trying to disable a non-existent menu More... over 24 years ago
Update the version number in "About TkCVS" More... over 24 years ago
Save attempts to pane the workdir columns. More... over 24 years ago
Update for release 7.0 More... over 24 years ago
Make it log the cvscfg(editor) command. More... over 24 years ago
Make the Vendor Merge form work even if the workdir browser isn't open. Get rid of an "exec whoami". Improve the listbox bindings so they don't require a double-click. More... over 24 years ago
Just replace a / with a [file join] More... over 24 years ago
In version tree report, recurse directory if it doesn't have sub-modules More... over 24 years ago
Restore the module browser's ability to distinguish whether a toplevel directory is really a cvs module or just a directory added with the #D extension. More... over 24 years ago
Added back Xavier's recursive cvs-add function. Had to repair cvs_commit to get it to work. I don't think I'll put his recursive cvs_remove in because there's just too much that can cause it to hang the UI waiting for input. More... over 24 years ago
tkdiff-3.08 with a patch enabling it to handle filenames containing spaces. More... over 24 years ago
Patch #402160, fixing problem that ~/.tkcvs doesn't work on NT if the home directory is the top level of a drive. More... over 24 years ago
Rehabilitated the cvs_release command after discovering that "cvs release -Q" keeps it from asking if you want to release. I do an up-to-date check first, taking the place of the check that -Q inhibits. More... over 24 years ago
Get rid of the cvscfg(thisdir) thing. If you use an empty string instead of a dot, it works on both platforms. More... over 24 years ago