summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* gitk: Show notes by default (like git log does)Kirill Smelkov2010-05-301-4/+11
* gitk: Display dirty submodules correctlyJens Lehmann2010-04-171-8/+21
* gitk: Fix display of copyright symbolPat Thoyts2010-03-201-1/+1
* gitk: Add emacs editor variable blockPat Thoyts2010-03-201-0/+6
* gitk: Avoid calling tk_setPalette on WindowsPat Thoyts2010-03-201-0/+1
* gitk: Don't clobber "Remember this view" settingJonathan Nieder2010-03-201-2/+2
* gitk: Add comments to explain encode_view_opts and decode_view_optsJonathan Nieder2010-03-201-0/+2
* gitk: Use consistent font for all text input fieldsMark Hills2010-03-201-4/+5
* gitk: Set the font for all listbox widgetsMark Hills2010-03-201-0/+1
* gitk: Set the font for all spinbox widgetsMark Hills2010-03-201-1/+2
* gitk: Remove forced use of sans-serif fontMark Hills2010-03-201-12/+0
* gitk: Add Ctrl-W shortcut for closing the active windowJens Lehmann2010-03-201-0/+3
* gitk: Fix copyright symbol in About box messagePaul Mackerras2010-02-041-1/+1
* gitk: Adjust two equal strings which differed in whitespaceMarkus Heidelberg2010-01-121-1/+1
* gitk: Display submodule diffs with appropriate encodingKirill Smelkov2010-01-121-0/+2
* gitk: Fix display of newly-created tagsDave Dulson2010-01-121-1/+1
* gitk: Enable gitk to create tags with messagesDave Dulson2010-01-121-1/+11
* gitk: Add "--no-replace-objects" optionChristian Couder2009-12-141-1/+4
* gitk: Fix selection of tagsPat Thoyts2009-11-191-1/+1
* gitk: Default to the system colours on WindowsPat Thoyts2009-11-141-5/+12
* gitk: Merge branch 'dev' into masterPaul Mackerras2009-11-141-264/+497
|\
| * gitk: Don't compare fake children when comparing commitsPaul Mackerras2009-09-101-9/+21
| * gitk: Show diff of commits at end of compare-commits outputPaul Mackerras2009-09-071-23/+58
| * gitk: Add a user preference to enable/disable use of themed widgetsPaul Mackerras2009-09-051-10/+26
| * Merge branch 'master' into devPaul Mackerras2009-09-051-48/+130
| |\
| * | gitk: Fix errors in the theme patchPat Thoyts2009-05-161-2/+8
| * | gitk: Use themed tk widgetsPat Thoyts2009-05-011-237/+370
| * | Merge branch 'master' into devPaul Mackerras2009-05-011-70/+368
| |\ \
| * | | gitk: Restore scrolling position of diff pane on back/forward in historyPaul Mackerras2008-11-231-9/+75
* | | | gitk: Fix "git gui blame" invocation when called from top-level directoryMarkus Heidelberg2009-11-141-0/+3
* | | | gitk: Disable checkout of remote branchesSitaram Chamarty2009-11-141-0/+3
* | | | gitk: Improve appearance of radiobuttons and checkbuttonsPaul Mackerras2009-11-141-2/+12
* | | | gitk: Skip translation of "wrong Tcl version" messageBernt Hansen2009-11-031-4/+4
* | | | gitk: Use the --submodule option for displaying diffs when availableJens Lehmann2009-11-031-1/+20
* | | | gitk: Fix diffing committed -> staged (typo in diffcmd)Jens Lehmann2009-11-031-1/+1
* | | | gitk: Add configuration for UI colour schemeGuillermo S. Romero2009-11-031-2/+14
* | | | gitk: Work around leftover temporary save filePat Thoyts2009-09-211-0/+1
* | | | gitk: Show diff of commits at end of compare-commits outputPaul Mackerras2009-09-101-23/+58
| |_|/ |/| |
* | | gitk: Parse arbitrary commit-ish in SHA1 fieldThomas Rast2009-08-131-1/+6
* | | gitk: Fix direction of symmetric difference in optimized modeThomas Rast2009-08-131-1/+1
* | | gitk: New option to hide remote refsThomas Rast2009-08-131-3/+15
* | | gitk: Do not hard-code "encoding" in attribute lookup functionsJohannes Sixt2009-08-131-2/+2
* | | gitk: Allow diff view without context linesMarkus Heidelberg2009-05-251-2/+2
* | | gitk: Add another string to translationMichele Ballabio2009-05-251-1/+1
* | | gitk: Add option 'Simple history' to the options menuDirk Suesserott2009-05-251-1/+3
* | | gitk: Handle msysGit version during version comparisonsPat Thoyts2009-05-191-1/+1
* | | gitk: Make more options easily accessible from Edit View dialogElijah Newren2009-05-161-37/+94
* | | gitk: Check git version before using --textconv flagPaul Mackerras2009-05-161-1/+7
* | | gitk: Use --textconv to generate diff textJohannes Sixt2009-05-161-1/+1
| |/ |/|
* | gitk: Fix compare-commits function when we have local changesPaul Mackerras2009-04-211-19/+47