aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla: #33760Jeremias Maerki2005-06-0923-1187/+2109
* Improvement for FOText instance creation. The text is consolidated into singl...Jeremias Maerki2005-06-095-29/+67
* More cleanup/simplifications.Glen Mazza2005-06-093-9/+5
* Multiple getWordChar() methods placed together.Glen Mazza2005-06-081-5/+7
* LayoutManager.canBreakBefore() removed.Glen Mazza2005-06-087-91/+0
* Removed comment; relaxed validation done on an fo-by-fo basis.Glen Mazza2005-06-081-2/+0
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-0712-66/+22
* Minor PSLM simplifications.Glen Mazza2005-06-062-25/+8
* Remainder of pslm.gKNE() consolidated into pb.gKNE().Glen Mazza2005-06-051-18/+6
* Two stray isBogus()es removed, AFAICT unnecessary childLC initializationGlen Mazza2005-06-042-22/+2
* Constructor for FLM now takes parent as parameter,Glen Mazza2005-06-015-21/+30
* Simplifications to PSLM.gKNE().Glen Mazza2005-06-013-31/+22
* Handling page dependent footnote separatorLuca Furini2005-05-313-32/+45
* Bugfix: getMaxRemainingHeight() was not very accurate and resulted in wrong e...Jeremias Maerki2005-05-312-27/+56
* Handling of very long footnotesLuca Furini2005-05-306-40/+250
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-3021-208/+514
* Bugfix: LAST_IN_BODY wasn't set on the GridUnits of a row that wasn't the las...Jeremias Maerki2005-05-301-0/+4
* Obsolete code removed and text-transform behaviour changed based on input fro...Jeremias Maerki2005-05-271-112/+2
* Missing FOs that can receive markers.Jeremias Maerki2005-05-271-0/+3
* CleanupJeremias Maerki2005-05-271-15/+2
* Skip markers (they are validated properly earlier).Jeremias Maerki2005-05-261-0/+4
* Support for multiple pages in PDFDocumentGraphics2D. Same approach as for Abs...Jeremias Maerki2005-05-252-26/+129
* A glue at the beginning of the element list can't be a legal break point. Fix...Jeremias Maerki2005-05-252-8/+12
* keep-with-next|previous on lists.Jeremias Maerki2005-05-242-4/+41
* Update for toString()Jeremias Maerki2005-05-241-1/+3
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-2410-63/+251
* More keep accessors where needed.Jeremias Maerki2005-05-246-112/+162
* Need the ability to modify P after creation of the instance.Jeremias Maerki2005-05-241-1/+9
* Two new flags for handling keeps.Jeremias Maerki2005-05-241-0/+19
* Initial keep-together support on table.Jeremias Maerki2005-05-233-3/+21
* First step towards keep-together on tables (should work on table-rows now).Jeremias Maerki2005-05-237-71/+134
* Code cleanup and some javadocs.Jeremias Maerki2005-05-232-10/+38
* Additional ppm indicator especially interesting for those of us doing high-vo...Jeremias Maerki2005-05-231-1/+3
* Fixes for a few minor problems in certain special cases.Jeremias Maerki2005-05-233-56/+54
* Output vertical position of text area in area tree XML.Jeremias Maerki2005-05-201-0/+1
* Correction to footnotes handling: break a footnote body only if its citation ...Luca Furini2005-05-192-38/+49
* I love my testcases. table-row1 just showed me another bug. :-)Jeremias Maerki2005-05-181-1/+1
* Bugfix for a ClassCastException on autoheight block-containers where Position...Jeremias Maerki2005-05-181-11/+16
* Code cleanup.Jeremias Maerki2005-05-182-153/+35
* Bugfix for space-after on fixed-height block-containers.Jeremias Maerki2005-05-181-121/+88
* Bugfix for space-after situation in block-containers.Jeremias Maerki2005-05-181-5/+7
* Bugfix: Footnote appears now even if inline part is empty. (see footnotes2.xm...Jeremias Maerki2005-05-181-0/+5
* Handle empty inlines/blocks better.Jeremias Maerki2005-05-182-2/+6
* Removed obsolete code.Jeremias Maerki2005-05-181-79/+6
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-1718-2130/+264
* Bugfix: Area generated by page-number is now cloned for each addAreas() call.Jeremias Maerki2005-05-178-63/+114
* log translation only.Jeremias Maerki2005-05-172-4/+4
* Imports.Jeremias Maerki2005-05-171-3/+0
* Bugfix for flow IPD not being set correctly.Jeremias Maerki2005-05-171-8/+6
* Footnote implementation: new filesLuca Furini2005-05-172-0/+212