summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* gitk: Allow view to specify arbitrary arguments to git-rev-listPaul Mackerras2006-05-031-51/+196
* gitk: Fix file list display when files are renamedPaul Mackerras2006-05-021-62/+29
* gitk: Basic support for highlighting one view within anotherPaul Mackerras2006-05-021-221/+343
* gitk: Add a tree-browsing modePaul Mackerras2006-05-011-20/+358
* gitk: Use a text widget for the file listPaul Mackerras2006-04-271-59/+131
* Merge branch 'new'Paul Mackerras2006-04-261-156/+555
|\
| * gitk: add menu item for editing the current viewPaul Mackerras2006-04-251-37/+90
| * gitk: Implement "permanent" views (stored in ~/.gitk)Paul Mackerras2006-04-251-13/+48
| * Merge branch 'master' into newPaul Mackerras2006-04-231-2/+3
| |\
| * | gitk: Use git-rev-parse only to identify file/dir names on cmd linePaul Mackerras2006-04-231-50/+23
| * | gitk: Remember the view in the history listPaul Mackerras2006-04-211-9/+29
| * | gitk: Don't reread git-rev-list output from scratch on view switchPaul Mackerras2006-04-171-41/+116
| * | gitk: Fix various bugs in the view supportPaul Mackerras2006-04-061-5/+15
| * | Merge branch 'master' into newPaul Mackerras2006-04-061-14/+131
| |\ \
| * | | gitk: Make File->Update work properly againPaul Mackerras2006-04-061-29/+30
| * | | gitk: Implement multiple viewsPaul Mackerras2006-04-041-118/+334
* | | | [PATCH] gitk: Add a visual tag for remote refsJosef Weidendorfer2006-04-251-0/+14
| |_|/ |/| |
* | | gitk: Let git-rev-list do the argument list parsingPaul Mackerras2006-04-231-18/+2
* | | gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras2006-04-171-2/+3
| |/ |/|
* | gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras2006-04-061-1/+1
* | [PATCH] gitk: Fix searching for filenames in gitkPavel Roskin2006-04-061-1/+1
* | [PATCH] Provide configurable UI font for gitkKeith Packard2006-04-051-6/+17
* | [PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding2006-04-051-1/+1
* | [PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing2006-04-051-6/+69
* | gitk: Add a help menu item to display key bindingsPaul Mackerras2006-04-051-1/+43
* | [PATCH] gitk: allow goto headsStephen Rothwell2006-04-051-3/+4
|/
* gitk: replace parent and children arrays with listsPaul Mackerras2006-04-021-93/+95
* gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras2006-03-311-16/+21
* gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras2006-03-311-10/+35
* gitk: Prevent parent link from overwriting commit headlinePaul Mackerras2006-03-311-9/+9
* gitk: Show diffs for boundary commitsPaul Mackerras2006-03-301-2/+2
* gitk: Use the new --boundary flag to git-rev-listPaul Mackerras2006-03-301-3/+12
* gitk: Fix two bugs reported by usersPaul Mackerras2006-03-221-11/+11
* gitk: Improve appearance of first child linksPaul Mackerras2006-03-181-6/+53
* gitk: Make downward-pointing arrows end in vertical line segmentPaul Mackerras2006-03-181-8/+21
* gitk: Don't change cursor at end of layout if find in progressPaul Mackerras2006-03-181-3/+6
* gitk: Make commitdata an array rather than a listPaul Mackerras2006-03-181-17/+10
* gitk: Fix display of diff lines beginning with --- or +++Paul Mackerras2006-03-081-1/+3
* [PATCH] gitk: Make error_popup react to ReturnMartin Mares2006-03-031-0/+1
* gitk: Fix a bug in drawing the selected line as a thick linePaul Mackerras2006-03-021-19/+25
* gitk: Further speedupsPaul Mackerras2006-03-021-24/+55
* gitk: Various speed improvementsPaul Mackerras2006-02-281-116/+112
* gitk: Fix Update menu itemPaul Mackerras2006-02-281-115/+23
* gitk: Fix clicks on arrows on line endsPaul Mackerras2006-02-281-54/+13
* gitk: New improved gitkPaul Mackerras2006-02-191-727/+824
* gitk: Make "find" on "Files" work again.Paul Mackerras2006-02-101-48/+34
* gitk: Use git-diff-tree --cc for showing the diffs for mergesPaul Mackerras2006-02-071-501/+99
* gitk: Add braces around if expressionsPaul Mackerras2006-02-071-9/+11
* gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras2005-12-071-94/+374
* gitk: Some improvements for the code for updating the displayPaul Mackerras2005-12-061-44/+66