Log of /psiconv/trunk/program
 Directory Listing
 Directory Listing
 
Revision 
352 -
Directory Listing
Modified
Fri Oct 24 11:52:46 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Fix two small errors in the manpage formatting (lintian)
 
Revision 
351 -
Directory Listing
Modified
Wed Oct 22 19:53:40 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Update copyright year in all source files
 
Revision 
348 -
Directory Listing
Modified
Wed Oct 22 12:10:22 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Remove build warnings
  - generate_layout.c: remove confusion between vertical and horizontal align
  - parse_image.c: remove unused variable
  - checkuid.c: add <stdlib.h>
  - gen_image.c: use correct pointer type
  - magick-aux.c: use correct pointer type
 
Revision 
345 -
Directory Listing
Modified
Mon Oct 20 11:47:08 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Program should not have been added to CVS; it is generated automatically
 
Revision 
344 -
Directory Listing
Modified
Mon Oct 20 11:45:31 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Bump version to 0.9.9
 
Revision 
343 -
Directory Listing
Modified
Mon Oct 20 11:44:17 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Support for GraphicsMagick library
  * Add IMAGEMAGICK_API 100 for GraphicsMagick and supporting code
  * Rewrite GetMagickFileList to return a null-terminated array of pointers
    (instead of using prev/next)
 
Revision 
341 -
Directory Listing
Modified
Sun Oct 19 21:38:48 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Update manual page
 
Revision 
339 -
Directory Listing
Modified
Sun Oct 19 19:35:10 2014 UTC
(11 years ago)
by 
frodo
(Frodo) Fix bug in generating HTML4: the last line was typically rendered
        empty.
 
Revision 
270 -
Directory Listing
Modified
Tue Nov 15 15:52:34 2005 UTC
(19 years, 11 months ago)
by 
frodo
(Frodo) Updated all copyright notices for 2005
        Changed email addresses
        Made the examples part of the archive
 
Revision 
269 -
Directory Listing
Modified
Tue Nov 15 14:59:54 2005 UTC
(19 years, 11 months ago)
by 
frodo
(Frodo) Prepare for version 0.9.8
 
Revision 
267 -
Directory Listing
Modified
Tue Nov 15 14:41:26 2005 UTC
(19 years, 11 months ago)
by 
frodo
(Frodo) Fixed compilation problem on newer systems: ffs was an already used
        symbol.
 
Revision 
256 -
Directory Listing
Modified
Fri Feb 25 21:02:30 2005 UTC
(20 years, 8 months ago)
by 
frodo
(Frodo) Update for 0.9.7
 
Revision 
255 -
Directory Listing
Modified
Fri Feb 25 20:36:25 2005 UTC
(20 years, 8 months ago)
by 
frodo
(Frodo) Support ImageMagick 6
 
Revision 
253 -
Directory Listing
Modified
Thu Apr 29 22:14:09 2004 UTC
(21 years, 6 months ago)
by 
frodo
(Frodo) Bump up the libary version and program version
 
Revision 
252 -
Directory Listing
Modified
Thu Apr 29 22:05:23 2004 UTC
(21 years, 6 months ago)
by 
frodo
(Frodo) Keep ImageMagick happy on Solaris
It needs a #include <time.h>.
 
Revision 
249 -
Directory Listing
Modified
Thu Apr 29 19:40:59 2004 UTC
(21 years, 6 months ago)
by 
frodo
(Frodo) Solaris build fixes
  * gen_image fixes (didn't I do these before?!?)
  * Building shared libs
 
Revision 
245 -
Directory Listing
Modified
Tue Apr  6 14:27:47 2004 UTC
(21 years, 6 months ago)
by 
frodo
(Frodo) Fixed bug that made compiling with gcc 2.95.x impossible
 
Revision 
244 -
Directory Listing
Modified
Mon Mar 22 20:08:09 2004 UTC
(21 years, 7 months ago)
by 
frodo
(Frodo) Fix in color generation algorithm
  * Update version to 0.9.5
  * Update patch level of library
  * For greyscale pictures, white was translated as black. Not good.
 
Revision 
239 -
Directory Listing
Modified
Thu Mar  4 21:55:40 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) Bug fixes
  * Image colors correction (scale 0.0 to 1.0, instead of 0.0 to less-than 1.0)
  * Bullet and indentation docs update
  * Update version number
 
Revision 
228 -
Directory Listing
Modified
Wed Feb 25 16:11:17 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) AbiWord work
  * Update version to 0.9.3
  * Update library version
  * New functions psiconv_unicode_from_list and psiconv_unicode_strstr
 
