diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/en/drv/clipbd.html | 3 | ||||
| -rw-r--r-- | html/en/drv/dbuf.html | 2 | ||||
| -rw-r--r-- | html/en/drv/gdk.html | 2 | ||||
| -rw-r--r-- | html/en/drv/image.html | 2 | ||||
| -rw-r--r-- | html/en/drv/native.html | 2 | ||||
| -rw-r--r-- | html/en/guide.html | 6 | ||||
| -rw-r--r-- | html/en/history.html | 1 | ||||
| -rw-r--r-- | html/en/home.html | 2 | ||||
| -rw-r--r-- | html/en/to_do.html | 6 | 
9 files changed, 14 insertions, 12 deletions
| diff --git a/html/en/drv/clipbd.html b/html/en/drv/clipbd.html index 7a9c115..0a2d254 100644 --- a/html/en/drv/clipbd.html +++ b/html/en/drv/clipbd.html @@ -14,7 +14,8 @@    <p>This driver allows the access to a Clipboard area. It is greatly dependent     on the system. In Win32, it creates an <a href="emf.html">Enhanced Metafile</a>,  -  a <b>Bitmap</b> or a <a href="mf.html">CD Metafile</a>; in X-Windows it  +  a <b>Bitmap</b> or a <a href="mf.html">CD Metafile</a>; in X-Windows and with  +	GDK it     creates only a <a href="mf.html">CD Metafile</a>.</p>  <h3>Use</h3> diff --git a/html/en/drv/dbuf.html b/html/en/drv/dbuf.html index 48556ed..0393d10 100644 --- a/html/en/drv/dbuf.html +++ b/html/en/drv/dbuf.html @@ -55,7 +55,7 @@ before creating the canvas.</p>    <p>This driver is greatly platform-dependent. For further detail, see the <b>    Behavior of Functions</b> in each platform: <a href="win32.html">Microsoft     Windows (GDI)</a>, <a href="gdiplus.html">Windows Using GDI+</a>, -  <a href="xwin.html">X-Windows (XLIB)</a>. However, it should be noted that  +  <a href="xwin.html">X-Windows (XLIB)</a>, <a href="gdk.html">GDK</a>. However, it should be noted that     some functions behave differently from the basic functions of each platform.</p>  <h4>Control</h4>  <ul> diff --git a/html/en/drv/gdk.html b/html/en/drv/gdk.html index df5aab2..5b97b5d 100644 --- a/html/en/drv/gdk.html +++ b/html/en/drv/gdk.html @@ -17,7 +17,7 @@    <a href="http://library.gnome.org/devel/gdk/">GDK</a> and    <a href="http://library.gnome.org/devel/cairo/">Cairo</a> API     functions. This driver was designed for the GTK+ version 2, and can be  -  compiled and used in Microsoft Windows system.</p> +  compiled and used in all systems GDK is supported.</p>  <h3>Behavior of Functions</h3>  <h4>Control  </h4> diff --git a/html/en/drv/image.html b/html/en/drv/image.html index 8dd7258..54718eb 100644 --- a/html/en/drv/image.html +++ b/html/en/drv/image.html @@ -48,7 +48,7 @@ before creating the canvas.</p>    <p>This driver is greatly platform-dependent. For further detail, see the <b>    Behavior of Functions</b> in each platform: <a href="win32.html">Microsoft     Windows (GDI)</a>, <a href="gdiplus.html">Windows Using GDI+</a>, -  <a href="xwin.html">X-Windows (XLIB)</a>. However, it should be noted that  +  <a href="xwin.html">X-Windows (XLIB)</a>, <a href="gdk.html">GDK</a>. However, it should be noted that     some functions behave differently from the basic functions of each platform.</p> diff --git a/html/en/drv/native.html b/html/en/drv/native.html index 257c62b..4bdeb90 100644 --- a/html/en/drv/native.html +++ b/html/en/drv/native.html @@ -62,7 +62,7 @@ before creating the canvas.</p>    <p>This driver is greatly platform-dependent. For further detail, see the <b>Behavior of Functions</b> in each     platform: <a href="win32.html">Microsoft Windows (GDI)</a>, <a href="gdiplus.html">Windows Using GDI+</a>, -  <a href="xwin.html">X-Windows (XLIB)</a>. However, it should be noted that some functions behave differently from the  +  <a href="xwin.html">X-Windows (XLIB)</a>, <a href="gdk.html">GDK</a>. However, it should be noted that some functions behave differently from the     basic functions of each platform.</p>  <h4>Control</h4> diff --git a/html/en/guide.html b/html/en/guide.html index da25a2b..d52c633 100644 --- a/html/en/guide.html +++ b/html/en/guide.html @@ -17,6 +17,9 @@  .style4 {  	color: #0000FF;  } +.style1 { +	color: #0000FF; +}  </style>  </head> @@ -91,6 +94,9 @@ the makefiles and projects expect the following directory tree:</p>  <pre>cd -> <strong><span class="style4">gdi32</span></strong> <strong><span class="style4">user32</span></strong> <strong><span class="style4">comdlg32</span></strong> (system - Windows)     -> <strong><span class="style4">X11</span></strong> (system - UNIX)     -> <strong><span class="style2">FreeType</span></strong> (included as separate library) +cdgdk -> <strong><span class="style1">gdk-win32-2.0</span></strong>(system - Windows) +      -> <strong><span class="style1">gdk-x11-2.0</span></strong> (system - UNIX) +      -> <span class="style1"><strong>cairo-2</strong></span> (system - Windows/UNIX)  cdgdiplus -> cd            -> <strong><span class="style4">gdiplus</span></strong> (system - Windows)  cdxrender -> cd diff --git a/html/en/history.html b/html/en/history.html index 5d85069..1a1b8e8 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -22,6 +22,7 @@  <h3>CVS (15/Dec/2009)</h3>  <ul>  	<li><span style="color: #0000FF">New:</span> driver SVG.</li> +	<li><span style="color: #0000FF">New:</span> base driver GDK.</li>  	<li><span style="color: #0000FF">New:</span> function <strong>  	CanvasYAxisMode</strong> to control the Y axis orientation.</li>  	<li><span style="color: #0000FF">New:</span> functions <strong> diff --git a/html/en/home.html b/html/en/home.html index 76400f5..e5c2968 100644 --- a/html/en/home.html +++ b/html/en/home.html @@ -11,7 +11,7 @@  <div class="homeTitle">CD</div>  <div class="homeDescription">Canvas Draw, A 2D Graphics Library</div> -<div class="homeVersion">Version 5.2</div> +<div class="homeVersion">Version 5.3</div>      <hr>    <p><strong>CD</strong> (Canvas Draw) is a platform-independent graphics library. It is implemented in several  diff --git a/html/en/to_do.html b/html/en/to_do.html index 7fbceaf..6a65f2a 100644 --- a/html/en/to_do.html +++ b/html/en/to_do.html @@ -6,11 +6,6 @@  <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">  <title>To Do</title>  <link rel="stylesheet" type="text/css" href="../style.css"> -<style type="text/css"> -.style1 { -	color: #FF0000; -} -</style>  </head>  <body> @@ -18,7 +13,6 @@  <h2>To Do</h2>  <h3>CD</h3>  <ul> -  <li class="style1">A new GDK base driver.</li>    <li>libEMF in UNIX.</li>  </ul>  <h3>MAC</h3> | 
