summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)Author
2006-04-06gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras
2006-04-06[PATCH] gitk: Fix searching for filenames in gitkPavel Roskin
2006-04-05[PATCH] Provide configurable UI font for gitkKeith Packard
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing
2006-04-04gitk: Add a help menu item to display key bindingsPaul Mackerras
2006-04-04[PATCH] gitk: allow goto headsStephen Rothwell
2006-04-02gitk: replace parent and children arrays with listsPaul Mackerras
2006-03-30gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras
2006-03-30gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras
2006-03-30gitk: Prevent parent link from overwriting commit headlinePaul Mackerras
2006-03-30gitk: Show diffs for boundary commitsPaul Mackerras
2006-03-30gitk: Use the new --boundary flag to git-rev-listPaul Mackerras
2006-03-21gitk: Fix two bugs reported by usersPaul Mackerras
2006-03-18gitk: Improve appearance of first child linksPaul Mackerras
2006-03-18gitk: Make downward-pointing arrows end in vertical line segmentPaul Mackerras
2006-03-18gitk: Don't change cursor at end of layout if find in progressPaul Mackerras
2006-03-17gitk: Make commitdata an array rather than a listPaul Mackerras
2006-03-07gitk: Fix display of diff lines beginning with --- or +++Paul Mackerras
2006-03-02[PATCH] gitk: Make error_popup react to ReturnMartin Mares
2006-03-02gitk: Fix a bug in drawing the selected line as a thick linePaul Mackerras
2006-03-02gitk: Further speedupsPaul Mackerras
2006-02-28gitk: Various speed improvementsPaul Mackerras
2006-02-28gitk: Fix Update menu itemPaul Mackerras
2006-02-27gitk: Fix clicks on arrows on line endsPaul Mackerras
2006-02-19gitk: New improved gitkPaul Mackerras
2006-02-09gitk: Make "find" on "Files" work again.Paul Mackerras
2006-02-06gitk: Use git-diff-tree --cc for showing the diffs for mergesPaul Mackerras
2006-02-06gitk: Add braces around if expressionsPaul Mackerras
2005-12-07gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras
2005-12-05gitk: Some improvements for the code for updating the displayPaul Mackerras
2005-12-01gitk: Factored out some common code into a new start_rev_list procedurePaul Mackerras
2005-12-01[PATCH] gitk: add Update menu item.Sven Verdoolaege
2005-11-29gitk: Add a preferences dialog with some basic stuffPaul Mackerras
2005-11-28[PATCH] gitk: Use i18n.commitencoding configuration item.Junio C Hamano
2005-11-28gitk: Fix diff this->selected and selected->this functionsPaul Mackerras
2005-11-23[PATCH] gitk: UTF-8 supportPavel Roskin
2005-11-23[PATCH] gitk: put braces around exprsJeff Hobbs
2005-11-20gitk: Disable fastdate stuff for nowPaul Mackerras
2005-11-20gitk: Fix some bugs introduced by speedup changesPaul Mackerras
2005-11-19gitk: moving all three panes if clicking on an arrow.Stefan-W. Hahn
2005-11-19gitk: use git-diff-tree --no-commit-idPavel Roskin
2005-11-19gitk: Specify line hover fontFrank Sorenson
2005-11-19readrefs: grab all refs with one call to ls-remote.Junio C Hamano
2005-11-14Add -r flag and some speedupsPaul Mackerras
2005-10-27[PATCH] Make "gitk" work better with dense revlistsLinus Torvalds
2005-09-27Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras
2005-09-26Change wish8.4 back to wishPaul Mackerras
2005-09-22[PATCH] Add new keybindingsRobert Suetterlin
2005-08-30Draw selected graph line thicker and make arrowheads active.Paul Mackerras