TMF Hg
changelog
- 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.
- Sat, 08 Mar 2003 09:23:05 +0000
- by eric [Sat, 08 Mar 2003 09:23:05 +0000] rev 88
- fix bugs in pdf_split_name_tree_node().
- Sat, 08 Mar 2003 07:45:46 +0000
- by eric [Sat, 08 Mar 2003 07:45:46 +0000] rev 87
- more code for pdf_split_name_tree_node().
- Sat, 08 Mar 2003 07:23:49 +0000
- by eric [Sat, 08 Mar 2003 07:23:49 +0000] rev 86
- added conditionals for debug builds and static linking.
- Sat, 08 Mar 2003 06:52:09 +0000
- by eric [Sat, 08 Mar 2003 06:52:09 +0000] rev 85
- add linked list of name trees to struct pdf_file, and finalize all name trees when PDF file is closed.
- Fri, 07 Mar 2003 11:35:36 +0000
- by eric [Fri, 07 Mar 2003 11:35:36 +0000] rev 84
- more work on pdf_add_tree_element().
- Fri, 07 Mar 2003 11:28:45 +0000
- by eric [Fri, 07 Mar 2003 11:28:45 +0000] rev 83
- more work on pdf_add_tree_element().
- Fri, 07 Mar 2003 11:02:31 +0000
- by eric [Fri, 07 Mar 2003 11:02:31 +0000] rev 82
- added pdf_compare_obj().
- Fri, 07 Mar 2003 11:02:12 +0000
- by eric [Fri, 07 Mar 2003 11:02:12 +0000] rev 81
- added noreturn attribute to pdf_fatal().
- Fri, 07 Mar 2003 10:16:08 +0000
- by eric [Fri, 07 Mar 2003 10:16:08 +0000] rev 80
- added name trees and number trees.
- Wed, 05 Mar 2003 20:56:25 +0000
- by eric [Wed, 05 Mar 2003 20:56:25 +0000] rev 79
- move struct pdf_bookmark from pdf_private.h into pdf_bookmark.c.
- Wed, 05 Mar 2003 20:44:33 +0000
- by eric [Wed, 05 Mar 2003 20:44:33 +0000] rev 78
- correct copyright years on recently created source files.
- Wed, 05 Mar 2003 20:39:50 +0000
- by eric [Wed, 05 Mar 2003 20:39:50 +0000] rev 77
- added count field to struct pdf_bookmark.
- Wed, 05 Mar 2003 02:26:43 +0000
- by eric [Wed, 05 Mar 2003 02:26:43 +0000] rev 76
- fixed Count for closed bookmarks, doesn't contribute to parent's Count.
- Wed, 05 Mar 2003 02:09:49 +0000
- by eric [Wed, 05 Mar 2003 02:09:49 +0000] rev 75
- Added support for PageMode.
- Wed, 05 Mar 2003 01:58:36 +0000
- by eric [Wed, 05 Mar 2003 01:58:36 +0000] rev 74
- added bookmark support.
- Wed, 05 Mar 2003 01:58:31 +0000
- by eric [Wed, 05 Mar 2003 01:58:31 +0000] rev 73
- *** empty log message ***
- Sun, 23 Feb 2003 17:40:41 +0000
- by eric [Sun, 23 Feb 2003 17:40:41 +0000] rev 72
- get_row_run_lengths() now fills in an array of run_t to provide more information.
- Sat, 22 Feb 2003 10:02:06 +0000
- by eric [Sat, 22 Feb 2003 10:02:06 +0000] rev 71
- Generate G4 tables from strings of ones and zeros.
- Fri, 21 Feb 2003 12:29:16 +0000
- by eric [Fri, 21 Feb 2003 12:29:16 +0000] rev 70
- updated HDRS
- Fri, 21 Feb 2003 12:28:37 +0000
- by eric [Fri, 21 Feb 2003 12:28:37 +0000] rev 69
- GPL
- Fri, 21 Feb 2003 12:28:06 +0000
- by eric [Fri, 21 Feb 2003 12:28:06 +0000] rev 68
- g4 tables
- Fri, 21 Feb 2003 10:49:11 +0000
- by eric [Fri, 21 Feb 2003 10:49:11 +0000] rev 67
- changed pdf_calloc() to take two args like ordinary calloc(). added pdf_stream_write_bits() and pdf_stream_flush_bits().
- Fri, 21 Feb 2003 09:25:47 +0000
- by eric [Fri, 21 Feb 2003 09:25:47 +0000] rev 66
- implemented ImageMask fill color arguments to pdf_write_g4_fax_image().
- Fri, 21 Feb 2003 09:12:05 +0000
- by eric [Fri, 21 Feb 2003 09:12:05 +0000] rev 65
- *** empty log message ***