summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2012-10-22gitk: Fix error message when clicking on a connecting lineLibravatar Stefan Haller1-0/+2
2012-10-22gitk: Fix crash when not using themed widgetsLibravatar Marcus Karlsson1-4/+12
2012-10-22gitk: Use bindshiftfunctionkey to bind Shift-F5Libravatar Andrew Wong1-1/+1
2012-10-22gitk: Refactor code for binding modified function keysLibravatar Andrew Wong1-2/+6
2012-09-23gitk: Work around empty back and forward images when buttons are disabledLibravatar Stefan Haller1-6/+11
2012-09-23gitk: Highlight first search result immediately on incremental searchLibravatar Stefan Haller1-1/+4
2012-09-23gitk: Highlight current search hit in orangeLibravatar Stefan Haller1-3/+23
2012-09-23gitk: Synchronize highlighting in file view when scrolling diffLibravatar Stefan Haller1-11/+43
2012-09-12Merge branch 'da/gitk-reload-tag-contents' of git://github.com/gitster/gitLibravatar Paul Mackerras1-6/+7
2012-09-08gitk: Rename 'tagcontents' to 'cached_tagcontent'Libravatar David Aguilar1-7/+7
2012-09-08gitk: Teach "Reread references" to reload tagsLibravatar David Aguilar1-1/+2
2012-08-04gitk: Fix GIT_TRACE issuesLibravatar Aske Olsson1-0/+5
2012-04-25gitk: Avoid Meta1-F5Libravatar Felipe Contreras1-2/+2
2012-04-02gitk: fix setting font display with new tabbed dialog layout.Libravatar Pat Thoyts1-1/+1
2012-04-02gitk: fix tabbed preferences construction when using tcl 8.4Libravatar Pat Thoyts1-0/+1
2012-03-24gitk: Teach gitk to respect log.showrootLibravatar Marcus Karlsson1-1/+9
2012-03-23gitk: Add menu items for comparing a commit with the marked commitLibravatar Paul Mackerras1-9/+29
2012-03-19gitk: Speed up resolution of short SHA1 idsLibravatar Paul Mackerras1-5/+27
2012-03-19gitk: Use symbolic font names "sans" and "monospace" when availableLibravatar Jonathan Nieder1-0/+5
2012-03-19gitk: Skip over AUTHOR/COMMIT_DATE when searching all fieldsLibravatar Frédéric Brière1-2/+4
2012-03-19gitk: Make "git describe" output clickable, tooLibravatar Jim Meyering1-1/+5
2012-03-19gitk: Fix the display of files when filtered by pathLibravatar Pat Thoyts1-11/+27
2012-03-19gitk: Use a tabbed dialog to edit preferencesLibravatar Pat Thoyts1-100/+164
2012-03-19gitk: Use "gitk: repo-top-level-dir" as window titleLibravatar Zbigniew Jędrzejewski-Szmek1-1/+12
2011-10-08gitk: Make vi-style keybindings more vi-likeLibravatar Jonathan Nieder1-6/+6
2011-07-24gitk: Make "touching paths" search support backslashesLibravatar Yggy King1-1/+6
2011-07-24gitk: Show modified files with separate work treeLibravatar Martin von Zweigbergk1-6/+11
2011-07-24gitk: Simplify calculation of gitdirLibravatar Martin von Zweigbergk1-14/+1
2011-07-24gitk: Run 'git rev-parse --git-dir' only onceLibravatar Martin von Zweigbergk1-2/+4
2011-07-24gitk: Put temporary directory inside .gitLibravatar Martin von Zweigbergk1-2/+1
2011-07-24gitk: Fix "External diff" with separate work treeLibravatar Martin von Zweigbergk1-2/+3
2011-07-24gitk: Fix "blame parent commit" with separate work treeLibravatar Martin von Zweigbergk1-2/+2
2011-07-24gitk: Fix "show origin of this line" with separate work treeLibravatar Martin von Zweigbergk1-2/+2
2011-07-24gitk: Fix file highlight when run in subdirectoryLibravatar Martin von Zweigbergk1-1/+10
2011-07-24gitk: Update copyrightLibravatar Paul Mackerras1-2/+2
2011-05-29gitk: When a commit contains a note, mark it with a yellow boxLibravatar Raphael Zimmerer1-1/+16
2011-05-29gitk: Remember time zones from author and commit timestampsLibravatar Anders Kaseorg1-4/+4
2011-05-29gitk: Remove unused $cdate arrayLibravatar Anders Kaseorg1-4/+1
2011-04-09gitk: Update cherry-pick error message parsingLibravatar Anders Kaseorg1-1/+1
2011-03-09gitk: Quote tag names in event bindings to avoid problems with % charsLibravatar Pat Thoyts1-3/+4
2011-03-09gitk: Allow user to control how much of the SHA1 ID gets auto-selectedLibravatar Paul Mackerras1-6/+9
2011-01-19gitk: Take only numeric version components when computing $git_versionLibravatar Anders Kaseorg1-1/+1
2010-12-12gitk: Make text selectable on MacLibravatar Stefan Haller1-0/+1
2010-12-12gitk: Prevent the text pane from becoming editableLibravatar Stefan Haller1-0/+1
2010-12-12gitk: Add the equivalent of diff --color-wordsLibravatar Thomas Rast1-3/+61
2010-05-30gitk: Show notes by default (like git log does)Libravatar Kirill Smelkov1-4/+11
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