Revision 
219 -
Directory Listing
Modified
Mon Feb 23 13:08:32 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) Psiconv program work
  * Added -c option
 
Revision 
217 -
Directory Listing
Modified
Sun Feb 22 22:24:39 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) UTF8 work (it should now actually work!)
  * Replaced psiconv_unicode_from_char with psiconv_unicode_read_char
    and removed psiconv_unicode_from_chars
  * Replaced psiconv_unicode_to_char with psiconv_unicode_write_char
    and removed psiconv_unicode_to_chars
  * Rewrote psiconv_parse_text_section to be more sane, easier to read
    and to work with the above updates
  * Updated all places where the psiconv_unicode_from/to_char calls
    were used
  * Updated psiconv.conf.eg to reflect the correct character set numbers
  * Fixed a buglet that made it impossible to set verbosity to 5 in config
  * Removed strange code in make_printable
  * Rewrote the ENCODING_PSION option in the psiconv program to work
    with the new definitions.
 
Revision 
214 -
Directory Listing
Modified
Sat Feb 21 12:10:04 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) Debian stuff
  * Changed psiconv-dev to libpsiconv-dev
  * Bumped up the version number
 
Revision 
213 -
Directory Listing
Modified
Sat Feb 21 11:48:49 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) Forgotten file
 
Revision 
210 -
Directory Listing
Modified
Tue Feb 10 17:24:18 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) Final 0.9.1 commit
  * Added psiconv-config manpage
  * Updated Debian build
 
Revision 
208 -
Directory Listing
Modified
Mon Feb  9 23:12:58 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) Several (smallish) memory leaks resolved
 
Revision 
206 -
Directory Listing
Modified
Mon Feb  9 22:03:04 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) Move extra dir under programs
 
Revision 
204 -
Directory Listing
Modified
Sun Feb  8 22:44:29 2004 UTC
(21 years, 8 months ago)
by 
frodo
(Frodo) psiconv-config program plus bugfixes
  * Bumped up the version number to 0.9.1
  * Bumped up the library version to 0.6.1
  * Added the psiconv-config program (for autoconf use by third parties)
  * Added the psiconv_config_free function
  * Fixed the installation ($includedir/include/general.h)
 
Revision 
196 -
Directory Listing
Modified
Wed Feb  4 12:19:09 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) Copyright dates update
 
Revision 
195 -
Directory Listing
Modified
Wed Feb  4 11:35:35 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) Format documentation work
  * Uploaded newest Format documentation
  * Split generate_html.sh into xhtml and html4 specific versions
  * Changed gen_xhtml and gen_html4 to combine spans that have the
    same layout codes
  * Changed gen_xhtml and gen_html4 not to emit empty spans
 
Revision 
193 -
Directory Listing
Modified
Mon Feb  2 21:56:48 2004 UTC
(21 years, 9 months ago)
by 
frodo
(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
 
Revision 
192 -
Directory Listing
Modified
Mon Feb  2 20:43:04 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) Psiconv program update
  * Created html4 target
  * Update of xhtml target (print entities if ASCII, and others)
  * Made everything static that should not be exported
  * Renamed stuff to xhtml were appropriate
  * The fileformat data does now contain the supported Psion files to convert
  * This is also printed in the help text
  * ENCODING_ASCII_HTML introduced (only used internally)
  * Replaced debug, silent, verbose options with noise option
  * Default targets are XHTML and TIFF
 
Revision 
191 -
Directory Listing
Modified
Wed Jan 28 20:18:54 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) XHTML output complete
 
Revision 
190 -
Directory Listing
Modified
Mon Jan 26 21:56:49 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) XHTML work
 
Revision 
189 -
Directory Listing
Modified
Mon Jan 26 14:00:40 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) Update
 
Revision 
187 -
Directory Listing
Modified
Sun Jan 18 19:58:12 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) Image generation active again in psiconv program
 
Revision 
185 -
Directory Listing
Modified
Fri Jan  9 22:20:03 2004 UTC
(21 years, 9 months ago)
by 
frodo
(Frodo) Psiconv program rewrite start
  * Add support for different encodings
  * Restructure some things
  * Only ASCII support at the moment
 
Revision 
180 -
Directory Listing
Modified
Sat Dec 13 23:26:37 2003 UTC
(21 years, 10 months ago)
by 
frodo
(Frodo) Add configuration file parsing support
To do: install config file on installation of psiconv, also in Debian install
 
