You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

status.xml 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <status>
  3. <developers>
  4. <!-- in strict alphabetical order -->
  5. <person name="Bertrand Delacretaz" email="bdelacretaz@apache.org" id="BD"/>
  6. <person name="Christian Geisert" email="chrisg@apache.org" id="CG"/>
  7. <person name="Karen Lease" email="klease@apache.org" id="KL"/>
  8. <person name="Keiron Liddle" email="keiron@apache.org" id="KLL"/>
  9. <person name="Jeremias Maerki" email="jeremias@apache.org" id="JM"/>
  10. <person name="Victor Mote" email="vmote@apache.org" id="VM"/>
  11. <person name="Joerg Pietschmann" email="pietsch@apache.org" id="JP"/>
  12. <person name="Arved Sandstrom" email="arved@apache.org" id="AS"/>
  13. <person name="Oleg Tkachenko" email="olegt@apache.org" id="OT"/>
  14. <person name="Peter B. West" email="pbwest@apache.org" id="PBW"/>
  15. <!--
  16. inactive??
  17. <person name="Kelly Campbell" email="kellyc@apache.org" id="KC"/>
  18. <person name="Steven Coffman" email="gears@apache.org" id="SC"/>
  19. <person name="Tore Engvig" email="tore@apache.org" id=""/>
  20. <person name="Stanislav Gorkhover" email="stanislav@apache.org" id=""/>
  21. <person name="Fotis Jannidis" email="fotis@apache.org" id=""/>
  22. <person name="Jordan Naftolin" email="jordan@apache.org" id=""/>
  23. <person name="Eric Schaeffer" email="eschaeffer@apache.org" id=""/>
  24. <person name="Art Welch" email="artw@apache.org" id=""/>
  25. -->
  26. <person name="Volunteer needed" email="fop-dev@xml.apache.org" id="open"/>
  27. </developers>
  28. <todo>
  29. <actions priority="high">
  30. <action context="code" dev="open">
  31. From branch: char encoding for pdf output.
  32. </action>
  33. <action context="code" dev="open">
  34. From branch: delete output file if error occured.
  35. </action>
  36. <action context="code" dev="open">
  37. From branch: add CCITT TIFF file support for embedding in pdf.
  38. </action>
  39. <action context="code" dev="open">
  40. Implement spacing between blocks and the adjustment to
  41. actual height when adding areas.
  42. </action>
  43. <action context="code" dev="open">
  44. Implement force page breaks.
  45. </action>
  46. <action context="code" dev="open">
  47. Implement page columns.
  48. Each column will need to layout until the page is complete.
  49. Need to improve the way that breaks are stored.
  50. </action>
  51. <action context="code" dev="open">
  52. Implement footnote.
  53. A footnote creates an inline parent and a block that is put into
  54. the footnote area.
  55. </action>
  56. <action context="code" dev="open">
  57. Implement floats.
  58. A float adds an anchor inline or block area to the parent
  59. and a block is added to the nearest reference area. The
  60. reference area layout manager needs to check it fits and
  61. adjust ipd available to line areas.
  62. </action>
  63. <action context="code" dev="open">
  64. Sort out writing directions and stacking.
  65. All blocks and line areas can be stack in different directions
  66. depending on writing mode and orientation.
  67. Need to ensure that all areas can be stacked properly in the
  68. correct direction.
  69. </action>
  70. </actions>
  71. <actions priority="medium">
  72. <action context="design" dev="open">
  73. Design FOP API interfaces.
  74. </action>
  75. <action context="design" dev="open">
  76. Integrate with Jakarta Avalon: logging, configuration, URI resolver,
  77. component management, image caching etc.
  78. </action>
  79. <action context="code" dev="open">
  80. Make it possible to redo static regions by determining which
  81. areas need a new layout for new page.
  82. </action>
  83. </actions>
  84. <actions priority="low">
  85. <action context="design" dev="open">
  86. Investigate using form XObject for repeated areas
  87. such as static and table header/footer only when the
  88. area does not change.
  89. </action>
  90. <action context="code" dev="open">
  91. Investigate using form XObject for svg images
  92. this can make the svg cacheable in the pdf doc
  93. </action>
  94. </actions>
  95. </todo>
  96. <changes>
  97. <release version="2004" date="2004">
  98. <action context="code" dev="FB" type="update">
  99. Rolled property datatypes classes into the property classes and
  100. un-nested the Property.Maker inner-class.
  101. </action>
  102. <action context="code" dev="FB" type="update">
  103. Abandoned code-generated property maker classes.
  104. </action>
  105. </release>
  106. <release version="2003" date="2003">
  107. <action context="code" dev="JM" type="fix" due-to="CTB/McGraw-Hill">
  108. Fix for bad font encodings in the PS renderer (Fonts get reencoded as
  109. WinAnsiEncoding, Symbol and ZapfDingbats show correctly now)
  110. </action>
  111. <action context="code" dev="JM" type="fix">
  112. Fix for bug #20239: Failure while generating XML metrics files from TT
  113. collections when names are in Unicode (JM)
  114. </action>
  115. <action context="code" dev="JM" type="fix"
  116. due-to="Matthias Germann" due-to-email="germannm@post.ch">
  117. Fixed bug: PFBParser reports "Could not load the whole segment" (#19764).
  118. </action>
  119. <action context="code" dev="JM" type="add">
  120. PS renderer got a configurable setting to do auto-landscape rotation.
  121. </action>
  122. <action context="code" dev="JM" type="fix">
  123. Fixed TrueType embedding. Width array now reflects the subset again.
  124. </action>
  125. <action context="code" dev="JM" type="fix">
  126. Fixed font registration for PDF renderer. "normal" and "bold" get
  127. accepted as font-weight again. Fixed font-weight normalization.
  128. </action>
  129. <action context="code" dev="KLL" type="update">
  130. Added markers to page when areas added.
  131. When an area is added that is created by an FO that contains markers
  132. then the markers can also be added. There are four types of positions
  133. for markers.
  134. </action>
  135. <action context="code" dev="KLL" type="update">
  136. Retrieved markers from page.
  137. When doing the static areas the markers will need to be available for
  138. retrieving. Layout currently has some issues.
  139. </action>
  140. <action context="code" dev="JM" type="update">
  141. PDF and PS transcoders now have a common base class. It also
  142. optionally supports Avalon Logging and Configuration. Support for
  143. plugging in an EntityResolver into Batik is now included.
  144. </action>
  145. <action context="code" dev="JM" type="update">
  146. Implemented on-the-fly stream output (less buffering leads to
  147. decreased memory usage and increased speed).
  148. </action>
  149. <action context="code" dev="JM" type="update">
  150. General refactoring of the PDF library to centralize certain
  151. behaviour and reduce redundancy. Some memory allocation
  152. optimizations.
  153. </action>
  154. <action context="code" dev="JM" type="update">
  155. Enhanced PDF encryption support so it is optional depending on the
  156. availability of JCE and/or cryptographic algorithms.
  157. </action>
  158. <action context="code" dev="JM" type="add"
  159. due-to="Patrick C. Lankswert" due-to-email="PLankswert@InsightBB.COM">
  160. Added PDF encryption support (40bit RC4, PDF 1.3 level).
  161. </action>
  162. <action context="code" dev="JM" type="update">
  163. Moved all sources from src/org/** to src/java/org/**.
  164. </action>
  165. <action context="code" dev="JM" type="update"
  166. due-to="Zhong Yi" due-to-email="yidaomao@yahoo.com">
  167. Port of the PDF TextPainter to PostScript. Support for SEG_QUADTO (curves).
  168. Some support for viewport traits (background and borders).
  169. </action>
  170. <action context="code" dev="JM" type="update">
  171. Brought back the PostScript renderer. Compared to the branch it
  172. has a cleaner separation of PostScript generation code from
  173. renderer-specific code.
  174. </action>
  175. <action context="code" dev="JM" type="fix">
  176. Fixed bug #16257: Get ascender/descender from OS/2 table if the ones in
  177. hhea are zero (TrueType fonts).
  178. </action>
  179. <action context="code" dev="JM" type="fix">
  180. Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType
  181. fonts. Reserved name indexes were not ignored.
  182. </action>
  183. <action context="code" dev="JM" type="update">
  184. Moved general font classes away from the PDF-dependent places to
  185. org.apache.fop.fonts. Various detail improvements to make the code
  186. easier to understand. No semantical changes.
  187. </action>
  188. <action context="code" dev="JM" type="update">
  189. Moved all TrueType font related classes to
  190. org.apache.fop.fonts.truetype.
  191. </action>
  192. </release>
  193. <release version="2002" date="2002">
  194. <action context="code" dev="JM" type="update">
  195. Moved all Adobe Type 1 font related classes to
  196. org.apache.fop.fonts.type1. Added a PFB parser for proper decoding of
  197. PFB files.
  198. </action>
  199. <action context="build" dev="JM" type="update">
  200. Updated to Xerces 2.2.1 and Xalan 2.4.1. Updated all the related files
  201. and made sure all contrib builds work again. Removed necessity for a
  202. buildtools.jar.
  203. </action>
  204. <action context="code" dev="KL" type="fix" fixes-bug="14290">
  205. Correct ordering of loca table in embedded true type fonts.
  206. Fix taken over from maintenance branch.
  207. </action>
  208. <action context="docs" dev="KLL" type="update"
  209. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  210. New dev fonts.xml file to store some useful links and information
  211. about font work
  212. </action>
  213. <action context="docs" dev="KLL" type="update"
  214. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  215. Added links to the Eyebrowse mail list archives.
  216. Added help and unsubscribe email addresses for the fop-user
  217. &amp; fop-dev lists.
  218. Rewrote/rearranged some of the verbiage for better structure.
  219. </action>
  220. <action context="docs" dev="KLL" type="update"
  221. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  222. Valid URIs for all xdoc DTD declarations.
  223. Some minor changes for xdoc documents that were discovered to be invalid
  224. after the DTD declarations were fixed.
  225. Changed tabs.xml so that the 2nd tab on our site will now read "Redesign"
  226. instead of "dev".
  227. </action>
  228. <action context="docs" dev="KLL" type="update"
  229. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  230. Better links to Bugzilla.
  231. Reorganized content into a checklist.
  232. </action>
  233. <action context="code" dev="KLL" type="update">
  234. Added support for markers in fo tree. Markers added when valid
  235. to proper fo objects.
  236. </action>
  237. <action context="docs" dev="KLL" type="update"
  238. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  239. Added compliance document showing table of fop compliance.
  240. </action>
  241. <action context="code" dev="KLL" type="update"
  242. due-to="Stephan Neuhaus" due-to-email="stephan.neuhaus@myview.de">
  243. From branch: fixed jpeg icc profile error with acrobat 5.
  244. </action>
  245. <action context="code" dev="KLL" type="update"
  246. due-to="Oleg Tkachenko" due-to-email="olegt@multiconn.com">
  247. Awt viewer improvements - uses java PropertyResourceBundle
  248. for locale strings, cleaned up code and removed old classes
  249. and other small improvements
  250. </action>
  251. <action context="code" dev="KLL" type="update">
  252. Started list layout implementation.
  253. </action>
  254. <action context="code" dev="KLL" type="update">
  255. Improved pagination and page number for page sequences.
  256. </action>
  257. <action context="code" dev="KLL" type="update">
  258. Implemented border and background for many areas.
  259. </action>
  260. <action context="code" dev="KLL" type="update">
  261. Started table layout implementation.
  262. </action>
  263. <action context="docs" dev="KLL" type="update"
  264. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  265. Added link for patch queue.
  266. </action>
  267. <action context="code" dev="KLL" type="update"
  268. due-to="Rainer Garus" due-to-email="rainer.garus@arcor.de">
  269. Fixed npe when a page has several forward links.
  270. Use HashSet to store unresolved references (pages) in area tree
  271. to prevent duplication.
  272. </action>
  273. <action context="code" dev="KLL" type="update">
  274. Implemented example caching mechanism to store pages.
  275. When a page contains a forward reference that has not been
  276. resolved then it can save the page contents to
  277. disk to save memory.
  278. </action>
  279. <action dev="CG" type="add" context="code"
  280. due-to="Bernd Brandstetter" due-to-email="bbrand@freenet.de">
  281. Linking to a specific page and a named destinations of an
  282. external PDF file.
  283. (see www.adobe.com/products/acrobat/pdfs/c01acrotip.pdf)
  284. </action>
  285. <action context="code" dev="KLL" type="update">
  286. Started table layout managers.
  287. </action>
  288. <action context="code" dev="KLL" type="update">
  289. Implemented render pages model.
  290. </action>
  291. <action context="code" dev="KLL" type="update">
  292. Implemented link part of basic link. Internal destination
  293. is resolved. The link is a trait on the inline parent.
  294. </action>
  295. <action context="code" dev="KLL" type="update">
  296. Got bookmark extension working.
  297. Make sure the extension id references are resolved. Once the data is
  298. fully resolved then implement a way for the pdf renderer to add the
  299. bookmarks. See branch for code how to add bookmarks.
  300. </action>
  301. <action context="code" dev="KLL" type="update">
  302. add the pdf side part of bookmark extension
  303. </action>
  304. <action context="code" dev="KLL" type="update">
  305. complete resolving id areas
  306. </action>
  307. <action context="code" dev="KLL" type="update">
  308. Add id areas to page when area added.
  309. When the layout managers add an area to the page it can also add the id
  310. information.
  311. </action>
  312. <action context="code" dev="KLL" type="update">
  313. Resolve id references on other pages, extensions.
  314. When an id is added to a page this will allow id references to be
  315. resolved.
  316. </action>
  317. <action context="code" dev="KLL" type="update">
  318. Fixed a bug in the TTFReader where it tried to read
  319. values for the end character. Handles unsupported
  320. non-unicode cmap better. Added logging.
  321. </action>
  322. <action context="code" dev="JP" type="update">
  323. Add static areas to page
  324. The static areas will need to be handled in a similar way to the flow
  325. except the bpd is unlimited and it will need to reset and repeat for
  326. each page.
  327. </action>
  328. <action context="code" dev="KLL" type="update">
  329. Implemented leader, get leader working and sort out
  330. how inline objects adjust to the ipd
  331. </action>
  332. <action dev="KLL" type="update" context="code">
  333. Calculate line height.
  334. The line height is calculated while finding breaks.
  335. Improved alignment to use the breaks and context.
  336. </action>
  337. <action dev="KLL" type="update" context="code">
  338. Updated batik with change to TextPainter interface and UserAgent.
  339. Improved PDFTextPainter to handle more types of text.
  340. </action>
  341. <action dev="JM" type="update" context="code"
  342. due-to="Stephen Wolke" due-to-email="smwolke@geistig.com">
  343. Added a RunLengthEncode filter for the PostScript renderer.
  344. </action>
  345. <action dev="JM" type="update" context="code">
  346. Replaced the PostScript filters with the refactored ones from the maintenance
  347. branch.
  348. </action>
  349. <action dev="JM" type="update" context="code">
  350. First batch of changes in preparation for adoption of Avalon patterns.
  351. Only changes on logging for now. Mostly usage of LogEnabled contract interface.
  352. </action>
  353. <action dev="JM" type="update" context="build">
  354. Improve build process for more flexibility when external jars change.
  355. Changed to use -projecthelp option from Ant 1.5 instead of "usage" target.
  356. </action>
  357. <action dev="JM" type="update" context="build">
  358. Updated Avalon Framework JAR (with Log4J support, Bug 11274)
  359. </action>
  360. <action dev="KLL" type="update" context="docs"
  361. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  362. Copies across overview for javadocs build.
  363. chmod antRun in build.sh.
  364. </action>
  365. <action dev="KLL" type="update" context="code"
  366. due-to="Kevin O'Neill" due-to-email="kevin@rocketred.com.au">
  367. Minor patch for the TTFReader to remove an unreachable statement
  368. compiler warning
  369. </action>
  370. <action dev="KLL" type="update" context="code"
  371. due-to="Torsten Erler" due-to-email="erlto@net-linx.de">
  372. workaround for eps files that have invalid float bounding box values
  373. float values are rounded off according to the spec the
  374. %%HiResBoundingBox should be used instead for floating position
  375. values
  376. </action>
  377. <action dev="JP" type="update" context="code">
  378. Simplified ASCII85Filter computation, thereby hopefully
  379. working around JVM bugs
  380. </action>
  381. <action dev="KLL" type="add" context="docs"
  382. due-to="Cyril Rognon" due-to-email="crognon@objectiva.fr">
  383. added understanding layout manager document
  384. </action>
  385. <action dev="KLL" type="update" context="docs"
  386. due-to="Peter Kullmann" due-to-email="p.kullmann@arenae.ch">
  387. fixed master-name and a test setup problem
  388. </action>
  389. <action dev="KLL" type="update" context="code">
  390. moved embed font info into the render.pdf package
  391. reduced dependancy on Configuration
  392. </action>
  393. <action dev="KLL" type="update" context="code"
  394. due-to="Kevin O'Neill" due-to-email="kevin@rocketred.com.au">
  395. separated the specific PDFRender functionality from the CTM class
  396. and created a small utility class for the renderer to use
  397. </action>
  398. <action dev="KLL" type="update" context="code">
  399. FontState only used for calculations,
  400. stores font name and size on area tree
  401. </action>
  402. <action dev="KLL" type="update" context="code">
  403. Improved PDFTextPainter to handle different text better
  404. </action>
  405. <action dev="KLL" type="update" context="code">
  406. Applied root element viewBox transform for svg to pdf transcoder
  407. </action>
  408. <action dev="KLL" type="update" context="code">
  409. image test for formats, viewport and scaling
  410. </action>
  411. <action dev="KLL" type="add" context="code">
  412. added various SVG to PDF tests for trancoder
  413. and including in fo
  414. </action>
  415. <action dev="KLL" type="update" context="code">
  416. Implemented viewport and scaling for images
  417. </action>
  418. <action dev="KLL" type="update" context="code">
  419. Implemented viewport and scaling for instream svg
  420. </action>
  421. <action dev="KLL" type="update" context="code">
  422. Removed old area tree
  423. </action>
  424. <action dev="KLL" type="update" context="code">
  425. Optimised gstate usage in pdf files to minimize file size
  426. </action>
  427. <action dev="KLL" type="update" context="code">
  428. Optimised function usage, reuses old functions in pdf files
  429. to minimize file size
  430. </action>
  431. <action dev="KLL" type="add" context="code">
  432. Added transparancy to pdf
  433. </action>
  434. <action dev="KLL" type="update" context="code">
  435. Outputs images immediately to the stream, also drops
  436. reference to image data
  437. </action>
  438. <action dev="KLL" type="add" context="code">
  439. Added resource context for pattern resources
  440. </action>
  441. <action dev="KLL" type="update" context="build">
  442. Added pdf transcoder build target
  443. </action>
  444. <action dev="KLL" type="update" context="code">
  445. Made PDF streams externally configured
  446. </action>
  447. <action dev="KLL" type="update" context="code">
  448. Fixed svg linking in pdf, works with viewbox and url
  449. </action>
  450. <action dev="KLL" type="add" context="code">
  451. Start to mif implementation with new structure handlers
  452. </action>
  453. <action dev="KLL" type="add" context="code">
  454. New structure handler for structure type documents, rtf, mif
  455. and for better layout processing.
  456. </action>
  457. <action dev="KLL" type="update" context="code">
  458. Changed extensions to allow for external xml
  459. </action>
  460. <action dev="KLL" type="add" context="code">
  461. Can have a default element mapping for extensions
  462. </action>
  463. <action dev="KLL" type="add" context="code">
  464. New area tree model
  465. </action>
  466. <action dev="KLL" type="add" context="code">
  467. New renderer model
  468. </action>
  469. <action dev="KLL" type="update" context="code">
  470. Added handlers for xml in renderer
  471. </action>
  472. <action dev="KLL" type="update" context="code">
  473. svg now in an xml handler, FOP can be used without batik
  474. </action>
  475. <action dev="KLL" type="update" context="build">
  476. Removed old xerces and xalan
  477. </action>
  478. <action dev="" type="update" context="code">
  479. Updated to use Jaxp
  480. </action>
  481. <action dev="" type="update" context="code">
  482. Updated to use new avalon framework logger
  483. </action>
  484. <action dev="KLL" type="update" context="code">
  485. Redid image handling so it can use a cache and synchronizes properly
  486. only on the current image while loading
  487. </action>
  488. <action dev="KLL" type="update" context="code">
  489. Changed bookmark extension, now requires a wrapping element bookmark
  490. </action>
  491. <action dev="KL" type="add" context="code">
  492. New layout system using layout managers
  493. </action>
  494. <action dev="KL" type="add" context="code">
  495. Implemented handlers for whitespace handling that collapse whitespace
  496. better in various places
  497. </action>
  498. <action dev="KLL" type="update" context="code">
  499. Changed area tree xml format to match the area tree hierarchy
  500. </action>
  501. </release>
  502. </changes>
  503. </status>