summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2007-07-09gitk: Use git log and add support for --left-rightLibravatar Paul Mackerras1-12/+34
2007-07-09gitk: Fix bug causing "can't read commitrow(0,n)" errorLibravatar Paul Mackerras1-2/+2
2007-07-09[PATCH] gitk: Fix for tree view ending in nested directoriesLibravatar Brian Downing1-0/+3
2007-07-04gitk: Remove the unused stopfindproc functionLibravatar Paul Mackerras1-19/+0
2007-07-04gitk: Fix bug in the anc_or_desc routineLibravatar Paul Mackerras1-1/+2
2007-07-04gitk: Fix the find and highlight functionsLibravatar Paul Mackerras1-138/+185
2007-06-28gitk: Update selection background colorbar in prefs dialogLibravatar Mark Levedahl1-1/+1
2007-06-28gitk: Use a spinbox for setting tabstop settingsLibravatar Mark Levedahl1-1/+1
2007-06-26gitk: Add a progress bar to show progress while resettingLibravatar Paul Mackerras1-7/+45
2007-06-23gitk: Improve handling of whitespace and special chars in filenamesLibravatar Paul Mackerras1-51/+84
2007-06-23gitk: Fix bug causing nearby tags/heads to sometimes not be displayedLibravatar Paul Mackerras1-3/+11
2007-06-23gitk: Limit how often we change the canvas scrolling regionLibravatar Paul Mackerras1-1/+7
2007-06-23gitk: Add a "reset branch to here" row context-menu operationLibravatar Paul Mackerras1-5/+57
2007-06-23gitk: Get rid of the childlist variableLibravatar Paul Mackerras1-29/+17
2007-06-23gitk: Speed up the reading of referencesLibravatar Paul Mackerras1-34/+31
2007-06-23gitk: Show local uncommitted changes as a fake commitLibravatar Paul Mackerras1-53/+284
2007-06-23gitk: New algorithm for drawing the graph linesLibravatar Paul Mackerras1-185/+297
2007-06-23gitk: Store ids in rowrangelist and idrowranges rather than row numbersLibravatar Paul Mackerras1-48/+28
2007-06-23gitk: Disable the head context menu entries for the checked-out branchLibravatar Paul Mackerras1-1/+8
2007-06-23gitk: Cope with commit messages with carriage-returns and initial blank linesLibravatar Paul Mackerras1-6/+14
2007-06-23gitk: Implement a simple scheduler for the compute-intensive stuffLibravatar Paul Mackerras1-253/+310
2007-06-23gitk: Improve the behaviour of the initial selectionLibravatar Paul Mackerras1-8/+30
2007-06-23gitk: Add some more comments to the optimize_rows procedureLibravatar Paul Mackerras1-0/+12
2007-06-23gitk: Don't try to list large numbers of tags or heads in the details paneLibravatar Paul Mackerras1-18/+24
2007-06-23gitk: New infrastructure for working out branches & previous/next tagsLibravatar Paul Mackerras1-350/+890
2007-05-22[PATCH] gitk: Allow specifying tabstop as other than default 8 characters.Libravatar Mark Levedahl1-4/+13
2007-05-22[PATCH] gitk: Update fontsize in patch / tree listLibravatar Mark Levedahl1-1/+2
2007-05-22[PATCH] gitk: Make selection highlight color configurableLibravatar Mark Levedahl1-3/+23