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/cdlua.html | 2 +- html/en/cdluaim.html | 24 +- html/en/copyright.html | 2 - html/en/download.html | 2 +- html/en/download_tips.html | 2 +- html/en/drv/cgm.html | 2 +- html/en/drv/clipbd.html | 2 +- html/en/drv/dbuf.html | 2 +- html/en/drv/dbufrgb.html | 2 +- html/en/drv/debug.html | 2 +- html/en/drv/dgn.html | 2 +- html/en/drv/dxf.html | 2 +- html/en/drv/emf.html | 2 +- html/en/drv/image.html | 2 +- html/en/drv/irgb.html | 2 +- html/en/drv/iup.html | 2 +- html/en/drv/mf.html | 2 +- html/en/drv/native.html | 2 +- html/en/drv/pdf.html | 2 +- html/en/drv/picture.html | 2 +- html/en/drv/printer.html | 2 +- html/en/drv/ps.html | 2 +- html/en/drv/wmf.html | 2 +- html/en/history.html | 760 ++++++++++++++++++++++----------------------- html/en/internal.html | 2 +- html/en/samples.html | 5 +- html/en/to_do.html | 2 +- html/en/toolkits.html | 2 +- 28 files changed, 419 insertions(+), 420 deletions(-) (limited to 'html/en') diff --git a/html/en/cdlua.html b/html/en/cdlua.html index e31385a..60b95d0 100644 --- a/html/en/cdlua.html +++ b/html/en/cdlua.html @@ -8,7 +8,7 @@ -

Lua Binding

+

Lua Binding

Overview

CDLua was developed to make all functionalities of the CD library available to Lua programmers. To use the CDLua diff --git a/html/en/cdluaim.html b/html/en/cdluaim.html index 707539d..6629558 100644 --- a/html/en/cdluaim.html +++ b/html/en/cdluaim.html @@ -1,13 +1,13 @@ - - - CDLua+IMLua - - - - - -

CDLua+IMLua

+ + + +CDLua+IMLua + + + + +

CDLua+IMLua

When CD is used togheter with the IM library in Lua, the CD bitmap and the IM @@ -50,5 +50,7 @@ IM_RGB/IM_BYTE image.

 Creates a cdCanvas using the CD_IMAGERGB driver. Resolution is optional, default is 3.8 pixels per milimiter (96.52 DPI). The imImage must be a IM_RGB/IM_BYTE image.

- - + + + + \ No newline at end of file diff --git a/html/en/copyright.html b/html/en/copyright.html index 165a20c..de91c03 100644 --- a/html/en/copyright.html +++ b/html/en/copyright.html @@ -6,8 +6,6 @@ - -

Tecgraf Library License

The Tecgraf products under this license are: IUP, CD and IM.

diff --git a/html/en/download.html b/html/en/download.html index eb2a373..4779cc1 100644 --- a/html/en/download.html +++ b/html/en/download.html @@ -9,7 +9,7 @@ -

Download

+

Download

The download site for pre-compiled binaries, documentation and sources is at SourceForge:

diff --git a/html/en/download_tips.html b/html/en/download_tips.html index 658080d..ac5fdf2 100644 --- a/html/en/download_tips.html +++ b/html/en/download_tips.html @@ -14,7 +14,7 @@ -

Tecgraf/PUC-Rio Library Download Tips

+

Tecgraf/PUC-Rio Library Download Tips

All the libraries were build using Tecmake. Please use it if you intend to recompile the sources. Tecmake can be found at diff --git a/html/en/drv/cgm.html b/html/en/drv/cgm.html index 17ca141..470561a 100644 --- a/html/en/drv/cgm.html +++ b/html/en/drv/cgm.html @@ -10,7 +10,7 @@ -

CD_CGM - Computer Graphics Metafile Driver (cdcgm.h)

+

CD_CGM - Computer Graphics Metafile Driver (cdcgm.h)

This driver allows generating a Computer Graphics Metafile, which is an ANSI standard for the persistent storage of graphics primitives. The file usually has an extension .CGM.

diff --git a/html/en/drv/clipbd.html b/html/en/drv/clipbd.html index 0b9be2d..7a9c115 100644 --- a/html/en/drv/clipbd.html +++ b/html/en/drv/clipbd.html @@ -10,7 +10,7 @@ -

