aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* PR:Glen Mazza2004-12-143-28/+46
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: AreaTreeModel detached from BookmarkData; more code commenting. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198200 13f79535-47bb-0310-9956-ffa450edef68
* Moved PDF bookmark creation to endDocument(). (Fixed bug, was beingGlen Mazza2004-12-121-1/+8
| | | | | | | created after each page sequence in document.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198198 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused import statements.Finn Bock2004-12-106-11/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198197 13f79535-47bb-0310-9956-ffa450edef68
* * created a new method which is called only once by ↵Luca Furini2004-12-091-108/+240
| | | | | | | | | | | | LineLM.getNextBreakPoss() and subsequently calls findBreakingPoints() with different parameters until a set of breaking point is found * renamed lastDeactivatedNode -> bestDeactivatedNode, and updated only if the node to deactivate is "better" than the old one (may need some fine-tuning) * instead of the fallback() method, which created only one lineBreakPosition, a new algorithm is used if Knuth's fails git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198196 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-12-091-1/+1
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Moved bookmark creation to after end of document processing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198195 13f79535-47bb-0310-9956-ffa450edef68
* Make RTF output human-friendly by inserting line feeds.Jeremias Maerki2004-12-0810-13/+85
| | | | | | | Adding support for table cell padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198194 13f79535-47bb-0310-9956-ffa450edef68
* building and publishing the docs without forrestbotChristian Geisert2004-12-081-9/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198193 13f79535-47bb-0310-9956-ffa450edef68
* Removed RetrieveMarkerLM. The LMs of the marker children are attachedSimon Pepping2004-12-076-243/+46
| | | | | | | | in the LM tree as the direct children of the LM of the parent of the RetrieveMarker. This patch solves bug 32253. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198192 13f79535-47bb-0310-9956-ffa450edef68
* Removing inactiveList, which is useless.Luca Furini2004-12-061-7/+4
| | | | | | | Thanks to Finn Bock for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198191 13f79535-47bb-0310-9956-ffa450edef68
* Using the constant LineLayoutManager.DEFAULT_SPACE_WIDTH instead of the ↵Luca Furini2004-12-061-4/+4
| | | | | | font-dependant wordSpaceIPD.opt when creating auxiliary glue items for start and end alignment git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198190 13f79535-47bb-0310-9956-ffa450edef68
* Comments addedLuca Furini2004-12-064-4/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198188 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-12-066-54/+56
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Removed pretend "resolution" of still-unresolved idrefs at ATH.endDocument(). This was apparently done to force page rendering of remaining unresolved pages at RenderPagesModel.checkPreparedPages() (which requires a page to be completely resolved before rendering). Replacement code keeps unresolved idrefs unresolved, but explicitly forces page rendering for calls to checkPreparedPages() that originate from ATH.endDocument(). Comments welcome. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198187 13f79535-47bb-0310-9956-ffa450edef68
* * added Mac OS X CVS client infoClay Leeds2004-12-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198186 13f79535-47bb-0310-9956-ffa450edef68
* * changed my address to clay.at.apache.orgClay Leeds2004-12-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198185 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-12-045-20/+22
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: More code commenting. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198184 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-12-024-15/+20
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: More commenting, changed definition of isResolved() somewhat in LinkResolver and UnresolvedPageNumber. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198183 13f79535-47bb-0310-9956-ffa450edef68
* More commenting, slightly clearer method names.Glen Mazza2004-12-026-30/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198182 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-12-013-24/+15
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Minor simplifications and more commenting added. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198181 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a ClassCastException in rebindSimon Pepping2004-11-301-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198180 13f79535-47bb-0310-9956-ffa450edef68
* replaced links to nagoya (Bugzilla/Eyebrowse) with (hopefully) more stables urlsChristian Geisert2004-11-294-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198179 13f79535-47bb-0310-9956-ffa450edef68
* fixed swapped links for Defoe & FOrayClay Leeds2004-11-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198178 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-11-294-74/+51
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) More cleanup/commenting of AreaTreeHandler. Removed the unused (disabled) manual garbage collection code. 2.) Removed renderContainer from Renderer interface, not required. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198177 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-11-276-56/+47
| | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Removed unused logger from FOEventHandler and commented the AreaTreeHandler to make it more understandable (particularily idref resolving code.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198176 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-11-2446-1094/+756
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) Removed unneeded enumeration interfaces from fo.Constants. 2.) Appended EN_ to enumeration constants to make them better S&R'able throughout app. 3.) Added an EN_INHERIT enumeration constant (although not currently used in the system.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198175 13f79535-47bb-0310-9956-ffa450edef68
* * commented out 'wholesite' links (wholesite.html/wholesite.pdf) which ↵Clay Leeds2004-11-241-0/+2
| | | | | | returns errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198174 13f79535-47bb-0310-9956-ffa450edef68
* * added commercial software dev'sClay Leeds2004-11-241-0/+4
| | | | | | | | o antenna house o renderx git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198173 13f79535-47bb-0310-9956-ffa450edef68
* * added dev/foClay Leeds2004-11-241-0/+123
| | | | | | | | | | | | o dev/fo/*.fo o dev/fo/*.pdf * dev/svg files o dev/svg/*.svg o dev/svg/*.png o dev/svg/*.pdf git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198172 13f79535-47bb-0310-9956-ffa450edef68
* UNNECESSARY BACKUP FILES REMOVEDClay Leeds2004-11-247-539/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198171 13f79535-47bb-0310-9956-ffa450edef68
* Handle unknown subproperty names by logging an error message and ignoringFinn Bock2004-11-221-2/+5
| | | | | | | | | the property value. PR: 32338 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198170 13f79535-47bb-0310-9956-ffa450edef68
* * added http://www.w3.org/Style/XSL/ Extensible Stylesheet Language Family (XSL)Clay Leeds2004-11-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198169 13f79535-47bb-0310-9956-ffa450edef68
* * backups of *.svg & *.foClay Leeds2004-11-205-0/+0
| | | | | | | | * backups of manually generated *.svg & *.png (this took me a while! :-p) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198167 13f79535-47bb-0310-9956-ffa450edef68
* * backed up sitemap.xmap & sitemap-0.5.xmap filesClay Leeds2004-11-202-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198166 13f79535-47bb-0310-9956-ffa450edef68
* * Modified short description for @alt for project-logoClay Leeds2004-11-201-7/+13
| | | | | | | | * added xmlgraphics.a.o to breadcrumb trail * Uncommented krysalis CSS colors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198165 13f79535-47bb-0310-9956-ffa450edef68
* * removed logocontest.htmlClay Leeds2004-11-201-55/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198164 13f79535-47bb-0310-9956-ffa450edef68
* * added DefoeClay Leeds2004-11-201-0/+2
| | | | | | | * added FOray git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198163 13f79535-47bb-0310-9956-ffa450edef68
* * commented out alt.design tabClay Leeds2004-11-201-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198162 13f79535-47bb-0310-9956-ffa450edef68
* * added Desc for ComplianceClay Leeds2004-11-201-29/+1
| | | | | | | | * removed logocontest link * removed alt.design structure git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198161 13f79535-47bb-0310-9956-ffa450edef68
* removed link to logocontest.htmlClay Leeds2004-11-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198160 13f79535-47bb-0310-9956-ffa450edef68
* * changed ML archive to:Clay Leeds2004-11-201-1/+1
| | | | | | | http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=fop-dev@xml.apache.org git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198159 13f79535-47bb-0310-9956-ffa450edef68
* * removed alt.designClay Leeds2004-11-201-3/+2
| | | | | | | * changed nagoya.a.o to mail-archives.a.o git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198158 13f79535-47bb-0310-9956-ffa450edef68
* moved compliance.xml to 'rendered' compliance.ihtml as workaround to forrest ↵Clay Leeds2004-11-201-533/+0
| | | | | | problem (I punted) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198157 13f79535-47bb-0310-9956-ffa450edef68
* moved compliance.xml to compliance.ihtml as workaroundClay Leeds2004-11-201-0/+6679
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198156 13f79535-47bb-0310-9956-ffa450edef68
* removed bad file (still working to get this file generated)Clay Leeds2004-11-171-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198154 13f79535-47bb-0310-9956-ffa450edef68
* * added fo/*.foClay Leeds2004-11-176-0/+247
| | | | | | | | | * added fo/*.fo/pdf * added fo/images/fop.jpg NOTE: these files may need to be moved later. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198153 13f79535-47bb-0310-9956-ffa450edef68
* * added files for SVG conversion (*.png & *.pdf)Clay Leeds2004-11-1711-0/+2
| | | | | | | | * added logo.jpg file (required by images.svg) NOTE: these files may need to be 'moved' elsewhere but I'm adding it here for now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198152 13f79535-47bb-0310-9956-ffa450edef68
* added gzip'd archive links (http://xml.apache.org/mail/fop-dev/ & ↵Clay Leeds2004-11-171-0/+2
| | | | | | http://xml.apache.org/mail/fop-user/) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198150 13f79535-47bb-0310-9956-ffa450edef68
* * updated wholesite.html/wholesite.pdf to forrest-0.6Clay Leeds2004-11-171-5/+4
| | | | | | | * commented wholesite.html/wholesite.pdf out due to bug git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198149 13f79535-47bb-0310-9956-ffa450edef68
* added pdftkClay Leeds2004-11-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198148 13f79535-47bb-0310-9956-ffa450edef68
* Made RetrieveMarkerLM implement InlineLevelLM.Simon Pepping2004-11-151-1/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198147 13f79535-47bb-0310-9956-ffa450edef68
* A quick and dirty hack to prevent the IndexOutOfBoundsExceptionSimon Pepping2004-11-151-0/+6
| | | | | | | reported in bug 32174. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198146 13f79535-47bb-0310-9956-ffa450edef68