diff options
author | scuri <scuri> | 2009-09-21 14:20:10 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-09-21 14:20:10 +0000 |
commit | e5c508e9329a35d85267de1c1bf3e4a607301620 (patch) | |
tree | ca96cbadff196a9af8c38ca6e12c6e13559c38dd /html/en/history.html | |
parent | 343333317445a86515f2226d69b265f29353d5e8 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/history.html')
-rw-r--r-- | html/en/history.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/html/en/history.html b/html/en/history.html index aea3e38..584c7bc 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -19,11 +19,18 @@ <body> <h1>History of Changes</h1> -<h3>CVS (05/Aug/2008)</h3> +<h3>CVS (21/Sep/2008)</h3> <ul> <li><span class="style1">Changed</span><span class="hist_changed">:</span> return value to boolean of <strong>CanvasIsPointInRegion</strong> and <strong>cd.UseContextPlus</strong> in Lua.</li> + <li><span style="color: #008000">Changed:</span> + added missing support for alpha channel in image:<strong>cdCreateCanvas</strong>, + <strong>cd:imImageCreate</strong>, image<strong>:cdCreateBitmap</strong> and + image<strong>:cdInitBitmap</strong> in cdluaim binding.</li> + <li><span style="color: #FF0000">Fixed:</span> indexing of <strong> + cdImageRGB</strong>, <strong>cdImageRGBA</strong> and <strong>cdBitmap</strong> + objects in Lua.</li> </ul> <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.2/">Version 5.2</a> (26/Jun/2008)</h3> <ul> |