summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)Author
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
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