summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2014-06-15gitk: Honor TMPDIR when viewing external diffsLibravatar David Aguilar1-2/+9
2014-06-15gitk: Show staged submodules regardless of ignore configLibravatar Jens Lehmann1-3/+10
2014-06-15gitk: Allow displaying time zones from author and commit dates timestampsLibravatar Anders Kaseorg1-1/+23
2014-06-15gitk: Switch to patch mode when searching for line originLibravatar Max Kirillov1-2/+6
2014-06-15gitk: Replace SHA1 entry field on keyboard pasteLibravatar Ilya Bobyr1-0/+1
2014-01-23gitk: Indent word-wrapped lines in commit display headerLibravatar Paul Mackerras1-1/+1
2014-01-22gitk: Comply with XDG base directory specificationLibravatar Astril Hayato1-5/+30
2014-01-21gitk: Replace "next" and "prev" buttons with down and up arrowsLibravatar Marc Branchaud1-2/+28
2014-01-21gitk: Update copyright datesLibravatar Paul Mackerras1-2/+2
2014-01-21gitk: Fix mistypeLibravatar Max Kirillov1-1/+1
2013-12-02gitk: Recognize -L optionLibravatar Thomas Rast1-0/+8
2013-12-02gitk: Support showing the gathered inline diffsLibravatar Thomas Rast1-0/+38
2013-12-02gitk: Split out diff part in $commitinfoLibravatar Thomas Rast1-1/+10
2013-12-02gitk: Refactor per-line part of getblobdiffline and its supportLibravatar Thomas Rast1-195/+213
2013-12-02gitk: Support -G option from the command lineLibravatar Thomas Rast1-1/+1
2013-10-31gitk: Tag display improvementsLibravatar Paul Mackerras1-13/+83
2013-05-13gitk: On OSX, bring the gitk window to frontLibravatar Tair Sabirgaliev1-0/+9
2013-05-13gitk: Add support for -G'regex' pickaxe variantLibravatar Martin Langhoff1-1/+4
2013-05-11gitk: Add menu item for reverting commitsLibravatar Knut Franke1-0/+62
2013-05-11gitk: Simplify file filteringLibravatar Felipe Contreras1-13/+7
2013-05-11gitk: Display the date of a tag in a human-friendly wayLibravatar Anand Kumria1-1/+1
2013-05-11gitk: Improve behaviour of drop-down listsLibravatar Paul Mackerras1-1/+6
2013-04-01gitk: Move hard-coded colors to .gitkLibravatar Gauthier Östervall1-39/+110
2013-01-02gitk: Display important heads even when there are manyLibravatar Paul Mackerras1-15/+44
2013-01-01gitk: Improve display of list of nearby tags and headsLibravatar Paul Mackerras1-3/+9
2013-01-01gitk: Fix display of branch names on some commitsLibravatar Paul Mackerras1-2/+2
2012-10-22gitk: When searching, only highlight files when in Patch modeLibravatar Stefan Haller1-7/+6
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