1. 15 6月, 2014 1 次提交
  2. 21 2月, 2014 1 次提交
  3. 23 1月, 2014 1 次提交
  4. 22 1月, 2014 1 次提交
  5. 21 1月, 2014 5 次提交
  6. 14 12月, 2013 1 次提交
  7. 02 12月, 2013 5 次提交
  8. 31 10月, 2013 1 次提交
    • P
      gitk: Tag display improvements · 4399fe33
      Paul Mackerras 提交于
      When a commit has many tags, the tag icons in the graph display can
      easily become so wide as to push the commit message off the right-hand
      edge of the graph display pane.  This changes the display so that if
      there are more than 3 tags or they would take up more than a quarter
      of the width of the pane, we instead display a single tag icon with
      a legend inside it like "4 tags...".  If the user clicks on the tag
      icon, gitk then displays all the tags in the diff display pane.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      4399fe33
  9. 17 5月, 2013 1 次提交
  10. 13 5月, 2013 2 次提交
  11. 11 5月, 2013 4 次提交
  12. 01 4月, 2013 1 次提交
    • G
      gitk: Move hard-coded colors to .gitk · 252c52df
      Gauthier Östervall 提交于
      The Preferences dialog gives control of the colors of some elements of
      the gitk user interface, but many are hard-coded in the gitk script.
      In order to allow these to be customized through the gitk config
      file, these other colors are stored in variables which can be set
      in the config file, thus providing a way for color schemes to be stored
      and shared.
      
      For win32, this makes the default foreground color that of window text
      rather than button text.
      Signed-off-by: NGauthier Östervall <gauthier@ostervall.se>
      [paulus@samba.org: Reworded commit message to be clearer,
       changed filesepfgcolor to black]
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      252c52df
  13. 30 1月, 2013 1 次提交
  14. 02 1月, 2013 1 次提交
    • P
      gitk: Display important heads even when there are many · 386befb7
      Paul Mackerras 提交于
      When there are more than $maxrefs descendant heads to display in the
      Branches field of the commit display, we currently just display "many",
      which is not very informative.  To make the display more informative,
      we now look for "master" and whichever head is currently checked out,
      and display them even if there are too many heads to display them all.
      The display then looks like "Branches: master and many more (33)" for
      instance.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      386befb7
  15. 01 1月, 2013 2 次提交
    • P
      gitk: Improve display of list of nearby tags and heads · d34835c9
      Paul Mackerras 提交于
      This provides a control in the preferences pane for the limit on
      how many tags or heads are displayed with the commit details under
      the Branch(es), Precedes and Follows headings.  This limit is now
      saved in ~/.gitk so that changes are persistent.
      
      This also applies word-wrapping to the list of tags or heads under
      the Branch, Precedes and Follows headings, so that long lists are
      more readable.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      d34835c9
    • P
      gitk: Fix display of branch names on some commits · d809fb17
      Paul Mackerras 提交于
      Sometimes the code that divides commits up into arcs creates two
      successive arcs, but the commit between them (the commit at the end
      of the first arc and the beginning of the second arc) has only one
      parent and one child.  If that commit is also the head of one or more
      branches, those branches get omitted from the "Branches" field in the
      commit display.
      
      The omission occurs because the commit gets erroneously identified as
      a commit which is part-way along an arc in [descheads].  This fixes it
      by changing the test to look at the arcouts array, which only contains
      elements for the commits at the start or end of an arc.
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      d809fb17
  16. 22 10月, 2012 6 次提交
  17. 23 9月, 2012 4 次提交
  18. 12 9月, 2012 1 次提交
  19. 09 9月, 2012 1 次提交