Date: 23/6/2004
| I've been hacking away on i.File a bit, fixing things and adding bits and peices. One of the more interesting things I'm working on is a column view, where instead of displaying the files in a list, the files display in columns. This mimics another useful view from Windows Explorer that none of the Linux file managers get right.
On top of that I realised that drawing was slowing down with a lot of text on the page. So I clip it against the current dirty rect and that sped things up a huge amount.
|