aboutsummaryrefslogtreecommitdiffstats
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2006-06-07gitk: Re-read the descendent/ancestor tag & head info on updatePaul Mackerras1-1/+17
2006-06-04gitk: Show branch name(s) as well, if "show nearby tags" is enabledPaul Mackerras1-11/+43
2006-06-03gitk: Show nearby tagsPaul Mackerras1-23/+247
2006-05-30Merge branch 'master' into newPaul Mackerras1-41/+43
2006-05-30gitk: Add a goto next/previous highlighted commit functionPaul Mackerras1-52/+144
2006-05-29gitk: Provide ability to highlight based on relationship to selected commitPaul Mackerras1-2/+150
2006-05-26gitk: show_error fixPaul Mackerras1-8/+8
2006-05-26[PATCH] gitk: start-up bugfixJunio C Hamano1-1/+1
2006-05-26[PATCH] gitk: Replace "git-" commands with "git "Timo Hirvonen1-26/+26
2006-05-26gitk: Fix bug in highlight stuff when no line is selectedPaul Mackerras1-3/+2
2006-05-26gitk: Move "pickaxe" find function to highlight facilityPaul Mackerras1-309/+59
2006-05-25gitk: Improve the text window search functionPaul Mackerras1-19/+69
2006-05-24gitk: First cut at a search function in the patch/file display windowPaul Mackerras1-6/+101
2006-05-20gitk: Highlight paths of interest in tree view as wellPaul Mackerras1-26/+38
2006-05-20gitk: Highlight entries in the file list as wellPaul Mackerras1-5/+66
2006-05-20[PATCH] gitk: Display commit messages with word wrapSergey Vlasov1-12/+14
2006-05-20Merge branch 'master' into newPaul Mackerras1-0/+1
2006-05-20gitk: Fix bug where page-up/down wouldn't always work properlyPaul Mackerras1-0/+1
2006-05-20gitk: Make a row of controls for controlling highlightingPaul Mackerras1-67/+298
2006-05-15gitk: Fix display of "(...)" for parents/children we haven't drawnPaul Mackerras1-1/+4
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listPaul Mackerras1-51/+196
2006-05-02gitk: Fix file list display when files are renamedPaul Mackerras1-62/+29
2006-05-02gitk: Basic support for highlighting one view within anotherPaul Mackerras1-221/+343
2006-05-01gitk: Add a tree-browsing modePaul Mackerras1-20/+358
2006-04-27gitk: Use a text widget for the file listPaul Mackerras1-59/+131
2006-04-26Merge branch 'new'Paul Mackerras1-156/+555
2006-04-25[PATCH] gitk: Add a visual tag for remote refsJosef Weidendorfer1-0/+14
2006-04-25gitk: add menu item for editing the current viewPaul Mackerras1-37/+90
2006-04-25gitk: Implement "permanent" views (stored in ~/.gitk)Paul Mackerras1-13/+48
2006-04-23Merge branch 'master' into newPaul Mackerras1-2/+3
2006-04-23gitk: Use git-rev-parse only to identify file/dir names on cmd linePaul Mackerras1-50/+23
2006-04-23gitk: Let git-rev-list do the argument list parsingPaul Mackerras1-18/+2
2006-04-21gitk: Remember the view in the history listPaul Mackerras1-9/+29
2006-04-17gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras1-2/+3
2006-04-17gitk: Don't reread git-rev-list output from scratch on view switchPaul Mackerras1-41/+116
2006-04-06gitk: Fix various bugs in the view supportPaul Mackerras1-5/+15
2006-04-06Merge branch 'master' into newPaul Mackerras1-14/+131
2006-04-06gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras1-1/+1
2006-04-06[PATCH] gitk: Fix searching for filenames in gitkPavel Roskin1-1/+1
2006-04-06gitk: Make File->Update work properly againPaul Mackerras1-29/+30
2006-04-05[PATCH] Provide configurable UI font for gitkKeith Packard1-6/+17
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding1-1/+1
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing1-6/+69
2006-04-05gitk: Add a help menu item to display key bindingsPaul Mackerras1-1/+43
2006-04-05[PATCH] gitk: allow goto headsStephen Rothwell1-3/+4
2006-04-04gitk: Implement multiple viewsPaul Mackerras1-118/+334
2006-04-02gitk: replace parent and children arrays with listsPaul Mackerras1-93/+95
2006-03-31gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras1-16/+21
2006-03-31gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras1-10/+35
2006-03-31gitk: Prevent parent link from overwriting commit headlinePaul Mackerras1-9/+9
2006-03-30gitk: Show diffs for boundary commitsPaul Mackerras1-2/+2
2006-03-30gitk: Use the new --boundary flag to git-rev-listPaul Mackerras1-3/+12
2006-03-22gitk: Fix two bugs reported by usersPaul Mackerras1-11/+11
2006-03-18gitk: Improve appearance of first child linksPaul Mackerras1-6/+53
2006-03-18gitk: Make downward-pointing arrows end in vertical line segmentPaul Mackerras1-8/+21
2006-03-18gitk: Don't change cursor at end of layout if find in progressPaul Mackerras1-3/+6
2006-03-18gitk: Make commitdata an array rather than a listPaul Mackerras1-17/+10
2006-03-08gitk: Fix display of diff lines beginning with --- or +++Paul Mackerras1-1/+3
2006-03-03[PATCH] gitk: Make error_popup react to ReturnMartin Mares1-0/+1
2006-03-02gitk: Fix a bug in drawing the selected line as a thick linePaul Mackerras1-19/+25
2006-03-02gitk: Further speedupsPaul Mackerras1-24/+55
2006-02-28gitk: Various speed improvementsPaul Mackerras1-116/+112
2006-02-28gitk: Fix Update menu itemPaul Mackerras1-115/+23
2006-02-28gitk: Fix clicks on arrows on line endsPaul Mackerras1-54/+13
2006-02-19gitk: New improved gitkPaul Mackerras1-727/+824
2006-02-10gitk: Make "find" on "Files" work again.Paul Mackerras1-48/+34
2006-02-07gitk: Use git-diff-tree --cc for showing the diffs for mergesPaul Mackerras1-501/+99
2006-02-07gitk: Add braces around if expressionsPaul Mackerras1-9/+11
2005-12-07gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras1-94/+374
2005-12-06gitk: Some improvements for the code for updating the displayPaul Mackerras1-44/+66
2005-12-01gitk: Factored out some common code into a new start_rev_list procedurePaul Mackerras1-30/+22
2005-12-01[PATCH] gitk: add Update menu item.Sven Verdoolaege1-34/+142
2005-11-30gitk: Add a preferences dialog with some basic stuffPaul Mackerras1-54/+88
2005-11-28[PATCH] gitk: Use i18n.commitencoding configuration item.Junio C Hamano1-1/+8
2005-11-28gitk: Fix diff this->selected and selected->this functionsPaul Mackerras1-12/+10
2005-11-23[PATCH] gitk: UTF-8 supportPavel Roskin1-2/+3
2005-11-23[PATCH] gitk: put braces around exprsJeff Hobbs1-41/+42
2005-11-21gitk: Disable fastdate stuff for nowPaul Mackerras1-1/+5
2005-11-20gitk: Fix some bugs introduced by speedup changesPaul Mackerras1-11/+12
2005-11-19gitk: moving all three panes if clicking on an arrow.Stefan-W. Hahn1-1/+3
2005-11-19gitk: use git-diff-tree --no-commit-idPavel Roskin1-4/+2
2005-11-18gitk: Specify line hover fontFrank Sorenson1-1/+1
2005-11-18readrefs: grab all refs with one call to ls-remote.Junio C Hamano1-66/+32
2005-11-15Add -r flag and some speedupsPaul Mackerras1-68/+102
2005-10-27[PATCH] Make "gitk" work better with dense revlistsLinus Torvalds1-2/+2
2005-09-27Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras1-1/+1
2005-09-26Change wish8.4 back to wishPaul Mackerras1-1/+1
2005-09-22[PATCH] Add new keybindingsRobert Suetterlin1-1/+9
2005-08-30Draw selected graph line thicker and make arrowheads active.Paul Mackerras1-19/+126
2005-08-19Display the contents of a tag when the user clicks on it.Paul Mackerras1-29/+64
2005-08-19Added re-read refs command, and display all refs.Paul Mackerras1-6/+93
2005-08-19Save the maxwidth setting in the ~/.gitk file.Paul Mackerras1-0/+2
2005-08-19Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras1-8/+4
2005-08-18Use the --parents flag to git-rev-list.Paul Mackerras1-69/+32
2005-08-18Allow graph lines to jump through hyperspace.Paul Mackerras1-166/+413
2005-08-17Add graft support.Paul Mackerras1-1/+48
2005-08-11Refine the update heuristic to improve responsiveness a bit.Paul Mackerras1-22/+25
2005-08-10Only do an update every 100 commits when drawing the graph.Paul Mackerras1-10/+21
2005-08-09[PATCH] "Child" information in commit window - and cleanupsLinus Torvalds1-10/+19
2005-08-08Better graph line details display and expand history coverage.Paul Mackerras1-39/+78
2005-08-08[PATCH] gitk "parent information" in commit windowLinus Torvalds1-2/+14
2005-08-07Use lf translation rather than binary when reading commit data.Paul Mackerras1-1/+1
2005-08-07Change cursor to a hand cursor when over a SHA1 ID link.Paul Mackerras1-7/+23
2005-08-06Add forward and back buttons and make SHA1 IDs clickable links.Paul Mackerras1-10/+99
2005-08-05Compress the graph horizontally if it gets too wide.Paul Mackerras1-28/+81
2005-07-31Fix some bugs causing application error popups.Paul Mackerras1-5/+9
2005-07-29Improve the merge display when the result differs from all parents.Paul Mackerras1-7/+84
2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano1-11/+13
2005-07-27Import the --topo-order change and fix the writing of ~/.gitk.Paul Mackerras1-2/+3
2005-07-27Display the diffs for a merge in a unified fashion.Paul Mackerras1-4/+363
2005-07-20Handle the rename cases reported by git-diff-tree -C correctly.Paul Mackerras1-14/+29
2005-07-20Calculate the list of interesting files for a merge.Paul Mackerras1-47/+133
2005-07-18Make the diff display less gaudy.Paul Mackerras1-14/+32
2005-07-18Allow short SHA1 IDs in the SHA1 entry field.Paul Mackerras1-1/+18
2005-07-17Fix display of mode changes in details pane.Paul Mackerras1-33/+13
2005-07-17First cut at displaying the diffs for a merge.Paul Mackerras1-19/+34
2005-07-16Make searching in files changed faster, and fix some bugs.Paul Mackerras1-43/+137
2005-07-16Add "Files" and "Pickaxe" to the find menu.Paul Mackerras1-18/+247
2005-06-29Add a menu item for writing out a commit to a file.Paul Mackerras1-9/+66
2005-06-27Add a menu item for creating tags.Paul Mackerras1-43/+140
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras1-2/+7
2005-06-27Add a menu entry for generating a patch between any two commits.Paul Mackerras1-0/+87
2005-06-27Fix behaviour in the case where we have no commits to display.Paul Mackerras1-10/+17
2005-06-27Check for the existence of the git directory on startup.Paul Mackerras1-1/+11
2005-06-25Clear the SHA1 entry field when we go to paste something into itPaul Mackerras1-0/+8
2005-06-25Add commit row context menu and handle left-click on graph linesPaul Mackerras1-86/+180
2005-06-22Try to assign colors so crossing lines have different colorsPaul Mackerras1-11/+71
2005-06-22Account for indentation of the checkin comments by git-rev-listPaul Mackerras1-1/+6
2005-06-22Use git-rev-list --header.Paul Mackerras1-94/+94
2005-06-21Pass arguments through git-rev-parse.Paul Mackerras1-4/+12
2005-06-21Handle the case of a parent being listed twice in a merge.Paul Mackerras1-58/+78
2005-06-17Draw graph lines as one continuous line where possiblePaul Mackerras1-30/+122
2005-06-16Fix operation without libreadobj.so.0.0Paul Mackerras1-4/+13
2005-06-16Restructure to do incremental drawingPaul Mackerras1-318/+438
2005-06-10Show heads as well as tagsPaul Mackerras1-11/+43
2005-06-01cope with changed git-diff-tree output formatPaul Mackerras1-7/+4
2005-05-31Use git-rev-list instead of git-rev-tree.Paul Mackerras1-56/+63
2005-05-21Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras1-17/+132
2005-05-19Accommodate new git-diff-tree output formatPaul Mackerras1-3/+28
2005-05-19Handle \ No newline at end of line lines in diffPaul Mackerras1-20/+41
2005-05-18More fixes for geometry restorationPaul Mackerras1-35/+66
2005-05-17Error popups on error conditions rather than stderr msgsPaul Mackerras1-70/+139
2005-05-16save window geometry on exit, and restore it on startupPaul Mackerras1-10/+63
2005-05-15Resize the panes in the paned windows (commit list and details)Paul Mackerras1-2/+56
2005-05-15Fix stder -> stderrPaul Mackerras1-3/+3
2005-05-15Bumped version numberPaul Mackerras1-3/+3
2005-05-15Made commit list reading asynchronousPaul Mackerras1-89/+160
2005-05-15Add a widget to show the SHA1 ID of the current commitPaul Mackerras1-30/+197
2005-05-12Make behaviour when git-rev-tree fails nicerPaul Mackerras1-3/+53
2005-05-11Show the diffs when a commit is selectedPaul Mackerras1-53/+202
2005-05-11Make getting file lists asynchronousPaul Mackerras1-34/+81
2005-05-10source ~/.gitk for user-specific option settingsPaul Mackerras1-43/+64
2005-05-10Display the list of changed files in a listbox pane.Paul Mackerras1-8/+66
2005-05-10Use a panedwindowPaul Mackerras1-20/+32
2005-05-09Add initial version of gitk to the CVS repositoryPaul Mackerras1-0/+418