aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added class ColorWithFallback used for recreating function strings.Jeremias Maerki2010-07-072-44/+59
| | | | | | | | | | | | | | | | | | Adjusted to changes of design in color branch. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@961379 13f79535-47bb-0310-9956-ffa450edef68
| * | Round-trip for fop-rgb-named-color() function.Jeremias Maerki2010-06-292-6/+66
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@959028 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla #49403:Jeremias Maerki2010-06-252-25/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | Initial support for PDF Separation color spaces (aka spot colors). This is still unfinished but produces valid PDF with Separation colors in simple cases. Based on work by: Patrick Jaromin <Patrick.at.Jaromin.com> Note: PDFColor is broken right now, as I'm planning to phase that class out. Squeezing separation colors and what else comes later into that class isn't such a good idea IMO. Instead, PDFColorHandler tries to do all that in a better way based on the new color support classes from XGC. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@957913 13f79535-47bb-0310-9956-ffa450edef68
* | | Merged /xmlgraphics/fop/trunk:r1053043-1061681Simon Pepping2011-01-2110-22/+112
|\ \ \ | | |/ | |/| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1061759 13f79535-47bb-0310-9956-ffa450edef68
| * | Add test/use-case for id on fo:rootAndreas L. Delmelle2011-01-151-14/+16
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059415 13f79535-47bb-0310-9956-ffa450edef68
| * | Fix deprecation warnings; add some type safetySimon Pepping2011-01-142-6/+7
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058988 13f79535-47bb-0310-9956-ffa450edef68
| * | Relative URIs in the configuration file are evaluated relative to the base ↵Simon Pepping2011-01-141-1/+1
| | | | | | | | | | | | | | | | | | URI of the configuration file git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058945 13f79535-47bb-0310-9956-ffa450edef68
| * | move hyphenation-dependent testcase into hyphenation-testcasesSimon Pepping2011-01-121-0/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058034 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla 49848: Correct behavior of keep-together.within-line in case of ↵Andreas L. Delmelle2011-01-091-0/+19
| | | | | | | | | | | | | | | | | | nested inlines git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056945 13f79535-47bb-0310-9956-ffa450edef68
| * | Property fixupAndreas L. Delmelle2011-01-081-60/+60
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056772 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException for codepoints without ↵Andreas L. Delmelle2011-01-072-0/+7
| | | | | | | | | | | | | | | | | | a linebreak class git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056518 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limitAndreas L. Delmelle2011-01-071-0/+61
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056513 13f79535-47bb-0310-9956-ffa450edef68
| * | Add type-safe parameters to collections; replace XGC jar to benefit from new ↵Simon Pepping2011-01-041-1/+1
| | | | | | | | | | | | | | | | | | type-safe methods git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1055034 13f79535-47bb-0310-9956-ffa450edef68
* | | merged from trunkSimon Pepping2010-12-271-1/+1
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1053045 13f79535-47bb-0310-9956-ffa450edef68
| * | Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ↵Simon Pepping2010-12-241-1/+1
| | | | | | | | | | | | | | | | | | unused method removeWordSpace git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1052561 13f79535-47bb-0310-9956-ffa450edef68
* | | Merge from trunkSimon Pepping2010-12-184-0/+193
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1050618 13f79535-47bb-0310-9956-ffa450edef68
| * | Auxiliary positions do not have an index value; fixing this in ↵Simon Pepping2010-12-171-0/+49
| | | | | | | | | | | | | | | | | | InlineStackingLM.applyChanges, rewrapping positions; fixed bug 49870 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1050342 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla #50089: Content after forced break in block-container is not renderedVincent Hennebert2010-12-141-0/+47
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1049228 13f79535-47bb-0310-9956-ffa450edef68
| * | Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ↵Simon Pepping2010-12-091-0/+44
| | | | | | | | | | | | | | | | | | position; resolves bug 50276 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1043871 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla #42034:Jeremias Maerki2010-12-071-0/+53
| | | | | | | | | | | | | | | | | | Fixed adjustment of inline parent area for justified text containing a forward page reference. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1042934 13f79535-47bb-0310-9956-ffa450edef68
* | | merged changes from trunkSimon Pepping2010-12-041-0/+98
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1042159 13f79535-47bb-0310-9956-ffa450edef68
| * | Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-041-0/+98
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1042115 13f79535-47bb-0310-9956-ffa450edef68
* | | Merged changes from trunkSimon Pepping2010-11-282-15/+31
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1039922 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or ↵Andreas L. Delmelle2010-11-252-15/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | white-space no longer causes duplication of content and missing hyphens git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039188 13f79535-47bb-0310-9956-ffa450edef68
* | | Merge from trunkSimon Pepping2010-11-192-0/+96
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1036979 13f79535-47bb-0310-9956-ffa450edef68
| * | Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-161-0/+60
| | | | | | | | | | | | | | | | | | | | | Fixes a bug when the changing IPD hack is triggered and the getNextKnuthElements method is called a second time git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035609 13f79535-47bb-0310-9956-ffa450edef68
| * | Added missing license header.Jeremias Maerki2010-11-151-0/+19
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035276 13f79535-47bb-0310-9956-ffa450edef68
| * | Removed tab characters.Jeremias Maerki2010-11-151-11/+11
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035275 13f79535-47bb-0310-9956-ffa450edef68
| * | Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-111-0/+17
| | | | | | | | | | | | | | | | | | | | | target changed to 1.5. EncodingMode changed from class -> enum. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1033859 13f79535-47bb-0310-9956-ffa450edef68
* | | Merging changes from trunk up to revision 1004917Simon Pepping2010-10-061-0/+137
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1004918 13f79535-47bb-0310-9956-ffa450edef68
| * | Making fallback from (lang,country) to (lang) consistentSimon Pepping2010-10-061-0/+137
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1004907 13f79535-47bb-0310-9956-ffa450edef68
* | | Merged changes from trunk up to revision 995168Simon Pepping2010-09-082-6/+101
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@995176 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla #49885:Jeremias Maerki2010-09-071-0/+84
| | | | | | | | | | | | | | | | | | Fixed retrieval of available BPD for cases spanning columns and multiple pages with differing page masters. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@993357 13f79535-47bb-0310-9956-ffa450edef68
| * | Implemented reset method for changing IPDVincent Hennebert2010-09-021-6/+17
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@992029 13f79535-47bb-0310-9956-ffa450edef68
* | | Merged changes from trunk up to revision 990588Simon Pepping2010-08-296-209/+9
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@990595 13f79535-47bb-0310-9956-ffa450edef68
| * | Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-256-209/+9
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@989178 13f79535-47bb-0310-9956-ffa450edef68
* | | Bugzilla #49687:Simon Pepping2010-08-195-6/+12
|/ / | | | | | | | | | | | | | | | | Complex Script Support, patch of 2010-08-19 Submitted by: Glenn Adams <glenn.at.skynav.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@987282 13f79535-47bb-0310-9956-ffa450edef68
* | Removed many "// CSOK: ConstantName" instances for constants, by converting ↵Jeremias Maerki2010-08-146-41/+42
| | | | | | | | | | | | | | | | | | them to uppercase as they should really be. Fixed some other non-Checkstyle issues on the way, imports mainly. Removed some "log" instances that were not used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985571 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla #49733:Jeremias Maerki2010-08-146-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved compilation (safe one), Checkstyle and many Javadoc warnings. Submitted by: Glenn Adams <glenn.at.skynav.com> Changes to patch: - Restored the deprecated Graphics2DAdapter method (to be removed after Barcode4J 2.1 is released). - Restored Renderer.startPageSequence(LineArea) pending discussion about removal. - build.xml: set max VM to 1024MB instead of 2048MB to allow for 32-bit JVMs. - build.xml: restored longer taskdef names. - Restored Checkstyle 4 file for people running older IDEs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985537 13f79535-47bb-0310-9956-ffa450edef68
* | Refactored the multi-threading harness a bit to support IF conversion.Jeremias Maerki2010-07-156-50/+205
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964334 13f79535-47bb-0310-9956-ffa450edef68
* | Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-022-9/+8
|/ | | | | | Moved GrayScaleColorConverter as a package-local class from XGC to the AFP package (doesn't require deprecation when we can put the functionality in XGC later with the new color infrastructure). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@959945 13f79535-47bb-0310-9956-ffa450edef68
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color ↵Jeremias Maerki2010-06-142-4/+4
| | | | | | | | package. Updated XML Graphics Commons Snapshot. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@954512 13f79535-47bb-0310-9956-ffa450edef68
* FontEventAdapter has been replaced by FontEventProducerVincent Hennebert2010-04-091-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932523 13f79535-47bb-0310-9956-ffa450edef68
* Now that the creation of event-model.xml has been standardised, the ↵Vincent Hennebert2010-04-092-38/+0
| | | | | | | | | | EventModelFactory mechanism is no longer needed. Removed all the factory classes. Registration through META-INF/services also is no longer necessary. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932510 13f79535-47bb-0310-9956-ffa450edef68
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-092-1/+2
| | | | | | | | Renamed event model used by FOPTestEventModelFactory to "event-model.xml" git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932497 13f79535-47bb-0310-9956-ffa450edef68
* Split catch-all EventFormatter.xml message file into individual files for ↵Vincent Hennebert2010-04-092-0/+21
| | | | | | | | | | each EventProducer. There is no longer a default EventModelFactory Added test case for font event git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932481 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases to ensure that the event notification system runs smoothlyVincent Hennebert2010-04-098-0/+284
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932461 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: NPE when there is a forced break before a table occurring at an IPD ↵Vincent Hennebert2010-03-151-0/+74
| | | | | | change git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@923380 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: definition of a special page-master for the last page was ↵Vincent Hennebert2010-02-231-0/+60
| | | | | | interfering with changing IPD code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@915406 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #46486: having a special page-master for the last page caused loss ↵Vincent Hennebert2010-01-187-0/+904
| | | | | | of content when normal blocks were mixed with blocks spanning all columns. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@900364 13f79535-47bb-0310-9956-ffa450edef68