comparison mpui.js @ 215:280d95196265

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2018 14:33:14 +0300
parents bd63ecb82e61
children d3eba28c26e5
comparison
equal deleted inserted replaced
214:bd63ecb82e61 215:280d95196265
243 "</ul>"+ 243 "</ul>"+
244 "<p><b>Existing problems:</b></p>"+ 244 "<p><b>Existing problems:</b></p>"+
245 "<ul>"+ 245 "<ul>"+
246 "<li>All of Multipaint v1.8.2018 changes have been integrated, "+ 246 "<li>All of Multipaint v1.8.2018 changes have been integrated, "+
247 "but there are no UI widgets for changing some settings, "+ 247 "but there are no UI widgets for changing some settings, "+
248 "loading of alternate palettes, etc. (yet.. might take time to implement these.)</li>"+ 248 "etc. (yet.. might take time to implement these.)</li>"+
249 "<li>Source code export is not guaranteed to work (it is enabled now, though.)</li>"+ 249 "<li>Source code export is not guaranteed to work (it is enabled now, though.)</li>"+
250 "<li>PNG/JPEG <b>import</b> does not work. <b>PNG export works now (alt+shift+W or alt+click on format export icon.)</b></li>"+ 250 "<li>PNG/JPEG <b>import</b> does not work. <b>PNG export works now (alt+shift+W or alt+click on format export icon.)</b></li>"+
251 "<li>The 'magnify' tool works oddly, though I think this issue may exist in the original as well.</li>"+ 251 "<li>The 'magnify' tool works oddly, though I think this issue may exist in the original as well.</li>"+
252 "<li>The preview window seems to be buggy for multicolor bitmaps.</li>"+ 252 "<li>The preview window seems to be buggy for wide-pixel (e.g. c64 multicolor) bitmaps.</li>"+
253 "<li>There may be other bugs .. though I've also fixed few bugs that exist in original Multipaint.</li>"+ 253 "<li>There may be other bugs .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
254 "</ul>"+ 254 "</ul>"+
255 "<p>You can also view the <a href=\"https://tnsp.org/hg/forks/multipaint-js/\">Mercurial repository for this project</a>.</p>"; 255 "<p>You can also view the <a href=\"https://tnsp.org/hg/forks/multipaint-js/\">Mercurial repository for this project</a>.</p>";
256 256
257 mpUI.appendChild(mobj); 257 mpUI.appendChild(mobj);