aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Apache Brand compliance;Chris Bowditch2012-03-09107-613/+592
* Fixed package declarationVincent Hennebert2012-03-081-3/+1
* We must respect projects' brand names. s/checkstyle/Checkstyle/Vincent Hennebert2012-03-081-2/+2
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-06134-134/+134
* update convention documentation regarding @author usageGlenn Adams2012-03-061-6/+4
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-05146-402/+520
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-059-24/+24
* Make sure TM logo and Apache used in main FOP references. ApacheCon 2011 is overChris Bowditch2012-03-056-6/+8
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-0534-65/+63
* ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-032-3/+10
* change allowLineBreaks to false on NoWhitespaceAfter for BNOT, DEC, INC, LNOT...Glenn Adams2012-03-031-2/+6
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-03185-292/+360
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-0267-95/+1
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-0238-77/+186
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-0214-30/+74
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-0212-35/+1
* enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-0210-61/+61
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-026-14/+6
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-024-6/+4
* enable GenericWhitespace rule; fix violationsGlenn Adams2012-03-022-2/+2
* change allowLineBreaks to false (default value) on NoWhitespaceBefore; fix vi...Glenn Adams2012-03-022-5/+2
* fix breakage caused by CS patchGlenn Adams2012-03-022-2/+3
* Removed duplicate lineVincent Hennebert2012-03-021-2/+1
* Fix of a bug introduced when merging ImproveAccessibility.Peter Hancock2012-03-024-7/+18
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-0215-70/+339
* add checkstyle-5.5 support, update rulesGlenn Adams2012-03-012-10/+298
* fix @Override usage to be compatible with Java 1.5Glenn Adams2012-02-293-13/+0
* add build-local.targets.xml to ignoresGlenn Adams2012-02-290-0/+0
* update status to reflect recent CS commits; alphabetize developers listGlenn Adams2012-02-271-2/+10
* update team infoGlenn Adams2012-02-271-13/+11
* update IF schema to reflect new @{dx,dp} usage on text elementGlenn Adams2012-02-262-5/+20
* apply complex scripts patchGlenn Adams2012-02-26928-1662/+132297
* Bugzilla 52657: instream foreign object (svg) coloration incorrect Chris Bowditch2012-02-201-2/+2
* Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-155-17/+50
* Enabled assertions in junit tasks (analagous to JVM arg -ea)Mehdi Houshmand2012-02-143-0/+12
* Corrected error in Junit4 migrationMehdi Houshmand2012-02-132-30/+26
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-10194-1414/+6182
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-0642-45/+138
| * Cleanup associated with rev 1236718Peter Hancock2012-01-313-21/+0
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-2788-845/+1968
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-2472-689/+1708
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-24114-645/+3279
| * Created new branch for improvements of the Accessibility featureVincent Hennebert2011-10-210-0/+0
* | Bugzilla#52536: Added documentation about FOPs API and updated related docume...Mehdi Houshmand2012-02-063-59/+67
* | master is not supposed to still be null when canProcess is calledVincent Hennebert2012-01-312-12/+4
* | Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-3018-65/+109
* | Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-3030-169/+113
* | Amended error message to describe licensing restriction flag in fontMehdi Houshmand2012-01-241-1/+2
* | Corrected typo in error messageMehdi Houshmand2012-01-241-1/+1
* | Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-2430-113/+169