summaryrefslogtreecommitdiffstats
path: root/gitk
AgeCommit message (Expand)AuthorLines
2006-04-26Merge branch 'new'Paul Mackerras-156/+555
2006-04-25[PATCH] gitk: Add a visual tag for remote refsJosef Weidendorfer-0/+14
2006-04-25gitk: add menu item for editing the current viewPaul Mackerras-37/+90
2006-04-25gitk: Implement "permanent" views (stored in ~/.gitk)Paul Mackerras-13/+48
2006-04-23Merge branch 'master' into newPaul Mackerras-2/+3
2006-04-23gitk: Use git-rev-parse only to identify file/dir names on cmd linePaul Mackerras-50/+23
2006-04-23gitk: Let git-rev-list do the argument list parsingPaul Mackerras-18/+2
2006-04-21gitk: Remember the view in the history listPaul Mackerras-9/+29
2006-04-17gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras-2/+3
2006-04-17gitk: Don't reread git-rev-list output from scratch on view switchPaul Mackerras-41/+116
2006-04-06gitk: Fix various bugs in the view supportPaul Mackerras-5/+15
2006-04-06Merge branch 'master' into newPaul Mackerras-14/+131
2006-04-06gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras-1/+1
2006-04-06[PATCH] gitk: Fix searching for filenames in gitkPavel Roskin-1/+1
2006-04-06gitk: Make File->Update work properly againPaul Mackerras-29/+30
2006-04-05[PATCH] Provide configurable UI font for gitkKeith Packard-6/+17
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding-1/+1
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing-6/+69
2006-04-05gitk: Add a help menu item to display key bindingsPaul Mackerras-1/+43
2006-04-05[PATCH] gitk: allow goto headsStephen Rothwell-3/+4
2006-04-04gitk: Implement multiple viewsPaul Mackerras-118/+334
2006-04-02gitk: replace parent and children arrays with listsPaul Mackerras-93/+95
2006-03-31gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras-16/+21
2006-03-31gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras-10/+35
2006-03-31gitk: Prevent parent link from overwriting commit headlinePaul Mackerras-9/+9
2006-03-30gitk: Show diffs for boundary commitsPaul Mackerras-2/+2
2006-03-30gitk: Use the new --boundary flag to git-rev-listPaul Mackerras-3/+12
2006-03-22gitk: Fix two bugs reported by usersPaul Mackerras-11/+11
2006-03-18gitk: Improve appearance of first child linksPaul Mackerras-6/+53
2006-03-18gitk: Make downward-pointing arrows end in vertical line segmentPaul Mackerras-8/+21
2006-03-18gitk: Don't change cursor at end of layout if find in progressPaul Mackerras-3/+6
2006-03-18gitk: Make commitdata an array rather than a listPaul Mackerras-17/+10
2006-03-08gitk: Fix display of diff lines beginning with --- or +++Paul Mackerras-1/+3
2006-03-03[PATCH] gitk: Make error_popup react to ReturnMartin Mares-0/+1
2006-03-02gitk: Fix a bug in drawing the selected line as a thick linePaul Mackerras-19/+25
2006-03-02gitk: Further speedupsPaul Mackerras-24/+55
2006-02-28gitk: Various speed improvementsPaul Mackerras-116/+112
2006-02-28gitk: Fix Update menu itemPaul Mackerras-115/+23
2006-02-28gitk: Fix clicks on arrows on line endsPaul Mackerras-54/+13
2006-02-19gitk: New improved gitkPaul Mackerras-727/+824
2006-02-10gitk: Make "find" on "Files" work again.Paul Mackerras-48/+34
2006-02-07gitk: Use git-diff-tree --cc for showing the diffs for mergesPaul Mackerras-501/+99
2006-02-07gitk: Add braces around if expressionsPaul Mackerras-9/+11
2005-12-07gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras-94/+374
2005-12-06gitk: Some improvements for the code for updating the displayPaul Mackerras-44/+66
2005-12-01gitk: Factored out some common code into a new start_rev_list procedurePaul Mackerras-30/+22
2005-12-01[PATCH] gitk: add Update menu item.Sven Verdoolaege-34/+142
2005-11-30gitk: Add a preferences dialog with some basic stuffPaul Mackerras-54/+88
2005-11-28[PATCH] gitk: Use i18n.commitencoding configuration item.Junio C Hamano-1/+8
2005-11-28gitk: Fix diff this->selected and selected->this functionsPaul Mackerras-12/+10