aboutsummaryrefslogtreecommitdiffstats
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Move gitk to its own subdirectoryJunio C Hamano1-8661/+0
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras1-3/+3
2007-10-27Merge branch 'dev'Paul Mackerras1-1076/+1638
2007-10-27gitk: Simplify the code for finding commitsPaul Mackerras1-152/+54
2007-10-24gitk: Fix a couple more bugs in the path limitingPaul Mackerras1-18/+29
2007-10-23Merge branch 'master' into devPaul Mackerras1-33/+115
2007-10-23gitk: Fix some bugs with path limiting in the diff displayPaul Mackerras1-1/+5
2007-10-23gitk: Use the status window for other functionsPaul Mackerras1-6/+6
2007-10-23gitk: Integrate the reset progress bar in the main framePaul Mackerras1-21/+27
2007-10-23gitk: Ensure tabstop setting gets restored by Cancel buttonPaul Mackerras1-7/+7
2007-10-23gitk: Limit diff display to listed paths by defaultPaul Mackerras1-10/+86
2007-10-21gitk: Fix "can't unset prevlines(...)" Tcl errorPaul Mackerras1-16/+5
2007-10-20gitk: Avoid an error when cherry-picking if HEAD has moved onPaul Mackerras1-1/+1
2007-10-20gitk: Check that we are running on at least Tcl/Tk 8.4Paul Mackerras1-0/+7
2007-10-19gitk: Do not pick up file names of "copy from" linesJohannes Sixt1-2/+1
2007-10-19gitk: Add support for OS X mouse wheelJonathan del Strother1-0/+6
2007-10-19gitk: Fix Tcl error: can't unset findcurlinePaul Mackerras1-2/+2
2007-10-17gitk: disable colours when calling git logSam Vilain1-1/+1
2007-10-06gitk: Get rid of the diffopts variablePaul Mackerras1-13/+6
2007-10-06gitk: Fix bug where the last few commits would sometimes not be visiblePaul Mackerras1-1/+1
2007-10-06gitk: Add a font chooserPaul Mackerras1-1/+155
2007-10-06gitk: Keep track of font attributes ourselves instead of using font actualPaul Mackerras1-25/+57
2007-10-04gitk: Use named fonts instead of the font specificationPaul Mackerras1-115/+142
2007-10-04gitk: Fix bug causing Tcl error when changing find match typePaul Mackerras1-3/+3
2007-09-28gitk: Fix the tab setting in the diff display windowPaul Mackerras1-6/+31
2007-09-27gitk: Add progress bars for reading in stuff and for findingPaul Mackerras1-33/+153
2007-09-27gitk: Fix a couple of bugsPaul Mackerras1-13/+20
2007-09-22gitk: Simplify highlighting interface and combine with Find functionPaul Mackerras1-200/+220
2007-09-15gitk: Fix bug in generating patchesPaul Mackerras1-0/+2
2007-09-15gitk: Get rid of lookingforhead, use commitinterest insteadPaul Mackerras1-25/+17
2007-09-15gitk: Fix bugs in setting rowfinalPaul Mackerras1-6/+9
2007-09-05gitk: Make it possible to lay out all the rows we have received so farPaul Mackerras1-36/+91
2007-08-30gitk: Add a cache for the topology infoPaul Mackerras1-22/+237
2007-08-29gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras1-1/+2
2007-08-29gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras1-1/+2
2007-08-29gitk: Fix bug causing incorrect ref list contents when switching viewPaul Mackerras1-1/+1
2007-08-29gitk: Do only the parts of the layout that are neededPaul Mackerras1-225/+263
2007-08-24gitk: Get rid of the rowchk arrayPaul Mackerras1-24/+31
2007-08-23gitk: Fix some problems with the display of ids as linksPaul Mackerras1-32/+55
2007-08-23gitk: Get rid of idinlist arrayPaul Mackerras1-38/+46
2007-08-22gitk: Get rid of idrowranges and rowrangelistPaul Mackerras1-76/+66
2007-08-20Merge branch 'master' into devPaul Mackerras1-14/+257
2007-08-20gitk: Add a window to list branches, tags and other referencesPaul Mackerras1-2/+210
2007-08-17[PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers.Johannes Sixt1-6/+8
2007-08-17gitk: Fix bug in fix for warning when removing a branchPaul Mackerras1-1/+1
2007-08-15[PATCH] gitk: Make the date/time display configurableArjen Laarhoven1-2/+5
2007-08-15[PATCH] gitk: Let user easily specify lines of context in diff viewSteffen Prohaska1-2/+32
2007-08-15gitk: Fix warning when removing a branchPaul Mackerras1-2/+2
2007-08-13Merge branch 'master' into devPaul Mackerras1-29/+23
2007-08-13gitk: Fix bug causing Tcl error when updating graphPaul Mackerras1-13/+11
2007-08-13gitk: Fix bug introduced in commit 67a4f1a7Paul Mackerras1-10/+14
2007-08-13Merge branch 'master' into devPaul Mackerras1-9/+37
2007-08-12[PATCH] gitk: Show an error and exit if no .git could be foundAlex Riesen1-1/+4
2007-08-12[PATCH] gitk: Continue and show error message in new reposAlex Riesen1-1/+1
2007-08-12[PATCH] gitk: Handle MouseWheel events on WindowsMark Levedahl1-2/+25
2007-08-12[PATCH] gitk: Enable selected patch text on WindowsMark Levedahl1-2/+5
2007-08-12gitk: Fix bug causing the "can't unset idinlist(...)" errorPaul Mackerras1-3/+2
2007-08-12gitk: Eliminate diagonal arrowsPaul Mackerras1-51/+36
2007-08-01gitk: Improve the drawing of links to parent linesPaul Mackerras1-7/+27
2007-07-31gitk: Establish and use global left-to-right ordering for commitsPaul Mackerras1-204/+149
2007-07-27gitk: Add a context menu for file list entriesPaul Mackerras1-0/+36
2007-07-26gitk: Fix bugs in the Find functionPaul Mackerras1-35/+53
2007-07-23gitk: Wait for the window to become visible after creating itPaul Mackerras1-0/+2
2007-07-22[PATCH] gitk: Bind keyboard actions to the command key on Mac OSShawn O. Pearce1-32/+43
2007-07-22[PATCH] gitk: Ignore ctrl-z as EOF on windowsMark Levedahl1-1/+1
2007-07-22gitk: Make the fake commit for the index changes green rather than magentaPaul Mackerras1-1/+1
2007-07-13gitk: Show changes in index and changes in working directory separatelyPaul Mackerras1-57/+138
2007-07-13gitk: Fix bug introduced by previous commitPaul Mackerras1-3/+3
2007-07-12gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras1-20/+29
2007-07-09gitk: Use git log and add support for --left-rightPaul Mackerras1-12/+34
2007-07-09gitk: Fix bug causing "can't read commitrow(0,n)" errorPaul Mackerras1-2/+2
2007-07-09[PATCH] gitk: Fix for tree view ending in nested directoriesBrian Downing1-0/+3
2007-07-04gitk: Remove the unused stopfindproc functionPaul Mackerras1-19/+0
2007-07-04gitk: Fix bug in the anc_or_desc routinePaul Mackerras1-1/+2
2007-07-04gitk: Fix the find and highlight functionsPaul Mackerras1-138/+185
2007-06-28gitk: Update selection background colorbar in prefs dialogMark Levedahl1-1/+1
2007-06-28gitk: Use a spinbox for setting tabstop settingsMark Levedahl1-1/+1
2007-06-26gitk: Add a progress bar to show progress while resettingPaul Mackerras1-7/+45
2007-06-23gitk: Improve handling of whitespace and special chars in filenamesPaul Mackerras1-51/+84
2007-06-23gitk: Fix bug causing nearby tags/heads to sometimes not be displayedPaul Mackerras1-3/+11
2007-06-23gitk: Limit how often we change the canvas scrolling regionPaul Mackerras1-1/+7
2007-06-23gitk: Add a "reset branch to here" row context-menu operationPaul Mackerras1-5/+57
2007-06-23gitk: Get rid of the childlist variablePaul Mackerras1-29/+17
2007-06-23gitk: Speed up the reading of referencesPaul Mackerras1-34/+31
2007-06-23gitk: Show local uncommitted changes as a fake commitPaul Mackerras1-53/+284
2007-06-23gitk: New algorithm for drawing the graph linesPaul Mackerras1-185/+297
2007-06-23gitk: Store ids in rowrangelist and idrowranges rather than row numbersPaul Mackerras1-48/+28
2007-06-23gitk: Disable the head context menu entries for the checked-out branchPaul Mackerras1-1/+8
2007-06-23gitk: Cope with commit messages with carriage-returns and initial blank linesPaul Mackerras1-6/+14
2007-06-23gitk: Implement a simple scheduler for the compute-intensive stuffPaul Mackerras1-253/+310
2007-06-23gitk: Improve the behaviour of the initial selectionPaul Mackerras1-8/+30
2007-06-23gitk: Add some more comments to the optimize_rows procedurePaul Mackerras1-0/+12
2007-06-23gitk: Don't try to list large numbers of tags or heads in the details panePaul Mackerras1-18/+24
2007-06-23gitk: New infrastructure for working out branches & previous/next tagsPaul Mackerras1-350/+890
2007-05-22[PATCH] gitk: Allow specifying tabstop as other than default 8 characters.Mark Levedahl1-4/+13
2007-05-22[PATCH] gitk: Update fontsize in patch / tree listMark Levedahl1-1/+2
2007-05-22[PATCH] gitk: Make selection highlight color configurableMark Levedahl1-3/+23
2007-05-22gitk: Use the -q flag to git checkoutPaul Mackerras1-1/+1
2007-04-19gitk: Allow user to choose whether to see the diff, old file, or new filePaul Mackerras1-0/+17
2007-04-01[PATCH] Improve look-and-feel of the gitk tool.Eygene Ryabinkin1-8/+15
2007-04-01[PATCH] Teach gitk to use the user-defined UI font everywhere.Eygene Ryabinkin1-6/+23
2007-03-21[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkBrandon Casey1-2/+2
2007-03-12[PATCH] gitk: bind <F5> key to Update (reread commits)Eric Wong1-0/+2
2007-02-15Make gitk save and restore window pane position on Linux and Cygwin.Mark Levedahl1-10/+13
2007-02-15Make gitk save and restore the user set window position.Mark Levedahl1-5/+6
2007-02-15[PATCH] gitk: Use show-ref instead of ls-remoteJunio C Hamano1-2/+2
2007-02-15[PATCH] Make gitk work reasonably well on Cygwin.Junio C Hamano1-126/+150
2007-02-15[PATCH] gitk - remove trailing whitespace from a few lines.Mark Levedahl1-4/+4
2007-02-15Change git repo-config to git configPaul Mackerras1-1/+1
2007-01-13[PATCH] Make gitk work when launched in a subdirectoryPeter Baumann1-1/+1
2007-01-13[PATCH] gitk: add current directory to main window titleDoug Maxey1-0/+1
2006-11-23gitk: Fix enabling/disabling of menu items on Mac OS XPaul Mackerras1-10/+10
2006-10-19[PATCH] gitk: Fix nextfile() and add prevfile()OGAWA Hirofumi1-0/+15
2006-08-28gitk: Fix some bugs in the new cherry-picking codePaul Mackerras1-2/+6
2006-08-16gitk: Improve responsiveness while reading and layout out the graphPaul Mackerras1-24/+34
2006-08-08gitk: Update preceding/following tag info when creating a tagPaul Mackerras1-0/+77
2006-08-06gitk: Add a menu item for cherry-picking commitsPaul Mackerras1-43/+210
2006-08-02gitk: Fix a couple of buglets in the branch head menu itemsPaul Mackerras1-2/+2
2006-08-02gitk: Add a context menu for headsPaul Mackerras1-0/+118
2006-08-02gitk: Add a row context-menu item for creating a new branchPaul Mackerras1-0/+80
2006-08-02gitk: Recompute ancestor/descendent heads/tags when rereading refsPaul Mackerras1-47/+85
2006-07-18gitk: Minor cleanupsPaul Mackerras1-7/+5
2006-07-06gitk: Show the currently checked-out head in bold fontPaul Mackerras1-5/+22
2006-07-05gitk: Allow the user to set some colorsPaul Mackerras1-23/+101
2006-06-12[PATCH] gitk: rereadrefs needs listrefsJunio C Hamano1-0/+18
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