summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)Author
2007-07-13gitk: Fix bug introduced by previous commitPaul Mackerras
2007-07-12gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras
2007-07-09gitk: Use git log and add support for --left-rightPaul Mackerras
2007-07-09gitk: Fix bug causing "can't read commitrow(0,n)" errorPaul Mackerras
2007-07-09[PATCH] gitk: Fix for tree view ending in nested directoriesBrian Downing
2007-07-04gitk: Remove the unused stopfindproc functionPaul Mackerras
2007-07-04gitk: Fix bug in the anc_or_desc routinePaul Mackerras
2007-07-04gitk: Fix the find and highlight functionsPaul Mackerras
2007-06-28gitk: Update selection background colorbar in prefs dialogMark Levedahl
2007-06-28gitk: Use a spinbox for setting tabstop settingsMark Levedahl
2007-06-26gitk: Add a progress bar to show progress while resettingPaul Mackerras
2007-06-23gitk: Improve handling of whitespace and special chars in filenamesPaul Mackerras
2007-06-23gitk: Fix bug causing nearby tags/heads to sometimes not be displayedPaul Mackerras
2007-06-23gitk: Limit how often we change the canvas scrolling regionPaul Mackerras
2007-06-23gitk: Add a "reset branch to here" row context-menu operationPaul Mackerras
2007-06-23gitk: Get rid of the childlist variablePaul Mackerras
2007-06-23gitk: Speed up the reading of referencesPaul Mackerras
2007-06-23gitk: Show local uncommitted changes as a fake commitPaul Mackerras
2007-06-23gitk: New algorithm for drawing the graph linesPaul Mackerras
2007-06-23gitk: Store ids in rowrangelist and idrowranges rather than row numbersPaul Mackerras
2007-06-23gitk: Disable the head context menu entries for the checked-out branchPaul Mackerras
2007-06-23gitk: Cope with commit messages with carriage-returns and initial blank linesPaul Mackerras
2007-06-23gitk: Implement a simple scheduler for the compute-intensive stuffPaul Mackerras
2007-06-23gitk: Improve the behaviour of the initial selectionPaul Mackerras
2007-06-23gitk: Add some more comments to the optimize_rows procedurePaul Mackerras
2007-06-23gitk: Don't try to list large numbers of tags or heads in the details panePaul Mackerras
2007-06-23gitk: New infrastructure for working out branches & previous/next tagsPaul Mackerras
2007-05-22[PATCH] gitk: Allow specifying tabstop as other than default 8 characters.Mark Levedahl
2007-05-22[PATCH] gitk: Update fontsize in patch / tree listMark Levedahl
2007-05-22[PATCH] gitk: Make selection highlight color configurableMark Levedahl
2007-05-22gitk: Use the -q flag to git checkoutPaul Mackerras
2007-04-19gitk: Allow user to choose whether to see the diff, old file, or new filePaul Mackerras
2007-04-01[PATCH] Improve look-and-feel of the gitk tool.Eygene Ryabinkin
2007-04-01[PATCH] Teach gitk to use the user-defined UI font everywhere.Eygene Ryabinkin
2007-03-21[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkBrandon Casey
2007-03-12[PATCH] gitk: bind <F5> key to Update (reread commits)Eric Wong
2007-02-14Make gitk save and restore window pane position on Linux and Cygwin.Mark Levedahl
2007-02-14Make gitk save and restore the user set window position.Mark Levedahl
2007-02-14[PATCH] gitk: Use show-ref instead of ls-remoteJunio C Hamano
2007-02-14[PATCH] Make gitk work reasonably well on Cygwin.Junio C Hamano
2007-02-14[PATCH] gitk - remove trailing whitespace from a few lines.Mark Levedahl
2007-02-14Change git repo-config to git configPaul Mackerras
2007-01-13[PATCH] Make gitk work when launched in a subdirectoryPeter Baumann
2007-01-13[PATCH] gitk: add current directory to main window titleDoug Maxey
2006-11-23gitk: Fix enabling/disabling of menu items on Mac OS XPaul Mackerras
2006-10-19[PATCH] gitk: Fix nextfile() and add prevfile()OGAWA Hirofumi
2006-08-28gitk: Fix some bugs in the new cherry-picking codePaul Mackerras
2006-08-16gitk: Improve responsiveness while reading and layout out the graphPaul Mackerras
2006-08-08gitk: Update preceding/following tag info when creating a tagPaul Mackerras
2006-08-06gitk: Add a menu item for cherry-picking commitsPaul Mackerras