summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added formatting for code in page.Clay Leeds2007-08-201-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@567539 13f79535-47bb-0310-9956-ffa450edef68
* Update .htaccess to 0.94 releaseVincent Hennebert2007-08-181-20/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@567299 13f79535-47bb-0310-9956-ffa450edef68
* Extract inner classes to work around buggy 1.3 JRE and thus keep 1.3 ↵Vincent Hennebert2007-08-187-162/+224
| | | | | | | | | compatibility. Patch provided by Adrian Cumiskey (bugzilla #43156). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@567294 13f79535-47bb-0310-9956-ffa450edef68
* Fix error that made the 0.94 menu appear in the Trunk tab and vice-versaVincent Hennebert2007-08-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@564864 13f79535-47bb-0310-9956-ffa450edef68
* Update the compliance pageVincent Hennebert2007-08-091-47/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@564233 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Vincent Hennebert2007-08-0838-476/+683
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 556566-556990,556992-556996,556998-557336,557338-557540,557542-557629,557631-557648,557651-558044,558046-559086,559088-562052,562054-562139,562141-562171,562173-562382,562384-563902,563904-563927 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r557035 | adelmelle | 2007-07-17 21:29:40 +0200 (mar, 17 jui 2007) | 1 line Undo changes of r556112 ........ r557219 | manuel | 2007-07-18 12:40:12 +0200 (mer, 18 jui 2007) | 1 line Fixed incomplete support for Unicode word joiners ........ r557272 | adelmelle | 2007-07-18 16:21:49 +0200 (mer, 18 jui 2007) | 1 line Correction of premature javadoc commit in r557035 ........ r557347 | manuel | 2007-07-18 20:06:09 +0200 (mer, 18 jui 2007) | 1 line Added support for keep-togther.within-line="always" ........ r557612 | adelmelle | 2007-07-19 15:24:54 +0200 (jeu, 19 jui 2007) | 1 line Fix: add implementation of hashCode() and equals() to NumberProperty, to make the caching work as expected. ........ r557814 | adelmelle | 2007-07-20 01:31:55 +0200 (ven, 20 jui 2007) | 1 line Cache CharacterProperty ........ r557934 | jeremias | 2007-07-20 11:17:21 +0200 (ven, 20 jui 2007) | 1 line Fix bug in equals() that made caching effect-less. ........ r558041 | adelmelle | 2007-07-20 18:20:23 +0200 (ven, 20 jui 2007) | 1 line Fix possible memory leak in PropertyCache ........ r558042 | adelmelle | 2007-07-20 18:25:23 +0200 (ven, 20 jui 2007) | 1 line Remove method added only for quick debug. ........ r558047 | adelmelle | 2007-07-20 18:51:51 +0200 (ven, 20 jui 2007) | 1 line Tweak: use generic boolean Maker. ........ r558279 | vhennebert | 2007-07-21 11:37:08 +0200 (sam, 21 jui 2007) | 2 lines Fix javadoc error ........ r558455 | manuel | 2007-07-22 04:55:46 +0200 (dim, 22 jui 2007) | 1 line Corrected issue with zero width spaces being given a non zero width ........ r558456 | manuel | 2007-07-22 05:08:14 +0200 (dim, 22 jui 2007) | 1 line Changed my mind on handling of width calculation for zero width spaces and moved it into the Font class where other similar cases are already dealt with ........ r559818 | jeremias | 2007-07-26 15:59:12 +0200 (jeu, 26 jui 2007) | 1 line rubico.com doesn't exist anymore. ........ r560936 | cbowditch | 2007-07-30 14:20:15 +0200 (lun, 30 jui 2007) | 5 lines Bugzilla #42971 and #42956 AFP Renderer Improvements Submitted by Adrian Cumiskey <dev.at.cumiskey.com> ........ r561251 | jeremias | 2007-07-31 09:19:11 +0200 (mar, 31 jui 2007) | 4 lines Bugzilla #42956: AFP Renderer - No Operation Extension. Added missing file (including the bugfix for the right encoding). Submitted by: Adrian Cumiskey <dev.at.cumiskey.com> ........ r561256 | cbowditch | 2007-07-31 09:54:02 +0200 (mar, 31 jui 2007) | 4 lines Bugzilla #42956: AFP Renderer - No Operation Extension. yet another missing file! The documentation! Submitted by: Adrian Cumiskey <dev.at.cumiskey.com> ........ r561280 | jeremias | 2007-07-31 11:28:47 +0200 (mar, 31 jui 2007) | 2 lines AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8. Essentially, I rewrote convertToGrayScaleImage() to properly padding at the end of each scanline if necessary. ........ r561757 | cbowditch | 2007-08-01 12:39:58 +0200 (mer, 01 aoû 2007) | 3 lines Bugzilla #42956 Second attempt at AFP NOP Extension Submitted by Adrian Cumiskey <dev.at.cumiskey.com> ........ r561861 | vhennebert | 2007-08-01 18:30:44 +0200 (mer, 01 aoû 2007) | 2 lines Set visibility of fields to private ........ r562908 | vhennebert | 2007-08-05 19:08:04 +0200 (dim, 05 aoû 2007) | 6 lines Add in status.xml the noticeable changes I made in the last couple of months: - support for conditional spaces in tables - fix several keeps and breaks issues in tables Plus add importance="high" to the font auto-detection addition ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@563951 13f79535-47bb-0310-9956-ffa450edef68
* Replace "Apache Forrest" with "Apache FOP". Copy-paste error?Vincent Hennebert2007-08-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562925 13f79535-47bb-0310-9956-ffa450edef68
* Add a link to the Release Notes for version 0.94Vincent Hennebert2007-08-051-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562924 13f79535-47bb-0310-9956-ffa450edef68
* Disable any link to relnotes.html. This file is not properly placed (in no ↵Vincent Hennebert2007-08-053-9/+8
| | | | | | | | | tab), and only contains release notes for versions up to 0.92. TODO determine what to do with this file; newer versions have their own system git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562919 13f79535-47bb-0310-9956-ffa450edef68
* Disable "Valid HTML" icons. The site isn't valid...Vincent Hennebert2007-08-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562909 13f79535-47bb-0310-9956-ffa450edef68
* Style only: remove tab charactersVincent Hennebert2007-08-0517-219/+219
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562903 13f79535-47bb-0310-9956-ffa450edef68
* Setup the "known issues" infrastructure for the 0.94 tabVincent Hennebert2007-08-054-0/+522
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562900 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes on the Trunk tab from revision 562881Vincent Hennebert2007-08-059-35/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562887 13f79535-47bb-0310-9956-ffa450edef68
* Changes in the trunk tab:Vincent Hennebert2007-08-059-35/+14
| | | | | | | | | - update content - fix typos - fix broken links git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562881 13f79535-47bb-0310-9956-ffa450edef68
* - Update the website contentVincent Hennebert2007-08-056-12/+18
| | | | | | | | - Fix some typos - Fix broken links git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562880 13f79535-47bb-0310-9956-ffa450edef68
* Updated FOP Compliance page to include additional column for 0.94 (did not ↵Clay Leeds2007-08-031-5147/+2795
| | | | | | remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562333 13f79535-47bb-0310-9956-ffa450edef68
* Updated FOP Compliance page to include additional column for 0.94 (did not ↵Clay Leeds2007-08-031-5/+5
| | | | | | remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562332 13f79535-47bb-0310-9956-ffa450edef68
* Changes to fop-0_94 branch to prepare it for 0.94 release.Clay Leeds2007-08-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562027 13f79535-47bb-0310-9956-ffa450edef68
* Changes to fop-0_94 branch to prepare it for 0.94 release.Clay Leeds2007-08-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562024 13f79535-47bb-0310-9956-ffa450edef68
* Changes to fop-0_94 branch to prepare it for 0.94 release.Clay Leeds2007-08-0211-79/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@562023 13f79535-47bb-0310-9956-ffa450edef68
* Update the documentation before releasingVincent Hennebert2007-07-305-61/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@560886 13f79535-47bb-0310-9956-ffa450edef68
* Remove any reference to the old maintenance branchVincent Hennebert2007-07-281-32/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@560600 13f79535-47bb-0310-9956-ffa450edef68
* Create a tab for the new 0.94 versionVincent Hennebert2007-07-2818-0/+4839
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@560596 13f79535-47bb-0310-9956-ffa450edef68
* Remove tab for the no longer supported 0.20.5 versionVincent Hennebert2007-07-2814-2904/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@560595 13f79535-47bb-0310-9956-ffa450edef68
* Compliance update: starting-state supported on fo:bookmark; already added at ↵Andreas L. Delmelle2007-07-141-6/+8
| | | | | | other places in the docs git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556257 13f79535-47bb-0310-9956-ffa450edef68
* Use a slightly more convenient name to keep the code somewhat readableAndreas L. Delmelle2007-07-143-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556248 13f79535-47bb-0310-9956-ffa450edef68
* Removal of unused methodAndreas L. Delmelle2007-07-141-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556245 13f79535-47bb-0310-9956-ffa450edef68
* Some cleanup and removal of unused methodsAndreas L. Delmelle2007-07-142-16/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556244 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 42843: Warn on glyph substitution (offered by Max Berger)Andreas L. Delmelle2007-07-142-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556239 13f79535-47bb-0310-9956-ffa450edef68
* Addition of a general-purpose int-to-int map to replace Integer-to-Integer ↵Andreas L. Delmelle2007-07-132-6/+255
| | | | | | HashMaps + first usage in TTFFile git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556112 13f79535-47bb-0310-9956-ffa450edef68
* Extract the ActiveCell class into a top-level classVincent Hennebert2007-07-122-224/+251
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555686 13f79535-47bb-0310-9956-ffa450edef68
* Completion of the previous two small patches: modified and corrected javadoc ↵Andreas L. Delmelle2007-07-121-2/+1
| | | | | | comments git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555684 13f79535-47bb-0310-9956-ffa450edef68
* TODO-comment also removed...Andreas L. Delmelle2007-07-121-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555681 13f79535-47bb-0310-9956-ffa450edef68
* TODO removed: use LayoutContext's stackLimit instead of the availIPD parameterAndreas L. Delmelle2007-07-121-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555680 13f79535-47bb-0310-9956-ffa450edef68
* Move the creation of GridUnitParts into ActiveCellVincent Hennebert2007-07-122-37/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555677 13f79535-47bb-0310-9956-ffa450edef68
* Fixes in the steps computation:Vincent Hennebert2007-07-124-44/+43
| | | | | | | | | - directly include the penalties of the cell contents in the step computation; no longer use a nestedPenaltyLength - compute the real remaining length, i.e., discarding all the glues and penalties after the candidate break - if step + maxRemainingLength < totalLength, a glue must be added to hold the additional length when the row group is not broken git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555651 13f79535-47bb-0310-9956-ffa450edef68
* Temporary hack to handle cells with content of zero lengthVincent Hennebert2007-07-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555628 13f79535-47bb-0310-9956-ffa450edef68
* Move the content of the now small setupElementList method into ↵Vincent Hennebert2007-07-091-9/+5
| | | | | | initializeElementLists git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554711 13f79535-47bb-0310-9956-ffa450edef68
* Use a prevIsBox boolean instead of duplicating the list of Knuth elements ↵Vincent Hennebert2007-07-091-10/+13
| | | | | | for active cells into an ArrayList git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554709 13f79535-47bb-0310-9956-ffa450edef68
* In case where SAX Exception is thrown by Area Tree Parser when parsing Area ↵Chris Bowditch2007-07-091-0/+3
| | | | | | Tree XML, error is logged but Exception should be passed back up to allow a calling Application to abort processing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554693 13f79535-47bb-0310-9956-ffa450edef68
* Use a list of active cells for computing steps, continued:Vincent Hennebert2007-07-091-59/+56
| | | | | | | | | - remove the need for backupWidth - handle the iteration over the cell's Knuth element inside the active cell itself - improve the computation of the remaining height (a testcase needed to be updated; no visual change, only the values for the boxes/penalties which lead to the same result) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554690 13f79535-47bb-0310-9956-ffa450edef68
* Also display the width of the penalty in the toString methodVincent Hennebert2007-07-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554689 13f79535-47bb-0310-9956-ffa450edef68
* Fix build errors after revision 554251.Jeremias Maerki2007-07-091-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554551 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)Andreas L. Delmelle2007-07-086-3/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554423 13f79535-47bb-0310-9956-ffa450edef68
* Partial application of the patch in Bugzilla 41044:Andreas L. Delmelle2007-07-0714-68/+235
| | | | | | | | | | | * addition of a generic PropertyCache to be used by all Property types that can be safely canonicalized * modified EnumProperty, StringProperty, NumberProperty, EnumNumber and FixedLength to make use of the cache infrastructure git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554251 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 42832: Fix in AWT preview if used with non-english locale (offered ↵Andreas L. Delmelle2007-07-071-2/+4
| | | | | | by Max Berger) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554240 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 41656:Andreas L. Delmelle2007-07-0721-217/+380
| | | | | | | | | | | | | Refactoring in the fo package: -> removal of the childNodes instance member in fop.fo.FObj -> addition of a firstChild instance member in fop.fo.FObj -> addition of a siblings instance member in fop.fo.FONode -> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj -> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554104 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-0741-1283/+1298
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554094 13f79535-47bb-0310-9956-ffa450edef68
* Removal of unused classes ?Andreas L. Delmelle2007-07-062-625/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554092 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: allow control over usage of LocatorsAndreas L. Delmelle2007-07-062-4/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554091 13f79535-47bb-0310-9956-ffa450edef68