aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Convenience method for checking "auto" enum value on a property. Makes code m...Jeremias Maerki2005-03-181-0/+6
* Reenabling consistency check.Jeremias Maerki2005-03-181-51/+49
* More accessors on block-containers.Jeremias Maerki2005-03-182-27/+48
* Slight deviation from the template.Jeremias Maerki2005-03-181-1/+2
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-1626-55/+56
* 1.) Moved setting of idp value into Span constructor because the class is in anGlen Mazza2005-03-162-95/+47
* More simplifications to PSLM.Glen Mazza2005-03-144-76/+40
* Removing illegal tab characters.Jeremias Maerki2005-03-131-2/+2
* More simplifications to PSLM.Glen Mazza2005-03-131-25/+13
* More simplifications to PSLM.Glen Mazza2005-03-132-47/+32
* More simplifications to PSLM.Glen Mazza2005-03-123-48/+41
* Minor simplifications to PSLM.Glen Mazza2005-03-121-11/+12
* Minor simplification to PSLM.Glen Mazza2005-03-122-17/+13
* SpacePropertyMaker to handle conditionality as defined by the spec:Jeremias Maerki2005-03-112-4/+57
* Convenience method to access conditionality component.Jeremias Maerki2005-03-111-0/+9
* Additional accessors.Jeremias Maerki2005-03-111-0/+30
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-1112-66/+78
* Minor code nitpick.Glen Mazza2005-03-101-5/+1
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-109-57/+57
* Refactoring of Knuth line breaking code (including some speed improvements)Jeremias Maerki2005-03-088-621/+880
* Resurrected AWT/Java2D rendererJeremias Maerki2005-03-084-217/+1442
* More simplifications to PSLM.Glen Mazza2005-03-056-21/+27
* Validation added for five more FO's.Glen Mazza2005-03-056-11/+108
* PR:Glen Mazza2005-03-053-6/+28
* ----------------------------------------------------------------------Glen Mazza2005-03-051-0/+4
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-057-43/+119
* Corrected a validation problem. Made TableFooter use TableBody's validation.Simon Pepping2005-03-022-47/+11
* Flag added in FOUserAgent for strict/unstrict validation (see TableBody to se...Glen Mazza2005-03-023-6/+129
* Created new Root.notifyPageSequenceFinished() method, consolidatingGlen Mazza2005-03-012-13/+7
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-233-1/+25
* Avoid IndexOutOfBoundsException when empty list is passed in.Jeremias Maerki2005-02-231-2/+2
* Should run my own tests.... :-(Jeremias Maerki2005-02-223-1/+13
* Individual grid unit block areas for painting the resolved borders.Jeremias Maerki2005-02-222-10/+52
* First real step towards collapsing table borders.Jeremias Maerki2005-02-2111-103/+862
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-207-38/+81
* Commented stray System.out. Should be replaced by Commons Logging calls or re...Jeremias Maerki2005-02-191-5/+5
* Restored JDK 1.5 compatibility.Jeremias Maerki2005-02-192-13/+13
* PR:Glen Mazza2005-02-191-0/+1
* PR:Glen Mazza2005-02-183-33/+8
* border-style "hidden" also forces border-width to 0.Jeremias Maerki2005-02-171-0/+1
* Fix for bad page-master and region margin calculations. All margin calculatio...Jeremias Maerki2005-02-173-38/+31
* PR:Glen Mazza2005-02-171-1/+0
* PR:Glen Mazza2005-02-178-274/+85
* First step towards collapsing table borders:Jeremias Maerki2005-02-164-66/+280
* Code clean-up only.Jeremias Maerki2005-02-161-14/+5
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-156-10/+42
* Some cleanup -- moved getSimplePageMasterToUse() to PageSequence (logicGlen Mazza2005-02-122-74/+31
* Extend the user agent to pipe title, author and keywords through to the PDF. ...Jeremias Maerki2005-02-123-4/+69
* PR:Glen Mazza2005-02-125-164/+46
* Implemented the rest of the border styles. Now uses clipping while painting t...Jeremias Maerki2005-02-112-41/+327