summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)Author
2005-08-30Draw selected graph line thicker and make arrowheads active.Paul Mackerras
2005-08-19Display the contents of a tag when the user clicks on it.Paul Mackerras
2005-08-19Added re-read refs command, and display all refs.Paul Mackerras
2005-08-19Save the maxwidth setting in the ~/.gitk file.Paul Mackerras
2005-08-19Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras
2005-08-18Use the --parents flag to git-rev-list.Paul Mackerras
2005-08-17Allow graph lines to jump through hyperspace.Paul Mackerras
2005-08-17Add graft support.Paul Mackerras
2005-08-10Refine the update heuristic to improve responsiveness a bit.Paul Mackerras
2005-08-10Only do an update every 100 commits when drawing the graph.Paul Mackerras
2005-08-09[PATCH] "Child" information in commit window - and cleanupsLinus Torvalds
2005-08-07Better graph line details display and expand history coverage.Paul Mackerras
2005-08-07[PATCH] gitk "parent information" in commit windowLinus Torvalds
2005-08-07Use lf translation rather than binary when reading commit data.Paul Mackerras
2005-08-07Change cursor to a hand cursor when over a SHA1 ID link.Paul Mackerras
2005-08-06Add forward and back buttons and make SHA1 IDs clickable links.Paul Mackerras
2005-08-04Compress the graph horizontally if it gets too wide.Paul Mackerras
2005-07-31Fix some bugs causing application error popups.Paul Mackerras
2005-07-29Improve the merge display when the result differs from all parents.Paul Mackerras
2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano
2005-07-28Import the --topo-order change and fix the writing of ~/.gitk.Paul Mackerras
2005-07-28Display the diffs for a merge in a unified fashion.Paul Mackerras
2005-07-20Handle the rename cases reported by git-diff-tree -C correctly.Paul Mackerras
2005-07-20Calculate the list of interesting files for a merge.Paul Mackerras
2005-07-18Make the diff display less gaudy.Paul Mackerras
2005-07-18Allow short SHA1 IDs in the SHA1 entry field.Paul Mackerras
2005-07-17Fix display of mode changes in details pane.Paul Mackerras
2005-07-17First cut at displaying the diffs for a merge.Paul Mackerras
2005-07-17Make searching in files changed faster, and fix some bugs.Paul Mackerras
2005-07-16Add "Files" and "Pickaxe" to the find menu.Paul Mackerras
2005-06-28Add a menu item for writing out a commit to a file.Paul Mackerras
2005-06-27Add a menu item for creating tags.Paul Mackerras
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras
2005-06-27Add a menu entry for generating a patch between any two commits.Paul Mackerras
2005-06-27Fix behaviour in the case where we have no commits to display.Paul Mackerras
2005-06-27Check for the existence of the git directory on startup.Paul Mackerras
2005-06-25Clear the SHA1 entry field when we go to paste something into itPaul Mackerras
2005-06-25Add commit row context menu and handle left-click on graph linesPaul Mackerras
2005-06-22Try to assign colors so crossing lines have different colorsPaul Mackerras
2005-06-22Account for indentation of the checkin comments by git-rev-listPaul Mackerras
2005-06-22Use git-rev-list --header.Paul Mackerras
2005-06-21Pass arguments through git-rev-parse.Paul Mackerras
2005-06-21Handle the case of a parent being listed twice in a merge.Paul Mackerras
2005-06-17Draw graph lines as one continuous line where possiblePaul Mackerras
2005-06-16Fix operation without libreadobj.so.0.0Paul Mackerras
2005-06-16Restructure to do incremental drawingPaul Mackerras
2005-06-10Show heads as well as tagsPaul Mackerras
2005-06-01cope with changed git-diff-tree output formatPaul Mackerras
2005-05-31Use git-rev-list instead of git-rev-tree.Paul Mackerras
2005-05-21Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras