5
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented the ability to save those few cvscfg options which can be set from the GUI in ~/.tkcvs. More... about 25 years ago
Cleaned up the "Update with Options" dialog a lot. Removed an unimplemented choice, displayed the explanatory text as messages instead of labels, and got rid of extra whitespace which made it way too tall. More... about 25 years ago
Add a copy of the GNU Public License More... about 25 years ago
Add checkboxes to the Options menu for displaying or undisplaying the "Editors" column and the edit/unedit buttons. More... about 25 years ago
Beginning of a Frequently-Asked-Questions list. More... about 25 years ago
Update while drawing, just to give the user something to watch while they're waiting. More... about 25 years ago
These didn't get added during the last commit somehow More... about 25 years ago
Added a more conventional arrow to the refresh button. Kept the eyeglasses there so as not to confuse loyal users - and besides, I like them. More... about 25 years ago
Leif Eriksen's enhancement to logcanvas browser. cvscfg(tagdepth) sets the number of tags to draw for each revision on the branching diagram. The list is elided with "more...", which is bound to a popup to show the remainder. More... about 25 years ago
Remove a config, cvscfg(format_cmd), that was set but never used. More... about 25 years ago
Clean up true-false flags. Want true, t, or 1 to work for them, so don't compare to word "true" or "false" More... about 25 years ago
Clean up true-false flags. Want true, t, or 1 to work for them, so don't compare to word "true" or "false" More... about 25 years ago
Fixed args for execute commands. More... about 25 years ago
Added icons for sorting the columns and for editing watched files. More... about 25 years ago
Added "cvs edit" functionality contributed by Hywel Richards. If cvscfg(econtrol) == 1, you get a fourth column listing who's editing the files and two buttons to edit/unedit. If cvscfg(econtrol) != 1, you live in blissful ignorance of them. Default is off. (Really should be an option button.) I replaced the "locking mode" stuff with this because this is the CVS way of doing it. Not quite happy with the stdin | cvs edit pipe. More... about 25 years ago
Added a search entry to the annotate viewer. Not that it helps much, because I can't figure out how to change the color of the selection. More... about 25 years ago
Noted a couple of platform-specific tcl/tk problems which people have reported. More... about 25 years ago
Fix bug #106640 (import broken in NT/DOS) More... about 25 years ago
Add a "cvs annotate" function. More... about 25 years ago
Fix bug #107789 (cvs remove) More... about 25 years ago
Removed 1.2's changes, the site_def does the same thing More... over 25 years ago
Added ability to not install the default config file. More... over 25 years ago
*** empty log message *** More... over 25 years ago
There's a "set chmod_cmd $cvscfg(chmod_ro_cmd)" in cvs_commit, added when file locking was implemented. This should only be done if working mode is "locking". Added a test. (fixes bug #106021) More... over 25 years ago
Don't copy the conflict file. It isn't necessary and it causes problems if the file already exists. CVS and tkdiff know what they're doing here. This fixes bug #105931 More... over 25 years ago
New dir function now refreshes modbrowser when finished More... over 25 years ago
Disabled fedback windows More... over 25 years ago
Fixed: if you touch a space it exits the rutine More... over 25 years ago
Fixed so tracing is turned off when window is destroyed. More... over 25 years ago
Fixed bug 104358 More... over 25 years ago