/[public]/psiconv/trunk/program/psiconv/psiconv.c
ViewVC logotype

Log of /psiconv/trunk/program/psiconv/psiconv.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 190 - (view) (annotate) - [select for diffs]
Modified Mon Jan 26 21:56:49 2004 UTC (20 years, 2 months ago) by frodo
File length: 8016 byte(s)
Diff to previous 187 , to selected 53
(Frodo) XHTML work


Revision 187 - (view) (annotate) - [select for diffs]
Modified Sun Jan 18 19:58:12 2004 UTC (20 years, 2 months ago) by frodo
File length: 8016 byte(s)
Diff to previous 185 , to selected 53
(Frodo) Image generation active again in psiconv program


Revision 185 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 22:20:03 2004 UTC (20 years, 2 months ago) by frodo
File length: 8016 byte(s)
Diff to previous 180 , to selected 53
(Frodo) Psiconv program rewrite start
  * Add support for different encodings
  * Restructure some things
  * Only ASCII support at the moment


Revision 180 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 23:26:37 2003 UTC (20 years, 3 months ago) by frodo
File length: 6726 byte(s)
Diff to previous 168 , to selected 53
(Frodo) Add configuration file parsing support

To do: install config file on installation of psiconv, also in Debian install


Revision 168 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 17:57:05 2003 UTC (20 years, 4 months ago) by frodo
File length: 6690 byte(s)
Diff to previous 152 , to selected 53
(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)


Revision 152 - (view) (annotate) - [select for diffs]
Modified Tue Nov 11 18:58:55 2003 UTC (20 years, 4 months ago) by frodo
File length: 6636 byte(s)
Diff to previous 147 , to selected 53
(Frodo) Many build updates:
  * Automake 1.6 and 1.7 support
  * Autoconf 2.5x support
  * ImageMagick 5.4.x and 5.5.x support
  * Format documentation will now be installed


Revision 147 - (view) (annotate) - [select for diffs]
Modified Fri May 10 15:55:55 2002 UTC (21 years, 10 months ago) by frodo
File length: 6639 byte(s)
Diff to previous 109 , to selected 53
(Frodo) UTF-8 support (Keita Kawabe, keite.kawabe@mpq.mpg.de)


Revision 109 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 18:49:14 2001 UTC (23 years, 1 month ago) by frodo
File length: 5660 byte(s)
Diff to previous 80 , to selected 53
(Frodo) Jim Ottaway's gen_latex module, and two example files


Revision 80 - (view) (annotate) - [select for diffs]
Modified Wed Dec 27 02:12:23 2000 UTC (23 years, 3 months ago) by frodo
File length: 5644 byte(s)
Diff to previous 79 , to selected 53
(Frodo) Many changes. Layout sections now work!

* Added list_empty, list_replace
* Added relocation to buffers, removed base address
* Added buffer_resolve, buffer_add_reference, buffer_add_target,
  psiconv_unique_id functions
* Modifified other buffer functions to work with references
* Added comments to buffer.h
* Added write_offset function
* Added reference support in functions where needed
* Corrected extra/rewrite error message
* Corrected numerous bugs to make layouts work.


Revision 79 - (view) (annotate) - [select for diffs]
Modified Mon Dec 25 22:25:33 2000 UTC (23 years, 3 months ago) by frodo
File length: 5645 byte(s)
Diff to previous 74 , to selected 53
(Frodo) Added a complete buffer abstraction


Revision 74 - (view) (annotate) - [select for diffs]
Modified Sun Dec 24 16:34:19 2000 UTC (23 years, 3 months ago) by frodo
File length: 5658 byte(s)
Diff to previous 66 , to selected 53
(Frodo) New list functions fread_all and fwrite_all


Revision 66 - (view) (annotate) - [select for diffs]
Modified Fri Dec 15 17:17:45 2000 UTC (23 years, 3 months ago) by frodo
File length: 5682 byte(s)
Diff to previous 65 , to selected 53
(Frodo) All formats tested, with a little luck most problems are now caught


Revision 65 - (view) (annotate) - [select for diffs]
Modified Fri Dec 15 01:16:43 2000 UTC (23 years, 3 months ago) by frodo
File length: 5768 byte(s)
Diff to previous 61 , to selected 53
(Frodo) First typos eliminated. Word files seem to work now. Need to test
        other types.


Revision 61 - (view) (annotate) - [select for diffs]
Modified Wed Dec 13 00:42:04 2000 UTC (23 years, 3 months ago) by frodo
File length: 5769 byte(s)
Diff to previous 58 , to selected 53
(Frodo) Error printing can now be captured by another program


Revision 58 - (view) (annotate) - [select for diffs]
Modified Sun Dec 10 16:49:40 2000 UTC (23 years, 3 months ago) by frodo
File length: 5770 byte(s)
Diff to previous 56 , to selected 53
(Frodo) Revamped directory structure, rescues a few files from CVS limbo


Revision 56 - (view) (annotate) - [select for diffs]
Modified Sun Dec 10 15:44:40 2000 UTC (23 years, 3 months ago) by frodo
File length: 5754 byte(s)
Diff to previous 53
(Frodo) Changed all struct definition to make them C++ compatible


Revision 53 - (view) (annotate) - [selected]
Modified Sat Oct 21 00:49:13 2000 UTC (23 years, 5 months ago) by frodo
File length: 5752 byte(s)
Diff to previous 46
(Frodo) YES! Fixed everything - ImageMagick should now finally work!


Revision 46 - (view) (annotate) - [select for diffs]
Modified Sat Dec 4 21:46:45 1999 UTC (24 years, 3 months ago) by frodo
File length: 5947 byte(s)
Diff to previous 34 , to selected 53
(Frodo) Final commit for 0.6.1

New formats files


Revision 34 - (view) (annotate) - [select for diffs]
Modified Thu Dec 2 17:18:55 1999 UTC (24 years, 4 months ago) by frodo
File length: 5946 byte(s)
Diff to previous 20 , to selected 53
(Frodo) Full ImageLib support!

To do:
  * More than one picture in a file
  * Special features like clipping


Revision 20 - (view) (annotate) - [select for diffs]
Modified Wed Oct 27 15:05:03 1999 UTC (24 years, 5 months ago) by frodo
File length: 5422 byte(s)
Diff to previous 17 , to selected 53
(Frodo) Some IRIX compatibility issues fixed, as well as some compiler
        warnings


Revision 17 - (view) (annotate) - [select for diffs]
Modified Wed Oct 13 19:15:59 1999 UTC (24 years, 5 months ago) by frodo
File length: 5402 byte(s)
Diff to previous 5 , to selected 53
(Frodo) Crude ImageMagick output

Invoke with -T IMAGE. No selection of image types yet.


Revision 5 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 16:38:15 1999 UTC (24 years, 5 months ago) by frodo
File length: 5336 byte(s)
Diff to previous 2 , to selected 53
(Frodo) Stubs for RTF output


Revision 2 - (view) (annotate) - [select for diffs]
Added Sun Oct 3 21:10:47 1999 UTC (24 years, 6 months ago) by frodo
File length: 5257 byte(s)
Diff to selected 53
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.

  Diffs between and
  Type of Diff should be a

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26