aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-075-14/+14
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-6/+6
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-095-13/+13
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-088-14/+14
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-282-0/+11
* Bugzilla #53902: Added possibility to define 'header' table columns (the same...Vincent Hennebert2012-09-261-0/+12
* Bugzilla #53086: Ensure that table footer and header are included in bididire...Glenn Adams2012-04-171-0/+23
* Bugzilla #53097: Ensure writing-mode specified on fo:table is used to determi...Glenn Adams2012-04-171-6/+36
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...Glenn Adams2012-04-142-15/+18
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-061-1/+1
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-1/+1
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-021-1/+1
* apply complex scripts patchGlenn Adams2012-02-261-14/+20
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-065-0/+5
* Associate structure tree elements directly to render contentPeter Hancock2012-01-271-13/+1
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-246-11/+73
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-8/+6
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-271-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-1411-30/+85
* 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
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-092-0/+45
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-184-36/+39
|\
| * 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 #47101: The cells of a table inside a marker were duplicated at ever...Vincent Hennebert2009-05-131-0/+7
* | Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-161-5/+7
* | Bugzilla #46705:Jeremias Maerki2009-02-191-0/+7
|/
* Bugzilla 46567: fo:marker in fo:table-row produced a ValidationExceptionAndreas L. Delmelle2009-01-221-1/+6
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-313-3/+5
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2427-154/+154
* 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
* Partial fix of FOEventHandler call sequence (see also Bugzilla #45237):Andreas L. Delmelle2008-06-228-50/+54
* 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
* 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
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-269-99/+136
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-252-40/+35