aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* start of spacing and bordersKeiron Liddle2002-09-1810-21/+115
* starting implementation of tablesKeiron Liddle2002-09-1318-46/+1634
* Fixed compilation error with JDK 1.4 (It doesn't like things like "count++;;")Jeremias Maerki2002-09-121-26/+47
* fixed style errorsKeiron Liddle2002-09-091-11/+97
* fixes some vertical alignmentKeiron Liddle2002-09-091-0/+33
* implemented render pages model with a simple cached implKeiron Liddle2002-09-091-27/+28
* implemented basic link with linking from pdfKeiron Liddle2002-09-077-13/+50
* hooked up id reference and page numberKeiron Liddle2002-09-048-22/+83
* removed BP from BPLayoutManager and combinedKeiron Liddle2002-09-0321-328/+295
* start implementation of block-containerKeiron Liddle2002-08-301-0/+293
* return if no areas to addKeiron Liddle2002-08-301-0/+3
* Remove two parameter version of getNextBreakPoss method and remove all calls ...Karen Lease2002-08-2811-42/+17
* implemented leader pattern: space, dots and use contentKeiron Liddle2002-08-232-0/+86
* implemeneted leader with leader-pattern of ruleKeiron Liddle2002-08-224-46/+123
* properly resets blocksKeiron Liddle2002-08-215-67/+95
* removed split contextKeiron Liddle2002-08-196-97/+5
* improved block layout, adds areas to correct parentKeiron Liddle2002-08-188-70/+83
* Attempt at adding static content.Joerg Pietschmann2002-08-172-3/+148
* cleanuup, updated status for line heightKeiron Liddle2002-08-161-4/+0
* calculate line height and do vertical alignment betterKeiron Liddle2002-08-166-55/+153
* fixed reset, only does it when restarting leaf nodeKeiron Liddle2002-08-141-1/+4
* get some page breaking workingKeiron Liddle2002-08-116-106/+119
* removed old code, cleaned up a bitKeiron Liddle2002-08-0914-881/+53
* initial attempt at getting some paginationKeiron Liddle2002-08-0824-1475/+1742
* cleaned up the font state a bitKeiron Liddle2002-07-232-3/+3
* ttempt to fix add inline objects and fix some probsKeiron Liddle2002-06-184-6/+44
* PR:Karen Lease2002-05-2615-242/+538
* Add support for hyphenation and some space distribution among inline areasKaren Lease2002-05-2210-252/+439
* cleaned up bookmark extension a bitKeiron Liddle2002-05-171-0/+1
* moved vert align to line areaKeiron Liddle2002-05-172-106/+11
* Refactor Line and InlineStacking; correct and extend space-handling codeKaren Lease2002-05-135-227/+423
* Add support for line-breaking in nested inlines using BreakPoss strategyKaren Lease2002-05-1011-103/+597
* New files for the BreakPoss(ibility) Layout Manager schemeKaren Lease2002-04-288-0/+1471
* PR:Karen Lease2002-04-284-20/+116
* initial implementation of line area layout processingKeiron Liddle2002-04-2610-204/+514
* basic vertical alignment and height for linesKeiron Liddle2002-04-024-15/+150
* a simple impl of getting ipd and line heightKeiron Liddle2002-03-216-42/+65
* made access publicKeiron Liddle2002-02-211-1/+5
* does a bit better job at adding text to line areaKeiron Liddle2002-02-111-73/+77
* does some basic text into pdf and svg output just for a startKeiron Liddle2002-01-0811-565/+747
* New base class for inline LayoutManager classes which generate atomic areasKaren Lease2001-11-111-0/+51
* Move generatesInlineAreas from LayoutManager to FObjKaren Lease2001-11-115-49/+36
* new layout managersKaren Lease2001-11-113-0/+378
* Add some more LayoutManagers and start to actually do somethingKaren Lease2001-11-114-9/+9
* Fix a couple of NPEKaren Lease2001-11-092-1/+2
* First versions of LayoutManager classesKaren Lease2001-11-098-0/+816