5
I Use This!
Inactive

Commits : Listings

Analyzed 5 minutes ago. based on code collected 6 minutes ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a bug which prevented handling files with a colon (:) in the name. More... over 24 years ago
Fix so it redraws right after CVSROOT is changed. More... over 24 years ago
Improved (I think) find_filenames so that the module browser doesn't have to guess the path. More... over 24 years ago
Broke the exec_command stuff out into a separate file More... over 24 years ago
Oops, I reverted something that shouldn't have been. More... over 24 years ago
On Windows, the Help menu in "native menus" mode doesn't gravitate east like it does on unix, so I hadn't noticed that it wasn't last. Now it is. More... over 24 years ago
the fbbox of the filelist canvas is sometimes null if the remote server is slow, so don't do the operation that uses it unless it's set. More... over 24 years ago
I broke exec_command_body while trying to improve it. This reverts it. More... over 24 years ago
Put horizontal scrollbars in all the list to address bug #425163. If only one list had a scrollbar, the change in canvas size would cause it to get out of sync with the other lists after some scrolling. More... over 24 years ago
Get the other module-related functions (importing, filelist, etc) working properly with the new module scheme. More... over 24 years ago
Fix a bug in the module browser, in which it wasn't displaying titles of toplevel modules. More... over 24 years ago
The reports work now when output to the printer or a file. Make a reasonable default output file. Set a default printer. Save printer to .tkcvs More... over 24 years ago
Save printer to .tkcvs More... over 24 years ago
Remove a tkwait which would gum up the works if it had to wait for a remote server. More... over 24 years ago
The "Reports" now work when output is to the screen. Others still need testing. More... over 24 years ago
The "Module Tree" report works now. "Version Tree" doesn't. More... over 24 years ago
Re-did the module browser so that it makes use of what's in the module file without the #M and #D comments, although they are used if present. More... over 24 years ago
Get the canvases to use the arrow, page and mousewheel bindings. More... over 24 years ago
Check to see if a directory exists before cd-ing into it, and in general be a lot more fluent about changing directories and cvsroots. More... over 24 years ago
Re-coded the module browser. It reads whatever information is available in the modules file via "cvs checkout -c" before it looks for the tkcvs-specific extensions. Thus if there is a modules file at all, some information will be available without the additional comments. More... over 24 years ago
Use just the mask, take the ball out. Makes it more visually distinct now that the aliases aren't in a separate directory More... over 24 years ago
Oops, one more typo for ingore_file_filter. I'd better go to bed. More... over 24 years ago
Real fix for the ignore_file_filter bug. More... over 24 years ago
Add functions to recursively add and remove directories, contributed by Xavier Grimaud. More... over 24 years ago
Fix bug #219718 Save Options saves .cvsignore contents in ignore_file_filter More... over 24 years ago
Make sure the xscroll is mapped if it's needed. Sometimes it didn't show up again after a commit. More... over 24 years ago
Prevent error if there are brackets in the log message. Bug #217504. This isn't a very good fix because the inserted backslash shows, but at least it doesn't bomb. More... over 24 years ago
Use the position from the saved geometry for the window. More... over 24 years ago
Use a reasonable geometry if none was remembered. More... over 24 years ago
If the filenames or revision tags are over a certain length, limit the width of the column and add a scrollbar. More... over 24 years ago