aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Slight correction: single quoted font-family names not properly handledAndreas L. Delmelle2006-02-121-0/+6
* Extra constants needed for the font shorthandAndreas L. Delmelle2006-02-121-1/+13
* Added implementation for the font shorthand property (+ some checkstyle cleanup)Andreas L. Delmelle2006-02-1215-61/+393
* Bugfix for Bug 38041: correct handling of different list-item-label'sPeter Herweg2006-02-126-21/+92
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-124-21/+66
* Bugzilla #38618:Jeremias Maerki2006-02-118-59/+104
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-1010-65/+53
* Reworked area building in AreaTreeParser to match the scheme that the FOTreeB...Jeremias Maerki2006-02-091-329/+558
* Decorate warning with location info.Jeremias Maerki2006-02-091-1/+3
* Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.Jeremias Maerki2006-02-091-7/+2
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-092-15/+30
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-085-163/+210
* Style fixesJeremias Maerki2006-02-071-2/+2
* Non-SVG XML got loaded into a non-namespace-aware node which caused problems ...Jeremias Maerki2006-02-071-1/+8
* Fix for bug 38507: the elements representing a non-breaking space were not al...Luca Furini2006-02-071-190/+127
* web form as requested by David Reid.Jeremias Maerki2006-02-061-1/+1
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-0523-48/+35
* RTF: remove usage of TableLayoutManager; use SimplePercentBaseContext insteadPeter Herweg2006-02-051-9/+17
* Correction of the issue raised on the WhiteSpace Wiki (see accompanying change)Andreas L. Delmelle2006-02-031-1/+2
* File missing from http://svn.apache.org/viewcvs?rev=374174&view=rev... Thanks...Andreas L. Delmelle2006-02-021-3/+5
* We forgot to update the header and footer of the download mirror page.Jeremias Maerki2006-02-021-1/+2
* Bugzilla #38453:Jeremias Maerki2006-02-021-51/+54
* Don't swallow characters if the handler does not implement LexicalHandler.Jeremias Maerki2006-02-021-1/+3
* Better naming of the relases.Jeremias Maerki2006-02-021-2/+17
* fo:wrapper has restrictions.Jeremias Maerki2006-02-021-4/+6
* Further fine-tuning of white-space-handling during refinementAndreas L. Delmelle2006-02-012-68/+38
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-3110-74/+186
* Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!Jeremias Maerki2006-01-312-22/+2
* Bugzilla #38434: Jeremias Maerki2006-01-301-1/+1
* An addition to FOP that can be used to render a hyphenation tree inSimon Pepping2006-01-281-4/+4
* Change TransformerHandler to ContentHandler. Use comment method whenSimon Pepping2006-01-271-1/+19
* RTF: testcase 'tableunits.fo' failed because there was no PercentBaseContext ...Peter Herweg2006-01-271-1/+12
* TransformerHandler changed to ContentHandler to allow easier integration of X...Chris Bowditch2006-01-272-73/+65
* Added safe-guard against reuse to avoid problems with the renderers. Jeremias Maerki2006-01-271-9/+9
* Don't swallow the stack trace. Jeremias Maerki2006-01-261-10/+10
* Bugzilla #38397: Jeremias Maerki2006-01-261-6/+23
* Bugzilla #37506: Jeremias Maerki2006-01-253-161/+121
* Corrected the about of the project and some XML and URI errors, andSimon Pepping2006-01-251-4/+11
* added support for number-columns-spanned and number-rows-spanned in the same ...Peter Herweg2006-01-254-26/+124
* To avoid NPEs due to my latest fix, use the default simple-page-master from t...Jeremias Maerki2006-01-251-7/+21
* Bugfix: Regions with non-standard names got ignored in RTF output leading to ...Jeremias Maerki2006-01-251-14/+42
* Avoid NPE when a malformed command-line is specified.Jeremias Maerki2006-01-251-2/+2
* My last change broke the test suite. Fix included. The start-indent should no...Jeremias Maerki2006-01-252-7/+11
* Removed old doap.xml file. Clay Leeds2006-01-241-95/+0
* Following the model of Graphics2DAdapter, added a new interface ImageAdapter ...Jeremias Maerki2006-01-245-18/+203
* just a few changes in order to satisfy checkstylePeter Herweg2006-01-244-20/+104
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-2411-93/+254
* Fix for NPE when the AWT Viewer is used with an area tree file as input.Jeremias Maerki2006-01-241-1/+3
* Bugfix: LineArea used a private field instead of the start-indent trait which...Jeremias Maerki2006-01-242-26/+11
* Documented the special configuration options for the PDF and PS renderers.Jeremias Maerki2006-01-241-0/+49