summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* Refine the update heuristic to improve responsiveness a bit.Paul Mackerras2005-08-111-22/+25
* Only do an update every 100 commits when drawing the graph.Paul Mackerras2005-08-101-10/+21
* [PATCH] "Child" information in commit window - and cleanupsLinus Torvalds2005-08-091-10/+19
* Better graph line details display and expand history coverage.Paul Mackerras2005-08-081-39/+78
* [PATCH] gitk "parent information" in commit windowLinus Torvalds2005-08-081-2/+14
* Use lf translation rather than binary when reading commit data.Paul Mackerras2005-08-071-1/+1
* Change cursor to a hand cursor when over a SHA1 ID link.Paul Mackerras2005-08-071-7/+23
* Add forward and back buttons and make SHA1 IDs clickable links.Paul Mackerras2005-08-061-10/+99
* Compress the graph horizontally if it gets too wide.Paul Mackerras2005-08-051-28/+81
* Fix some bugs causing application error popups.Paul Mackerras2005-07-311-5/+9
* Improve the merge display when the result differs from all parents.Paul Mackerras2005-07-291-7/+84
* [PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano2005-07-281-11/+13
* Import the --topo-order change and fix the writing of ~/.gitk.Paul Mackerras2005-07-271-2/+3
* Display the diffs for a merge in a unified fashion.Paul Mackerras2005-07-271-4/+363
* Handle the rename cases reported by git-diff-tree -C correctly.Paul Mackerras2005-07-201-14/+29
* Calculate the list of interesting files for a merge.Paul Mackerras2005-07-201-47/+133
* Make the diff display less gaudy.Paul Mackerras2005-07-181-14/+32
* Allow short SHA1 IDs in the SHA1 entry field.Paul Mackerras2005-07-181-1/+18
* Fix display of mode changes in details pane.Paul Mackerras2005-07-171-33/+13
* First cut at displaying the diffs for a merge.Paul Mackerras2005-07-171-19/+34
* Make searching in files changed faster, and fix some bugs.Paul Mackerras2005-07-161-43/+137
* Add "Files" and "Pickaxe" to the find menu.Paul Mackerras2005-07-161-18/+247
* Add a menu item for writing out a commit to a file.Paul Mackerras2005-06-291-9/+66
* Add a menu item for creating tags.Paul Mackerras2005-06-271-43/+140
* Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras2005-06-271-2/+7
* Add a menu entry for generating a patch between any two commits.Paul Mackerras2005-06-271-0/+87
* Fix behaviour in the case where we have no commits to display.Paul Mackerras2005-06-271-10/+17
* Check for the existence of the git directory on startup.Paul Mackerras2005-06-271-1/+11
* Clear the SHA1 entry field when we go to paste something into itPaul Mackerras2005-06-251-0/+8
* Add commit row context menu and handle left-click on graph linesPaul Mackerras2005-06-251-86/+180
* Try to assign colors so crossing lines have different colorsPaul Mackerras2005-06-221-11/+71
* Account for indentation of the checkin comments by git-rev-listPaul Mackerras2005-06-221-1/+6
* Use git-rev-list --header.Paul Mackerras2005-06-221-94/+94
* Pass arguments through git-rev-parse.Paul Mackerras2005-06-211-4/+12
* Handle the case of a parent being listed twice in a merge.Paul Mackerras2005-06-211-58/+78
* Draw graph lines as one continuous line where possiblePaul Mackerras2005-06-171-30/+122
* Fix operation without libreadobj.so.0.0Paul Mackerras2005-06-161-4/+13
* Restructure to do incremental drawingPaul Mackerras2005-06-161-318/+438
* Show heads as well as tagsPaul Mackerras2005-06-101-11/+43
* cope with changed git-diff-tree output formatPaul Mackerras2005-06-011-7/+4
* Use git-rev-list instead of git-rev-tree.Paul Mackerras2005-05-311-56/+63
* Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras2005-05-211-17/+132
* Accommodate new git-diff-tree output formatPaul Mackerras2005-05-191-3/+28
* Handle \ No newline at end of line lines in diffPaul Mackerras2005-05-191-20/+41
* More fixes for geometry restorationPaul Mackerras2005-05-181-35/+66
* Error popups on error conditions rather than stderr msgsPaul Mackerras2005-05-171-70/+139
* save window geometry on exit, and restore it on startupPaul Mackerras2005-05-161-10/+63
* Resize the panes in the paned windows (commit list and details)Paul Mackerras2005-05-151-2/+56
* Fix stder -> stderrPaul Mackerras2005-05-151-3/+3
* Bumped version numberPaul Mackerras2005-05-151-3/+3