summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* 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
* gitk: Fix bug causing nearby tags/heads to sometimes not be displayedPaul Mackerras2007-06-231-3/+11
* gitk: Limit how often we change the canvas scrolling regionPaul Mackerras2007-06-231-1/+7
* gitk: Add a "reset branch to here" row context-menu operationPaul Mackerras2007-06-231-5/+57
* gitk: Get rid of the childlist variablePaul Mackerras2007-06-231-29/+17
* gitk: Speed up the reading of referencesPaul Mackerras2007-06-231-34/+31
* gitk: Show local uncommitted changes as a fake commitPaul Mackerras2007-06-231-53/+284
* gitk: New algorithm for drawing the graph linesPaul Mackerras2007-06-231-185/+297
* gitk: Store ids in rowrangelist and idrowranges rather than row numbersPaul Mackerras2007-06-231-48/+28
* gitk: Disable the head context menu entries for the checked-out branchPaul Mackerras2007-06-231-1/+8
* gitk: Cope with commit messages with carriage-returns and initial blank linesPaul Mackerras2007-06-231-6/+14
* gitk: Implement a simple scheduler for the compute-intensive stuffPaul Mackerras2007-06-231-253/+310