aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-0616-0/+18
* Associate structure tree elements directly to render contentPeter Hancock2012-01-278-74/+43
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-2425-50/+259
* Fix FO tree hierarchy: BasicLink shouldn't inherit from InlinePeter Hancock2011-09-291-1/+38
* Reverted previous commit; looks like it does require all related property cla...Andreas L. Delmelle2011-02-061-2/+2
* Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con...Andreas L. Delmelle2011-02-061-2/+2
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-8/+6
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-276-7/+7
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-1/+0
* Bugzilla #49733:Jeremias Maerki2010-08-1427-59/+148
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-1/+0
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-12/+12
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-092-2/+2
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-092-0/+45
* Merged back Temp_Accessibility branch into TrunkVincent Hennebert2009-10-277-11/+77
|\
| * Route message for missing alt-text property through event notification systemVincent Hennebert2009-10-161-0/+6
| * Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-185-41/+44
| |\ | |/ |/|
| * Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-168-26/+32
| * Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-141-1/+1
| |\
| * | Bugzilla #46705:Jeremias Maerki2009-02-198-0/+55
* | | Fixed SVN PropsMaximilian Berger2009-09-152-2/+2
* | | Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-232-33/+26
* | | Added reminder to check later on...Andreas L. Delmelle2009-07-031-1/+4
* | | Bugzilla 46960: Previously retrieved marker not cleared when the subsequently...Andreas L. Delmelle2009-06-051-5/+5
* | | Bugzilla #47101: The cells of a table inside a marker were duplicated at ever...Vincent Hennebert2009-05-131-0/+7
| |/ |/|
* | Fixed BPD trait and border painting for leaders with leader-pattern="space" (...Jeremias Maerki2009-03-011-1/+1
|/
* 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