aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* ArrayList -> List.Jeremias Maerki2007-05-071-1/+1
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-0719-374/+686
* Bugzilla #42067:Jeremias Maerki2007-05-0714-247/+1081
* Bugzilla #41434:Jeremias Maerki2007-05-013-5/+5
* Bugfixes:Vincent Hennebert2007-04-303-66/+48
* Fix a NPE when break-before is specified on the first row of a table, and whe...Vincent Hennebert2007-04-262-16/+2
* Make keep-with-next and keep-with-previous work on fo:tableVincent Hennebert2007-04-261-0/+6
* Fix the handling of padding for spanning cells in the collapsing-border modelVincent Hennebert2007-04-201-2/+2
* Time to enable border-collapse="collapse"Vincent Hennebert2007-04-201-7/+0
* Fix the computation of cells' IPD when they contain children with forced breaks.Vincent Hennebert2007-04-202-71/+50
* Move out all statistics/debug related code into an inner Statistics class.Vincent Hennebert2007-04-201-122/+153
* Bugfix: update dx also for grid units having no border, in the addAreas methodVincent Hennebert2007-04-191-31/+29
* - remove call to addPadding in TraitSetter.addCollapsingBordersVincent Hennebert2007-04-192-2/+2
* Fix the handling of forced breaks which were sometimes counted twice.Vincent Hennebert2007-04-181-16/+6
* Extract the logic for advancing to the next grid row, from the getNextStep me...Vincent Hennebert2007-04-181-53/+56
* ... and correct the test for early returning if stepFound is falseVincent Hennebert2007-04-181-1/+1
* Replace the seqCount integer with a stepFound boolean in the getNextStep methodVincent Hennebert2007-04-181-3/+3
* Replace the array of forced breaks with a single boolean, which should be eno...Vincent Hennebert2007-04-181-12/+4
* - add a columnCount field for clarityVincent Hennebert2007-04-171-19/+19
* Style only: fix indentationVincent Hennebert2007-04-171-3/+3
* - add svn:keywords and svn:eol-style propertiesVincent Hennebert2007-04-171-41/+41
* Added sorting of the list of named destinations (necessary to have more than ...Jay Bryant2007-04-111-13/+17
* Created a comparator for named destinations, to enable sorting the list of de...Jay Bryant2007-04-111-0/+41
* Added a PDFGoTo to the PDFDestination handler, so that Destinations properly ...Jay Bryant2007-04-061-1/+5
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-045-121/+51
* Allow for the case where a block-container occurs inside an inlineSimon Pepping2007-04-031-3/+7
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-037-651/+651
* - fix minor checkstyle issuesVincent Hennebert2007-04-037-8/+64
* New class to support named destinationsJay Bryant2007-04-021-0/+112
* In collapsing-border model, tables have no padding and borders are determined...Vincent Hennebert2007-04-021-2/+4
* changes to support named destinationsJay Bryant2007-04-011-1/+11
* changes to support named destinationsJay Bryant2007-04-016-10/+481
* changes to support named destinationJay Bryant2007-04-011-0/+3
* changes to support named destinationJay Bryant2007-04-011-1/+23
* changes to support named destinationJay Bryant2007-04-011-2/+5
* changes to support named destinationJay Bryant2007-04-013-0/+171
* changes to support named destinationJay Bryant2007-04-013-5/+6
* changes to support named destinationJay Bryant2007-04-011-0/+12
* Bugfix for keep-with-next inside tables:Jeremias Maerki2007-04-011-0/+6
* - fix the painting of borders for spanning cells in collapsing modelVincent Hennebert2007-03-303-97/+129
* Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile ...Jeremias Maerki2007-03-281-3/+8
* Replace deprecated addBorders method with the new ones in addAreasVincent Hennebert2007-03-281-2/+4
* TableRowIterator:Vincent Hennebert2007-03-283-119/+121
* Factorize in a method the code handling TableContentPosition elements, in Tab...Vincent Hennebert2007-03-271-22/+22
* Some more comments for RowPainter.Jeremias Maerki2007-03-232-1/+18
* Better document some of the code in RowPainter.Jeremias Maerki2007-03-231-7/+23
* Avoid an IndexOutOfBoundsException when more columns are used than are specif...Jeremias Maerki2007-03-231-2/+8
* Small improvements in the SpaceResolver class:Vincent Hennebert2007-03-221-3/+3
* Fixed a problem with the auto-rotate-landscape setting in the PostScript rend...Jeremias Maerki2007-03-211-6/+13
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-1910-71/+190