source: trunk/filemanager/tp/dompdf/ChangeLog @ 2000

Revision 2000, 31.0 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

Line 
12006-07-07 15:33  benjcarson
2
3* test/: anchor_link.html, background_image.html, baseline.html,
4  block_height.html, border_css_values.html, br.html, center_table.html,
5  gif_test.html, multiple_class.html, nbsp.html, table_height.html,
6  table_image.html:
7
8  - added missing tests to cvs
9
102006-07-07 15:31  tag dompdf-0-5-1
11
122006-07-07 15:31  benjcarson
13
14* ChangeLog, Makefile, dompdf.php, dompdf_config.inc.php, load_font.php,
15  include/abstract_renderer.cls.php, include/attribute_translator.cls.php,
16  include/block_frame_decorator.cls.php,
17  include/block_frame_reflower.cls.php, include/block_positioner.cls.php,
18  include/block_renderer.cls.php, include/cached_pdf_decorator.cls.php,
19  include/canvas.cls.php, include/canvas_factory.cls.php,
20  include/cellmap.cls.php, include/cpdf_adapter.cls.php,
21  include/dompdf.cls.php, include/dompdf_exception.cls.php,
22  include/dompdf_internal_exception.cls.php, include/font_metrics.cls.php,
23  include/frame.cls.php, include/frame_decorator.cls.php,
24  include/frame_factory.cls.php, include/frame_reflower.cls.php,
25  include/frame_tree.cls.php, include/functions.inc.php,
26  include/gd_adapter.cls.php, include/generated_frame_reflower.cls.php,
27  include/image_cache.cls.php, include/image_frame_decorator.cls.php,
28  include/image_frame_reflower.cls.php, include/image_renderer.cls.php,
29  include/inline_frame_decorator.cls.php,
30  include/inline_frame_reflower.cls.php, include/inline_positioner.cls.php,
31  include/inline_renderer.cls.php,
32  include/list_bullet_frame_decorator.cls.php,
33  include/list_bullet_frame_reflower.cls.php,
34  include/list_bullet_image_frame_decorator.cls.php,
35  include/list_bullet_positioner.cls.php,
36  include/list_bullet_renderer.cls.php,
37  include/null_frame_decorator.cls.php,
38  include/null_frame_reflower.cls.php, include/null_positioner.cls.php,
39  include/page_cache.cls.php, include/page_frame_decorator.cls.php,
40  include/page_frame_reflower.cls.php, include/pdflib_adapter.cls.php,
41  include/php_evaluator.cls.php, include/positioner.cls.php,
42  include/renderer.cls.php, include/style.cls.php,
43  include/stylesheet.cls.php, include/table_cell_frame_decorator.cls.php,
44  include/table_cell_frame_reflower.cls.php,
45  include/table_cell_positioner.cls.php,
46  include/table_cell_renderer.cls.php,
47  include/table_frame_decorator.cls.php,
48  include/table_frame_reflower.cls.php,
49  include/table_row_frame_decorator.cls.php,
50  include/table_row_frame_reflower.cls.php,
51  include/table_row_group_frame_reflower.cls.php,
52  include/table_row_positioner.cls.php,
53  include/text_frame_decorator.cls.php,
54  include/text_frame_reflower.cls.php, include/text_renderer.cls.php,
55  test/entities.html, test/remote.html, www/faq.php:
56
57  - potential fixes for image path/url handling
58
592006-07-07 13:14  benjcarson
60
61* include/style.cls.php:
62
63  - allow border style declarations in any order (fixed regex, again)
64
652006-07-07 13:10  benjcarson
66
67* include/style.cls.php:
68
69  - allow border style declarations in any order (fixed regex)
70
712006-07-07 13:08  benjcarson
72
73* include/style.cls.php:
74
75  - allow border style declarations in any order
76
772006-07-07 12:56  benjcarson
78
79* include/: block_frame_decorator.cls.php, frame_reflower.cls.php,
80  table_cell_frame_reflower.cls.php, text_frame_reflower.cls.php:
81
82  - fixed vertical-align in table cells
83  - fixed min/max width calculations for text frames in auto tables
84
852006-07-07 12:19  benjcarson
86
87* dompdf.php:
88
89  - removed profiling statement
90
912006-07-07 12:18  benjcarson
92
93* dompdf.php, include/block_frame_decorator.cls.php,
94  include/br_frame_reflower.cls.php, include/frame_factory.cls.php,
95  include/inline_frame_reflower.cls.php, include/inline_positioner.cls.php,
96  include/text_frame_reflower.cls.php, test/pages.html:
97
98  - fixed line breaks within nested tags
99
1002006-07-06 17:34  benjcarson
101
102* dompdf_config.inc.php, load_font.php, include/abstract_renderer.cls.php,
103  include/block_frame_reflower.cls.php, include/block_renderer.cls.php,
104  include/cpdf_adapter.cls.php, include/frame_reflower.cls.php,
105  include/image_cache.cls.php,
106  include/list_bullet_image_frame_decorator.cls.php,
107  include/pdflib_adapter.cls.php, include/stylesheet.cls.php,
108  include/table_cell_positioner.cls.php,
109  include/table_cell_renderer.cls.php,
110  include/table_frame_reflower.cls.php,
111  include/table_row_group_frame_decorator.cls.php,
112  include/text_renderer.cls.php, lib/class.pdf.php:
113
114  - respect block elements height when specified explicitly
115  - fix for list_bullet_image_frame_decorator constructor
116  - improvement for multiple CSS class handling by Michael Sheakoski (stylesheet.cls.php)
117  - fix for correct Content-Disposition header in class.pdf.php
118
1192006-06-20 13:26  benjcarson
120
121* include/image_cache.cls.php:
122
123  - fixed file type bugs in image cache
124
1252006-05-25 13:52  benjcarson
126
127* include/: font_metrics.cls.php, functions.inc.php, image_cache.cls.php:
128
129  - fixed issue with one image being used twice (bug #1494071)
130  - fixed issue with relative urls
131
1322006-05-04 13:37  benjcarson
133
134* include/: cellmap.cls.php, style.cls.php, stylesheet.cls.php,
135  table_frame_reflower.cls.php:
136
137  - fixed subtle inheritance bug
138  - tables now respect height property correctly
139
1402006-05-04 11:39  benjcarson
141
142* dompdf_config.inc.php, include/attribute_translator.cls.php,
143  include/image_cache.cls.php, test/php_test.php:
144
145  - added missing "align" for tables in attribute_translator
146
1472006-04-23 12:41  benjcarson
148
149* dompdf_config.inc.php, include/abstract_renderer.cls.php,
150  include/block_frame_reflower.cls.php, include/block_renderer.cls.php,
151  include/dompdf.cls.php, include/functions.inc.php,
152  include/image_cache.cls.php, include/inline_renderer.cls.php,
153  include/style.cls.php, include/stylesheet.cls.php,
154  include/table_cell_renderer.cls.php,
155  include/table_frame_decorator.cls.php, test/remote.html:
156
157  - fixed support for remote images & stylesheets
158
1592006-04-10 11:40  benjcarson
160
161* include/: functions.inc.php, pdflib_adapter.cls.php, stylesheet.cls.php:
162
163  - fixed hyperlink support when urls contain "="
164  - added support for elements with multiple css classes: e.g. class="a b"
165
1662006-04-06 15:57  benjcarson
167
168* ChangeLog:
169
170  - added ChangeLog
171
1722006-04-06 15:29  tag dompdf-0-5
173
1742006-04-06 15:29  benjcarson
175
176* Makefile, include/functions.inc.php, include/stylesheet.cls.php,
177  www/style.css, www/usage.php:
178
179  - added dompdf class reference to usage.php
180  - incorporated fixes from Nick Oostveen for aliased directory support
181
1822006-04-06 13:30  benjcarson
183
184* Makefile, dompdf_config.inc.php, include/abstract_renderer.cls.php,
185  include/block_frame_reflower.cls.php, include/block_renderer.cls.php,
186  include/dompdf.cls.php, include/image_cache.cls.php,
187  include/image_frame_decorator.cls.php, include/image_renderer.cls.php,
188  include/inline_renderer.cls.php, include/list_bullet_renderer.cls.php,
189  include/renderer.cls.php, include/style.cls.php,
190  include/table_cell_frame_decorator.cls.php,
191  include/table_cell_frame_reflower.cls.php,
192  include/table_cell_renderer.cls.php, include/text_renderer.cls.php,
193  lib/class.pdf.php:
194
195  - added support for background-image
196  - added support for vertical-align
197
1982006-04-05 18:59  benjcarson
199
200* include/: canvas.cls.php, cpdf_adapter.cls.php, gd_adapter.cls.php,
201  inline_renderer.cls.php, pdflib_adapter.cls.php, stylesheet.cls.php:
202
203  - added support for hyperlinks (both internal and external)
204
2052006-04-05 14:08  benjcarson
206
207* dompdf_config.inc.php, include/block_frame_decorator.cls.php,
208  include/cellmap.cls.php, include/dompdf.cls.php, include/frame.cls.php,
209  include/frame_decorator.cls.php, include/frame_factory.cls.php,
210  include/frame_tree.cls.php, include/image_frame_decorator.cls.php,
211  include/image_frame_reflower.cls.php,
212  include/inline_frame_decorator.cls.php,
213  include/list_bullet_frame_decorator.cls.php,
214  include/null_frame_decorator.cls.php,
215  include/page_frame_decorator.cls.php, include/pdflib_adapter.cls.php,
216  include/stylesheet.cls.php, include/table_cell_frame_decorator.cls.php,
217  include/table_cell_frame_reflower.cls.php,
218  include/table_frame_decorator.cls.php,
219  include/table_frame_reflower.cls.php,
220  include/table_row_frame_decorator.cls.php,
221  include/table_row_group_frame_decorator.cls.php,
222  include/text_frame_decorator.cls.php, lib/res/html.css:
223
224  - fixed image rendering within table cells
225  - fixed page breaks occurring within tbody
226  - incorporated patches from Jeremy Buchman:
227     cache fill & stroke colour in PDFLib adapter
228     underline links
229  - fixed vertical align in table cells
230
2312006-03-16 09:07  benjcarson
232
233* include/: block_frame_decorator.cls.php, block_frame_reflower.cls.php,
234  frame_decorator.cls.php, image_renderer.cls.php,
235  table_cell_frame_decorator.cls.php, table_cell_frame_reflower.cls.php:
236
237  - fixed vertical-align of images in table cells
238
2392006-03-15 22:24  benjcarson
240
241* include/: abstract_renderer.cls.php, attribute_translator.cls.php,
242  block_frame_decorator.cls.php, cellmap.cls.php, cpdf_adapter.cls.php,
243  dompdf.cls.php, font_metrics.cls.php, frame.cls.php, frame_tree.cls.php,
244  functions.inc.php, gd_adapter.cls.php, generated_frame_reflower.cls.php,
245  image_frame_reflower.cls.php, image_renderer.cls.php,
246  inline_renderer.cls.php, page_frame_decorator.cls.php,
247  pdflib_adapter.cls.php, style.cls.php, stylesheet.cls.php,
248  table_frame_decorator.cls.php:
249
250  - some fixes for frame not found in cellmap errors
251  - improved rendering borders around images
252  - speed improvments (array_key_exists -> isset) by Jeremy Buchman <jbuchman@pviq.com>
253
2542006-01-22 15:01  benjcarson
255
256* www/faq.php:
257
258  - updated faq
259
2602006-01-22 13:16  benjcarson
261
262* dompdf_config.inc.php, include/image_frame_reflower.cls.php:
263
264  - fixed image sizing in tables (get_min_max_width() not defined properly for images)
265
2662006-01-16 09:23  benjcarson
267
268* dompdf, dompdf_config.inc.php, include/cpdf_adapter.cls.php,
269  include/functions.inc.php, include/image_frame_decorator.cls.php,
270  include/stylesheet.cls.php:
271
272  - fixed gif support so images can be added directly via CPDF_Adapter->image()
273
2742006-01-06 00:26  benjcarson
275
276* dompdf.php, dompdf_config.inc.php, load_font.php,
277  include/attribute_translator.cls.php,
278  include/block_frame_decorator.cls.php,
279  include/block_frame_reflower.cls.php, include/cpdf_adapter.cls.php,
280  include/dompdf.cls.php, include/font_metrics.cls.php,
281  include/frame.cls.php, include/frame_decorator.cls.php,
282  include/frame_tree.cls.php, include/functions.inc.php,
283  include/generated_frame_reflower.cls.php,
284  include/image_frame_decorator.cls.php,
285  include/page_frame_decorator.cls.php, include/pdflib_adapter.cls.php,
286  include/php_evaluator.cls.php, include/style.cls.php,
287  include/stylesheet.cls.php, include/table_frame_decorator.cls.php,
288  include/table_row_group_frame_reflower.cls.php,
289  include/text_frame_decorator.cls.php,
290  include/text_frame_reflower.cls.php, test/entities.html,
291  test/latin1.html, test/pages.html, test/special.html, test/symbols.html,
292  test/unicode.html:
293
294  - unicode support:
295    - converted string functions to mb_* varieties
296    - fiddled with pdflib: unicode now works for commercial version of pdflib
297    - many changes, plus test case thanks to Jeremy Buchman <jbuchman@pviq.com>
298  - added complete HTML 4.0 entities test (from WDG HTML reference)
299
3002006-01-03 14:27  benjcarson
301
302* HACKING, INSTALL, README, include/cpdf_adapter.cls.php,
303  include/pdflib_adapter.cls.php:
304
305  - allow multiple calls to page_text
306
3072005-12-30 16:20  benjcarson
308
309* Makefile, include/pdflib_adapter.cls.php, test/pages.html:
310
311  - fixed problem with image handling and pdflib
312
3132005-12-30 15:45  benjcarson
314
315* dompdf_config.inc.php, include/cpdf_adapter.cls.php,
316  include/pdflib_adapter.cls.php, test/pages.html:
317
318  - fixed page number/page count handling
319
3202005-12-30 14:23  benjcarson
321
322* include/canvas.cls.php, include/cpdf_adapter.cls.php,
323  include/pdflib_adapter.cls.php, lib/class.pdf.php:
324
325  - added options to dompdf->output() to enable/disable pdf compression
326
3272005-12-30 14:10  benjcarson
328
329* dompdf.php, dompdf_config.inc.php, include/dompdf.cls.php,
330  include/image_frame_decorator.cls.php,
331  include/page_frame_decorator.cls.php, include/pdflib_adapter.cls.php,
332  include/stylesheet.cls.php:
333
334  - fixed handling of + CSS selector
335  - incorporated comment suggestions made by Leblanc Meneses (leblanc@tamu.edu)
336
3372005-12-13 15:56  benjcarson
338
339* dompdf.php, include/table_frame_decorator.cls.php:
340
341  - fixed problems with table page breaks
342
3432005-12-11 11:14  benjcarson
344
345* dompdf.php, include/canvas_factory.cls.php, include/cpdf_adapter.cls.php,
346  include/gd_adapter.cls.php:
347
348  - added GD rendering backend
349
3502005-12-07 14:32  benjcarson
351
352* include/: block_frame_reflower.cls.php, cellmap.cls.php,
353  cpdf_adapter.cls.php, frame.cls.php, frame_decorator.cls.php,
354  page_frame_decorator.cls.php, table_frame_decorator.cls.php,
355  table_frame_reflower.cls.php:
356
357  - adjusted text-align: justify to work a little better
358  - Improved page break behaviour in general and specifically for tables:
359    - tables now respect the page-break-inside property
360    - a few bugs with header duplication were fixed (extra or missing table headers on new page)
361  - removed redundant call to reset() at page_frame_decorator level: may fix "frame not found in cellmap" errors
362
3632005-11-29 10:59  benjcarson
364
365* include/text_frame_reflower.cls.php, lib/class.pdf.php:
366
367  - fixed erroneous line breaks when available width is exactly equal to line width
368
3692005-11-21 11:48  benjcarson
370
371* include/style.cls.php:
372
373  - improved handling of colour values
374
3752005-11-21 09:56  tag dompdf-0-4-3
376
3772005-11-21 09:56  benjcarson
378
379* include/table_frame_decorator.cls.php:
380
381  - fixed uninitialized variable typo
382
3832005-11-19 13:12  benjcarson
384
385* Makefile, include/canvas.cls.php, include/cpdf_adapter.cls.php,
386  include/dompdf.cls.php, include/pdflib_adapter.cls.php:
387
388  - compatibility fixes for 5.0.5
389
3902005-11-18 18:33  benjcarson
391
392* Makefile, README, dompdf_config.inc.php, include/cpdf_adapter.cls.php,
393  include/dompdf.cls.php, include/frame_decorator.cls.php,
394  include/style.cls.php, www/index.php:
395
396  - removed debugging code
397
3982005-11-18 18:07  benjcarson
399
400* dompdf.php, dompdf_config.inc.php, run-tests.sh, include/dompdf.cls.php,
401  include/frame.cls.php, include/frame_decorator.cls.php,
402  include/frame_reflower.cls.php, include/frame_tree.cls.php,
403  include/functions.inc.php, include/generated_frame_reflower.cls.php,
404  include/page_frame_decorator.cls.php,
405  include/page_frame_reflower.cls.php, include/php_evaluator.cls.php,
406  include/renderer.cls.php, include/style.cls.php,
407  include/stylesheet.cls.php, include/table_cell_frame_reflower.cls.php,
408  include/table_frame_reflower.cls.php, test/pages.html:
409
410  - reduced memory consumption on multi-page pdfs
411
4122005-11-10 09:12  benjcarson
413
414* INSTALL, README, TODO, dompdf.php, include/cpdf_adapter.cls.php,
415  include/frame_tree.cls.php, include/image_frame_decorator.cls.php,
416  lib/class.pdf.php, test/image.html, www/examples.php, www/faq.php,
417  www/foot.inc, www/head.inc, www/index.php, www/install.php,
418  www/style.css, www/usage.php:
419
420  - added gif support
421
4222005-09-15 15:11  benjcarson
423
424* include/pdflib_adapter.cls.php:
425
426  - fixed rendering of page text for pdflib backend
427
4282005-08-03 15:20  benjcarson
429
430* dompdf.php, dompdf_config.inc.php, include/block_frame_reflower.cls.php,
431  include/cellmap.cls.php, include/frame_decorator.cls.php,
432  include/pdflib_adapter.cls.php, include/style.cls.php,
433  include/table_frame_decorator.cls.php, test/long_table.php:
434
435  - make table headers appear on multiple pages
436
4372005-06-29 21:02  tag dompdf-0-4-2
438
4392005-06-29 21:02  benjcarson
440
441* Makefile, dompdf, dompdf.php, run-tests.sh, include/cellmap.cls.php,
442  include/dompdf.cls.php, include/frame.cls.php,
443  include/frame_decorator.cls.php, include/image_frame_decorator.cls.php,
444  include/list_bullet_frame_decorator.cls.php,
445  include/list_bullet_frame_reflower.cls.php,
446  include/list_bullet_image_frame_decorator.cls.php,
447  include/list_bullet_positioner.cls.php,
448  include/list_bullet_renderer.cls.php, include/pdflib_adapter.cls.php,
449  include/renderer.cls.php, include/style.cls.php,
450  include/table_frame_reflower.cls.php,
451  include/table_row_frame_decorator.cls.php,
452  include/text_frame_reflower.cls.php, test/pages.html, test/ul.html:
453
454  - added support for list-style-image
455  - improved output for normal <ul>s
456  - fixed/worked around render bug in xpdf, discontinued use of topdown mode for pdflib
457  - made -v flag actually work properly: dump $_dompdf_warnings after rendering is complete
458  - made cellmap more tolerant to broken tables (continue rendering, issue useful warning)
459
4602005-06-29 17:32  benjcarson
461
462* dompdf.php, dompdf_config.inc.php, include/attribute_translator.cls.php,
463  include/cellmap.cls.php, include/dompdf.cls.php, include/frame.cls.php,
464  include/frame_decorator.cls.php, include/frame_factory.cls.php,
465  include/frame_tree.cls.php, include/image_frame_decorator.cls.php,
466  include/list_bullet_frame_decorator.cls.php,
467  include/list_bullet_frame_reflower.cls.php,
468  include/list_bullet_image_frame_decorator.cls.php,
469  include/list_bullet_renderer.cls.php,
470  include/page_frame_decorator.cls.php, include/style.cls.php,
471  include/table_row_frame_reflower.cls.php:
472
473  - fixed remote image handling
474  - started work on using images for list-bullets
475
4762005-05-18 15:25  benjcarson
477
478* dompdf.php, include/block_frame_reflower.cls.php, include/dompdf.cls.php:
479
480  - fixed bug with handling of remote files
481
4822005-05-03 11:58  benjcarson
483
484* include/block_frame_reflower.cls.php, include/pdflib_adapter.cls.php,
485  lib/class.pdf.php:
486
487  - several minor fixes
488
4892005-04-13 14:27  benjcarson
490
491* include/: dompdf.cls.php, pdflib_adapter.cls.php:
492
493  - fixed handling of stream options (e.g. attachment)
494
4952005-03-17 12:25  benjcarson
496
497* lib/fonts/dompdf_font_family_cache.dist:
498
499  - didn't mean to commit that change to font family dist...
500
5012005-03-17 12:23  benjcarson
502
503* include/pdflib_adapter.cls.php, lib/fonts/dompdf_font_family_cache.dist:
504
505  - fixed issue with pdflib loading fonts incorrectly
506
5072005-03-17 11:18  benjcarson
508
509* include/dompdf.cls.php, test/demo_01.html:
510
511  - thought i fixed this...
512
5132005-03-15 20:51  tag dompdf-0-4-1
514
5152005-03-15 20:51  benjcarson
516
517* include/image_frame_reflower.cls.php:
518
519  - fixed bug in image reflow code
520
5212005-03-15 20:42  benjcarson
522
523* Makefile, include/dompdf.cls.php, include/functions.inc.php,
524  include/stylesheet.cls.php, www/faq.php:
525
526  - fixed "no block parent error"
527
5282005-03-10 11:59  benjcarson
529
530* include/: table_cell_frame_reflower.cls.php,
531  table_frame_reflower.cls.php:
532
533  - fixed some issues with nested tables
534
5352005-03-04 13:30  benjcarson
536
537* Makefile, TODO, dompdf_config.inc.php, include/canvas_factory.cls.php,
538  include/stylesheet.cls.php, lib/fonts/dompdf_font_family_cache.dist,
539  www/faq.php:
540
541  - Committing version 0.4:
542   - table spanning works!
543  - potentially fix IIS?  have not tested
544  - fix auto backend detection
545  - change format of the font family cache (breaks BC): need to remove .afm extension from path
546
5472005-03-04 13:28  benjcarson
548
549* include/: cellmap.cls.php, cpdf_adapter.cls.php,
550  image_frame_reflower.cls.php, text_frame_reflower.cls.php:
551
552  - fixes to text layout
553  - use DOMPDF_DPI when image dims are auto
554  - fix bug in cellmap
555
5562005-03-02 14:26  benjcarson
557
558* include/block_frame_reflower.cls.php, include/pdflib_adapter.cls.php,
559  include/text_renderer.cls.php, test/entities.html:
560
561  - adjust font size reported by pdlib to more closely match that reported by CPDF.
562
5632005-03-02 11:37  benjcarson
564
565* dompdf.php, include/frame.cls.php, include/pdflib_adapter.cls.php:
566
567  - added object (template) support to PDFLib_Adapter
568
5692005-03-02 10:34  benjcarson
570
571* include/pdflib_adapter.cls.php:
572
573  - added page_text() function
574
5752005-03-01 17:51  benjcarson
576
577* HACKING, README, dompdf.php, dompdf_config.inc.php, load_font.php,
578  include/attribute_translator.cls.php,
579  include/cached_pdf_decorator.cls.php, include/canvas.cls.php,
580  include/canvas_factory.cls.php, include/dompdf.cls.php,
581  include/font_metrics.cls.php, include/frame_tree.cls.php,
582  include/image_frame_decorator.cls.php,
583  include/image_frame_reflower.cls.php, include/page_cache.cls.php,
584  include/pdflib_adapter.cls.php, include/renderer.cls.php,
585  include/style.cls.php, lib/res/html.css, test/demo_01.html,
586  test/image.html, www/examples.php, www/usage.php:
587
588  - added new rendering backend: PDFLib.
589    Rendering backend can be selected using the DOMPDF_PDF_BACKEND config option.
590
5912005-03-01 17:38  benjcarson
592
593* include/: cpdf_adapter.cls.php, pdf_adapter.cls.php:
594
595  - renamed pdf_adapter.cls.php to cpdf_adapter.cls.php
596
5972005-02-28 11:46  benjcarson
598
599* include/: attribute_translator.cls.php, frame_factory.cls.php,
600  frame_tree.cls.php, image_frame_reflower.cls.php, renderer.cls.php:
601
602  - fixes to image handling code
603
6042005-02-14 01:46  benjcarson
605
606* Makefile, include/block_frame_reflower.cls.php, include/cellmap.cls.php,
607  include/frame_factory.cls.php, include/page_frame_decorator.cls.php,
608  include/style.cls.php, include/table_cell_frame_reflower.cls.php,
609  include/table_frame_decorator.cls.php,
610  include/table_frame_reflower.cls.php,
611  include/table_row_frame_reflower.cls.php, test/long_table.php,
612  test/pages.html, www/head.inc:
613
614  - initial work on table page breaking code:
615    tested with a simple table: success!
616  - still need to handle table headers and footers properly
617  - fixed bug in style.cls.php where rgb(r,g,b) colour values were not being
618    parsed properly.
619
6202005-02-06 14:01  benjcarson
621
622* Makefile, include/block_frame_reflower.cls.php, include/frame.cls.php,
623  include/frame_decorator.cls.php, include/page_frame_decorator.cls.php,
624  include/page_frame_reflower.cls.php, lib/res/html.css, test/pages.html:
625
626  - finished rework of paging code.
627
6282005-02-05 10:32  benjcarson
629
630* include/: block_frame_reflower.cls.php, canvas.cls.php,
631  page_frame_decorator.cls.php, page_frame_reflower.cls.php,
632  pdf_adapter.cls.php:
633
634  - more work on page layout, still incomplete.
635
6362005-02-01 08:11  benjcarson
637
638* dompdf.php, dompdf_config.inc.php, include/block_frame_reflower.cls.php,
639  include/cellmap.cls.php, include/frame_decorator.cls.php,
640  include/inline_frame_decorator.cls.php,
641  include/page_frame_decorator.cls.php, test/google.html, test/pages.html:
642
643  - begin rework of paging code, part 1.
644
6452005-01-25 16:12  benjcarson
646
647* Makefile, dompdf, www/about.php, www/head.inc:
648
649  - added dompdf shell script
650  - added Makefile
651  - removed duplicate file
652
6532005-01-25 16:02  benjcarson
654
655* www/file.php:
656
657  - removed file.php
658
6592005-01-25 15:55  tag start
660
6612005-01-25 15:55  benjcarson
662
663* HACKING, dompdf.php, INSTALL, LICENSE.LGPL, README, TODO,
664  dompdf_config.inc.php, load_font.php, include/abstract_renderer.cls.php,
665  include/block_frame_decorator.cls.php, include/dompdf_exception.cls.php,
666  include/file.skel, include/block_frame_reflower.cls.php,
667  include/block_positioner.cls.php, include/block_renderer.cls.php,
668  include/br_frame_reflower.cls.php, include/cached_pdf_decorator.cls.php,
669  include/canvas.cls.php, include/cellmap.cls.php, include/dompdf.cls.php,
670  include/font_metrics.cls.php, include/frame.cls.php,
671  include/frame_decorator.cls.php, include/frame_factory.cls.php,
672  include/frame_reflower.cls.php, include/frame_tree.cls.php,
673  include/functions.inc.php, include/generated_frame_reflower.cls.php,
674  include/inline_frame_decorator.cls.php,
675  include/inline_frame_reflower.cls.php, include/inline_positioner.cls.php,
676  include/inline_renderer.cls.php,
677  include/list_bullet_frame_decorator.cls.php,
678  include/list_bullet_frame_reflower.cls.php,
679  include/list_bullet_positioner.cls.php,
680  include/list_bullet_renderer.cls.php,
681  include/null_frame_decorator.cls.php,
682  include/null_frame_reflower.cls.php, include/null_positioner.cls.php,
683  include/page_cache.cls.php, include/page_frame_decorator.cls.php,
684  include/page_frame_reflower.cls.php, include/pdf_adapter.cls.php,
685  include/php_evaluator.cls.php, include/positioner.cls.php,
686  include/renderer.cls.php, include/style.cls.php,
687  include/stylesheet.cls.php, include/attribute_translator.cls.php,
688  include/dompdf_internal_exception.cls.php,
689  include/image_frame_decorator.cls.php,
690  include/image_frame_reflower.cls.php, include/image_renderer.cls.php,
691  include/table_cell_frame_decorator.cls.php,
692  include/table_cell_frame_reflower.cls.php,
693  include/table_cell_positioner.cls.php,
694  include/table_cell_renderer.cls.php,
695  include/table_frame_decorator.cls.php,
696  include/table_frame_reflower.cls.php,
697  include/table_row_frame_decorator.cls.php,
698  include/table_row_frame_reflower.cls.php,
699  include/table_row_group_frame_reflower.cls.php,
700  include/table_row_positioner.cls.php,
701  include/text_frame_decorator.cls.php,
702  include/text_frame_reflower.cls.php, include/text_renderer.cls.php,
703  lib/class.pdf.php, lib/fonts/.cvsignore, lib/fonts/Arial.afm,
704  lib/fonts/Arial_Bold.afm, lib/fonts/Arial_Bold_Italic.afm,
705  lib/fonts/Arial_Italic.afm, lib/fonts/Georgia.afm,
706  lib/fonts/Georgia_Bold.afm, lib/fonts/Georgia_Bold_Italic.afm,
707  lib/fonts/Georgia_Italic.afm, lib/fonts/Times_New_Roman.afm,
708  lib/fonts/Times_New_Roman_Bold.afm,
709  lib/fonts/Times_New_Roman_Bold_Italic.afm,
710  lib/fonts/Times_New_Roman_Italic.afm, lib/fonts/Trebuchet_MS.afm,
711  lib/fonts/Trebuchet_MS_Bold.afm, lib/fonts/Trebuchet_MS_Bold_Italic.afm,
712  lib/fonts/Trebuchet_MS_Italic.afm, lib/fonts/Verdana.afm,
713  lib/fonts/Verdana_Bold.afm, lib/fonts/Verdana_Bold_Italic.afm,
714  lib/fonts/Courier.afm, lib/fonts/Verdana_Italic.afm, lib/fonts/lucon.afm,
715  lib/fonts/slkscr.afm, lib/fonts/slkscrb.afm, lib/fonts/slkscre.afm,
716  lib/fonts/slkscreb.afm, lib/fonts/Courier-Bold.afm,
717  lib/fonts/Courier-BoldOblique.afm, lib/fonts/Courier-Oblique.afm,
718  lib/fonts/Helvetica.afm, lib/fonts/Helvetica-Bold.afm,
719  lib/fonts/Helvetica-BoldOblique.afm, lib/fonts/Helvetica-Oblique.afm,
720  lib/fonts/Times-Bold.afm, lib/fonts/Times-BoldItalic.afm,
721  lib/fonts/Times-Italic.afm, lib/fonts/Times-Roman.afm,
722  lib/fonts/ZapfDingbats.afm, lib/fonts/dompdf_font_family_cache.dist,
723  lib/res/broken_image.png, lib/res/html.css, test/border_test.html,
724  test/common.css, test/demo_01.html, test/dompdf_simple.png,
725  test/google.html, test/html_attributes.html, test/image.html,
726  test/large_table.htm, test/margin.html, test/pages.html,
727  test/php_test.php, test/print_static.css, test/simple_ul.html,
728  test/table.html, test/table_01.html, www/about.php, www/examples.php,
729  www/file.php, www/foot.inc, www/head.inc, www/index.php, www/install.php,
730  www/style.css, www/usage.php, www/images/arrow_01.gif,
731  www/images/arrow_02.gif, www/images/arrow_03.gif,
732  www/images/arrow_04.gif, www/images/arrow_05.gif,
733  www/images/arrow_06.gif, www/images/css2.png,
734  www/images/dompdf_simple.png, www/images/favicon.ico,
735  www/images/favicon.png, www/images/h_bar.gif, www/images/left_arrow.gif,
736  www/images/logo.png, www/images/logo.xcf,
737  www/images/php5-power-micro.png, www/images/small_logo.png,
738  www/images/star_01.gif, www/images/star_02.gif, www/images/star_03.gif,
739  www/images/star_04.gif, www/images/star_05.gif, www/images/title.gif,
740  www/images/v_bar.gif, www/images/xhtml10.png:
741
742  Initial revision
743
7442005-01-25 15:55  benjcarson
745
746* HACKING, dompdf.php, INSTALL, LICENSE.LGPL, README, TODO,
747  dompdf_config.inc.php, load_font.php, include/abstract_renderer.cls.php,
748  include/block_frame_decorator.cls.php, include/dompdf_exception.cls.php,
749  include/file.skel, include/block_frame_reflower.cls.php,
750  include/block_positioner.cls.php, include/block_renderer.cls.php,
751  include/br_frame_reflower.cls.php, include/cached_pdf_decorator.cls.php,
752  include/canvas.cls.php, include/cellmap.cls.php, include/dompdf.cls.php,
753  include/font_metrics.cls.php, include/frame.cls.php,
754  include/frame_decorator.cls.php, include/frame_factory.cls.php,
755  include/frame_reflower.cls.php, include/frame_tree.cls.php,
756  include/functions.inc.php, include/generated_frame_reflower.cls.php,
757  include/inline_frame_decorator.cls.php,
758  include/inline_frame_reflower.cls.php, include/inline_positioner.cls.php,
759  include/inline_renderer.cls.php,
760  include/list_bullet_frame_decorator.cls.php,
761  include/list_bullet_frame_reflower.cls.php,
762  include/list_bullet_positioner.cls.php,
763  include/list_bullet_renderer.cls.php,
764  include/null_frame_decorator.cls.php,
765  include/null_frame_reflower.cls.php, include/null_positioner.cls.php,
766  include/page_cache.cls.php, include/page_frame_decorator.cls.php,
767  include/page_frame_reflower.cls.php, include/pdf_adapter.cls.php,
768  include/php_evaluator.cls.php, include/positioner.cls.php,
769  include/renderer.cls.php, include/style.cls.php,
770  include/stylesheet.cls.php, include/attribute_translator.cls.php,
771  include/dompdf_internal_exception.cls.php,
772  include/image_frame_decorator.cls.php,
773  include/image_frame_reflower.cls.php, include/image_renderer.cls.php,
774  include/table_cell_frame_decorator.cls.php,
775  include/table_cell_frame_reflower.cls.php,
776  include/table_cell_positioner.cls.php,
777  include/table_cell_renderer.cls.php,
778  include/table_frame_decorator.cls.php,
779  include/table_frame_reflower.cls.php,
780  include/table_row_frame_decorator.cls.php,
781  include/table_row_frame_reflower.cls.php,
782  include/table_row_group_frame_reflower.cls.php,
783  include/table_row_positioner.cls.php,
784  include/text_frame_decorator.cls.php,
785  include/text_frame_reflower.cls.php, include/text_renderer.cls.php,
786  lib/class.pdf.php, lib/fonts/.cvsignore, lib/fonts/Arial.afm,
787  lib/fonts/Arial_Bold.afm, lib/fonts/Arial_Bold_Italic.afm,
788  lib/fonts/Arial_Italic.afm, lib/fonts/Georgia.afm,
789  lib/fonts/Georgia_Bold.afm, lib/fonts/Georgia_Bold_Italic.afm,
790  lib/fonts/Georgia_Italic.afm, lib/fonts/Times_New_Roman.afm,
791  lib/fonts/Times_New_Roman_Bold.afm,
792  lib/fonts/Times_New_Roman_Bold_Italic.afm,
793  lib/fonts/Times_New_Roman_Italic.afm, lib/fonts/Trebuchet_MS.afm,
794  lib/fonts/Trebuchet_MS_Bold.afm, lib/fonts/Trebuchet_MS_Bold_Italic.afm,
795  lib/fonts/Trebuchet_MS_Italic.afm, lib/fonts/Verdana.afm,
796  lib/fonts/Verdana_Bold.afm, lib/fonts/Verdana_Bold_Italic.afm,
797  lib/fonts/Courier.afm, lib/fonts/Verdana_Italic.afm, lib/fonts/lucon.afm,
798  lib/fonts/slkscr.afm, lib/fonts/slkscrb.afm, lib/fonts/slkscre.afm,
799  lib/fonts/slkscreb.afm, lib/fonts/Courier-Bold.afm,
800  lib/fonts/Courier-BoldOblique.afm, lib/fonts/Courier-Oblique.afm,
801  lib/fonts/Helvetica.afm, lib/fonts/Helvetica-Bold.afm,
802  lib/fonts/Helvetica-BoldOblique.afm, lib/fonts/Helvetica-Oblique.afm,
803  lib/fonts/Times-Bold.afm, lib/fonts/Times-BoldItalic.afm,
804  lib/fonts/Times-Italic.afm, lib/fonts/Times-Roman.afm,
805  lib/fonts/ZapfDingbats.afm, lib/fonts/dompdf_font_family_cache.dist,
806  lib/res/broken_image.png, lib/res/html.css, test/border_test.html,
807  test/common.css, test/demo_01.html, test/dompdf_simple.png,
808  test/google.html, test/html_attributes.html, test/image.html,
809  test/large_table.htm, test/margin.html, test/pages.html,
810  test/php_test.php, test/print_static.css, test/simple_ul.html,
811  test/table.html, test/table_01.html, www/about.php, www/examples.php,
812  www/file.php, www/foot.inc, www/head.inc, www/index.php, www/install.php,
813  www/style.css, www/usage.php, www/images/arrow_01.gif,
814  www/images/arrow_02.gif, www/images/arrow_03.gif,
815  www/images/arrow_04.gif, www/images/arrow_05.gif,
816  www/images/arrow_06.gif, www/images/css2.png,
817  www/images/dompdf_simple.png, www/images/favicon.ico,
818  www/images/favicon.png, www/images/h_bar.gif, www/images/left_arrow.gif,
819  www/images/logo.png, www/images/logo.xcf,
820  www/images/php5-power-micro.png, www/images/small_logo.png,
821  www/images/star_01.gif, www/images/star_02.gif, www/images/star_03.gif,
822  www/images/star_04.gif, www/images/star_05.gif, www/images/title.gif,
823  www/images/v_bar.gif, www/images/xhtml10.png:
824
825  Welcome to SourceForge.net!
826
Note: See TracBrowser for help on using the repository browser.