[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Column resizing problems in log viewer

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-03 15:24:54 CEST

Norbert Unterberg wrote:
> TortoiseSVN 1.2.0, Build 3817
> Subversion 1.2.1, -dev
>
> There still seem to be issues in the column resizing in the file list
> of the log window.
[snip]

The reason for this is that the list control doesn't resize the columns
very well if the list control is virtual. With virtual list controls,
the resizing is done only with a few strings taken into account, not all
(this for performance reasons, because virtual controls are usually used
for big amounts of data).

I've now implemented our own resizing function, so it's fixed in
revision 3825.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Jul 3 15:25:30 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.