/[public]/psiconv/trunk/lib/psiconv
ViewVC logotype

Log of /psiconv/trunk/lib/psiconv

View Directory Listing Directory Listing


Sticky Revision:

Revision 268 - Directory Listing
Modified Tue Nov 15 14:52:48 2005 UTC (18 years, 4 months ago) by frodo
(Frodo) Resolved a few spurious warnings


Revision 253 - Directory Listing
Modified Thu Apr 29 22:14:09 2004 UTC (19 years, 11 months ago) by frodo
(Frodo) Bump up the libary version and program version


Revision 244 - Directory Listing
Modified Mon Mar 22 20:08:09 2004 UTC (20 years 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 242 - Directory Listing
Modified Wed Mar 17 17:31:12 2004 UTC (20 years ago) by frodo
(Frodo) Final 0.9.4 commit


Revision 241 - Directory Listing
Modified Tue Mar 16 13:47:04 2004 UTC (20 years ago) by frodo
(Frodo) Sync


Revision 240 - Directory Listing
Modified Mon Mar 8 23:20:41 2004 UTC (20 years ago) by frodo
(Frodo) Added forgotten function free_word_style_list


Revision 239 - Directory Listing
Modified Thu Mar 4 21:55:40 2004 UTC (20 years 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 238 - Directory Listing
Modified Sat Feb 28 17:09:03 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Simplify routine a bit by using the new psiconv_unicode_from_list


Revision 237 - Directory Listing
Modified Thu Feb 26 21:33:52 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Version nrs, case-insensitive applid
  * Bump library patch level up by one
  * Update version number to 0.9.4
  * Make applid comparison case-insensitive


Revision 234 - Directory Listing
Modified Thu Feb 26 17:08:13 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Stupid typo-mistake


Revision 233 - Directory Listing
Modified Thu Feb 26 16:27:43 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) And even more error work.


Revision 232 - Directory Listing
Modified Thu Feb 26 15:58:48 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Even better errors and progress/debug info


Revision 231 - Directory Listing
Modified Wed Feb 25 20:57:10 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Progress information while generating update

Much better progress information now, and better error reporting.


Revision 230 - Directory Listing
Modified Wed Feb 25 20:56:43 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Modify debugging level

The noise from parsing pictures was ridiculous. Now you have to edit the C
code and #define LOUD to have it shout at you like that.


Revision 229 - Directory Listing
Modified Wed Feb 25 16:12:10 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Fix on previous commit


Revision 228 - Directory Listing
Modified Wed Feb 25 16:11:17 2004 UTC (20 years, 1 month 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 224 - Directory Listing
Modified Mon Feb 23 17:23:58 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Solve a few small buglets


Revision 222 - Directory Listing
Modified Mon Feb 23 17:01:50 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Buglets


Revision 220 - Directory Listing
Modified Mon Feb 23 13:33:17 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Buglet in configfile parsing solved
  * Typo: eovar instead of eoval in one check


Revision 218 - Directory Listing
Modified Sun Feb 22 22:32:04 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Default configuration bug fixed

  * Now properly initialize default_configuration


Revision 217 - Directory Listing
Modified Sun Feb 22 22:24:39 2004 UTC (20 years, 1 month 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 212 - Directory Listing
Modified Fri Feb 20 21:52:34 2004 UTC (20 years, 1 month ago) by frodo
(Frodo)
  * Bumped version numer to 0.9.2
  * Fixed error handler bug (returned void * instead of void)


Revision 208 - Directory Listing
Modified Mon Feb 9 23:12:58 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Several (smallish) memory leaks resolved


Revision 204 - Directory Listing
Modified Sun Feb 8 22:44:29 2004 UTC (20 years, 1 month 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 200 - Directory Listing
Modified Wed Feb 4 15:28:56 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Documentation updates. Removed fatals.


Revision 197 - Directory Listing
Modified Wed Feb 4 14:32:28 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Configuration file installation and location

  * Add the --with-etcdir configuration option
  * Install psiconv.conf.eg and (if not yet present) psiconv.conf


Revision 196 - Directory Listing
Modified Wed Feb 4 12:19:09 2004 UTC (20 years, 1 month ago) by frodo
(Frodo) Copyright dates update


Revision 193 - Directory Listing
Modified Mon Feb 2 21:56:48 2004 UTC (20 years, 1 month 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 (20 years, 1 month 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 188 - Directory Listing
Modified Mon Jan 26 12:59:54 2004 UTC (20 years, 2 months ago) by frodo
(Frodo) Oops, forgot about image.c


Revision 185 - Directory Listing
Modified Fri Jan 9 22:20:03 2004 UTC (20 years, 2 months ago) by frodo
(Frodo) Psiconv program rewrite start
  * Add support for different encodings
  * Restructure some things
  * Only ASCII support at the moment


Revision 184 - Directory Listing
Modified Tue Jan 6 20:15:01 2004 UTC (20 years, 2 months ago) by frodo
(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


Revision 183 - Directory Listing
Modified Sun Jan 4 22:20:43 2004 UTC (20 years, 2 months ago) by frodo
(Frodo) More preparations for the Unicode change. Use psiconv_string everywhere
        possible (no more char * stuff)


Revision 182 - Directory Listing
Modified Sun Jan 4 22:07:02 2004 UTC (20 years, 2 months ago) by frodo
(Frodo) Move fontnames to psiconv_string type


Revision 181 - Directory Listing
Modified Sun Jan 4 15:47:16 2004 UTC (20 years, 2 months ago) by frodo
(Frodo) Preparation for the conversion to Unicode.


Revision 180 - Directory Listing
Modified Sat Dec 13 23:26:37 2003 UTC (20 years, 3 months ago) by frodo
(Frodo) Add configuration file parsing support

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


Revision 179 - Directory Listing
Modified Sat Dec 13 18:23:16 2003 UTC (20 years, 3 months ago) by frodo
(Frodo) Revamped and expanded image (paint data section) parsing

Color images are now supported
Colordepths besides 2 bit are now supported
RLE12,16 and 24 are now supported
All of the above are experimental

Parsing of images takes some more memory, but the code structure is much
simpler.


Revision 178 - Directory Listing
Modified Wed Dec 3 15:16:43 2003 UTC (20 years, 3 months ago) by frodo
(Frodo) Enhancing image parsing

* Preparations in parse_image to do a pass-based decoding with support for
  all image formats
* Moved some stuff to image.h/image.c that is used both for the generation
  and parsing of images
* image.h is not installed


Revision 176 - Directory Listing
Modified Tue Dec 2 19:47:47 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Picture generation now supports all RLE's and many more config
        items. Mostly untested, though.


Revision 175 - Directory Listing
Modified Thu Nov 27 20:55:01 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) RLE16/24 support, but not yet used


Revision 174 - Directory Listing
Modified Thu Nov 27 12:08:13 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Clipart generation


Revision 173 - Directory Listing
Modified Thu Nov 27 11:43:51 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Move error_function to the config struct


Revision 171 - Directory Listing
Modified Wed Nov 26 20:56:17 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Support MBM output format


Revision 170 - Directory Listing
Modified Tue Nov 25 22:08:48 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Generating of Sketch files, both stand-alone and as objects, works!

No RLE encoding yet, we have to test higher colordepths.


Revision 168 - Directory Listing
Modified Tue Nov 25 17:57:05 2003 UTC (20 years, 4 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 167 - Directory Listing
Modified Sun Nov 23 21:47:24 2003 UTC (20 years, 4 months ago) by frodo
(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.


Revision 166 - Directory Listing
Modified Sun Nov 23 18:53:11 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Generation change: psiconv_write_*_file no longer generates the header
section This is now done in psiconv_write. This will help us create objects.


Revision 163 - Directory Listing
Modified Sat Nov 22 22:17:04 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Some more work on objects:
  * Bumped up major library version
  * Corrected parsing of sketch_section, changed struct
  * parse_sketch_section does not have the is_object flag anymore


Revision 162 - Directory Listing
Modified Fri Nov 21 15:39:14 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Parsing of embedded objects in Word complete


Revision 161 - Directory Listing
Modified Thu Nov 20 23:45:47 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) More embedded object work. Everytihng except the object data itself
        is now safely parsed.


Revision 160 - Directory Listing
Modified Thu Nov 20 22:14:43 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) More work for embedded objects (not finished yet)


Revision 159 - Directory Listing
Modified Wed Nov 19 21:04:06 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Data structures for (Word) objects created.


Revision 158 - Directory Listing
Modified Tue Nov 18 11:25:10 2003 UTC (20 years, 4 months ago) by frodo
(Frodo) Add function psiconv_buffer_subbuffer


Revision 152 - Directory Listing
Modified Tue Nov 11 18:58:55 2003 UTC (20 years, 4 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 151 - Directory Listing
Modified Mon Jun 16 17:48:39 2003 UTC (20 years, 9 months ago) by frodo
(Frodo) Buglet fixed in style section parsing, when number of hotkeys is not equal to the number of styles.


Revision 146 - Directory Listing
Modified Tue Jan 29 20:15:23 2002 UTC (22 years, 2 months ago) by frodo
(Frodo) Fixed lib version


Revision 143 - Directory Listing
Modified Tue Jan 29 18:47:26 2002 UTC (22 years, 2 months ago) by frodo
(Frodo) Two memory-leaks fixed


Revision 142 - Directory Listing
Modified Tue Jan 29 18:38:38 2002 UTC (22 years, 2 months ago) by frodo
(Frodo) DMALLOC support


Revision 141 - Directory Listing
Modified Mon Jan 28 21:04:05 2002 UTC (22 years, 2 months ago) by frodo
(Frodo) Fix memory leak


Revision 140 - Directory Listing
Modified Tue Jan 22 21:45:45 2002 UTC (22 years, 2 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 136 - Directory Listing
Modified Sat Aug 4 17:28:36 2001 UTC (22 years, 7 months ago) by frodo
(Frodo) Update libversion


Revision 134 - Directory Listing
Modified Wed Jul 25 11:49:59 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) Sheet grid section support


Revision 133 - Directory Listing
Modified Tue Jul 24 22:50:33 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) Added unknown section


Revision 132 - Directory Listing
Modified Tue Jul 24 22:44:59 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) Long strings now parsed correctly


Revision 131 - Directory Listing
Modified Tue Jul 24 22:31:57 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) Fixed info section parse


Revision 130 - Directory Listing
Modified Tue Jul 24 20:36:44 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) Whitespace cleanup


Revision 129 - Directory Listing
Modified Tue Jul 24 20:32:51 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) Many new sheet things

  * Variable section and formula variable parsing
  * Info section
  * Name section
  * Better parsing of vararg functions


Revision 128 - Directory Listing
Modified Wed Jul 18 12:24:08 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) Sheet line defaults added


Revision 125 - Directory Listing
Modified Tue Jul 10 22:38:49 2001 UTC (22 years, 8 months ago) by frodo
(Frodo) New function psiconv_get_function


Revision 122 - Directory Listing
Modified Sun Jul 1 20:40:52 2001 UTC (22 years, 9 months ago) by frodo
(Frodo) New example sheet


Revision 121 - Directory Listing
Modified Sun Jul 1 13:14:19 2001 UTC (22 years, 9 months ago) by frodo
(Frodo) Default cell layout will now be used


Revision 120 - Directory Listing
Modified Sun Jul 1 12:01:59 2001 UTC (22 years, 9 months ago) by frodo
(Frodo) Fixed segfault


Revision 118 - Directory Listing
Modified Sat Jun 30 13:36:39 2001 UTC (22 years, 9 months ago) by frodo
(Frodo) Now compiles again with newest ImageMagick.


Revision 117 - Directory Listing
Modified Sun Jun 17 18:47:33 2001 UTC (22 years, 9 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 (22 years, 9 months ago) by frodo
(Frodo) Update to libtool-1.4, autoconf-2.50


Revision 112 - Directory Listing
Modified Sun Mar 11 16:23:17 2001 UTC (23 years ago) by frodo
(Frodo) Gert-Jan de Vos' patch for checkuid


Revision 111 - Directory Listing
Modified Tue Mar 6 23:59:46 2001 UTC (23 years ago) by frodo
(Frodo) Many changes to sheets


Revision 110 - Directory Listing
Modified Sun Mar 4 22:10:45 2001 UTC (23 years ago) by frodo
(Frodo) Thomas Decsi's major sheet patch


Revision 108 - Directory Listing
Modified Thu Feb 15 21:54:23 2001 UTC (23 years, 1 month ago) by frodo
(Frodo) Fixed formula numbers


Revision 107 - Directory Listing
Modified Thu Feb 8 20:03:49 2001 UTC (23 years, 1 month ago) by frodo
(Frodo) Latest formula additions of Decsi


Revision 106 - Directory Listing
Modified Sat Feb 3 15:11:31 2001 UTC (23 years, 1 month ago) by frodo
(Frodo) Vararg arguments now work. Formulas are complete (except for name
        references)!


Revision 105 - Directory Listing
Modified Fri Feb 2 21:07:11 2001 UTC (23 years, 1 month ago) by frodo
(Frodo) Preparations for vararg functions


Revision 104 - Directory Listing
Modified Wed Jan 31 00:57:17 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Applied Decsi's patch for wraps


Revision 103 - Directory Listing
Modified Wed Jan 31 00:41:43 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Added strings to formulas


Revision 102 - Directory Listing
Modified Wed Jan 31 00:35:06 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Added cell references and cell blocks


Revision 101 - Directory Listing
Modified Tue Jan 30 23:57:28 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Added floats


Revision 100 - Directory Listing
Modified Tue Jan 30 23:15:24 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Forgot to add parse_formula.c in the previous patch


Revision 99 - Directory Listing
Modified Tue Jan 30 21:37:19 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Most formula work is completed


Revision 98 - Directory Listing
Modified Mon Jan 29 21:57:05 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Base formula work


Revision 97 - Directory Listing
Modified Mon Jan 22 20:36:50 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Another small Sheet improvement: sheet formula list


Revision 95 - Directory Listing
Modified Wed Jan 17 12:04:12 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) A little more sheet work. Added a Sheet Workbook section, though
        nothing is really put into it yet.


Revision 94 - Directory Listing
Modified Wed Jan 17 00:05:08 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Start of Sheet support: base types defined, page and status section
        parsed, supporting definitions in data.c


Revision 90 - Directory Listing
Modified Wed Jan 10 16:39:30 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Abstracted screenfont into enum


Revision 89 - Directory Listing
Modified Sun Jan 7 20:30:13 2001 UTC (23 years, 2 months ago) by frodo
(Frodo) Sanitaized the input for layout section generation; it should now
        work more often.


Revision 88 - Directory Listing
Modified Sun Dec 31 01:36:30 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Empty Word and TextEd documents work!


Revision 87 - Directory Listing
Modified Sat Dec 30 22:17:59 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Added psiconv_empty_* routines


Revision 86 - Directory Listing
Modified Thu Dec 28 15:49:12 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Update of format description. Added some obscure layout codes.


Revision 85 - Directory Listing
Modified Thu Dec 28 00:29:23 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Life is beautiful: Word documents now seem to be generated
        flawlessly!


Revision 84 - Directory Listing
Modified Thu Dec 28 00:24:58 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Fixed super/subscript generation, fixed border warnings in parsing


Revision 83 - Directory Listing
Modified Wed Dec 27 23:56:18 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Fixed a couple of bugs with bullets and styles - even in the parser


Revision 82 - Directory Listing
Modified Wed Dec 27 23:20:45 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Not yet perfect; but we actually rewrote a Psion Word file!


Revision 81 - Directory Listing
Modified Wed Dec 27 02:13:52 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Some forgotten files


Revision 80 - Directory Listing
Modified Wed Dec 27 02:12:23 2000 UTC (23 years, 3 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 (23 years, 3 months ago) by frodo
(Frodo) Added a complete buffer abstraction


Revision 78 - Directory Listing
Modified Mon Dec 25 14:34:17 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Added compare functions for layout elements


Revision 77 - Directory Listing
Modified Mon Dec 25 00:29:23 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Completed generate_routines.h


Revision 76 - Directory Listing
Modified Mon Dec 25 00:26:53 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Added word-specific generation routines


Revision 75 - Directory Listing
Modified Sun Dec 24 17:26:24 2000 UTC (23 years, 3 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 (23 years, 3 months ago) by frodo
(Frodo) New list functions fread_all and fwrite_all


Revision 73 - Directory Listing
Modified Sun Dec 24 16:03:57 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) We should now have enough to generate TextEd sections!


Revision 72 - Directory Listing
Modified Sat Dec 23 20:21:40 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) New generation routines in generate_layout


Revision 71 - Directory Listing
Modified Fri Dec 22 22:31:50 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) First generate routines! Reshuffled a few things to make it all work out


