aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #46315: extension to disable column balancing before blocks spanning...Vincent Hennebert2009-01-282-5/+24
* Bugzilla 46567: fo:marker in fo:table-row produced a ValidationExceptionAndreas L. Delmelle2009-01-221-1/+6
* Bugzilla #45306:Jeremias Maerki2009-01-021-3/+5
* Bugzilla 46319:Andreas L. Delmelle2008-12-081-11/+20
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-317-7/+13
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2462-446/+446
* Correct indentationAndreas L. Delmelle2008-07-071-13/+13
* Fixed ClassCastException when specifying column-number on something other tha...Andreas L. Delmelle2008-07-051-49/+65
* Removed unnecessary overrideAndreas L. Delmelle2008-06-281-5/+0
* Fixed a possible NullPointerException: if the citation appears in a fo:marker...Andreas L. Delmelle2008-06-261-3/+9
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-221-5/+3
* Partial fix of FOEventHandler call sequence (see also Bugzilla #45237):Andreas L. Delmelle2008-06-229-60/+56
* Changed signature for static handleWhiteSpaceFor(), and used internally to ma...Andreas L. Delmelle2008-06-221-3/+4
* Avoid StackOverflow on TableColumn.toString() during debugging.Andreas L. Delmelle2008-06-221-1/+1
* Addition to r670217Andreas L. Delmelle2008-06-224-47/+34
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-2115-278/+312
* Strict/loose validation of <fo:table-footer/> ordering somehow got lost in pr...Adrian Cumiskey2008-06-201-1/+3
* Separation of concerns:Jeremias Maerki2008-06-192-11/+13
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-3/+3
* Added event TableEventProducer.forceNextColumnNumber whenSimon Pepping2008-05-192-3/+17
* Put the resolutions of collapsed borders together into the CollapsingBorderRe...Vincent Hennebert2008-05-128-81/+63
* Restore the previous behaviour of the column-number property, viz. ifSimon Pepping2008-05-121-1/+30
* In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t...Vincent Hennebert2008-05-083-93/+89
* Checkstyle fix.Jeremias Maerki2008-05-081-1/+3
* Removed inadvertently added override [Avoid late night commits...]Andreas L. Delmelle2008-05-081-23/+0
* Corrected errors in ColumnNumberPropertyMaker.java; temporarily disabled two ...Andreas L. Delmelle2008-05-071-12/+36
* Added commentAndreas L. Delmelle2008-05-071-1/+6
* Bugzilla 41500:Andreas L. Delmelle2008-05-071-25/+31
* Expand imports...Andreas L. Delmelle2008-05-021-1/+6
* Cleanup/Correction after r657673Andreas L. Delmelle2008-05-023-50/+55
* Code style: single class imports only...Andreas L. Delmelle2008-05-011-2/+6
* First steps towards fo:retrieve-table-markerAndreas L. Delmelle2008-05-013-123/+301
* Javadoc correctionsAndreas L. Delmelle2008-05-013-4/+5
* Minor cleanup: remove height/width members and unused getHeight()/getWidth() ...Andreas L. Delmelle2008-05-011-14/+0
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-2637-601/+536
* Basic activation on some widely used properties (prepare for implementation)Andreas L. Delmelle2008-04-261-34/+82
* Basic activation of keep-* properties on Character and AbstractGraphicsAndreas L. Delmelle2008-04-262-117/+79
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-22/+40
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-252-40/+35
* Removed TODO: New validation event to generate an error in case an fo:marker ...Andreas L. Delmelle2008-04-251-52/+35
* An implementation of a positive integer property maker. It implementsSimon Pepping2008-04-181-19/+1
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-152-2/+29
* Merged branchJeremias Maerki2008-04-1436-309/+506
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-101-12/+0
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-263-16/+14
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-259-52/+150
* No stack traces with missing images.Jeremias Maerki2008-02-181-0/+3
* rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi...Vincent Hennebert2008-02-151-1/+0
* break-after set on the last child of a row-spanning cell must apply to the la...Vincent Hennebert2008-02-141-1/+1
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-133-7/+45