Revision 
168 -
Directory Listing
Modified
Tue Nov 25 17:57:05 2003 UTC
(21 years, 11 months ago)
by 
frodo
(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 
165 -
Directory Listing
Modified
Sun Nov 23 18:48:55 2003 UTC
(21 years, 11 months ago)
by 
frodo
(Frodo) Explain rewrite syntax
 
Revision 
154 -
Directory Listing
Modified
Tue Nov 11 22:49:43 2003 UTC
(21 years, 11 months ago)
by 
frodo
(Frodo) New manpage and Debian support
 
Revision 
152 -
Directory Listing
Modified
Tue Nov 11 18:58:55 2003 UTC
(21 years, 11 months ago)
by 
frodo
(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 
144 -
Directory Listing
Modified
Tue Jan 29 18:49:12 2002 UTC
(23 years, 9 months ago)
by 
frodo
(Frodo) Another smallish memory leak
 
Revision 
142 -
Directory Listing
Modified
Tue Jan 29 18:38:38 2002 UTC
(23 years, 9 months ago)
by 
frodo
(Frodo) DMALLOC support
 
Revision 
140 -
Directory Listing
Modified
Tue Jan 22 21:45:45 2002 UTC
(23 years, 9 months ago)
by 
frodo
(Frodo) Fixed possible dangling pointers when no header/footer text was
        present, and added test to see whether any is present.
 
Revision 
138 -
Directory Listing
Modified
Tue Jan 22 21:22:55 2002 UTC
(23 years, 9 months ago)
by 
frodo
(Frodo) Update for newest ImageMagick
 
Revision 
118 -
Directory Listing
Modified
Sat Jun 30 13:36:39 2001 UTC
(24 years, 4 months ago)
by 
frodo
(Frodo) Now compiles again with newest ImageMagick.
 
Revision 
117 -
Directory Listing
Modified
Sun Jun 17 18:47:33 2001 UTC
(24 years, 4 months ago)
by 
frodo
(Frodo) Make us depend fully on autogen.sh
 
Revision 
116 -
Directory Listing
Modified
Sun Jun 17 18:44:28 2001 UTC
(24 years, 4 months ago)
by 
frodo
(Frodo) Update to libtool-1.4, autoconf-2.50
 
Revision 
109 -
Directory Listing
Modified
Fri Feb 16 18:49:14 2001 UTC
(24 years, 8 months ago)
by 
frodo
(Frodo) Jim Ottaway's gen_latex module, and two example files
 
Revision 
90 -
Directory Listing
Modified
Wed Jan 10 16:39:30 2001 UTC
(24 years, 9 months ago)
by 
frodo
(Frodo) Abstracted screenfont into enum
 
Revision 
88 -
Directory Listing
Modified
Sun Dec 31 01:36:30 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Empty Word and TextEd documents work!
 
Revision 
81 -
Directory Listing
Modified
Wed Dec 27 02:13:52 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Some forgotten files
 
Revision 
80 -
Directory Listing
Modified
Wed Dec 27 02:12:23 2000 UTC
(24 years, 10 months ago)
by 
frodo
(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 -
Directory Listing
Modified
Mon Dec 25 22:25:33 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Added a complete buffer abstraction
 
Revision 
76 -
Directory Listing
Modified
Mon Dec 25 00:26:53 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Added word-specific generation routines
 
Revision 
75 -
Directory Listing
Modified
Sun Dec 24 17:26:24 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Several things:
 * Added the extra directory to the build process, added a README.
 * Made checkuid compile cleanly
 * Added rewrite utility
 
Revision 
74 -
Directory Listing
Modified
Sun Dec 24 16:34:19 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) New list functions fread_all and fwrite_all
 
Revision 
67 -
Directory Listing
Modified
Fri Dec 15 18:52:49 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) 0-7-0 release
 
Revision 
66 -
Directory Listing
Modified
Fri Dec 15 17:17:45 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) All formats tested, with a little luck most problems are now caught
 
Revision 
65 -
Directory Listing
Modified
Fri Dec 15 01:16:43 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) First typos eliminated. Word files seem to work now. Need to test
        other types.
 
Revision 
63 -
Directory Listing
Modified
Wed Dec 13 16:30:21 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Updated all copyright notices
 
Revision 
61 -
Directory Listing
Modified
Wed Dec 13 00:42:04 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Error printing can now be captured by another program
 
Revision 
58 -
Directory Listing
Modified
Sun Dec 10 16:49:40 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Revamped directory structure, rescues a few files from CVS limbo
 