Revision 70 - Directory Listing
Modified Wed Dec 20 22:07:49 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Fixed style inheritance from Normal


Revision 69 - Directory Listing
Modified Sat Dec 16 16:27:46 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Fixed error in not setting default linespacing


Revision 67 - Directory Listing
Modified Fri Dec 15 18:52:49 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) 0-7-0 release


Revision 66 - Directory Listing
Modified Fri Dec 15 17:17:45 2000 UTC (23 years, 3 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 (23 years, 3 months ago) by frodo
(Frodo) First typos eliminated. Word files seem to work now. Need to test
        other types.


Revision 64 - Directory Listing
Modified Fri Dec 15 00:21:51 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Massive update: theoretically, all return codes are now checked.
        Untested - may have many typos.


Revision 63 - Directory Listing
Modified Wed Dec 13 16:30:21 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Updated all copyright notices


Revision 62 - Directory Listing
Modified Wed Dec 13 16:17:54 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Several important changes:
  * Created new misc.c, error.c and error.h files
  * Split parse_aux.c among them
  * Made list.c, data.c, error.c, checkuid.c and misc.c failsafe.


Revision 61 - Directory Listing
Modified Wed Dec 13 00:42:04 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Error printing can now be captured by another program


Revision 60 - Directory Listing
Modified Sun Dec 10 20:27:27 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) psiconv_verbosity was undefined!


