aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/PageViewport.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-541/+0
* FOP-2465: Fix links to/from 'last' pageMatthias Reischenbacher2015-06-121-0/+13
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-231-5/+6
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-2/+2
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-1/+1
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-041-6/+0
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-159/+18
* Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-081-10/+15
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-3/+3
* apply complex scripts patchGlenn Adams2012-02-261-0/+12
* Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-241-61/+55
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
* Bugzilla #49885:Jeremias Maerki2010-09-071-2/+15
* Bugzilla #47311:Jeremias Maerki2009-07-281-5/+8
* Removed duplicated extension attachment list on PageViewport (which is an Are...Jeremias Maerki2009-01-161-33/+2
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-55/+55
* Generics comments added in preparation for java 1.5Adrian Cumiskey2008-05-281-3/+4
* Merged revisions 649279,649283,649285,649393,649396,649420 via svnmerge from Adrian Cumiskey2008-04-181-0/+1
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-7/+9
* Bugzilla #42144Chris Bowditch2007-10-041-0/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+2
* Bugzilla #42067:Jeremias Maerki2007-05-071-0/+27
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fix NPE in case there are no extension attachments and the area tree was buil...Jeremias Maerki2006-06-271-1/+6
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-1/+1
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-241-1/+19
* Added support for page sequence title in AreaTreeParser (IF). Fixes problems ...Jeremias Maerki2006-02-261-0/+15
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-081-2/+9
* Fix for NPE when the AWT Viewer is used with an area tree file as input.Jeremias Maerki2006-01-241-1/+3
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-5/+20
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-191-0/+12
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-0/+18
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-39/+50
* Fix for internal forward references in PDF output (basic-link with internal-d...Jeremias Maerki2005-10-181-0/+17
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-071-5/+7
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-3/+3
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-2/+31
* Bugzilla: #33760Jeremias Maerki2005-06-091-1/+3
* Minor PSLM simplifications.Glen Mazza2005-06-061-1/+1
* Backtracked a bit with SCLM: switched to providing the Region FOGlen Mazza2005-05-161-1/+15
* Placed the PSLM.curFlowIdx within the area.Span object, and addedGlen Mazza2005-05-141-41/+56
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-8/+57
* More simplifications to PSLM.Glen Mazza2005-03-121-0/+9
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-19/+46
* PR:Glen Mazza2005-02-061-6/+6
* More code commenting and minor cleanup of bookmark/Resolvable/ATH code.Glen Mazza2004-12-161-1/+1
* PR:Glen Mazza2004-12-061-16/+17
* PR:Glen Mazza2004-12-041-13/+15
* More commenting, slightly clearer method names.Glen Mazza2004-12-021-8/+4
* PR:Glen Mazza2004-11-271-1/+1