99 Commits (b79223064e163aa0ce7f5b63d12158e87f8729e4)

Author SHA1 Message Date
Shawn O. Pearce b79223064e git-gui: Show a progress meter for checking out files 18 years ago
Shawn O. Pearce 51530d1722 git-gui: Change the main window progress bar to use status_bar 18 years ago
Shawn O. Pearce b29bd5ca3b git-gui: Extract blame viewer status bar into mega-widget 18 years ago
Shawn O. Pearce 827c71199d git-gui: Allow double-click in checkout dialog to start checkout 18 years ago
Shawn O. Pearce 84d3d7b84c git-gui: Default selection to first matching ref 18 years ago
Shawn O. Pearce d41b43eb4c git-gui: Refactor branch switch to support detached head 18 years ago
Shawn O. Pearce 699d5601f5 git-gui: Refactor our ui_status_value update technique 18 years ago
Shawn O. Pearce ba1964be26 git-gui: Automatically refresh tracking branches when needed 18 years ago
Shawn O. Pearce 7cf0442667 git-gui: Option to default new branches to match tracking branches 18 years ago
Shawn O. Pearce 560eddc00c git-gui: Sort tags descending by tagger date 18 years ago
Shawn O. Pearce 7618e6b1c1 git-gui: Enhance choose_rev to handle hundreds of branches 18 years ago
Shawn O. Pearce 774173aa5f git-gui: Fast-forward existing branch in branch create dialog 18 years ago
Shawn O. Pearce dd87efc8cc git-gui: Allow users to match remote branch names locally 18 years ago
Shawn O. Pearce 79a060e477 git-gui: Maintain remote and source ref for tracking branches 18 years ago
Shawn O. Pearce 6f2a3fc812 git-gui: Optimize for newstyle refs/remotes layout 18 years ago
Shawn O. Pearce 3206c63d0a git-gui: Refactor the delete branch dialog to use class system 18 years ago
Shawn O. Pearce b1fa2bfff3 git-gui: Abstract the revision picker into a mega widget 18 years ago
Shawn O. Pearce 6233ab1729 git-gui: Teach class system to support [$this cmd] syntax 18 years ago
Shawn O. Pearce 88dce86f38 git-gui: Skip nicknames when selecting author initials 18 years ago
Junio C Hamano a840566770 git-gui: use "blame -w -C -C" for "where did it come from, originally?" 18 years ago
Shawn O. Pearce d4c5307701 git-gui: Honor rerere.enabled configuration option 18 years ago
Shawn O. Pearce 47282d4646 git-gui: Ensure windows shortcuts always have .bat extension 18 years ago
Shawn O. Pearce 1eb96a25c9 git-gui: Correct resizing of remote branch delete dialog 18 years ago
Shawn O. Pearce c1fd897a25 git-gui: Start blame windows as tall as possible 18 years ago
Shawn O. Pearce c8e23aaf18 git-gui: Unlock the index when cancelling merge dialog 18 years ago
Shawn O. Pearce fffaaba358 git-gui: Don't nice git blame on MSYS as nice is not supported 18 years ago
Shawn O. Pearce fb626dc000 git-gui: Bind Tab/Shift-Tab to cycle between panes in blame 18 years ago
Shawn O. Pearce 39fa2a983d git-gui: Save geometry before the window layout is damaged 18 years ago
Shawn O. Pearce 615b865358 git-gui: Include 'war on whitespace' fixes from git.git 18 years ago
Shawn O. Pearce d80ded01de git-gui: Changed blame header bar background to match main window 18 years ago
Shawn O. Pearce 0f32da53df git-gui: Favor the original annotations over the recent ones 18 years ago
Shawn O. Pearce 949da61b9b git-gui: Improve our labeling of blame annotation types 18 years ago
Shawn O. Pearce 5d198d6766 git-gui: Use three colors for the blame viewer background 18 years ago
Shawn O. Pearce 0dfed77b3c git-gui: Jump to original line in blame viewer 18 years ago
Shawn O. Pearce 383d4e0f8b git-gui: Display both commits in our tooltips 18 years ago
Shawn O. Pearce 172c92b475 git-gui: Run blame twice on the same file and display both outputs 18 years ago
Shawn O. Pearce debcd0fd02 git-gui: Display the "Loading annotation..." message in italic 18 years ago
Shawn O. Pearce fc816d7b85 git-gui: Rename fields in blame viewer to better descriptions 18 years ago
Shawn O. Pearce c5db65aef3 git-gui: Label the uncommitted blame history entry 18 years ago
Shawn O. Pearce 2f85b7e4b4 git-gui: Switch internal blame structure to Tcl lists 18 years ago
Shawn O. Pearce 14c4dfd3d1 git-gui: Cleanup redundant column management in blame viewer 18 years ago
Shawn O. Pearce c17c175133 git-gui: Better document our blame variables 18 years ago
Shawn O. Pearce b61101579f git-gui: Remove unused commit_list from blame viewer 18 years ago
Shawn O. Pearce 81fb7efeda git-gui: Automatically expand the line number column as needed 18 years ago
Shawn O. Pearce 375e1365a6 git-gui: Make the line number column slightly wider in blame 18 years ago
Shawn O. Pearce 000a10696c git-gui: Use lighter colors in blame view 18 years ago
Shawn O. Pearce 063257076d git-gui: Remove unnecessary space between columns in blame viewer 18 years ago
Shawn O. Pearce 0eab69a4a9 git-gui: Remove the loaded column from the blame viewer 18 years ago
Shawn O. Pearce b55a243dfc git-gui: Clip the commit summaries in the blame history menu 18 years ago
Shawn O. Pearce 08dda17e00 git-gui: Use a label instead of a button for the back button 18 years ago