Revision: 20326 http://sourceforge.net/p/jmol/code/20326 Author: hansonr Date: 2015-02-25 04:08:47 +0000 (Wed, 25 Feb 2015) Log Message: ----------- Jmol.___JmolVersion="14.3.12_2015.02.24"
new feature: show IMAGE -- pops up a frame with the current image -- allows "Save As..." new feature: show IMAGE "filename" -- pops up a frame with the image loaded from a file -- allows "Save As..." new feature: show image 300 400 # adjustable size new feature: show image none # closes all image panels new feature: show image CLOSE # "all" presumed new feature: show image CLOSE "" # the model image new feature: show image CLOSE "c:/temp/t.bmp" # the image for this file new feature: write IMAGE -- same as SHOW IMAGE new feature: write IMAGE 500 500 -- same as SHOW IMAGE 500 500; allows customization of width and height new feature: Windows BMP image reading -- reads 24-bit (full color) as well as 16-, 8-, 4-, 2-, and 1-bit color palette modes -- 14-byte and 40-byte headers only -- does not read compressed modes bug fix: restriction against getting SMILES string for biomolecule lifted bug fix: end-on bonds may appear to disappear bug fix: JavaScript -2.format("%8.3") gives 2.000 not -2.000 bug fix: minimizer treats hydrogen bonds as covalent single bonds code: javajs.img.bMPDecoder code: org.openscience.jmol.app.jmolpanel.ImageDialog Modified Paths: -------------- trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-02-25 04:04:01 UTC (rev 20325) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-02-25 04:08:47 UTC (rev 20326) @@ -16,57 +16,43 @@ Jmol.___JmolVersion="14.3.12_2015.02.24" +new feature: show IMAGE + -- pops up a frame with the current image + -- allows "Save As..." + +new feature: show IMAGE "filename" + -- pops up a frame with the image loaded from a file + -- allows "Save As..." + new feature: show image 300 400 # adjustable size new feature: show image none # closes all image panels -new feature: JavaScript implementation of SHOW IMAGE - -JmolVersion="14.3.12_2015.02.23" - new feature: show image CLOSE # "all" presumed new feature: show image CLOSE "" # the model image new feature: show image CLOSE "c:/temp/t.bmp" # the image for this file -JmolVersion="14.3.12_2015.02.22d" -bug fix: restriction against getting SMILES string for biomolecule lifted -bug fix: end-on bonds may appear to disappear -bug fix: JavaScript -2.format("%8.3") gives 2.000 not -2.000 - -JmolVersion="14.3.12_2015.02.22" - -bug fix: minimizer treats hydrogen bonds as covalent single bonds - +new feature: write IMAGE + -- same as SHOW IMAGE + +new feature: write IMAGE 500 500 + -- same as SHOW IMAGE 500 500; allows customization of width and height + new feature: Windows BMP image reading -- reads 24-bit (full color) as well as 16-, 8-, 4-, 2-, and 1-bit color palette modes -- 14-byte and 40-byte headers only -- does not read compressed modes -new feature: (application only) show IMAGE - -- pops up a frame with the current image - -- allows "Save As..." - -new feature: (application only) show IMAGE "filename" - -- pops up a frame with the image loaded from a file - -- allows "Save As..." +bug fix: restriction against getting SMILES string for biomolecule lifted +bug fix: end-on bonds may appear to disappear +bug fix: JavaScript -2.format("%8.3") gives 2.000 not -2.000 -new feature: (application only) show IMAGE NONE - -- closes all image windows +bug fix: minimizer treats hydrogen bonds as covalent single bonds -new feature: (application only) write IMAGE - -- same as SHOW IMAGE - -new feature: (application only) write IMAGE 500 500 - -- similar to SHOW IMAGE; allows customization of width and height - code: javajs.img.bMPDecoder code: org.openscience.jmol.app.jmolpanel.ImageDialog JmolVersion="14.3.12_2015.02.19" -bug fix: "write image 500 500 png ?" broken - -JmolVersion="14.3.12_2015.02.18b" - bug fix: CML reader does not show proper atom names for crystal structures bug fix: POV-Ray renderer does not show proper backbone width (since forever) bug fix: POV-Ray renderer with a translucent surface shows bonds that should be hidden (since 13.1) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits