aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-226-48/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197959 13f79535-47bb-0310-9956-ffa450edef68
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-2217-57/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197958 13f79535-47bb-0310-9956-ffa450edef68
* get[Border|Padding]Width* helper methods moved to Area.Finn Bock2004-09-221-83/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197957 13f79535-47bb-0310-9956-ffa450edef68
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-228-169/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197956 13f79535-47bb-0310-9956-ffa450edef68
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-4/+134
| | | | | | | | | | | | Added getAllocIPD & getAllocBPD. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197955 13f79535-47bb-0310-9956-ffa450edef68
* update todo listChris Bowditch2004-09-211-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197954 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-202-0/+16
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Returned getTitle() to AreaTreeModel. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197953 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-197-98/+40
| | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) Removed unused getTitle() within AreaTreeModel; I believe can be obtained from fo.pagination.PageSequence object where needed. 2.) Combined AbstractCharIterator and CharIterator interface into single abstract CharIterator class. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197952 13f79535-47bb-0310-9956-ffa450edef68
* Removed Unknown.java; for mappings in which it is desired to process invalid ↵Glen Mazza2004-09-172-57/+7
| | | | | | nodes, such as "svg:retc" or "svg:rekt" for svg:rect, the DEFAULT mapping option is already provided within an ElementMapping. Removing Unknown gives the ElementMapping implementor the option of halting FOP processing and returning an error for such cases instead. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197951 13f79535-47bb-0310-9956-ffa450edef68
* Fix a NPE in the interaction between PageLM.needNewPage() andFinn Bock2004-09-141-1/+1
| | | | | | | PageLM.needEmptyPage(). Testcase in examples/fo/basic/extensive.fo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197950 13f79535-47bb-0310-9956-ffa450edef68
* Removed unneded import statements.Finn Bock2004-09-142-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197949 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-131-1/+1
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Fixed validation bug. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197948 13f79535-47bb-0310-9956-ffa450edef68
* Changed initial-page-number from string to number property.Finn Bock2004-09-133-30/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197947 13f79535-47bb-0310-9956-ffa450edef68
* Avoid throwing exceptions from ctor, the logger is lost in that case.Finn Bock2004-09-132-10/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197946 13f79535-47bb-0310-9956-ffa450edef68
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-134-22/+29
| | | | | | | | 2.) InstreamForeignObject validation changed to accomodate Finn's validation changes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197945 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla patch 31162:Jeremias Maerki2004-09-115-81/+369
| | | | | | | | | | Better command-line logging without losing the possibility to fine-tune Commons Logging from outside. Submitted by: Finn Bock <bckfnn.at.apache.org> plus using the new CommandLineLogger for PFMReader and TTFReader, too. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197940 13f79535-47bb-0310-9956-ffa450edef68
* Removed tab characters.Jeremias Maerki2004-09-1118-22/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197939 13f79535-47bb-0310-9956-ffa450edef68
* Calculating the resolution value instead of writing down the constant is ↵Jeremias Maerki2004-09-111-1/+1
| | | | | | more readable IMO. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197938 13f79535-47bb-0310-9956-ffa450edef68
* Removed unneded import statements.Finn Bock2004-09-099-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197937 13f79535-47bb-0310-9956-ffa450edef68
* Also validate extension elements from the fox: namespace.Finn Bock2004-09-091-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197936 13f79535-47bb-0310-9956-ffa450edef68
* Disable the validation for extension elements. This is a temporary fixFinn Bock2004-09-081-4/+6
| | | | | | | until a full validation framework that support extensions are in place. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197935 13f79535-47bb-0310-9956-ffa450edef68
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-0737-66/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197933 13f79535-47bb-0310-9956-ffa450edef68
* Make maximum-repeats a number property instead of a string. This addFinn Bock2004-09-073-25/+19
| | | | | | | support for expression. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197932 13f79535-47bb-0310-9956-ffa450edef68
* Added NO_LIMIT enum (value to maximum-repeats).Finn Bock2004-09-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197931 13f79535-47bb-0310-9956-ffa450edef68
* Support for line-stacking-strategy.Finn Bock2004-09-071-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197930 13f79535-47bb-0310-9956-ffa450edef68
* Added line-stacking-strategy enums.Finn Bock2004-09-071-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197929 13f79535-47bb-0310-9956-ffa450edef68
* Style: rmeoved tabs.Finn Bock2004-09-071-26/+26
| | | | | | | Fixed copyright year. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197928 13f79535-47bb-0310-9956-ffa450edef68
* Style: removed tabs.Finn Bock2004-09-071-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197927 13f79535-47bb-0310-9956-ffa450edef68
* Style: removed tab.Finn Bock2004-09-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197926 13f79535-47bb-0310-9956-ffa450edef68
* Use the position shorthand for [absolute|relative]-position.Finn Bock2004-09-071-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197925 13f79535-47bb-0310-9956-ffa450edef68
* Make the shorthand parser API take a generic property rather thanFinn Bock2004-09-073-12/+12
| | | | | | | demanding to be passed a ListProperty. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197924 13f79535-47bb-0310-9956-ffa450edef68
* Initial version of a shorthand parser for the 'position' property.Finn Bock2004-09-071-0/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197923 13f79535-47bb-0310-9956-ffa450edef68
* Removed the shorthand from genericBorder[Width|Style]. The shorthands areFinn Bock2004-09-071-2/+0
| | | | | | | | assigned (in the right order) for the properties of border-[top|bottom|left|right]-[width|style]. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197922 13f79535-47bb-0310-9956-ffa450edef68
* Fix a src/dst mixup in System.arraycopy.Finn Bock2004-09-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197921 13f79535-47bb-0310-9956-ffa450edef68
* Return a more 'length' like debug string for numerics with dimension of 1.Finn Bock2004-09-071-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197920 13f79535-47bb-0310-9956-ffa450edef68
* Default for border-[before|after]-width.conditionality set to discard asFinn Bock2004-09-071-2/+2
| | | | | | | per spec 7.7.9. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197919 13f79535-47bb-0310-9956-ffa450edef68
* Support debug string values for enum properties.Finn Bock2004-09-071-176/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197918 13f79535-47bb-0310-9956-ffa450edef68
* Added support for a debug string value to enum properties.Finn Bock2004-09-071-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197917 13f79535-47bb-0310-9956-ffa450edef68
* Added ENUM_COUNT constant.Finn Bock2004-09-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197916 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-062-3/+21
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: validateChildNode() for fo:table-row added. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197915 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-065-14/+10
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Moved the property shorthand parser code into the properties package. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197914 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-063-71/+5
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Removal of unused/obsolete XMLElement.java. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197913 13f79535-47bb-0310-9956-ffa450edef68
* Added missing license headers.Jeremias Maerki2004-09-065-0/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197912 13f79535-47bb-0310-9956-ffa450edef68
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-0637-182/+182
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197911 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-063-27/+16
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Switched to a static FOInputHandler object for the FOTree instead of relying on recursion to get to the FOInputHandler object stored at pagination.Root. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197910 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-0612-14/+14
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Moved hyphenation package to org.apache.fop.hyphenation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197909 13f79535-47bb-0310-9956-ffa450edef68
* These new classes are part of the implementation of the new lineSimon Pepping2004-09-055-0/+177
| | | | | | | breaking algorithm, patch 29124, submitted by Luca Furini. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197908 13f79535-47bb-0310-9956-ffa450edef68
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-0515-349/+2459
| | | | | | | | | | | | | Furini. This patch implements the algorithm for most but not yet all inline layout managers. For the algorithm, see D.E. Knuth and M.F. Plass, "Breaking paragraphs into lines", Software, Practice and Experience 11 (1981) 1119-1184; reprinted in: D. E. Knuth, "Digital typography", CSLI Lecture Notes Number 78 (CLSI Publications, Stanford, CA, USA) pp. 67-155. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197907 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-051-34/+0
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Removed unneeded datatype. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197906 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-051-75/+0
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Removed unused TextState class, Area.Trait currently is used for this purpose. See: http://marc.theaimsgroup.com/?l=fop-dev&m=104204030026900&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197905 13f79535-47bb-0310-9956-ffa450edef68