TMF Hg
changelog
- Thu, 13 Mar 2003 03:38:59 +0000
- by eric [Thu, 13 Mar 2003 03:38:59 +0000] rev 116
- fix code in generate_bookmark_name() that writes a null to the end of the bookmark name string.
- Thu, 13 Mar 2003 03:30:44 +0000
- by eric [Thu, 13 Mar 2003 03:30:44 +0000] rev 115
- change BIT_BUF_SIZE back to 4K, had been reduced to 1 for debugging.
- Wed, 12 Mar 2003 11:17:00 +0000
- by eric [Wed, 12 Mar 2003 11:17:00 +0000] rev 114
- remove the word 'copyright' from producer string in PDF file info.
- Wed, 12 Mar 2003 11:13:28 +0000
- by eric [Wed, 12 Mar 2003 11:13:28 +0000] rev 113
- don't declare variable in middle of block, makes older C compilers unhappy.
- Wed, 12 Mar 2003 11:08:10 +0000
- by eric [Wed, 12 Mar 2003 11:08:10 +0000] rev 112
- changed VERSION to 0.20.
- Wed, 12 Mar 2003 10:59:37 +0000
- by eric [Wed, 12 Mar 2003 10:59:37 +0000] rev 111
- *** empty log message ***
- Wed, 12 Mar 2003 10:59:29 +0000
- by eric [Wed, 12 Mar 2003 10:59:29 +0000] rev 110
- optimized g4_find_pixel().
- Wed, 12 Mar 2003 10:59:09 +0000
- by eric [Wed, 12 Mar 2003 10:59:09 +0000] rev 109
- changed word_type to word_t.
- Wed, 12 Mar 2003 10:58:33 +0000
- by eric [Wed, 12 Mar 2003 10:58:33 +0000] rev 108
- start of JPEG support. changed word_type to word_t.
- Wed, 12 Mar 2003 10:57:55 +0000
- by eric [Wed, 12 Mar 2003 10:57:55 +0000] rev 107
- start of JPEG support. removed prototype for non-existent pdf_insert_tiff_image().
- Wed, 12 Mar 2003 10:57:06 +0000
- by eric [Wed, 12 Mar 2003 10:57:06 +0000] rev 106
- start of JPEG support.
- Wed, 12 Mar 2003 09:52:09 +0000
- by eric [Wed, 12 Mar 2003 09:52:09 +0000] rev 105
- *** empty log message ***
- Wed, 12 Mar 2003 08:38:04 +0000
- by eric [Wed, 12 Mar 2003 08:38:04 +0000] rev 104
- updated copyright notice.
- Wed, 12 Mar 2003 08:18:04 +0000
- by eric [Wed, 12 Mar 2003 08:18:04 +0000] rev 103
- *** empty log message ***
- Wed, 12 Mar 2003 07:53:55 +0000
- by eric [Wed, 12 Mar 2003 07:53:55 +0000] rev 102
- made callback functions static.
- Wed, 12 Mar 2003 07:43:56 +0000
- by eric [Wed, 12 Mar 2003 07:43:56 +0000] rev 101
- moved pdf_new_XObject() from pdf_g4.c to pdf_prim.c.
- Wed, 12 Mar 2003 07:38:57 +0000
- by eric [Wed, 12 Mar 2003 07:38:57 +0000] rev 100
- remove unused SWAP macro.
- Wed, 12 Mar 2003 06:57:46 +0000
- by eric [Wed, 12 Mar 2003 06:57:46 +0000] rev 99
- changed g4_table_gen to generate both a header and a C source file (g4_tables.[ch]).
- Wed, 12 Mar 2003 06:40:34 +0000
- by eric [Wed, 12 Mar 2003 06:40:34 +0000] rev 98
- added include of <string.h>.
- Wed, 12 Mar 2003 06:39:22 +0000
- by eric [Wed, 12 Mar 2003 06:39:22 +0000] rev 97
- changed bitblt_table_gen.c to generate both a header and a C source file (bitblt_tables.[ch]).
- Wed, 12 Mar 2003 06:02:46 +0000
- by eric [Wed, 12 Mar 2003 06:02:46 +0000] rev 96
- removed get_row_run_lengths().
- Tue, 11 Mar 2003 11:14:39 +0000
- by eric [Tue, 11 Mar 2003 11:14:39 +0000] rev 95
- many bug fixes including bit ordering of output, search positions and polarities. added G4_DEBUG conditional.
- Mon, 10 Mar 2003 13:08:25 +0000
- by eric [Mon, 10 Mar 2003 13:08:25 +0000] rev 94
- Working on G4 encoding.
- Mon, 10 Mar 2003 09:58:34 +0000
- by eric [Mon, 10 Mar 2003 09:58:34 +0000] rev 93
- *** empty log message ***
- Mon, 10 Mar 2003 09:58:09 +0000
- by eric [Mon, 10 Mar 2003 09:58:09 +0000] rev 92
- Replaced all uses of float with double.
- Mon, 10 Mar 2003 09:49:50 +0000
- by eric [Mon, 10 Mar 2003 09:49:50 +0000] rev 91
- Moved g4 encoding functions from pdf library to bitblt library.
- Sat, 08 Mar 2003 10:02:13 +0000
- by eric [Sat, 08 Mar 2003 10:02:13 +0000] rev 90
- added separate conditional for Electric Fence (EFENCE). moved test programs into Maketest.
- Sat, 08 Mar 2003 09:31:23 +0000
- by eric [Sat, 08 Mar 2003 09:31:23 +0000] rev 89
- fixes to pdf_split_name_tree_node(). when splitting a non-leaf node, update children's parent field. recursively split upward if necessary.