Revision 58 - Directory Listing
Modified Sun Dec 10 16:49:40 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Revamped directory structure, rescues a few files from CVS limbo


Revision 57 - Directory Listing
Modified Sun Dec 10 16:13:24 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) general.h is now installed


Revision 56 - Directory Listing
Modified Sun Dec 10 15:44:40 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Changed all struct definition to make them C++ compatible


Revision 55 - Directory Listing
Modified Sun Dec 10 02:17:45 2000 UTC (23 years, 3 months ago) by frodo
(Frodo) Added C++ extern statements


Revision 54 - Directory Listing
Modified Thu Nov 30 20:09:13 2000 UTC (23 years, 4 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 (23 years, 5 months ago) by frodo
(Frodo) YES! Fixed everything - ImageMagick should now finally work!


Revision 51 - Directory Listing
Modified Mon Sep 11 14:02:43 2000 UTC (23 years, 6 months ago) by frodo
(Frodo) Styles bug fixed


Revision 49 - Directory Listing
Modified Fri Jul 14 20:44:40 2000 UTC (23 years, 8 months ago) by frodo
(Frodo) First stab at ImageMagick 5 support. Still problems with listing
        all filetypes, though.


Revision 46 - Directory Listing
Modified Sat Dec 4 21:46:45 1999 UTC (24 years, 3 months ago) by frodo
(Frodo) Final commit for 0.6.1

New formats files


Revision 45 - Directory Listing
Modified Sat Dec 4 20:53:11 1999 UTC (24 years, 3 months ago) by frodo
(Frodo) Clip Art files now working correctly.


Revision 43 - Directory Listing
Modified Sat Dec 4 00:40:10 1999 UTC (24 years, 4 months ago) by frodo
(Frodo) Clipart file parsing completed


Revision 42 - Directory Listing
Modified Fri Dec 3 23:13:55 1999 UTC (24 years, 4 months ago) by frodo
(Frodo) Renamed jumptable_mbm_section to jumptable_section

Typecast buglet removed from data.c


Revision 41 - Directory Listing
Modified Fri Dec 3 00:59:12 1999 UTC (24 years, 4 months ago) by frodo
(Frodo) Some base work for ClipArt files


Revision 33 - Directory Listing
Modified Tue Nov 30 00:26:55 1999 UTC (24 years, 4 months ago) by frodo
(Frodo) Force commit to update timestamps of autoconf/automake generated files


Revision 28 - Directory Listing
Modified Tue Nov 30 00:12:52 1999 UTC (24 years, 4 months ago) by frodo
(Frodo) Corrected outline level definition


Revision 27 - Directory Listing
Modified Mon Nov 1 12:35:16 1999 UTC (24 years, 5 months ago) by frodo
(Kevin Wheatley) 5MX patches, mostly outline stuff


Revision 25 - Directory Listing
Modified Sat Oct 30 22:28:54 1999 UTC (24 years, 5 months ago) by frodo
(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


Revision 24 - Directory Listing
Modified Fri Oct 29 21:14:58 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Sketch files are now supported. That is, they are parsed, and
        generated, but generating still needs a lot of work. Untested.


Revision 21 - Directory Listing
Modified Wed Oct 27 15:30:34 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Added getopt_long support for systems without it, as well as a minor
        typo.


Revision 20 - Directory Listing
Modified Wed Oct 27 15:05:03 1999 UTC (24 years, 5 months 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 (24 years, 5 months ago) by frodo
(Frodo) Added configuration options for more warnings


Revision 18 - Directory Listing
Modified Wed Oct 27 13:09:40 1999 UTC (24 years, 5 months ago) by frodo
(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.


Revision 16 - Directory Listing
Modified Wed Oct 13 16:08:59 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Added ImageMagick detection and configuration. No code to use it yet.


Revision 15 - Directory Listing
Modified Wed Oct 13 15:02:21 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Latest parse_paint_section changes

It still is not perfect, but it is certainly coming along


Revision 14 - Directory Listing
Modified Mon Oct 11 19:17:17 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Moved generation stuff out of the library into psiconv


Revision 13 - Directory Listing
Modified Mon Oct 11 18:19:09 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Current status images: Parsing kind of works, but the number of
        pixels does not match. What am I doing wrong?


Revision 12 - Directory Listing
Modified Mon Oct 11 16:15:14 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Full MBM support - untested


Revision 11 - Directory Listing
Modified Mon Oct 11 15:17:17 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Now image stuff compiles.

Only psiconv_parse_paint_data_section is defined at this moment, it is not
yet called.


Revision 10 - Directory Listing
Modified Mon Oct 11 15:06:57 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) First stap at image parsing. Won't compile yet - too bad


Revision 9 - Directory Listing
Modified Tue Oct 5 15:33:38 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Perhaps even slightly functional RTF generator

Most stubs are in, and it should even do something. The generated code is
not validated yet, so it will probably not work. Still many things to do.


Revision 8 - Directory Listing
Modified Tue Oct 5 15:32:10 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Small bug fix

Instead of the contents of `font', the font pointers were compared; so they
were often inequal, leading to too many font emitions.


Revision 6 - Directory Listing
Modified Mon Oct 4 18:13:31 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Start of RTF generator

Font tables and color tables are generated.


Revision 5 - Directory Listing
Modified Mon Oct 4 16:38:15 1999 UTC (24 years, 5 months ago) by frodo
(Frodo) Stubs for RTF output


Revision 2 - Directory Listing
Added Sun Oct 3 21:10:47 1999 UTC (24 years, 6 months ago) by frodo
Imported sources


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