summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2007-10-06gitk: Get rid of the diffopts variableLibravatar Paul Mackerras1-13/+6
2007-10-06gitk: Fix bug where the last few commits would sometimes not be visibleLibravatar Paul Mackerras1-1/+1
2007-10-06gitk: Add a font chooserLibravatar Paul Mackerras1-1/+155
2007-10-06gitk: Keep track of font attributes ourselves instead of using font actualLibravatar Paul Mackerras1-25/+57
2007-10-04gitk: Use named fonts instead of the font specificationLibravatar Paul Mackerras1-115/+142
2007-10-04gitk: Fix bug causing Tcl error when changing find match typeLibravatar Paul Mackerras1-3/+3
2007-09-28gitk: Fix the tab setting in the diff display windowLibravatar Paul Mackerras1-6/+31
2007-09-27gitk: Add progress bars for reading in stuff and for findingLibravatar Paul Mackerras1-33/+153
2007-09-27gitk: Fix a couple of bugsLibravatar Paul Mackerras1-13/+20
2007-09-22gitk: Simplify highlighting interface and combine with Find functionLibravatar Paul Mackerras1-200/+220
2007-09-15gitk: Fix bug in generating patchesLibravatar Paul Mackerras1-0/+2
2007-09-15gitk: Get rid of lookingforhead, use commitinterest insteadLibravatar Paul Mackerras1-25/+17
2007-09-15gitk: Fix bugs in setting rowfinalLibravatar Paul Mackerras1-6/+9
2007-09-05gitk: Make it possible to lay out all the rows we have received so farLibravatar Paul Mackerras1-36/+91
2007-08-30gitk: Add a cache for the topology infoLibravatar Paul Mackerras1-22/+237
2007-08-29gitk: Fix bug causing undefined variable error when cherry-pickingLibravatar Paul Mackerras1-1/+2
2007-08-29gitk: Fix bug causing incorrect ref list contents when switching viewLibravatar Paul Mackerras1-1/+1
2007-08-29gitk: Do only the parts of the layout that are neededLibravatar Paul Mackerras1-225/+263
2007-08-24gitk: Get rid of the rowchk arrayLibravatar Paul Mackerras1-24/+31
2007-08-23gitk: Fix some problems with the display of ids as linksLibravatar Paul Mackerras1-32/+55
2007-08-23gitk: Get rid of idinlist arrayLibravatar Paul Mackerras1-38/+46
2007-08-22gitk: Get rid of idrowranges and rowrangelistLibravatar Paul Mackerras1-76/+66
2007-08-20Merge branch 'master' into devLibravatar Paul Mackerras1-14/+257
2007-08-20gitk: Add a window to list branches, tags and other referencesLibravatar Paul Mackerras1-2/+210
2007-08-17[PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers.Libravatar Johannes Sixt1-6/+8
2007-08-17gitk: Fix bug in fix for warning when removing a branchLibravatar Paul Mackerras1-1/+1
2007-08-15[PATCH] gitk: Make the date/time display configurableLibravatar Arjen Laarhoven1-2/+5
2007-08-15[PATCH] gitk: Let user easily specify lines of context in diff viewLibravatar Steffen Prohaska1-2/+32
2007-08-15gitk: Fix warning when removing a branchLibravatar Paul Mackerras1-2/+2
2007-08-13Merge branch 'master' into devLibravatar Paul Mackerras1-29/+23
2007-08-13gitk: Fix bug causing Tcl error when updating graphLibravatar Paul Mackerras1-13/+11
2007-08-13gitk: Fix bug introduced in commit 67a4f1a7Libravatar Paul Mackerras1-10/+14
2007-08-13Merge branch 'master' into devLibravatar Paul Mackerras1-9/+37
2007-08-12[PATCH] gitk: Show an error and exit if no .git could be foundLibravatar Alex Riesen1-1/+4
2007-08-12[PATCH] gitk: Continue and show error message in new reposLibravatar Alex Riesen1-1/+1
2007-08-12[PATCH] gitk: Handle MouseWheel events on WindowsLibravatar Mark Levedahl1-2/+25
2007-08-12[PATCH] gitk: Enable selected patch text on WindowsLibravatar Mark Levedahl1-2/+5
2007-08-12gitk: Fix bug causing the "can't unset idinlist(...)" errorLibravatar Paul Mackerras1-3/+2
2007-08-12gitk: Eliminate diagonal arrowsLibravatar Paul Mackerras1-51/+36
2007-08-01gitk: Improve the drawing of links to parent linesLibravatar Paul Mackerras1-7/+27
2007-07-31gitk: Establish and use global left-to-right ordering for commitsLibravatar Paul Mackerras1-204/+149
2007-07-27gitk: Add a context menu for file list entriesLibravatar Paul Mackerras1-0/+36
2007-07-26gitk: Fix bugs in the Find functionLibravatar Paul Mackerras1-35/+53
2007-07-23gitk: Wait for the window to become visible after creating itLibravatar Paul Mackerras1-0/+2
2007-07-22[PATCH] gitk: Bind keyboard actions to the command key on Mac OSLibravatar Shawn O. Pearce1-32/+43
2007-07-22[PATCH] gitk: Ignore ctrl-z as EOF on windowsLibravatar Mark Levedahl1-1/+1
2007-07-22gitk: Make the fake commit for the index changes green rather than magentaLibravatar Paul Mackerras1-1/+1
2007-07-13gitk: Show changes in index and changes in working directory separatelyLibravatar Paul Mackerras1-57/+138
2007-07-13gitk: Fix bug introduced by previous commitLibravatar Paul Mackerras1-3/+3
2007-07-12gitk: Improve handling of -- and ambiguous argumentsLibravatar Paul Mackerras1-20/+29