summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
...
| * | gitk: Get rid of idrowranges and rowrangelistPaul Mackerras2007-08-221-76/+66
| * | Merge branch 'master' into devPaul Mackerras2007-08-201-14/+257
| |\ \
| * \ \ Merge branch 'master' into devPaul Mackerras2007-08-131-29/+23
| |\ \ \
| * \ \ \ Merge branch 'master' into devPaul Mackerras2007-08-131-9/+37
| |\ \ \ \
| * | | | | gitk: Eliminate diagonal arrowsPaul Mackerras2007-08-121-51/+36
| * | | | | gitk: Improve the drawing of links to parent linesPaul Mackerras2007-08-011-7/+27
| * | | | | gitk: Establish and use global left-to-right ordering for commitsPaul Mackerras2007-07-311-204/+149
* | | | | | gitk: Fix a couple more bugs in the path limitingPaul Mackerras2007-10-241-18/+29
| |_|_|_|/ |/| | | |
* | | | | gitk: Fix some bugs with path limiting in the diff displayPaul Mackerras2007-10-231-1/+5
* | | | | gitk: Ensure tabstop setting gets restored by Cancel buttonPaul Mackerras2007-10-231-7/+7
* | | | | gitk: Limit diff display to listed paths by defaultPaul Mackerras2007-10-231-10/+86
* | | | | gitk: Fix "can't unset prevlines(...)" Tcl errorPaul Mackerras2007-10-211-16/+5
* | | | | gitk: Avoid an error when cherry-picking if HEAD has moved onPaul Mackerras2007-10-201-1/+1
* | | | | gitk: Check that we are running on at least Tcl/Tk 8.4Paul Mackerras2007-10-201-0/+7
* | | | | gitk: Do not pick up file names of "copy from" linesJohannes Sixt2007-10-191-2/+1
* | | | | gitk: Add support for OS X mouse wheelJonathan del Strother2007-10-191-0/+6
* | | | | gitk: disable colours when calling git logSam Vilain2007-10-171-1/+1
* | | | | gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras2007-08-291-1/+2
| |_|_|/ |/| | |
* | | | gitk: Add a window to list branches, tags and other referencesPaul Mackerras2007-08-201-2/+210
* | | | [PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers.Johannes Sixt2007-08-171-6/+8
* | | | gitk: Fix bug in fix for warning when removing a branchPaul Mackerras2007-08-171-1/+1
* | | | [PATCH] gitk: Make the date/time display configurableArjen Laarhoven2007-08-151-2/+5
* | | | [PATCH] gitk: Let user easily specify lines of context in diff viewSteffen Prohaska2007-08-151-2/+32
* | | | gitk: Fix warning when removing a branchPaul Mackerras2007-08-151-2/+2
| |_|/ |/| |
* | | gitk: Fix bug causing Tcl error when updating graphPaul Mackerras2007-08-131-13/+11
* | | gitk: Fix bug introduced in commit 67a4f1a7Paul Mackerras2007-08-131-10/+14
| |/ |/|
* | [PATCH] gitk: Show an error and exit if no .git could be foundAlex Riesen2007-08-121-1/+4
* | [PATCH] gitk: Continue and show error message in new reposAlex Riesen2007-08-121-1/+1
* | [PATCH] gitk: Handle MouseWheel events on WindowsMark Levedahl2007-08-121-2/+25
* | [PATCH] gitk: Enable selected patch text on WindowsMark Levedahl2007-08-121-2/+5
* | gitk: Fix bug causing the "can't unset idinlist(...)" errorPaul Mackerras2007-08-121-3/+2
|/
* gitk: Add a context menu for file list entriesPaul Mackerras2007-07-271-0/+36
* gitk: Fix bugs in the Find functionPaul Mackerras2007-07-261-35/+53
* gitk: Wait for the window to become visible after creating itPaul Mackerras2007-07-231-0/+2
* [PATCH] gitk: Bind keyboard actions to the command key on Mac OSShawn O. Pearce2007-07-221-32/+43
* [PATCH] gitk: Ignore ctrl-z as EOF on windowsMark Levedahl2007-07-221-1/+1
* gitk: Make the fake commit for the index changes green rather than magentaPaul Mackerras2007-07-221-1/+1
* gitk: Show changes in index and changes in working directory separatelyPaul Mackerras2007-07-131-57/+138
* gitk: Fix bug introduced by previous commitPaul Mackerras2007-07-131-3/+3
* gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras2007-07-121-20/+29
* gitk: Use git log and add support for --left-rightPaul Mackerras2007-07-091-12/+34
* gitk: Fix bug causing "can't read commitrow(0,n)" errorPaul Mackerras2007-07-091-2/+2
* [PATCH] gitk: Fix for tree view ending in nested directoriesBrian Downing2007-07-091-0/+3
* gitk: Remove the unused stopfindproc functionPaul Mackerras2007-07-041-19/+0
* gitk: Fix bug in the anc_or_desc routinePaul Mackerras2007-07-041-1/+2
* gitk: Fix the find and highlight functionsPaul Mackerras2007-07-041-138/+185
* gitk: Update selection background colorbar in prefs dialogMark Levedahl2007-06-281-1/+1
* gitk: Use a spinbox for setting tabstop settingsMark Levedahl2007-06-281-1/+1
* gitk: Add a progress bar to show progress while resettingPaul Mackerras2007-06-261-7/+45
* gitk: Improve handling of whitespace and special chars in filenamesPaul Mackerras2007-06-231-51/+84