CD_CLIPBOARD - Clipboard Driver (cdclipbd.h)

+

CD_CLIPBOARD - Clipboard Driver (cdclipbd.h)

This driver allows the access to a Clipboard area. It is greatly dependent on the system. In Win32, it creates an Enhanced Metafile, diff --git a/html/en/drv/dbuf.html b/html/en/drv/dbuf.html index 37b5c89..48556ed 100644 --- a/html/en/drv/dbuf.html +++ b/html/en/drv/dbuf.html @@ -10,7 +10,7 @@ -

CD_DBUFFER - Double Buffer Driver using a server image (cddbuf.h)

+

CD_DBUFFER - Double Buffer Driver using a server image (cddbuf.h)

Implements the concept of offscreen drawing. It is based on a Server Image (the back buffer) and a Window canvas (the front buffer).

diff --git a/html/en/drv/dbufrgb.html b/html/en/drv/dbufrgb.html index a9fa4c8..f6a63b2 100644 --- a/html/en/drv/dbufrgb.html +++ b/html/en/drv/dbufrgb.html @@ -10,7 +10,7 @@ -

CD_DBUFFERRGB - Double Buffer Driver using a RGB image (cdirgb.h)

+

CD_DBUFFERRGB - Double Buffer Driver using a RGB image (cdirgb.h)

Implements the concept of offscreen drawing. It is based on a Image RGB (the back buffer) and any other canvas (the front buffer).

diff --git a/html/en/drv/debug.html b/html/en/drv/debug.html index e405dac..bc64a73 100644 --- a/html/en/drv/debug.html +++ b/html/en/drv/debug.html @@ -10,7 +10,7 @@ -

CD_DEBUG - CD Debug Driver (cddebug.h)

+

CD_DEBUG - CD Debug Driver (cddebug.h)

This driver creates a text file with a log of all function calls. But for only the functions that have a driver implementation and in the order that diff --git a/html/en/drv/dgn.html b/html/en/drv/dgn.html index acd688b..be52f3c 100644 --- a/html/en/drv/dgn.html +++ b/html/en/drv/dgn.html @@ -10,7 +10,7 @@ -

CD_DGN - MicroStation Design File Driver (cddgn.h)

+

CD_DGN - MicroStation Design File Driver (cddgn.h)

This driver allows generating a MicroStation design file. The file name usually has an extension .DGN. The driver supports only MicroStation version 4.0 or later. The format's copyrights are property of diff --git a/html/en/drv/dxf.html b/html/en/drv/dxf.html index 95274ee..0637e92 100644 --- a/html/en/drv/dxf.html +++ b/html/en/drv/dxf.html @@ -10,7 +10,7 @@ -

CD_DXF - AutoCAD Image Exchange File Driver (cddxf.h)

+

CD_DXF - AutoCAD Image Exchange File Driver (cddxf.h)

This driver allows generating an AutoCAD image exchange file. The file name usually has an extension .DXF. This driver supports only AutoCAD version 10.0 or later. The format's copyrights are property of diff --git a/html/en/drv/emf.html b/html/en/drv/emf.html index 1f7b462..bed1461 100644 --- a/html/en/drv/emf.html +++ b/html/en/drv/emf.html @@ -10,7 +10,7 @@ -

CD_EMF - Enhanced Metafile Driver (cdemf.h)

+

CD_EMF - Enhanced Metafile Driver (cdemf.h)

This driver allows generating a Microsoft Windows Enhanced Metafile, the format used by 32-bit Windows systems to store graphics primitives. Usually, diff --git a/html/en/drv/image.html b/html/en/drv/image.html index f19b3b3..8dd7258 100644 --- a/html/en/drv/image.html +++ b/html/en/drv/image.html @@ -10,7 +10,7 @@ -

CD_IMAGE - Server Image Driver (cdimage.h)

+

CD_IMAGE - Server Image Driver (cdimage.h)

This driver provides access to a Server Image, a memory-based high-performance image that corresponds to the attributes of the system's diff --git a/html/en/drv/irgb.html b/html/en/drv/irgb.html index 3ab71f4..0689dfc 100644 --- a/html/en/drv/irgb.html +++ b/html/en/drv/irgb.html @@ -10,7 +10,7 @@ -

