summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listLibravatar Paul Mackerras1-51/+196
2006-05-02gitk: Fix file list display when files are renamedLibravatar Paul Mackerras1-62/+29
2006-05-02gitk: Basic support for highlighting one view within anotherLibravatar Paul Mackerras1-221/+343
2006-05-01gitk: Add a tree-browsing modeLibravatar Paul Mackerras1-20/+358
2006-04-27gitk: Use a text widget for the file listLibravatar Paul Mackerras1-59/+131
2006-04-26Merge branch 'new'Libravatar Paul Mackerras1-156/+555
2006-04-25[PATCH] gitk: Add a visual tag for remote refsLibravatar Josef Weidendorfer1-0/+14
2006-04-25gitk: add menu item for editing the current viewLibravatar Paul Mackerras1-37/+90
2006-04-25gitk: Implement "permanent" views (stored in ~/.gitk)Libravatar Paul Mackerras1-13/+48
2006-04-23Merge branch 'master' into newLibravatar Paul Mackerras1-2/+3
2006-04-23gitk: Use git-rev-parse only to identify file/dir names on cmd lineLibravatar Paul Mackerras1-50/+23
2006-04-23gitk: Let git-rev-list do the argument list parsingLibravatar Paul Mackerras1-18/+2
2006-04-21gitk: Remember the view in the history listLibravatar Paul Mackerras1-9/+29
2006-04-17gitk: Fix bug caused by missing commitlisted elementsLibravatar Paul Mackerras1-2/+3
2006-04-17gitk: Don't reread git-rev-list output from scratch on view switchLibravatar Paul Mackerras1-41/+116
2006-04-06gitk: Fix various bugs in the view supportLibravatar Paul Mackerras1-5/+15
2006-04-06Merge branch 'master' into newLibravatar Paul Mackerras1-14/+131
2006-04-06gitk: Fix incorrect invocation of getmergedifflineLibravatar Paul Mackerras1-1/+1
2006-04-06[PATCH] gitk: Fix searching for filenames in gitkLibravatar Pavel Roskin1-1/+1
2006-04-06gitk: Make File->Update work properly againLibravatar Paul Mackerras1-29/+30
2006-04-05[PATCH] Provide configurable UI font for gitkLibravatar Keith Packard1-6/+17
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Libravatar Mark Wooding1-1/+1
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitLibravatar Rutger Nijlunsing1-6/+69
2006-04-05gitk: Add a help menu item to display key bindingsLibravatar Paul Mackerras1-1/+43
2006-04-05[PATCH] gitk: allow goto headsLibravatar Stephen Rothwell1-3/+4
2006-04-04gitk: Implement multiple viewsLibravatar Paul Mackerras1-118/+334
2006-04-02gitk: replace parent and children arrays with listsLibravatar Paul Mackerras1-93/+95
2006-03-31gitk: Better workaround for arrows on diagonal line segmentsLibravatar Paul Mackerras1-16/+21
2006-03-31gitk: Allow top panes to scroll horizontally with mouse button 2Libravatar Paul Mackerras1-10/+35
2006-03-31gitk: Prevent parent link from overwriting commit headlineLibravatar Paul Mackerras1-9/+9
2006-03-30gitk: Show diffs for boundary commitsLibravatar Paul Mackerras1-2/+2
2006-03-30gitk: Use the new --boundary flag to git-rev-listLibravatar Paul Mackerras1-3/+12
2006-03-22gitk: Fix two bugs reported by usersLibravatar Paul Mackerras1-11/+11
2006-03-18gitk: Improve appearance of first child linksLibravatar Paul Mackerras1-6/+53
2006-03-18gitk: Make downward-pointing arrows end in vertical line segmentLibravatar Paul Mackerras1-8/+21
2006-03-18gitk: Don't change cursor at end of layout if find in progressLibravatar Paul Mackerras1-3/+6
2006-03-18gitk: Make commitdata an array rather than a listLibravatar Paul Mackerras1-17/+10
2006-03-08gitk: Fix display of diff lines beginning with --- or +++Libravatar Paul Mackerras1-1/+3
2006-03-03[PATCH] gitk: Make error_popup react to ReturnLibravatar Martin Mares1-0/+1
2006-03-02gitk: Fix a bug in drawing the selected line as a thick lineLibravatar Paul Mackerras1-19/+25
2006-03-02gitk: Further speedupsLibravatar Paul Mackerras1-24/+55
2006-02-28gitk: Various speed improvementsLibravatar Paul Mackerras1-116/+112
2006-02-28gitk: Fix Update menu itemLibravatar Paul Mackerras1-115/+23
2006-02-28gitk: Fix clicks on arrows on line endsLibravatar Paul Mackerras1-54/+13
2006-02-19gitk: New improved gitkLibravatar Paul Mackerras1-727/+824
2006-02-10gitk: Make "find" on "Files" work again.Libravatar Paul Mackerras1-48/+34
2006-02-07gitk: Use git-diff-tree --cc for showing the diffs for mergesLibravatar Paul Mackerras1-501/+99
2006-02-07gitk: Add braces around if expressionsLibravatar Paul Mackerras1-9/+11
2005-12-07gitk: Work around Tcl's non-standard names for encodingsLibravatar Paul Mackerras1-94/+374
2005-12-06gitk: Some improvements for the code for updating the displayLibravatar Paul Mackerras1-44/+66