aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-0641-795/+2263
* Correction of indentationAndreas L. Delmelle2008-05-051-60/+54
* Bugzilla #43650:Jeremias Maerki2008-05-051-22/+32
* Further refinements:Andreas L. Delmelle2008-05-041-98/+89
* Change private element-generating methods to add the elements to a passed Lis...Andreas L. Delmelle2008-05-041-155/+147
* Fix that preserves the final status of the fobj member variable.Adrian Cumiskey2008-05-032-3/+2
* Fixed the build. Assignment on final variable fobj.Adrian Cumiskey2008-05-031-1/+1
* Tweaks: make fobj member final; have default implementations for some methods...Andreas L. Delmelle2008-05-031-31/+20
* Tweak/correction: save local hash-code (as originally intended...)Andreas L. Delmelle2008-05-031-2/+3
* Cleanup: improve code-readibilityAndreas L. Delmelle2008-05-031-444/+320
* Bugzilla 42703:Andreas L. Delmelle2008-05-021-3/+2
* Expand imports...Andreas L. Delmelle2008-05-021-1/+6
* Cleanup/Correction after r657673Andreas L. Delmelle2008-05-024-74/+80
* Code style: single class imports only...Andreas L. Delmelle2008-05-011-2/+6
* First steps towards fo:retrieve-table-markerAndreas L. Delmelle2008-05-018-143/+350
* DSC = Document Structuring Conventions!Jeremias Maerki2008-05-011-8/+11
* Javadoc correctionsAndreas L. Delmelle2008-05-013-4/+5
* Forgot about dependency on PrintRenderer, last commit broke the build - will ...Adrian Cumiskey2008-05-011-2/+2
* Renamed variableAdrian Cumiskey2008-05-011-2/+2
* Minor cleanup: remove height/width members and unused getHeight()/getWidth() ...Andreas L. Delmelle2008-05-011-14/+0
* Added enum "none" as a legitimate value for max-height/min-height (behavior t...Andreas L. Delmelle2008-05-011-0/+2
* Tweak: activate max-height/min-height and max-width/min-widthAndreas L. Delmelle2008-05-011-5/+9
* Correction of r651866Andreas L. Delmelle2008-04-271-2/+2
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-268-24/+31
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-2670-1045/+1118
* Basic activation on some widely used properties (prepare for implementation)Andreas L. Delmelle2008-04-261-34/+82
* Basic activation of keep-* properties on Character and AbstractGraphicsAndreas L. Delmelle2008-04-262-117/+79
* Bugzilla 44203:Andreas L. Delmelle2008-04-261-4/+6
* Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method).Jeremias Maerki2008-04-251-17/+15
* Renamed method.Adrian Cumiskey2008-04-251-3/+3
* Added missing file from r651575Andreas L. Delmelle2008-04-251-12/+0
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-2510-190/+205
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-2524-297/+431
* Cleanup: removal of commented block/methods + some javadoc updatesAndreas L. Delmelle2008-04-251-135/+25
* Removed the tab characters that were causing a big moan from eclipseAdrian Cumiskey2008-04-251-42/+53
* Removed TODO: New validation event to generate an error in case an fo:marker ...Andreas L. Delmelle2008-04-253-52/+45
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-243-19/+55
* Partially reverted my revision 641827: The yellow tint of certain JPEG images...Jeremias Maerki2008-04-211-17/+0
* An implementation of a positive integer property maker. It implementsSimon Pepping2008-04-183-26/+42
* Remember the missing glyphs also if an event listener is registered so they d...Jeremias Maerki2008-04-181-9/+9
* Bugfix: If the first event is not issued over an event producer, the fallback...Jeremias Maerki2008-04-181-16/+18
* Fixed build problem. FOPException is no longer thrown there.Jeremias Maerki2008-04-181-3/+0
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-188-46/+149
* Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable...Jeremias Maerki2008-04-173-181/+239
* Throw a useful exception when the user agent isn't set on the renderer. This ...Jeremias Maerki2008-04-171-1/+8
* clone() did not propagate the page's page index.Jeremias Maerki2008-04-171-0/+1
* Bugzilla #43383: Jeremias Maerki2008-04-171-2/+2
* Bugzilla #41687:Jeremias Maerki2008-04-175-31/+203
* Bugzilla #44678:Jeremias Maerki2008-04-171-14/+53
* Bugfix: Avoid stopping early when no EmbedFontInfos are found during font det...Jeremias Maerki2008-04-171-1/+1