openbabel:openbabel-2-3-x

Last commit made on 2012-10-06
Get this branch:
git clone -b openbabel-2-3-x https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
openbabel-2-3-x
Repository:
lp:openbabel

Recent commits

c69da4f... by Chris Morley <email address hidden>

Add splash.png to /data.

9b75a78... by baoilleach

Merged revision(s) 4913 from openbabel/trunk:
Reorganize PNG/PNG2 so everything can be done from PNG format. PNG2 format (now "_png2") is hidden from the user. Data embedding and extraction still works if Cairo not found and PNG2 is not built.
........

e304598... by baoilleach

Merged revision(s) 4729, 4894 from openbabel/trunk:
Fix alias bugs #3505116 and #3505126
Make --highlight and png2format work with GUI
........
Remove erroneous test for UNICODE character in alias.cpp, which may be responsible for some build problems.
Improved error message in mdlformat.
Add DEPICTION2D flag to pngformat.
........

52d73b3... by Chris Morley <email address hidden>

Update README for tools programs that are built

4be4b61... by baoilleach

Merged revision(s) 4715 from openbabel/trunk:
format.h, svgformat.cpp, png2format.cpp: Define the DEPICTION2D flag and use it for SVG and PNG2 formats.
opalign.cpp: Align using the 2D coordinates if the output is a 2D depiction format.
........

511b7e6... by baoilleach

Merged revision(s) 4708-4710 from openbabel/trunk:
png2format.cpp, cairopainter.cpp, cairopainter.h: Improve PNG depiction quality, add support for titles, and add support for additional options supported by SVG (more options to come).
........
png2format.cpp: Add support for aliases
........
png2format.cpp, cairopainter.cpp, cairopainter.h: Add support for multiple molecules in one PNG.
........

b3ccbdf... by Geoff Hutchison

Remove painterformat -- not backported from trunk.

1e874fa... by baoilleach

Merged revision(s) 4923 from openbabel/trunk:
src/depict/asciipainter.cpp: Improve the handling of text labels. Still not fully correct - needs a bit more care to avoid text overwriting other text, e.g. obabel -:NC(CN)N -oascii. Good enough for people to play with in OB2.3.2.
........

65fe0fc... by baoilleach

Set eol-style:native for asciipainter.cpp

Merged revision(s) 4739, 4741-4742 from openbabel/trunk:
asciipainter.h, asciipainter.cpp: A new painter (not added to public API...but perhaps it should going forward) that renders lines as ASCII text. No external dependencies.
asciiformat.cpp: A new output format that generates a 2D depiction in ASCII. No external dependencies.
src/formats/CMakeLists.txt: Add asciiformat.cpp and painterformat.cpp to the build.
........
asciipainter.cpp: Fix for use of abs for some GCC versions. Hopefully it still compiles under MSVC.
........

3f13c88... by Geoff Hutchison

Merged in more revisions from trunk:
4891 4899 4906 4909 5015-5019