2006/02/23 17:25:05 thb 1.21.156.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output)
2004/03/25 16:38:57 hdu 1.14.92.1: Font Management Refactoring, first step:
Keep the externally visible original algorithms intact
Split up the ImplFontCache::Get(..) monster method
Make implicit relationships between font management classes explicit
Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching
Get rid of linear searches in mainstream code, use efficient STL containers
Get rid of some obsolete data types BOOL->bool, USHORT->int, etc.
Improve infrastructure for unicode surrogate processing
2003/11/05 09:10:55 aw 1.9.54.8: resolved one more conflict
2003/11/04 17:34:16 aw 1.9.54.7: RESYNC: (1.9-1.10); FILE MERGED
2003/08/14 11:55:57 thb 1.9.54.6: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev
2003/07/28 18:03:56 thb 1.9.54.5: #110958# Removed several set* inlines, to intercept them for alpha vdev painting
2003/07/28 16:32:17 thb 1.9.54.4: #110958# Changed constructor
2003/07/28 14:51:20 thb 1.9.54.3: #110958# Initialize flag
2003/07/28 14:33:04 thb 1.9.54.2: #110958# Now using a separate constructor, to remain compatible
2003/07/28 14:00:01 thb 1.9.54.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003/10/29 10:29:51 pl 1.9.160.2: RESYNC: (1.9-1.10); FILE MERGED
2003/10/21 15:53:18 pl 1.9.160.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come