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

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