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 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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="Joerg Pietschmann" email="pietsch@apache.org" id="JP"/>
  11. <person name="Arved Sandstrom" email="arved@apache.org" id="AS"/>
  12. <person name="Oleg Tkachenko" email="olegt@apache.org" id="OT"/>
  13. <person name="Peter B. West" email="pbwest@apache.org" id="PBW"/>
  14. <!--
  15. inactive??
  16. <person name="Kelly Campbell" email="kellyc@apache.org" id="KC"/>
  17. <person name="Steven Coffman" email="gears@apache.org" id="SC"/>
  18. <person name="Tore Engvig" email="tore@apache.org" id=""/>
  19. <person name="Stanislav Gorkhover" email="stanislav@apache.org" id=""/>
  20. <person name="Fotis Jannidis" email="fotis@apache.org" id=""/>
  21. <person name="Jordan Naftolin" email="jordan@apache.org" id=""/>
  22. <person name="Eric Schaeffer" email="eschaeffer@apache.org" id=""/>
  23. <person name="Art Welch" email="artw@apache.org" id=""/>
  24. -->
  25. <person name="Volunteer needed" email="fop-dev@xml.apache.org" id="open"/>
  26. </developers>
  27. <todo>
  28. <actions priority="high">
  29. <action context="code" dev="open">
  30. From branch: char encoding for pdf output.
  31. </action>
  32. <action context="code" dev="open">
  33. From branch: delete output file if error occured.
  34. </action>
  35. <action context="code" dev="open">
  36. From branch: add CCITT TIFF file support for embedding in pdf.
  37. </action>
  38. <action context="code" dev="open">
  39. Add markers to page when areas added.
  40. When an area is added that is created by an FO that contains markers
  41. then the markers can also be added. There are four types of positions
  42. for markers.
  43. </action>
  44. <action context="code" dev="open">
  45. Retrieve markers from page.
  46. When doing the static areas the markers will need to be available for
  47. retrieving. The marker can then be layed out as normal.
  48. </action>
  49. <action context="code" dev="open">
  50. Implement spacing between blocks and the adjustment to
  51. actual height when adding areas.
  52. </action>
  53. <action context="code" dev="open">
  54. Implement force page breaks.
  55. </action>
  56. <action context="code" dev="open">
  57. Implement page columns.
  58. Each column will need to layout until the page is complete.
  59. Need to improve the way that breaks are stored.
  60. </action>
  61. <action context="code" dev="open">
  62. Implement footnote.
  63. A footnote creates an inline parent and a block that is put into
  64. the footnote area.
  65. </action>
  66. <action context="code" dev="open">
  67. Implement floats.
  68. A float adds an anchor inline or block area to the parent
  69. and a block is added to the nearest reference area. The
  70. reference area layout manager needs to check it fits and
  71. adjust ipd available to line areas.
  72. </action>
  73. <action context="code" dev="open">
  74. Sort out writing directions and stacking.
  75. All blocks and line areas can be stack in different directions
  76. depending on writing mode and orientation.
  77. Need to ensure that all areas can be stacked properly in the
  78. correct direction.
  79. </action>
  80. </actions>
  81. <actions priority="medium">
  82. <action context="design" dev="open">
  83. Design FOP API interfaces.
  84. </action>
  85. <action context="design" dev="open">
  86. Integrate with Jakarta Avalon: logging, configuration, URI resolver,
  87. component management, image caching etc.
  88. </action>
  89. </actions>
  90. <actions priority="low">
  91. <action context="design" dev="open">
  92. Investigate using form XObject for repeated areas
  93. such as static and table header/footer only when the
  94. area does not change.
  95. </action>
  96. <action context="code" dev="open">
  97. Investigate using form XObject for svg images
  98. this can make the svg cacheable in the pdf doc
  99. </action>
  100. </actions>
  101. </todo>
  102. <changes>
  103. <release version="?" date="2002">
  104. <action context="build" dev="JM" type="update">
  105. Updated to Xerces 2.2.1 and Xalan 2.4.1. Updated all the related files
  106. and made sure all contrib builds work again. Removed necessity for a
  107. buildtools.jar.
  108. </action>
  109. <action context="code" dev="KL" type="fix" fixes-bug="14290">
  110. Correct ordering of loca table in embedded true type fonts.
  111. Fix taken over from maintenance branch.
  112. </action>
  113. <action context="docs" dev="KLL" type="update"
  114. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  115. Added links to the Eyebrowse mail list archives.
  116. Added help and unsubscribe email addresses for the fop-user
  117. &amp; fop-dev lists.
  118. Rewrote/rearranged some of the verbiage for better structure.
  119. </action>
  120. <action context="docs" dev="KLL" type="update"
  121. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  122. Valid URIs for all xdoc DTD declarations.
  123. Some minor changes for xdoc documents that were discovered to be invalid
  124. after the DTD declarations were fixed.
  125. Changed tabs.xml so that the 2nd tab on our site will now read "Redesign"
  126. instead of "dev".
  127. </action>
  128. <action context="docs" dev="KLL" type="update"
  129. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  130. Better links to Bugzilla.
  131. Reorganized content into a checklist.
  132. </action>
  133. <action context="code" dev="KLL" type="update">
  134. Added support for markers in fo tree. Markers added when valid
  135. to proper fo objects.
  136. </action>
  137. <action context="docs" dev="KLL" type="update"
  138. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  139. Added compliance document showing table of fop compliance.
  140. </action>
  141. <action context="code" dev="KLL" type="update"
  142. due-to="Stephan Neuhaus" due-to-email="stephan.neuhaus@myview.de">
  143. From branch: fixed jpeg icc profile error with acrobat 5.
  144. </action>
  145. <action context="code" dev="KLL" type="update"
  146. due-to="Oleg Tkachenko" due-to-email="olegt@multiconn.com">
  147. Awt viewer improvements - uses java PropertyResourceBundle
  148. for locale strings, cleaned up code and removed old classes
  149. and other small improvements
  150. </action>
  151. <action context="code" dev="KLL" type="update">
  152. Started list layout implementation.
  153. </action>
  154. <action context="code" dev="KLL" type="update">
  155. Improved pagination and page number for page sequences.
  156. </action>
  157. <action context="code" dev="KLL" type="update">
  158. Implemented border and background for many areas.
  159. </action>
  160. <action context="code" dev="KLL" type="update">
  161. Started table layout implementation.
  162. </action>
  163. <action context="docs" dev="KLL" type="update"
  164. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  165. Added link for patch queue.
  166. </action>
  167. <action context="code" dev="KLL" type="update"
  168. due-to="Rainer Garus" due-to-email="rainer.garus@arcor.de">
  169. Fixed npe when a page has several forward links.
  170. Use HashSet to store unresolved references (pages) in area tree
  171. to prevent duplication.
  172. </action>
  173. <action context="code" dev="KLL" type="update">
  174. Implemented example caching mechanism to store pages.
  175. When a page contains a forward reference that has not been
  176. resolved then it can save the page contents to
  177. disk to save memory.
  178. </action>
  179. <action dev="CG" type="add" context="code"
  180. due-to="Bernd Brandstetter" due-to-email="bbrand@freenet.de">
  181. Linking to a specific page and a named destinations of an
  182. external PDF file.
  183. (see www.adobe.com/products/acrobat/pdfs/c01acrotip.pdf)
  184. </action>
  185. <action context="code" dev="KLL" type="update">
  186. Started table layout managers.
  187. </action>
  188. <action context="code" dev="KLL" type="update">
  189. Implemented render pages model.
  190. </action>
  191. <action context="code" dev="KLL" type="update">
  192. Implemented link part of basic link. Internal destination
  193. is resolved. The link is a trait on the inline parent.
  194. </action>
  195. <action context="code" dev="KLL" type="update">
  196. Got bookmark extension working.
  197. Make sure the extension id references are resolved. Once the data is
  198. fully resolved then implement a way for the pdf renderer to add the
  199. bookmarks. See branch for code how to add bookmarks.
  200. </action>
  201. <action context="code" dev="KLL" type="update">
  202. add the pdf side part of bookmark extension
  203. </action>
  204. <action context="code" dev="KLL" type="update">
  205. complete resolving id areas
  206. </action>
  207. <action context="code" dev="KLL" type="update">
  208. Add id areas to page when area added.
  209. When the layout managers add an area to the page it can also add the id
  210. information.
  211. </action>
  212. <action context="code" dev="KLL" type="update">
  213. Resolve id references on other pages, extensions.
  214. When an id is added to a page this will allow id references to be
  215. resolved.
  216. </action>
  217. <action context="code" dev="KLL" type="update">
  218. Fixed a bug in the TTFReader where it tried to read
  219. values for the end character. Handles unsupported
  220. non-unicode cmap better. Added logging.
  221. </action>
  222. <action context="code" dev="JP" type="update">
  223. Add static areas to page
  224. The static areas will need to be handled in a similar way to the flow
  225. except the bpd is unlimited and it will need to reset and repeat for
  226. each page.
  227. </action>
  228. <action context="code" dev="KLL" type="update">
  229. Implemented leader, get leader working and sort out
  230. how inline objects adjust to the ipd
  231. </action>
  232. <action dev="KLL" type="update" context="code">
  233. Calculate line height.
  234. The line height is calculated while finding breaks.
  235. Improved alignment to use the breaks and context.
  236. </action>
  237. <action dev="KLL" type="update" context="code">
  238. Updated batik with change to TextPainter interface and UserAgent.
  239. Improved PDFTextPainter to handle more types of text.
  240. </action>
  241. <action dev="JM" type="update" context="code"
  242. due-to="Stephen Wolke" due-to-email="smwolke@geistig.com">
  243. Added a RunLengthEncode filter for the PostScript renderer.
  244. </action>
  245. <action dev="JM" type="update" context="code">
  246. Replaced the PostScript filters with the refactored ones from the maintenance
  247. branch.
  248. </action>
  249. <action dev="JM" type="update" context="code">
  250. First batch of changes in preparation for adoption of Avalon patterns.
  251. Only changes on logging for now. Mostly usage of LogEnabled contract interface.
  252. </action>
  253. <action dev="JM" type="update" context="build">
  254. Improve build process for more flexibility when external jars change.
  255. Changed to use -projecthelp option from Ant 1.5 instead of "usage" target.
  256. </action>
  257. <action dev="JM" type="update" context="build">
  258. Updated Avalon Framework JAR (with Log4J support, Bug 11274)
  259. </action>
  260. <action dev="KLL" type="update" context="docs"
  261. due-to="Victor Mote" due-to-email="vic@outfitr.com">
  262. Copies across overview for javadocs build.
  263. chmod antRun in build.sh.
  264. </action>
  265. <action dev="KLL" type="update" context="code"
  266. due-to="Kevin O'Neill" due-to-email="kevin@rocketred.com.au">
  267. Minor patch for the TTFReader to remove an unreachable statement
  268. compiler warning
  269. </action>
  270. <action dev="KLL" type="update" context="code"
  271. due-to="Torsten Erler" due-to-email="erlto@net-linx.de">
  272. workaround for eps files that have invalid float bounding box values
  273. float values are rounded off according to the spec the
  274. %%HiResBoundingBox should be used instead for floating position
  275. values
  276. </action>
  277. <action dev="JP" type="update" context="code">
  278. Simplified ASCII85Filter computation, thereby hopefully
  279. working around JVM bugs
  280. </action>
  281. <action dev="KLL" type="add" context="docs"
  282. due-to="Cyril Rognon" due-to-email="crognon@objectiva.fr">
  283. added understanding layout manager document
  284. </action>
  285. <action dev="KLL" type="update" context="docs"
  286. due-to="Peter Kullmann" due-to-email="p.kullmann@arenae.ch">
  287. fixed master-name and a test setup problem
  288. </action>
  289. <action dev="KLL" type="update" context="code">
  290. moved embed font info into the render.pdf package
  291. reduced dependancy on Configuration
  292. </action>
  293. <action dev="KLL" type="update" context="code"
  294. due-to="Kevin O'Neill" due-to-email="kevin@rocketred.com.au">
  295. separated the specific PDFRender functionality from the CTM class
  296. and created a small utility class for the renderer to use
  297. </action>
  298. <action dev="KLL" type="update" context="code">
  299. FontState only used for calculations,
  300. stores font name and size on area tree
  301. </action>
  302. <action dev="KLL" type="update" context="code">
  303. Improved PDFTextPainter to handle different text better
  304. </action>
  305. <action dev="KLL" type="update" context="code">
  306. Applied root element viewBox transform for svg to pdf transcoder
  307. </action>
  308. <action dev="KLL" type="update" context="code">
  309. image test for formats, viewport and scaling
  310. </action>
  311. <action dev="KLL" type="add" context="code">
  312. added various SVG to PDF tests for trancoder
  313. and including in fo
  314. </action>
  315. <action dev="KLL" type="update" context="code">
  316. Implemented viewport and scaling for images
  317. </action>
  318. <action dev="KLL" type="update" context="code">
  319. Implemented viewport and scaling for instream svg
  320. </action>
  321. <action dev="KLL" type="update" context="code">
  322. Removed old area tree
  323. </action>
  324. <action dev="KLL" type="update" context="code">
  325. Optimised gstate usage in pdf files to minimize file size
  326. </action>
  327. <action dev="KLL" type="update" context="code">
  328. Optimised function usage, reuses old functions in pdf files
  329. to minimize file size
  330. </action>
  331. <action dev="KLL" type="add" context="code">
  332. Added transparancy to pdf
  333. </action>
  334. <action dev="KLL" type="update" context="code">
  335. Outputs images immediately to the stream, also drops
  336. reference to image data
  337. </action>
  338. <action dev="KLL" type="add" context="code">
  339. Added resource context for pattern resources
  340. </action>
  341. <action dev="KLL" type="update" context="build">
  342. Added pdf transcoder build target
  343. </action>
  344. <action dev="KLL" type="update" context="code">
  345. Made PDF streams externally configured
  346. </action>
  347. <action dev="KLL" type="update" context="code">
  348. Fixed svg linking in pdf, works with viewbox and url
  349. </action>
  350. <action dev="KLL" type="add" context="code">
  351. Start to mif implementation with new structure handlers
  352. </action>
  353. <action dev="KLL" type="add" context="code">
  354. New structure handler for structure type documents, rtf, mif
  355. and for better layout processing.
  356. </action>
  357. <action dev="KLL" type="update" context="code">
  358. Changed extensions to allow for external xml
  359. </action>
  360. <action dev="KLL" type="add" context="code">
  361. Can have a default element mapping for extensions
  362. </action>
  363. <action dev="KLL" type="add" context="code">
  364. New area tree model
  365. </action>
  366. <action dev="KLL" type="add" context="code">
  367. New renderer model
  368. </action>
  369. <action dev="KLL" type="update" context="code">
  370. Added handlers for xml in renderer
  371. </action>
  372. <action dev="KLL" type="update" context="code">
  373. svg now in an xml handler, FOP can be used without batik
  374. </action>
  375. <action dev="KLL" type="update" context="build">
  376. Removed old xerces and xalan
  377. </action>
  378. <action dev="" type="update" context="code">
  379. Updated to use Jaxp
  380. </action>
  381. <action dev="" type="update" context="code">
  382. Updated to use new avalon framework logger
  383. </action>
  384. <action dev="KLL" type="update" context="code">
  385. Redid image handling so it can use a cache and synchronizes properly
  386. only on the current image while loading
  387. </action>
  388. <action dev="KLL" type="update" context="code">
  389. Changed bookmark extension, now requires a wrapping element bookmark
  390. </action>
  391. <action dev="KL" type="add" context="code">
  392. New layout system using layout managers
  393. </action>
  394. <action dev="KL" type="add" context="code">
  395. Implemented handlers for whitespace handling that collapse whitespace
  396. better in various places
  397. </action>
  398. <action dev="KLL" type="update" context="code">
  399. Changed area tree xml format to match the area tree hierarchy
  400. </action>
  401. </release>
  402. </changes>
  403. </status>