aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Ported an important page setup instruction from the branch. GhostScript, for ...Jeremias Maerki2005-07-281-1/+7
* Removed unused import.Finn Bock2005-07-271-1/+0
* Buffer InputStream only when not already buffered.Jeremias Maerki2005-07-271-2/+6
* Bugfix: scaling factor was calculated using an integer division, not a double...Jeremias Maerki2005-07-271-2/+2
* Improved PrintRenderer to be more easily configurable and so you can pass in ...Jeremias Maerki2005-07-271-4/+48
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-2714-70/+76
* Various fixes for ID management. Jeremias Maerki2005-07-2610-4/+105
* Accessor for the id property.Jeremias Maerki2005-07-261-0/+5
* Small improvements. Fix for missing image areas.Jeremias Maerki2005-07-261-3/+6
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-269-14/+26
* Bugfix for NPE when space-before and space-after are used.Jeremias Maerki2005-07-261-1/+2
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-2515-221/+436
* Bugzilla #35534 Jeremias Maerki2005-07-251-0/+12
* Bugzilla #35534 Jeremias Maerki2005-07-251-5/+12
* Buzilla #35787 Jeremias Maerki2005-07-191-5/+10
* Dynamic classpath setup in case not all required dependencies are available i...Jeremias Maerki2005-07-181-3/+120
* Renamed Item to Cell to TableCellLayoutManager.Jeremias Maerki2005-07-185-9/+9
* Renamed Item to ListItemContentLayoutManager.Jeremias Maerki2005-07-182-8/+8
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-1836-834/+181
* Javadocs onlyJeremias Maerki2005-07-181-1/+6
* No more warnings about unexpected FOText inside markers.Jeremias Maerki2005-07-181-1/+6
* Shortcut work-around for i-f-o in static-content. I still need to estimate th...Jeremias Maerki2005-07-181-1/+1
* Fix for allowing empty table-cells (for relaxed validation). Jeremias Maerki2005-07-151-2/+3
* WrapperLayoutManagerMaker was used by RetrieveMarker. This caused a ClassCast...Jeremias Maerki2005-07-151-1/+15
* Bugzilla #35749: Jeremias Maerki2005-07-153-3/+62
* Bugfix: Proper handling of page break between normally broken parts and the p...Jeremias Maerki2005-07-111-1/+8
* Bugfix: Corrected the calculation of the full length of the section to be bro...Jeremias Maerki2005-07-111-4/+9
* Default break class should be EN_COLUMN or else there will be problems in mul...Jeremias Maerki2005-07-081-1/+1
* Column balancing seems to work now. Jeremias Maerki2005-07-082-5/+35
* Corrects a small mistake when repositioning the cursor in multi-column layout...Jeremias Maerki2005-07-081-1/+1
* Bugzilla #35561 Jeremias Maerki2005-06-303-56/+42
* It's Apache FOP, not just FOP.Jeremias Maerki2005-06-301-1/+1
* Fix placement of links in PDFs.Jeremias Maerki2005-06-301-1/+6
* log statement should be debug().Jeremias Maerki2005-06-301-1/+1
* Fix vertical placement of page-number and page-number-citation.Jeremias Maerki2005-06-293-5/+24
* Observe line layout element lists, too.Jeremias Maerki2005-06-291-0/+1
* toString() method.Jeremias Maerki2005-06-291-0/+10
* vpos on character, too.Jeremias Maerki2005-06-291-0/+1
* Bugfix: Multiple spans now painted in the right places.Jeremias Maerki2005-06-291-1/+4
* Bugfix: IPD for footnote region now correct in multi-column layout. Jeremias Maerki2005-06-293-74/+277
* My first laughable attempt at a page breaker for balancing columns. Doesn't w...Jeremias Maerki2005-06-291-0/+70
* Span change detection and infastructure for signalling it.Jeremias Maerki2005-06-292-10/+40
* Enable starting the break process at an arbitrary position inside an element ...Jeremias Maerki2005-06-291-6/+15
* notifyFlowsFinished() indirectly used by multi-column layout to determine the...Jeremias Maerki2005-06-292-2/+49
* Accumulate the BPD extent used by the normal flow's children.Jeremias Maerki2005-06-291-0/+6
* Revert revsision 201627.Jeremias Maerki2005-06-263-19/+0
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-2633-48/+48
* Check the proper use of the span attribute.Jeremias Maerki2005-06-243-0/+20
* First SVN commit. Trivial formatting change.Glen Mazza2005-06-241-0/+1
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-238-25/+119