aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Added getPageViewportProvider().Jeremias Maerki2005-06-161-20/+60
* Bugzilla: #35358Jeremias Maerki2005-06-1511-324/+901
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-1513-112/+323
* The bpd of lines with no real content must collapse to 0Luca Furini2005-06-141-12/+28
* Switched to null for PageBreaker.getTopLevelLM().Glen Mazza2005-06-141-1/+1
* Unused import removed.Glen Mazza2005-06-101-1/+0
* generatesInlineAreas() methods removed.Glen Mazza2005-06-107-57/+0
* Added a clarifying commentSimon Pepping2005-06-101-0/+1
* Icon TweakingJeremias Maerki2005-06-106-130/+4
* Create LinkedList only if it's needed.Jeremias Maerki2005-06-101-1/+1
* Apparently unused getWordSpaceIPD() removed.Glen Mazza2005-06-102-11/+0
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-1011-91/+5
* Removed functionality for collecting words reverted. Instead made sure capita...Jeremias Maerki2005-06-091-3/+113
* Command-line switch for setting the resolution.Jeremias Maerki2005-06-091-1/+15
* Safer creation of the new target File instance. outputDir can be null with re...Jeremias Maerki2005-06-091-2/+2
* Avoid NPEs when no filename is set on the UserAgent. Only the first page is r...Jeremias Maerki2005-06-091-19/+42
* Default compression set to packbits which is widely supported. Uncompressed T...Jeremias Maerki2005-06-091-11/+52
* General anti-aliasing hint added.Jeremias Maerki2005-06-091-3/+13
* Publish the default resolution to the outside.Jeremias Maerki2005-06-091-1/+4
* 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