summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2010-04-17gitk: Display dirty submodules correctlyLibravatar Jens Lehmann1-8/+21
2010-03-20gitk: Fix display of copyright symbolLibravatar Pat Thoyts1-1/+1
2010-03-20gitk: Add emacs editor variable blockLibravatar Pat Thoyts1-0/+6
2010-03-20gitk: Avoid calling tk_setPalette on WindowsLibravatar Pat Thoyts1-0/+1
2010-03-20gitk: Don't clobber "Remember this view" settingLibravatar Jonathan Nieder1-2/+2
2010-03-20gitk: Add comments to explain encode_view_opts and decode_view_optsLibravatar Jonathan Nieder1-0/+2
2010-03-20gitk: Use consistent font for all text input fieldsLibravatar Mark Hills1-4/+5
2010-03-20gitk: Set the font for all listbox widgetsLibravatar Mark Hills1-0/+1
2010-03-20gitk: Set the font for all spinbox widgetsLibravatar Mark Hills1-1/+2
2010-03-20gitk: Remove forced use of sans-serif fontLibravatar Mark Hills1-12/+0
2010-03-20gitk: Add Ctrl-W shortcut for closing the active windowLibravatar Jens Lehmann1-0/+3
2010-02-04gitk: Fix copyright symbol in About box messageLibravatar Paul Mackerras1-1/+1
2010-01-12gitk: Adjust two equal strings which differed in whitespaceLibravatar Markus Heidelberg1-1/+1
2010-01-12gitk: Display submodule diffs with appropriate encodingLibravatar Kirill Smelkov1-0/+2
2010-01-12gitk: Fix display of newly-created tagsLibravatar Dave Dulson1-1/+1
2010-01-12gitk: Enable gitk to create tags with messagesLibravatar Dave Dulson1-1/+11
2009-12-14gitk: Add "--no-replace-objects" optionLibravatar Christian Couder1-1/+4
2009-11-19gitk: Fix selection of tagsLibravatar Pat Thoyts1-1/+1
2009-11-14gitk: Default to the system colours on WindowsLibravatar Pat Thoyts1-5/+12
2009-11-14gitk: Merge branch 'dev' into masterLibravatar Paul Mackerras1-264/+497
2009-11-14gitk: Fix "git gui blame" invocation when called from top-level directoryLibravatar Markus Heidelberg1-0/+3
2009-11-14gitk: Disable checkout of remote branchesLibravatar Sitaram Chamarty1-0/+3
2009-11-14gitk: Improve appearance of radiobuttons and checkbuttonsLibravatar Paul Mackerras1-2/+12
2009-11-03gitk: Skip translation of "wrong Tcl version" messageLibravatar Bernt Hansen1-4/+4
2009-11-03gitk: Use the --submodule option for displaying diffs when availableLibravatar Jens Lehmann1-1/+20
2009-11-03gitk: Fix diffing committed -> staged (typo in diffcmd)Libravatar Jens Lehmann1-1/+1
2009-11-03gitk: Add configuration for UI colour schemeLibravatar Guillermo S. Romero1-2/+14
2009-09-21gitk: Work around leftover temporary save fileLibravatar Pat Thoyts1-0/+1
2009-09-10gitk: Don't compare fake children when comparing commitsLibravatar Paul Mackerras1-9/+21
2009-09-10gitk: Show diff of commits at end of compare-commits outputLibravatar Paul Mackerras1-23/+58
2009-09-07gitk: Show diff of commits at end of compare-commits outputLibravatar Paul Mackerras1-23/+58
2009-09-05gitk: Add a user preference to enable/disable use of themed widgetsLibravatar Paul Mackerras1-10/+26
2009-09-05Merge branch 'master' into devLibravatar Paul Mackerras1-48/+130
2009-08-13gitk: Parse arbitrary commit-ish in SHA1 fieldLibravatar Thomas Rast1-1/+6
2009-08-13gitk: Fix direction of symmetric difference in optimized modeLibravatar Thomas Rast1-1/+1
2009-08-13gitk: New option to hide remote refsLibravatar Thomas Rast1-3/+15
2009-08-13gitk: Do not hard-code "encoding" in attribute lookup functionsLibravatar Johannes Sixt1-2/+2
2009-05-25gitk: Allow diff view without context linesLibravatar Markus Heidelberg1-2/+2
2009-05-25gitk: Add another string to translationLibravatar Michele Ballabio1-1/+1
2009-05-25gitk: Add option 'Simple history' to the options menuLibravatar Dirk Suesserott1-1/+3
2009-05-19gitk: Handle msysGit version during version comparisonsLibravatar Pat Thoyts1-1/+1
2009-05-16gitk: Make more options easily accessible from Edit View dialogLibravatar Elijah Newren1-37/+94
2009-05-16gitk: Check git version before using --textconv flagLibravatar Paul Mackerras1-1/+7
2009-05-16gitk: Use --textconv to generate diff textLibravatar Johannes Sixt1-1/+1
2009-05-16gitk: Fix errors in the theme patchLibravatar Pat Thoyts1-2/+8
2009-05-01gitk: Use themed tk widgetsLibravatar Pat Thoyts1-237/+370
2009-05-01Merge branch 'master' into devLibravatar Paul Mackerras1-70/+368
2009-04-21gitk: Fix compare-commits function when we have local changesLibravatar Paul Mackerras1-19/+47
2009-04-17gitk: Avoid crash if closed while reading referencesLibravatar Pat Thoyts1-0/+1
2009-04-17gitk: Handle external diff tool with spaces in the pathLibravatar Pat Thoyts1-3/+2