summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2008-05-11gitk: Allow users to view diffs in external diff viewerLibravatar Thomas Arcila1-2/+145
2008-05-10gitk: Synchronize highlighting in file view for 'f' and 'b' commandsLibravatar Paul Mackerras1-7/+25
2008-05-03gitk: Disable "Reset %s branch to here" when on a detached headLibravatar Michele Ballabio1-1/+5
2008-04-28gitk: Fix handling of tree file list with special chars in namesLibravatar Paul Mackerras1-2/+3
2008-04-06gitk: Fix changing colors through Edit->PreferencesLibravatar Gerrit Pape1-3/+3
2008-03-11gitk: Avoid Tcl error when switching viewsLibravatar Paul Mackerras1-3/+1
2008-03-11[PATCH] gitk: Don't show local changes when we there is no work treeLibravatar David Aguilar1-1/+6
2008-03-10[PATCH] gitk: Add horizontal scrollbar to the diff viewLibravatar Pekka Kaitaniemi1-6/+14
2008-03-10[PATCH] gitk: make autoselect optionalLibravatar Jeff King1-3/+14
2008-03-10[PATCH] gitk: Mark another string for translationLibravatar Michele Ballabio1-1/+1
2008-03-10[PATCH] Add an --argscmd flag to get the list of refs to showLibravatar Yann Dirson1-10/+40
2008-03-10gitk: Only restore window size from ~/.gitk, not positionLibravatar Paul Mackerras1-2/+10
2008-02-14[PATCH] gitk: Heed the lines of context in merge commitsLibravatar Johannes Sixt1-1/+2
2008-02-13[PATCH] gitk: learn --show-all outputLibravatar Linus Torvalds1-7/+8
2008-02-12[PATCH] gitk: properly deal with tag names containing / (slash)Libravatar Gerrit Pape1-5/+1
2008-02-12[PATCH] gitk: Add checkbutton to ignore space changesLibravatar Steffen Prohaska1-0/+13
2008-02-12[PATCH] gitk: Fix "Key bindings" messageLibravatar Michele Ballabio1-39/+39
2008-01-14[PATCH] gitk: make Ctrl "+" really increase the font sizeLibravatar Johannes Schindelin1-0/+1
2008-01-11gitk: Fix typo in user message.Libravatar Christian Stimming1-3/+3
2008-01-09[PATCH] gitk: use user-configured background in view definition dialogLibravatar Gerrit Pape1-3/+3
2008-01-06gitk: Restore some widget options whose defaults changed in Tk 8.5Libravatar Paul Mackerras1-60/+45
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-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
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