On Sun, 08 Mar 2009 16:56:09 +0000, John-Mark Bell wrote:
On Sun, 2009-03-08 at 16:44 +0100, Chris Young wrote:
> Is there any way to only render part of a local history window, or do
> I need to render the entire local history into a huge bitmap and pick
> the bit I want to display myself?
AFAICS, no, there isn't. If you fancy modifying the core history tree
stuff to only redraw a section, then feel free -- I'm sure it's
something that should be implemented at some point, anyway :)
As you wish :)
It could probably be improved by skipping over anything that is
outside the clipped region, but it works and I don't think I've broken
anything else in the process.
Regards
Chris