index
:
xmlgraphics-fop.git
FOP-2393_gradient-rendering
FOP_0-20-0_Alt-Design
FOP_0-20-4Pre_BuildExp_pbw
Temp_AFPAffineTransform
Temp_AFPGOCAResources
Temp_API_Finalization
Temp_Accessibility
Temp_AreaTreeNewDesign
Temp_BasicSideFloats
Temp_CFF
Temp_ChangeBars
Temp_ChangeBars2
Temp_ChangingIPDHack
Temp_Color
Temp_ComplexScripts
Temp_Floats
Temp_FontMerging
Temp_FopFontsForSVG
Temp_Gradle_Build
Temp_ImagePackageRedesign
Temp_ImproveAccessibility
Temp_InlineContainer
Temp_Interleaved_Page_Line_Breaking
Temp_KnuthStylePageBreaking
Temp_MergeFrom11
Temp_PCLSoftFonts
Temp_PDFLinearization
Temp_PDF_ObjectStreams
Temp_PDF_in_PDF
Temp_ProcessingFeedback
Temp_RoundedCorners
Temp_SpaceResolution
Temp_SurrogatePairs
Temp_TrueTypeInPostScript
Temp_URI_Unification
Temp_WhitespaceManagement
Temp_XGC_URI_Resolution
archive
dirkx
fop-0_14_0
fop-0_14_0_regions
fop-0_17_0_batikSVG
fop-0_20_2-maintain
fop-0_90
fop-0_91
fop-0_92
fop-0_93
fop-0_94
fop-0_95
fop-1_0
fop-1_1
fop-1_1old
fop-1_1rc1
fop-2.6
fop-2_0
fop-2_1
fop-2_10
fop-2_2
fop-2_3
fop-2_4
fop-2_5
fop-2_6
fop-2_7
fop-2_8
fop-2_9
foray-font
inlineblock
main
maven
release-0-13-0
skynavga/configure-sonar-support
temp/ssteiner-java23
temp/ssteiner-pdfbox3
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fop
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
fop
/
fo
/
FObjMixed.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverted revision 670341 and replaced it with a different solution as discussed:
Jeremias Maerki
2008-07-28
1
-2
/
+2
*
Fed up with all those trailing whitespaces. Let's remove them all (once... an...
Vincent Hennebert
2008-07-24
1
-5
/
+5
*
Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...
Andreas L. Delmelle
2008-06-22
1
-71
/
+83
*
Changed signature for static handleWhiteSpaceFor(), and used internally to ma...
Andreas L. Delmelle
2008-06-22
1
-6
/
+5
*
Changed FONode.addCharacters() signature to match the characters() event (use...
Andreas L. Delmelle
2008-06-22
1
-2
/
+2
*
Separation of concerns:
Jeremias Maerki
2008-06-19
1
-3
/
+3
*
Avoid error-message if the text-node is white-space only.
Andreas L. Delmelle
2008-05-14
1
-1
/
+2
*
Javadoc updates: attempt at improving interactivity and consistency
Andreas L. Delmelle
2008-04-26
1
-13
/
+16
*
Correction: Added missing file for r576095
Andreas L. Delmelle
2007-09-16
1
-2
/
+1
*
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...
Andreas L. Delmelle
2007-07-18
1
-3
/
+3
*
Bugzilla #39414:
Andreas L. Delmelle
2006-09-02
1
-27
/
+50
*
Cleanup: removal of suspicious static in FOText
Andreas L. Delmelle
2006-08-23
1
-2
/
+7
*
Rework of the marker/retrieve-marker implementation to cater for correct eval...
Andreas L. Delmelle
2006-08-06
1
-13
/
+54
*
Changed license headers and updated NOTICE file according to: http://www.apac...
Jeremias Maerki
2006-07-28
1
-5
/
+6
*
Applied white-space handling to leaders as well...
Andreas L. Delmelle
2005-12-30
1
-5
/
+3
*
Revision of refinement white-space handling (cfr. Bugzilla 37639)
Andreas L. Delmelle
2005-12-30
1
-3
/
+22
*
Added a clarifying comment
Simon Pepping
2005-06-10
1
-0
/
+1
*
Improvement for FOText instance creation. The text is consolidated into singl...
Jeremias Maerki
2005-06-09
1
-17
/
+36
*
Name of parameter was wrong.
Jeremias Maerki
2005-02-01
1
-7
/
+9
*
1.) fox:label converted to 1.1 fo:bookmark-title.
Glen Mazza
2005-01-06
1
-1
/
+1
*
This patch implements a pluggable LayoutManagers system, according
Simon Pepping
2004-12-24
1
-7
/
+0
*
Removed instances of InlineStackingLayoutManager. Created a new FO
Simon Pepping
2004-12-22
1
-8
/
+4
*
New exception hierarchy rooted in SAXException and throw clauses on
Finn Bock
2004-10-28
1
-2
/
+4
*
Second phase of performance improvement.
Finn Bock
2004-10-19
1
-11
/
+4
*
PR:
Glen Mazza
2004-10-13
1
-2
/
+1
*
PR:
Glen Mazza
2004-10-12
1
-1
/
+1
*
Removed tab characters.
Jeremias Maerki
2004-09-11
1
-1
/
+1
*
Removed unneeded import statements. Makes eclipse happy.
Finn Bock
2004-09-07
1
-1
/
+0
*
Renamed FOInputHandler to somewhat more intuitive FOEventHandler.
Glen Mazza
2004-09-06
1
-3
/
+3
*
PR:
Glen Mazza
2004-09-05
1
-2
/
+3
*
Moved some functionality from LMiter to the LayoutManagers. The LMs
Simon Pepping
2004-08-26
1
-1
/
+0
*
Minor edits.
Glen Mazza
2004-08-22
1
-2
/
+0
*
1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitor
Glen Mazza
2004-08-14
1
-0
/
+1
*
1. For maintenance and accuracy, centralized the setupID() functionality
Glen Mazza
2004-08-11
1
-6
/
+0
*
PR:
Glen Mazza
2004-08-06
1
-1
/
+1
*
PR:
Glen Mazza
2004-08-06
1
-6
/
+12
*
1. validation for fo:basic-link added
Glen Mazza
2004-07-31
1
-1
/
+0
*
Removed the FOTreeVisitor interface in favor of a more
Glen Mazza
2004-07-27
1
-5
/
+5
*
Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().
Glen Mazza
2004-07-24
1
-1
/
+1
*
1. FOTreeBuilder modified to handle more of the renderer initialization.
Glen Mazza
2004-06-18
1
-2
/
+2
*
1.) Check for fo:color-profile made to ensure no child elements during proces...
Glen Mazza
2004-06-16
1
-3
/
+3
*
1.) Added restriction to fo:declarations that fo:color-profile is the only XS...
Glen Mazza
2004-06-15
1
-3
/
+3
*
Another attempt at fixing the space removal issue. This method
Glen Mazza
2004-04-04
1
-1
/
+1
*
Simplifications to FOText whitespace removal; fewer arraycopies performed.
Glen Mazza
2004-03-12
1
-1
/
+1
*
1.) Modified TextLayoutManager to take an additional length
Glen Mazza
2004-03-01
1
-1
/
+1
*
Applied Apache License Version 2.0 by following the instructions at http://ww...
Jeremias Maerki
2004-02-27
1
-48
/
+16
*
Some simplification of FOText object.
Glen Mazza
2004-02-27
1
-1
/
+1
*
----------------------------------------------------------------------
Glen Mazza
2003-12-26
1
-1
/
+7
*
1. Moved static element and property structures from PropertyList (previously...
Glen Mazza
2003-12-20
1
-1
/
+1
*
minor elaboration
Glen Mazza
2003-11-16
1
-0
/
+3
[next]