summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2006-06-12[PATCH] gitk: rereadrefs needs listrefsLibravatar Junio C Hamano1-0/+18
2006-06-07gitk: Re-read the descendent/ancestor tag & head info on updateLibravatar Paul Mackerras1-1/+17
2006-06-04gitk: Show branch name(s) as well, if "show nearby tags" is enabledLibravatar Paul Mackerras1-11/+43
2006-06-03gitk: Show nearby tagsLibravatar Paul Mackerras1-23/+247
2006-05-30Merge branch 'master' into newLibravatar Paul Mackerras1-41/+43
2006-05-30gitk: Add a goto next/previous highlighted commit functionLibravatar Paul Mackerras1-52/+144
2006-05-29gitk: Provide ability to highlight based on relationship to selected commitLibravatar Paul Mackerras1-2/+150
2006-05-26gitk: show_error fixLibravatar Paul Mackerras1-8/+8
2006-05-26[PATCH] gitk: start-up bugfixLibravatar Junio C Hamano1-1/+1
2006-05-26[PATCH] gitk: Replace "git-" commands with "git "Libravatar Timo Hirvonen1-26/+26
2006-05-26gitk: Fix bug in highlight stuff when no line is selectedLibravatar Paul Mackerras1-3/+2
2006-05-26gitk: Move "pickaxe" find function to highlight facilityLibravatar Paul Mackerras1-309/+59
2006-05-25gitk: Improve the text window search functionLibravatar Paul Mackerras1-19/+69
2006-05-24gitk: First cut at a search function in the patch/file display windowLibravatar Paul Mackerras1-6/+101
2006-05-20gitk: Highlight paths of interest in tree view as wellLibravatar Paul Mackerras1-26/+38
2006-05-20gitk: Highlight entries in the file list as wellLibravatar Paul Mackerras1-5/+66
2006-05-20[PATCH] gitk: Display commit messages with word wrapLibravatar Sergey Vlasov1-12/+14
2006-05-20Merge branch 'master' into newLibravatar Paul Mackerras1-0/+1
2006-05-20gitk: Fix bug where page-up/down wouldn't always work properlyLibravatar Paul Mackerras1-0/+1
2006-05-20gitk: Make a row of controls for controlling highlightingLibravatar Paul Mackerras1-67/+298
2006-05-15gitk: Fix display of "(...)" for parents/children we haven't drawnLibravatar Paul Mackerras1-1/+4
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listLibravatar Paul Mackerras1-51/+196
2006-05-02gitk: Fix file list display when files are renamedLibravatar Paul Mackerras1-62/+29
2006-05-02gitk: Basic support for highlighting one view within anotherLibravatar Paul Mackerras1-221/+343
2006-05-01gitk: Add a tree-browsing modeLibravatar Paul Mackerras1-20/+358
2006-04-27gitk: Use a text widget for the file listLibravatar Paul Mackerras1-59/+131
2006-04-26Merge branch 'new'Libravatar Paul Mackerras1-156/+555
2006-04-25[PATCH] gitk: Add a visual tag for remote refsLibravatar Josef Weidendorfer1-0/+14
2006-04-25gitk: add menu item for editing the current viewLibravatar Paul Mackerras1-37/+90
2006-04-25gitk: Implement "permanent" views (stored in ~/.gitk)Libravatar Paul Mackerras1-13/+48
2006-04-23Merge branch 'master' into newLibravatar Paul Mackerras1-2/+3
2006-04-23gitk: Use git-rev-parse only to identify file/dir names on cmd lineLibravatar Paul Mackerras1-50/+23
2006-04-23gitk: Let git-rev-list do the argument list parsingLibravatar Paul Mackerras1-18/+2
2006-04-21gitk: Remember the view in the history listLibravatar Paul Mackerras1-9/+29
2006-04-17gitk: Fix bug caused by missing commitlisted elementsLibravatar Paul Mackerras1-2/+3
2006-04-17gitk: Don't reread git-rev-list output from scratch on view switchLibravatar Paul Mackerras1-41/+116
2006-04-06gitk: Fix various bugs in the view supportLibravatar Paul Mackerras1-5/+15
2006-04-06Merge branch 'master' into newLibravatar Paul Mackerras1-14/+131
2006-04-06gitk: Fix incorrect invocation of getmergedifflineLibravatar Paul Mackerras1-1/+1
2006-04-06[PATCH] gitk: Fix searching for filenames in gitkLibravatar Pavel Roskin1-1/+1
2006-04-06gitk: Make File->Update work properly againLibravatar Paul Mackerras1-29/+30
2006-04-05[PATCH] Provide configurable UI font for gitkLibravatar Keith Packard1-6/+17
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Libravatar Mark Wooding1-1/+1
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitLibravatar Rutger Nijlunsing1-6/+69
2006-04-05gitk: Add a help menu item to display key bindingsLibravatar Paul Mackerras1-1/+43
2006-04-05[PATCH] gitk: allow goto headsLibravatar Stephen Rothwell1-3/+4
2006-04-04gitk: Implement multiple viewsLibravatar Paul Mackerras1-118/+334
2006-04-02gitk: replace parent and children arrays with listsLibravatar Paul Mackerras1-93/+95
2006-03-31gitk: Better workaround for arrows on diagonal line segmentsLibravatar Paul Mackerras1-16/+21
2006-03-31gitk: Allow top panes to scroll horizontally with mouse button 2Libravatar Paul Mackerras1-10/+35