Skip to content

Commit

Permalink
gitk: Basic support for highlighting one view within another
Browse files Browse the repository at this point in the history
With this, one view can be used as a highlight for another, so that
the commits that are in the highlight view are displayed in bold.
This required some fairly major changes to how the list of ids,
parents, children, and id to row mapping were stored for each view.
We can now be reading in several views at once; for all except the
current view, we just update the displayorder and the lists of parents
and children for the view.

This also creates a little bit of infrastructure for handling the
watch cursor.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed May 2, 2006
1 parent f8b28a4 commit da7c24d
Showing 1 changed file with 343 additions and 221 deletions.
Loading

0 comments on commit da7c24d

Please sign in to comment.