0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring: • everything related to command line invocation is now in a CommitWindowController category. • status string highlighting is now implemented as an NSString category. More... over 19 years ago
--> Warning! You Will Need to Update TextMate's Support Folder In Addition to the Subversion Bundle! One or the Other Alone Will Not Work! <-- More... over 19 years ago
• Increase pixel slop to avoid blank status display in some cases • Previous checkin broke sort-by-status More... over 19 years ago
Multicolumn status item support for CommitWindow. More... over 19 years ago
• add the enter glyph (⌅) to the Commit button — granted, many users will not know what this is, or how to reach it on a laptop keyboard, but now at least there is a cue that it has a keyboard shortcut More... over 19 years ago
Populate summary menu in reverse-chronological order More... over 19 years ago
• set text view as first responder and appropriate tab chain • make the status column of the table view non-editable More... over 19 years ago
• Ask and ye shall receive (something) I: Brad Choate requests diffs. The path of least resistance: double-click the row, up pops a diff against the pristine copy. New argument to enable this: --diff-cmd "/path/to/svn" (or /path/to/cvs, etc.). • Ask and ye shall receive (something) II: Fred B. wants 'R' to highlight the same way as 'D' (for Mercurial). ('R' is 'replace' in Subversion, but given apparent rarity of that condition, we're highlighting it unconditionally for now.) • Clean up color choosing. • Do not require the paths to be last on the command line. More... over 19 years ago
I left in an NSLog message... More... over 19 years ago
• Deselect external items by default. • Make it build with latest Xcode and attendant tools. • Preserve the last few commit summaries in a persistent pop-up menu. Summaries are saved even when canceling. More... over 19 years ago
• minor automatic change by xcode (implicit file -> explicit file) More... over 20 years ago
• on Tiger, truncate head of path when it overflows the list • made commit window a universal binary • use SRCROOT for destination in Run Script phase of build (since SYMROOT for me is ~/Oak where I keep all my builds) More... over 20 years ago
• Reduce the amount of whitespace in the checkbox column • If the height of the list of files is greater than the normal size of the window, grow the window to show as many files as possible (while still constraining the window size to the screen). This isn't perfect (it also grows the description text field—thank you NSSplitView), but it's better than before for large lists of files. More... over 20 years ago
• handles fewer status letters than filenames • uses default colors for unrecognized status letters More... over 20 years ago
Remove user pref files and set ignore to avoid them in the future
eridius
as Kevin Ballard
More... over 20 years ago
Update CommitWindow command to stop coloring the path, only color the status Tweaked the coloring code to use a simple macro instead of the silly multi-line inline function for converting color values
eridius
as Kevin Ballard
More... over 20 years ago
• move CommitWindow to Xcode 2.1 • CommitWindow now shows the status for each file (added, deleted, modified). It uses the same style (mostly) as the Subversion bundle's Info and Status commands. Status is indicated in a separate column; you can sort by it. More... over 20 years ago
These do not need to be in the repository More... almost 21 years ago
Map enter to Commit and escape to Cancel More... almost 21 years ago
Ignore the build window and user-specific files More... about 21 years ago
1. Remove close box. 2. Make the Edit menu command keys work (by adding the Edit menu back to the nib -- menubar doesn't show up in LSUIElement, but menu command keys still get processed). 3. Abbreviate home-relative paths with tilde. More... about 21 years ago
nookie is my app's life More... about 21 years ago
Add CommitWindow More... about 21 years ago