Change history page table to SWT.VIRTUAL.
commit22889efabc80e6f87cf98b742ff925b3a37082ce
authorRoger C. Soares <rogersoares@intelinet.com.br>
Sun, 30 Mar 2008 15:18:34 +0000 (30 11:18 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:12:14 +0000 (7 01:12 -0400)
treeb7dc6dfecb9b1ad7ce589344fcacdaf6ceff2f1a
parent3dfcdca6485a6c9faec02183c1ee7676080381c4
Change history page table to SWT.VIRTUAL.

It makes the history page show about the same speed as gitk on my
eclipse.

From the eclipse API:

"Style VIRTUAL is used to create a Table whose TableItems are to be
populated by the client on an on-demand basis instead of up-front.
This can provide significant performance improvements for tables
that are very large or for which TableItem population is expensive
(for example, retrieving values from an external source)."

Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/CommitGraphTable.java