aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=47941Adrian Cumiskey2009-10-228-152/+232
* Added just a bit more information to find out what's wrong.Jeremias Maerki2009-10-221-1/+1
* Bugzilla #47711:Jeremias Maerki2009-10-221-2/+2
* Fixed language inconsistenciesVincent Hennebert2009-10-211-3/+3
* Issue a warning, when non-restartable content is flowing to a narrower page, ...Vincent Hennebert2009-10-204-19/+24
* Bugfix: crash occurring when no restartable element could be found after a ch...Vincent Hennebert2009-10-201-2/+19
* Fixed checkstyle issues.Vincent Hennebert2009-10-201-30/+36
* Bugfix: a table immediately following a break where changing IPD occurs was c...Vincent Hennebert2009-10-191-2/+2
* Added a command-line option '-catalog' to use a catalog resolver forSimon Pepping2009-10-162-16/+90
* Fixed a few checkstyle issues introduced in rev. 825646Vincent Hennebert2009-10-162-3/+6
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-1521-216/+227
* Documented with generics comments.Adrian Cumiskey2009-10-151-2/+2
* Removed svn:executable propertyVincent Hennebert2009-10-1316-0/+0
* Fixed handling of percentage values for provisional-label-separationVincent Hennebert2009-10-131-0/+1
* Bugzilla 47835: fixed handling of percentage values for provisional-distance-...Vincent Hennebert2009-10-131-0/+1
* add support for positioning Page Overlay in AFP Renderer/PainterChris Bowditch2009-10-126-15/+233
* Allow "-if [mime] out" as for "-at".Jeremias Maerki2009-10-071-20/+32
* Bugzilla #47953:Jeremias Maerki2009-10-071-1/+1
* Fixed possible NPE.Jeremias Maerki2009-10-021-7/+8
* Added support for specifying referenced fonts per renderer in addition to the...Jeremias Maerki2009-10-024-24/+71
* Added support for creating thumbnails or preview bitmaps of fixed size for PN...Jeremias Maerki2009-10-022-8/+67
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-0118-79/+79
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-0143-75/+87
* Added a DocumentHandler implementation for PNG output including multi-file ou...Jeremias Maerki2009-10-019-314/+556
* Bugzilla #46883:Jeremias Maerki2009-09-281-10/+9
* Attach cause to RuntimeException when available. Otherwise, the original exce...Jeremias Maerki2009-09-261-1/+15
* Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoaderMaximilian Berger2009-09-241-2/+2
* Added support for the #CMYK pseudo-profile supported by some commercial XSL i...Jeremias Maerki2009-09-164-29/+88
* Fixed SVN PropsMaximilian Berger2009-09-1545-67/+67
* equals implementation violated spec -> replaced with new contentEquals functionMaximilian Berger2009-09-1512-72/+38
* no page index requires no location to satisfy identity junit testMaximilian Berger2009-09-151-3/+11
* removed possible null referenceMaximilian Berger2009-09-151-5/+5
* non-functional stylistic fixesMaximilian Berger2009-09-151-15/+16
* Add safeguards for getter not to return nullMaximilian Berger2009-09-151-11/+31
* Moved the class UnicodeClasses to src/codegen/unicode, so that it isSimon Pepping2009-09-032-354/+24
* Fixed Checkstyle warnings and replaced a java 1.5 classSimon Pepping2009-08-263-14/+20
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-2626-816/+1338
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-2616-343/+807
* Removed a commented leftover from local testsAndreas L. Delmelle2009-08-241-1/+0
* Reduce messages to DEBUG level, since they are meant more as a reminder for d...Andreas L. Delmelle2009-08-241-2/+2
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-2330-494/+777
* Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in th...Andreas L. Delmelle2009-08-231-9/+10
* Revert some changes that were meant to be kept local for the moment...Andreas L. Delmelle2009-08-201-4/+1
* Bugzilla 47710: White-space handling in retrieved markers throws a NullPointe...Andreas L. Delmelle2009-08-202-1/+19
* Fixed checkstyle warningsSimon Pepping2009-08-201-15/+38
* I tried to remove all methods which are not Java 1.4 compliant.Simon Pepping2009-08-201-14/+28
* Prepare for new hyphenation pattern files, which do not have their own classe...Simon Pepping2009-08-185-190/+8137
* bug fix: 47694 Avoid create IOCA for background on empty areasChris Bowditch2009-08-141-0/+3
* Renamed PageScaleAttributes class into PageScale.Vincent Hennebert2009-08-124-26/+38
* Fixed issues in PageBoundaries class:Vincent Hennebert2009-08-101-26/+36