[Alephmodular-devel] Display Abstraction Branch created
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-03-06 06:48:30
|
I've created a branch off of the development tree for the development of the display abstraction. Why? Well it's a big chunk of code in its effects and I want to get individual parts right. As such I've created the branch devel-display-abstraction To see this branch perform in the alephmodular directory: cvs update -r devel-display-abstraction To go back to the main development trunk cvs update -A The main features included with this branch so far is the actual design document that I was sending to the list and the first working in of the CBitmap class, its kin, and its decoders. I'm not as happy as I think I could be with CBitmap, but I managed to deal with the row_addresses area so that only CChunkedShapesBitmap needs care taken when allocating and disposing thereof. (CChunkedShapesBitmap is the CBitmap variant specifically for dealing with the way a single collection (high level shapes, low level shapes, and bitmaps) are allocated within a single chunk of memory for each collection. -Jeremy Parsons |