summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2008-01-15gitk: Fix bug where editing an existing view would cause an infinite loopLibravatar Paul Mackerras1-0/+1
2008-01-15gitk: Select something appropriate on cherry-pick, branch reset and checkoutLibravatar Paul Mackerras1-1/+4
2008-01-13gitk: Select head of current branch by defaultLibravatar Paul Mackerras1-20/+15
2008-01-12gitk: Fix a bug in make_disporderLibravatar Paul Mackerras1-1/+1
2008-01-10gitk: Fix handling of flag argumentsLibravatar Paul Mackerras1-3/+6
2008-01-09Merge branch 'master' into devLibravatar Paul Mackerras1-3/+3
2008-01-09[PATCH] gitk: use user-configured background in view definition dialogLibravatar Gerrit Pape1-3/+3
2008-01-07gitk: Index [fnvr]highlights by id rather than rowLibravatar Paul Mackerras1-40/+33
2008-01-06Merge branch 'master' into devLibravatar Paul Mackerras1-60/+45
2008-01-06gitk: Restore some widget options whose defaults changed in Tk 8.5Libravatar Paul Mackerras1-60/+45
2008-01-06gitk: Fix potential bug with fake commit IDs in renumbervarcLibravatar Paul Mackerras1-9/+28
2008-01-02gitk: Fix a couple of bugs in the find functionLibravatar Paul Mackerras1-4/+11
2008-01-02gitk: Fix some corner cases in the targetid/targetrow stuffLibravatar Paul Mackerras1-18/+51
2007-12-30gitk: Keep the same commits visible as other commits come inLibravatar Paul Mackerras1-13/+42
2007-12-29gitk: Don't try to show local changes from a head that isn't shownLibravatar Paul Mackerras1-3/+10
2007-12-26gitk: Fix another collection of bugsLibravatar Paul Mackerras1-21/+28
2007-12-20Merge branch 'master' into devLibravatar Paul Mackerras1-250/+268
2007-12-20[PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright ...Libravatar Christian Stimming1-1/+1
2007-12-20[PATCH] gitk i18n: More markup -- various options menusLibravatar Christian Stimming1-46/+46
2007-12-20[PATCH] gitk i18n: Markup several strings for translationLibravatar Christian Stimming1-200/+201
2007-12-20[PATCH] gitk i18n: Import msgcat for message string translation; load transla...Libravatar Christian Stimming1-0/+19
2007-12-20gitk: Implement date mode in the new frameworkLibravatar Paul Mackerras1-98/+130
2007-12-19gitk: More bug fixes and cleanupsLibravatar Paul Mackerras1-39/+39
2007-12-12gitk: Fix more bugs resulting in Tcl "no such element in array" errorsLibravatar Paul Mackerras1-24/+35
2007-12-11gitk: Fix a couple of bugsLibravatar Paul Mackerras1-2/+3
2007-12-11gitk: Compute row numbers and order tokens lazilyLibravatar Paul Mackerras1-90/+113
2007-12-07gitk: Fix bug in parsing multiple revision argumentsLibravatar Paul Mackerras1-1/+1
2007-12-06gitk: Fix bug in assigning row numbers to arcsLibravatar Paul Mackerras1-19/+19
2007-12-03gitk: Use git log without --topo-order and reorganize the commits ourselvesLibravatar Paul Mackerras1-421/+957
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsLibravatar Paul Mackerras1-3/+3
2007-10-27Merge branch 'dev'Libravatar Paul Mackerras1-1076/+1638
2007-10-27gitk: Simplify the code for finding commitsLibravatar Paul Mackerras1-152/+54
2007-10-24gitk: Fix a couple more bugs in the path limitingLibravatar Paul Mackerras1-18/+29
2007-10-23Merge branch 'master' into devLibravatar Paul Mackerras1-33/+115
2007-10-23gitk: Fix some bugs with path limiting in the diff displayLibravatar Paul Mackerras1-1/+5
2007-10-23gitk: Use the status window for other functionsLibravatar Paul Mackerras1-6/+6
2007-10-23gitk: Integrate the reset progress bar in the main frameLibravatar Paul Mackerras1-21/+27
2007-10-23gitk: Ensure tabstop setting gets restored by Cancel buttonLibravatar Paul Mackerras1-7/+7
2007-10-23gitk: Limit diff display to listed paths by defaultLibravatar Paul Mackerras1-10/+86
2007-10-21gitk: Fix "can't unset prevlines(...)" Tcl errorLibravatar Paul Mackerras1-16/+5
2007-10-20gitk: Avoid an error when cherry-picking if HEAD has moved onLibravatar Paul Mackerras1-1/+1
2007-10-20gitk: Check that we are running on at least Tcl/Tk 8.4Libravatar Paul Mackerras1-0/+7
2007-10-19gitk: Do not pick up file names of "copy from" linesLibravatar Johannes Sixt1-2/+1
2007-10-19gitk: Add support for OS X mouse wheelLibravatar Jonathan del Strother1-0/+6
2007-10-19gitk: Fix Tcl error: can't unset findcurlineLibravatar Paul Mackerras1-2/+2
2007-10-17gitk: disable colours when calling git logLibravatar Sam Vilain1-1/+1
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