From 7b52cc13af4e85f1ca2deb6b6c77de9c95ea0dcf Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 17 Oct 2008 06:10:33 +0000 Subject: First commit - moving from LuaForge to SourceForge --- html/en/history.html | 932 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 932 insertions(+) create mode 100644 html/en/history.html (limited to 'html/en/history.html') diff --git a/html/en/history.html b/html/en/history.html new file mode 100644 index 0000000..6042519 --- /dev/null +++ b/html/en/history.html @@ -0,0 +1,932 @@ + + + + + +History + + + + + +

History of Changes

+

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)

+ +

Version 4.3.3 (25/Aug/2004)

+ +

Version 4.3.2 (14/Apr/2004)

+ +

Version 4.3.1 (07/Nov/2003)

+ +

Version 4.3 (06/Mar/2003)

+ +

Version 4.2 (20/July/2001)

+ +

Version 4.1.10 (04/May/2000)

+ +

Version 4.1 (24/Nov/99)

+ +

Version 4.0.1 (05/Mar/99)

+ +

Version 4.0 (18/Feb/99)

+ +

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 +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

+ +

Version 2.2.1

+ +

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 + with transparency.
+ 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

+ + + + + \ No newline at end of file -- cgit v1.2.3