From a9f58764aaf13d31c9927ead8b5d25b0ad4f5362 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 7 Oct 2009 15:01:48 +0000 Subject: *** empty log message *** --- html/en/history.html | 760 +++++++++++++++++++++++++-------------------------- 1 file changed, 380 insertions(+), 380 deletions(-) (limited to 'html/en/history.html') diff --git a/html/en/history.html b/html/en/history.html index 584c7bc..f62262f 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -18,18 +18,18 @@ -

History of Changes

+

History of Changes

CVS (21/Sep/2008)

Version 5.2 (26/Jun/2008)

@@ -37,313 +37,313 @@
  • New: functions CanvasGetVectorTextBox, CanvasGetVectorFontSize and CanvasVectorFontSize.
  • -
  • Changed: - the functions CanvasVectorText, CanvasText +
  • Changed: + the functions CanvasVectorText, CanvasText and CanvasGetTextSize now supports line breaks using '\n'. - CanvasMultiLineVectorText is now deprecated but kept for - compatibility. + CanvasMultiLineVectorText is now deprecated but kept for + compatibility. - IMPORTANT - VectorTextSize now + IMPORTANT - VectorTextSize now uses the full line size.
  • -
  • Changed: - CD_DBUFFER now activates the buffered canvas before creating the image +
  • Changed: + CD_DBUFFER now activates the buffered canvas before creating the image canvas. If size is 0 then uses 1 and avoid to fail during creation.
  • -
  • Changed: +
  • Changed: removed "lua5.1.so" dependency in UNIX.
  • -
  • Fixed: CanvasText +
  • Fixed: CanvasText for CD_IMAGERGB driver when the foreground color has alpha.
  • Version 5.1.1 (15/Dec/2008)

    Version 5.1 (14/Oct/2008)

    Version 5.0 (26/Nov/2007)

    Version 5.0 RC2 (09/Apr/2007)

    Version 5.0 RC1 (08/Mar/2007)

    Version 4.4 (12/Dec/2005)

    -

    IMPORTANT NOTE: This version is not totally compatible to the previous one. The applications using the driver IUP -must be relinked, as this driver is now in a separate library, "cdiup". The Lua applications must also +

    IMPORTANT NOTE: This version is not totally compatible to the previous one. The applications using the driver IUP +must be relinked, as this driver is now in a separate library, "cdiup". The Lua applications must also be modified to include a call to function cdluaiup_open after -cdlua_open, and must be linked with the "cdluaiup" -library. The SIMULATE driver no longer exists, therefore the applications that used it must be modified to use the new +cdlua_open, and must be linked with the "cdluaiup" +library. The SIMULATE driver no longer exists, therefore the applications that used it must be modified to use the new function, cdSimulate, without the need for creating a new driver.

    Version 3.6 (05/May/98)

    Version 3.5 (07/Jan/98)

    Version 3.4 (12/Nov/97)

    Version 3.3 (19/Sep/97)

    Version 3.2

    Version 3.1

    Version 3.0

    @@ -924,31 +924,31 @@ function, cdSimulate, without t

    Version 2.2.0

    New: Functions:

    - +

    cdVersion - returns the current library version.
    cdNativeFont - sets a native font.
    cdPutImageRect - same as cdPutImage but you may specify a part of the image.
    - cdPutImageRGBA - cdPutImageRGB + cdPutImageRGBA - cdPutImageRGB with transparency.
    - wdFont - cdFont + wdFont - cdFont for the WD client, the size parameter is in millimeters.

    - +

    New: Drivers:

    - +

    NativeWindow - now the library can work with other Interface libraries.
    DGN - MicroStation Design File.
    EMF - Windows Enhanced Metafile.
    CD Metafile - our own metafile.
    Client Image RGB - now you can write in an RGB image.

    - +

    Up to Version 2.1