Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
(Frodo) Several (smallish) memory leaks resolved
(Frodo) Copyright dates update
(Frodo) Make the formats stuff work again * Amend the configure.in to select the right targets * Remove RTF support (it never worked anyway) * Update the links creation scripts And in the psiconv program and library: * Some fixes to reduce compiler warnings * Emit tabs as spaces in the HTML4/XHTML generators
(Frodo) Unicode transition Note: this commit breaks psiconv. The programs in the extra directory should work properly. * Change all datastructures to use unicode for character encodings * Added psiconv_error function * Called psiconv_error at places where a warning was stupid * Added psiconv_progress in all generate functions * Added lev parameter to all generate functions * Removed general.h from CVS (we have general.h.in, after all) * Probably other stuff I forgot
(Frodo) config stuff and image generation stuff * All parse and generate functions have a new config parameter * New files configuration.[ch] in the psiconv lib * Some image generation stuff (not ready, but won't do any harm)
(Frodo) Embedded object generation works! Not too useful though, we also need sketch or sheet generation; the only thing actually working at the moment is embedding word docs within word docs. Oh well. It's a good start.
(Frodo) Parsing of embedded objects in Word complete
(Frodo) More embedded object work. Everytihng except the object data itself is now safely parsed.
(Frodo) More work for embedded objects (not finished yet)
(Frodo) Data structures for (Word) objects created.
(Frodo) DMALLOC support
(Frodo) Start of Sheet support: base types defined, page and status section parsed, supporting definitions in data.c
(Frodo) Added a complete buffer abstraction
(Frodo) First generate routines! Reshuffled a few things to make it all work out
(Frodo) Fixed style inheritance from Normal
(Frodo) First typos eliminated. Word files seem to work now. Need to test other types.
(Frodo) Massive update: theoretically, all return codes are now checked. Untested - may have many typos.
(Frodo) Updated all copyright notices
(Frodo) Changed all struct definition to make them C++ compatible
(Frodo) Styles bug fixed
(Frodo) Clipart file parsing completed
(Frodo) Some base work for ClipArt files
(Frodo) Parsing of both MBM and Sketch files finished and correct! To do: * Need to ask ImageMagick what output formats are available; * Need to display those formats in --help, and understand them on the command-line; * Need to generate the correct type of file; * Need to take a look at some special Sketch options (size, cuts, etc) * Sometimes, the file seems to be negative. Probably an ImageMagick problem. * Need to handle several images in one file elegantly
(Frodo) Sketch files are now supported. That is, they are parsed, and generated, but generating still needs a lot of work. Untested.
(Frodo) Some IRIX compatibility issues fixed, as well as some compiler warnings
(Frodo) Several changes in header parsing The definition of header section is changed to exclude the long with the offset of the Section Table Section. This allows easier integration of Data-like file formats. psiconv_parse_{texted,word,mbm}_file now do not parse the header section. This will allow easier integration for objects-within-objects. They start at the long with the offset of the Section Table Section. psiconv_file_type now returns the read header section, and its length.
(Frodo) Full MBM support - untested
Imported sources
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
frodo@frodo.looijaard.name | ViewVC Help |
Powered by ViewVC 1.1.26 |