summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-22gitk: Use the -q flag to git checkoutLibravatar Paul Mackerras1-1/+1
2007-04-19gitk: Allow user to choose whether to see the diff, old file, or new fileLibravatar Paul Mackerras1-0/+17
2007-04-01[PATCH] Improve look-and-feel of the gitk tool.Libravatar Eygene Ryabinkin1-8/+15
2007-04-01[PATCH] Teach gitk to use the user-defined UI font everywhere.Libravatar Eygene Ryabinkin1-6/+23
2007-03-21[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkLibravatar Brandon Casey1-2/+2
2007-03-12[PATCH] gitk: bind <F5> key to Update (reread commits)Libravatar Eric Wong1-0/+2
2007-02-15Make gitk save and restore window pane position on Linux and Cygwin.Libravatar Mark Levedahl1-10/+13
2007-02-15Make gitk save and restore the user set window position.Libravatar Mark Levedahl1-5/+6
2007-02-15[PATCH] gitk: Use show-ref instead of ls-remoteLibravatar Junio C Hamano1-2/+2
2007-02-15[PATCH] Make gitk work reasonably well on Cygwin.Libravatar Junio C Hamano1-126/+150
2007-02-15[PATCH] gitk - remove trailing whitespace from a few lines.Libravatar Mark Levedahl1-4/+4
2007-02-15Change git repo-config to git configLibravatar Paul Mackerras1-1/+1
2007-01-13[PATCH] Make gitk work when launched in a subdirectoryLibravatar Peter Baumann1-1/+1
2007-01-13[PATCH] gitk: add current directory to main window titleLibravatar Doug Maxey1-0/+1
2006-11-23gitk: Fix enabling/disabling of menu items on Mac OS XLibravatar Paul Mackerras1-10/+10
2006-10-19[PATCH] gitk: Fix nextfile() and add prevfile()Libravatar OGAWA Hirofumi1-0/+15
2006-08-28gitk: Fix some bugs in the new cherry-picking codeLibravatar Paul Mackerras1-2/+6
2006-08-16gitk: Improve responsiveness while reading and layout out the graphLibravatar Paul Mackerras1-24/+34
2006-08-08gitk: Update preceding/following tag info when creating a tagLibravatar Paul Mackerras1-0/+77
2006-08-06gitk: Add a menu item for cherry-picking commitsLibravatar Paul Mackerras1-43/+210
2006-08-02gitk: Fix a couple of buglets in the branch head menu itemsLibravatar Paul Mackerras1-2/+2
2006-08-02gitk: Add a context menu for headsLibravatar Paul Mackerras1-0/+118
2006-08-02gitk: Add a row context-menu item for creating a new branchLibravatar Paul Mackerras1-0/+80
2006-08-02gitk: Recompute ancestor/descendent heads/tags when rereading refsLibravatar Paul Mackerras1-47/+85
2006-07-18gitk: Minor cleanupsLibravatar Paul Mackerras1-7/+5
2006-07-06gitk: Show the currently checked-out head in bold fontLibravatar Paul Mackerras1-5/+22
2006-07-05gitk: Allow the user to set some colorsLibravatar Paul Mackerras1-23/+101
2006-06-12[PATCH] gitk: rereadrefs needs listrefsLibravatar Junio C Hamano1-0/+18