| Commit message (Expand) | Author | Age | Files | Lines |
* | Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibility | Peter Hancock | 2012-02-06 | 16 | -0/+18 |
* | Associate structure tree elements directly to render content | Peter Hancock | 2012-01-27 | 8 | -74/+43 |
* | Removed the FO document pre-processing step that was adding ptr and creating ... | Vincent Hennebert | 2011-10-24 | 25 | -50/+259 |
* | Fix FO tree hierarchy: BasicLink shouldn't inherit from Inline | Peter Hancock | 2011-09-29 | 1 | -1/+38 |
* | Reverted previous commit; looks like it does require all related property cla... | Andreas L. Delmelle | 2011-02-06 | 1 | -2/+2 |
* | Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con... | Andreas L. Delmelle | 2011-02-06 | 1 | -2/+2 |
* | Fixed typos and source code indentation issues. | Vincent Hennebert | 2010-09-03 | 1 | -8/+6 |
* | Replaced @asf.todo with normal TODO comment | Vincent Hennebert | 2010-08-27 | 6 | -7/+7 |
* | Removed many "// CSOK: ConstantName" instances for constants, by converting t... | Jeremias Maerki | 2010-08-14 | 1 | -1/+0 |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 27 | -59/+148 |
* | Removed a bunch of javadoc warnings in addition to patch 49733 | Simon Pepping | 2010-08-13 | 1 | -1/+0 |
* | Added getEventKey method to Event so that it's no longer necessary to store t... | Vincent Hennebert | 2010-04-09 | 1 | -12/+12 |
* | Now that the creation of event-model.xml has been standardised, the EventMode... | Vincent Hennebert | 2010-04-09 | 1 | -12/+0 |
* | Moved ResourceEventProducer to org.apache.fop | Vincent Hennebert | 2010-04-09 | 2 | -2/+2 |
* | Split catch-all EventFormatter.xml message file into individual files for eac... | Vincent Hennebert | 2010-04-09 | 2 | -0/+45 |
* | Merged back Temp_Accessibility branch into Trunk | Vincent Hennebert | 2009-10-27 | 7 | -11/+77 |
|\ |
|
| * | Route message for missing alt-text property through event notification system | Vincent Hennebert | 2009-10-16 | 1 | -0/+6 |
| * | Merged changes from Trunk up to revision 816269 | Vincent Hennebert | 2009-09-18 | 5 | -41/+44 |
| |\
| |/
|/| |
|
| * | Introduced the StructurePointerPropertySet interface to aid with accessing th... | Jeremias Maerki | 2009-04-16 | 8 | -26/+32 |
| * | Merge from Trunk revisions 744927 - 763662. | Jeremias Maerki | 2009-04-14 | 1 | -1/+1 |
| |\ |
|
| * | | Bugzilla #46705: | Jeremias Maerki | 2009-02-19 | 8 | -0/+55 |
* | | | Fixed SVN Props | Maximilian Berger | 2009-09-15 | 2 | -2/+2 |
* | | | Bugzilla 46905: Added basic implementation for column-level keeps. | Andreas L. Delmelle | 2009-08-23 | 2 | -33/+26 |
* | | | Added reminder to check later on... | Andreas L. Delmelle | 2009-07-03 | 1 | -1/+4 |
* | | | Bugzilla 46960: Previously retrieved marker not cleared when the subsequently... | Andreas L. Delmelle | 2009-06-05 | 1 | -5/+5 |
* | | | Bugzilla #47101: The cells of a table inside a marker were duplicated at ever... | Vincent Hennebert | 2009-05-13 | 1 | -0/+7 |
| |/
|/| |
|
* | | Fixed BPD trait and border painting for leaders with leader-pattern="space" (... | Jeremias Maerki | 2009-03-01 | 1 | -1/+1 |
|/ |
|
* | Bugzilla #46315: extension to disable column balancing before blocks spanning... | Vincent Hennebert | 2009-01-28 | 2 | -5/+24 |
* | Bugzilla 46567: fo:marker in fo:table-row produced a ValidationException | Andreas L. Delmelle | 2009-01-22 | 1 | -1/+6 |
* | Bugzilla #45306: | Jeremias Maerki | 2009-01-02 | 1 | -3/+5 |
* | Bugzilla 46319: | Andreas L. Delmelle | 2008-12-08 | 1 | -11/+20 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 7 | -7/+13 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 62 | -446/+446 |
* | Correct indentation | Andreas L. Delmelle | 2008-07-07 | 1 | -13/+13 |
* | Fixed ClassCastException when specifying column-number on something other tha... | Andreas L. Delmelle | 2008-07-05 | 1 | -49/+65 |
* | Removed unnecessary override | Andreas L. Delmelle | 2008-06-28 | 1 | -5/+0 |
* | Fixed a possible NullPointerException: if the citation appears in a fo:marker... | Andreas L. Delmelle | 2008-06-26 | 1 | -3/+9 |
* | Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in... | Andreas L. Delmelle | 2008-06-22 | 1 | -5/+3 |
* | Partial fix of FOEventHandler call sequence (see also Bugzilla #45237): | Andreas L. Delmelle | 2008-06-22 | 9 | -60/+56 |
* | Changed signature for static handleWhiteSpaceFor(), and used internally to ma... | Andreas L. Delmelle | 2008-06-22 | 1 | -3/+4 |
* | Avoid StackOverflow on TableColumn.toString() during debugging. | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Addition to r670217 | Andreas L. Delmelle | 2008-06-22 | 4 | -47/+34 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 15 | -278/+312 |
* | Strict/loose validation of <fo:table-footer/> ordering somehow got lost in pr... | Adrian Cumiskey | 2008-06-20 | 1 | -1/+3 |
* | Separation of concerns: | Jeremias Maerki | 2008-06-19 | 2 | -11/+13 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 1 | -3/+3 |
* | Added event TableEventProducer.forceNextColumnNumber when | Simon Pepping | 2008-05-19 | 2 | -3/+17 |
* | Put the resolutions of collapsed borders together into the CollapsingBorderRe... | Vincent Hennebert | 2008-05-12 | 8 | -81/+63 |
* | Restore the previous behaviour of the column-number property, viz. if | Simon Pepping | 2008-05-12 | 1 | -1/+30 |
* | In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t... | Vincent Hennebert | 2008-05-08 | 3 | -93/+89 |