CD_IMAGERGB - RGB Client Image Driver (cdirgb.h)

+

CD_IMAGERGB - RGB Client Image Driver (cdirgb.h)

This driver allows access to a Client Image, an imaged based in RGB colors with 24 or 32 bits per pixel (8 per channel). diff --git a/html/en/drv/iup.html b/html/en/drv/iup.html index 90f11d9..b2644e0 100644 --- a/html/en/drv/iup.html +++ b/html/en/drv/iup.html @@ -10,7 +10,7 @@ -

CD_IUP - IUP Driver (cdiup.h)

+

CD_IUP - IUP Driver (cdiup.h)

This driver provides access to an interface element of a IUP canvas. IUP is a portable user-interface library used to create portable user-interface applications. See diff --git a/html/en/drv/mf.html b/html/en/drv/mf.html index c6157b9..0b9995b 100644 --- a/html/en/drv/mf.html +++ b/html/en/drv/mf.html @@ -10,7 +10,7 @@ -

CD_METAFILE - CD Metafile Driver (cdmf.h)

+

CD_METAFILE - CD Metafile Driver (cdmf.h)

This driver allows the generation of a CD Metafile, a very simple format that includes calls to functions of the CD library and provides persistence to its primitives.

diff --git a/html/en/drv/native.html b/html/en/drv/native.html index 20d182a..257c62b 100644 --- a/html/en/drv/native.html +++ b/html/en/drv/native.html @@ -10,7 +10,7 @@ -

CD_NATIVEWINDOW - Native Window Driver (cdnative.h)

+

CD_NATIVEWINDOW - Native Window Driver (cdnative.h)

This driver provides access to an existing Native Window, a basic element of the user-interface system. It also provides access to other native handles like HDC handles in Windows.

diff --git a/html/en/drv/pdf.html b/html/en/drv/pdf.html index 71ee6b7..129dd69 100644 --- a/html/en/drv/pdf.html +++ b/html/en/drv/pdf.html @@ -10,7 +10,7 @@ -

CD_PDF - PDF Driver (cdpdf.h)

+

CD_PDF - PDF Driver (cdpdf.h)

This drivers allows generating a PDF file. This format developed for representing documents in a manner that is independent of the original application software, hardware, and operating system used to create those documents. The diff --git a/html/en/drv/picture.html b/html/en/drv/picture.html index d702555..a39828a 100644 --- a/html/en/drv/picture.html +++ b/html/en/drv/picture.html @@ -10,7 +10,7 @@ -

CD_PICTURE - CD Picture (cdpicture.h)

+

CD_PICTURE - CD Picture (cdpicture.h)

This driver allows the creation of a CD Picture. It store primitives and attributes in memory that can be played and resized in any other driver. It diff --git a/html/en/drv/printer.html b/html/en/drv/printer.html index d354fe2..25da760 100644 --- a/html/en/drv/printer.html +++ b/html/en/drv/printer.html @@ -10,7 +10,7 @@ -

CD_PRINTER - Printer Driver (cdprint.h)

+

CD_PRINTER - Printer Driver (cdprint.h)

This driver provides access to a System Default Printer.

Currently, it works only in Microsoft Windows platforms, but it is possible diff --git a/html/en/drv/ps.html b/html/en/drv/ps.html index 7a2dc1a..bfb7ed2 100644 --- a/html/en/drv/ps.html +++ b/html/en/drv/ps.html @@ -10,7 +10,7 @@ -

CD_PS - PostScript Driver (cdps.h)

+

CD_PS - PostScript Driver (cdps.h)

This drivers allows generating a PostScript file. This format was created to be a high-quality graphics language for printers and is currently supported by several printers. If your printer supports PostScript, you can send the diff --git a/html/en/drv/wmf.html b/html/en/drv/wmf.html index aa92c68..b7e91f3 100644 --- a/html/en/drv/wmf.html +++ b/html/en/drv/wmf.html @@ -10,7 +10,7 @@ -

CD_WMF - Windows Metafile Driver (cdwmf.h)

+

CD_WMF - Windows Metafile Driver (cdwmf.h)

This driver allows creating a Microsoft Windows Metafile, the format used by 16-bit Windows systems to store graphics primitives. Usually, the filename 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