Revision 
56 -
Directory Listing
Modified
Sun Dec 10 15:44:40 2000 UTC
(24 years, 10 months ago)
by 
frodo
(Frodo) Changed all struct definition to make them C++ compatible
 
Revision 
54 -
Directory Listing
Modified
Thu Nov 30 20:09:13 2000 UTC
(24 years, 11 months ago)
by 
frodo
(Frodo) Important X-encoding-related bug that made psiconv fail on large
        documents
 
Revision 
53 -
Directory Listing
Modified
Sat Oct 21 00:49:13 2000 UTC
(25 years ago)
by 
frodo
(Frodo) YES! Fixed everything - ImageMagick should now finally work!
 
Revision 
52 -
Directory Listing
Modified
Wed Oct  4 19:02:04 2000 UTC
(25 years, 1 month ago)
by 
frodo
(Frodo) Now finally ImageMagick 5 works correctly.
 
Revision 
49 -
Directory Listing
Modified
Fri Jul 14 20:44:40 2000 UTC
(25 years, 3 months ago)
by 
frodo
(Frodo) First stab at ImageMagick 5 support. Still problems with listing
        all filetypes, though.
 
Revision 
48 -
Directory Listing
Modified
Fri Feb  4 20:33:51 2000 UTC
(25 years, 9 months ago)
by 
frodo
(Frodo) Patched compile-without-Imagemagick bug
 
Revision 
46 -
Directory Listing
Modified
Sat Dec  4 21:46:45 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Final commit for 0.6.1
New formats files
 
Revision 
44 -
Directory Listing
Modified
Sat Dec  4 00:48:22 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Clipart generation done.
Pictures are still offset a bit. To fix...
 
Revision 
40 -
Directory Listing
Modified
Fri Dec  3 00:15:17 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Multiple images in a file are now supported.
 
Revision 
39 -
Directory Listing
Modified
Thu Dec  2 23:36:45 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Multiple pictures conversion should be in. But no test-MBMs yet :-(
 
Revision 
38 -
Directory Listing
Modified
Thu Dec  2 20:09:59 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Preparations for multiple images output
 
Revision 
36 -
Directory Listing
Modified
Thu Dec  2 18:05:36 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Release 0.6.0. Several minor things found when compiling.
 
Revision 
35 -
Directory Listing
Modified
Thu Dec  2 17:19:23 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) New file forgotten in last commit
 
Revision 
34 -
Directory Listing
Modified
Thu Dec  2 17:18:55 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Full ImageLib support!
To do:
  * More than one picture in a file
  * Special features like clipping
 
Revision 
33 -
Directory Listing
Modified
Tue Nov 30 00:26:55 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Force commit to update timestamps of autoconf/automake generated files
 
Revision 
32 -
Directory Listing
Modified
Tue Nov 30 00:24:35 1999 UTC
(25 years, 11 months ago)
by 
frodo
(Frodo) Yet another forgotten file. This is getting boring...
 
Revision 
20 -
Directory Listing
Modified
Wed Oct 27 15:05:03 1999 UTC
(26 years ago)
by 
frodo
(Frodo) Some IRIX compatibility issues fixed, as well as some compiler
        warnings
 
Revision 
19 -
Directory Listing
Modified
Wed Oct 27 14:29:40 1999 UTC
(26 years ago)
by 
frodo
(Frodo) Added configuration options for more warnings
 
Revision 
17 -
Directory Listing
Modified
Wed Oct 13 19:15:59 1999 UTC
(26 years ago)
by 
frodo
(Frodo) Crude ImageMagick output
Invoke with -T IMAGE. No selection of image types yet.
 
Revision 
16 -
Directory Listing
Modified
Wed Oct 13 16:08:59 1999 UTC
(26 years ago)
by 
frodo
(Frodo) Added ImageMagick detection and configuration. No code to use it yet.
 
Revision 
14 -
Directory Listing
Modified
Mon Oct 11 19:17:17 1999 UTC
(26 years ago)
by 
frodo
(Frodo) Moved generation stuff out of the library into psiconv
 
Revision 
5 -
Directory Listing
Modified
Mon Oct  4 16:38:15 1999 UTC
(26 years, 1 month ago)
by 
frodo
(Frodo) Stubs for RTF output
 
Revision 
2 -
Directory Listing
Added
Sun Oct  3 21:10:47 1999 UTC
(26 years, 1 month ago)
by 
frodo
Imported sources