aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Fixed io exception in MODCAParser caused by the improper use of mark() and re...Peter Hancock2011-05-174-354/+373
* More happiness for FindBugs.Jeremias Maerki2011-05-051-11/+11
* Bugzilla #51144:Jeremias Maerki2011-05-052-11/+3
* Bugzilla #50899:Jeremias Maerki2011-05-051-3/+5
* AFP GOCA:Jeremias Maerki2011-05-056-158/+195
* Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root.Jeremias Maerki2011-04-293-3/+12
* Fix a potential NPE which can apparently happen in very exotic cases (actuall...Jeremias Maerki2011-04-221-1/+6
* Update graphics state when applying color.Jeremias Maerki2011-04-221-32/+62
* Make FindBugs happier.Jeremias Maerki2011-04-221-2/+2
* Added option to place AFP NOPs right before the end of a named page group (pa...Jeremias Maerki2011-04-225-15/+148
* Added option for PostScript output to optimize for file size rather than qual...Jeremias Maerki2011-04-226-12/+103
* Log image encoding times.Jeremias Maerki2011-04-221-2/+19
* Enable fox:conversion-mode="bitmap" for PDF output.Jeremias Maerki2011-04-222-4/+23
* AFP GOCA: Added option to disable GOCA and to control text painting inside GO...Jeremias Maerki2011-04-226-18/+128
* Forgot a file added for revision 1095739.Jeremias Maerki2011-04-211-0/+55
* AFP GOCA: Work-around for InfoPrint's AFP implementation (AFP Viewer 3.5.4.1,...Jeremias Maerki2011-04-213-13/+50
* Bugfix for AFP GOCA segments: they were not properly marked as appended which...Jeremias Maerki2011-04-202-10/+35
* Bugzilla #51010: Bookmarks create useless lines in RTF Chris Bowditch2011-04-191-2/+14
* Bugzilla #51008: page-number-citation-last does not work in RTF Chris Bowditch2011-04-191-0/+27
* Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-185-12/+88
* Added javadoc to createInlineParent methodVincent Hennebert2011-04-081-0/+6
* Bugzilla 51032: Fixed regression due to oversight in refactoring text-decorat...Andreas L. Delmelle2011-04-061-3/+5
* Proper fix for Bugzilla 50987Vincent Hennebert2011-04-051-1/+1
* Fixed regression introduced in rev. 1088079: also remove the element pointed ...Vincent Hennebert2011-04-051-1/+2
* Bugzilla 50988: Fixed a NullPointerException in case a fo:character was remov...Andreas L. Delmelle2011-04-031-0/+15
* Bugzilla 50987: Fixed an issue where a link was added to the parent tree inst...Andreas L. Delmelle2011-04-031-1/+1
* Bugzilla 50986: Fixed an issue where invalid PDF page content was generated d...Andreas L. Delmelle2011-04-031-1/+1
* Minor code fixupsAndreas L. Delmelle2011-04-021-25/+25
* Properly fix the case of unresolved bookmarks for the intermediate format: by...Andreas L. Delmelle2011-03-271-9/+8
* Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-ex...Andreas L. Delmelle2011-03-262-3/+7
* Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins w...Andreas L. Delmelle2011-03-261-0/+3
* Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such...Vincent Hennebert2011-03-246-21/+136
* Bugfix: keep-together does not apply to fo:table-cellVincent Hennebert2011-03-221-6/+2
* Bugfix: keep-together on a table containing row-spanning cells was not honoredVincent Hennebert2011-03-211-3/+1
* toString() method for BFEntry.Jeremias Maerki2011-03-181-0/+10
* Renamed Viewport into InlineViewportVincent Hennebert2011-03-1511-31/+38
* Bugzilla #49910: clipping rectangle is wrong on side-regionsVincent Hennebert2011-03-1410-63/+102
* Bugzilla #50196: padding-start ignored when table-header/footer is repeated.Vincent Hennebert2011-03-091-12/+20
* b49835Andreas L. Delmelle2011-03-072-1/+15
* Fix for a potential NPE when painting vector graphics with non-sRGB colors.Jeremias Maerki2011-02-262-2/+13
* Cleanup: catch more specific exception types to capture the intention better ...Andreas L. Delmelle2011-02-221-44/+29
* Cleanup unused field + dead/commented codeAndreas L. Delmelle2011-02-221-20/+2
* Fix FindBugs warning...Andreas L. Delmelle2011-02-221-2/+1
* Better way to eliminate FindBugs warning?Andreas L. Delmelle2011-02-211-0/+1
* Use chained append() rather than string concatenation (better practice)Andreas L. Delmelle2011-02-181-5/+5
* Fixing checkstyle errors and hiding fingbugs errorsSimon Pepping2011-02-181-1/+2
* Fix scaling bug manifesting with source resolutions other than 72dpi.Jeremias Maerki2011-02-161-9/+35
* Reverted changes accidentally made to toString in rev. 1071048Vincent Hennebert2011-02-161-5/+5
* Revert unnecessary change (no checkstyle issue in this file; method unused, s...Andreas L. Delmelle2011-02-151-24/+0
* Checkstyle fixAndreas L. Delmelle2011-02-151-6/+6