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
/
layoutmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup (minor)
Andreas L. Delmelle
2011-02-06
1
-8
/
+10
*
Further cleanup: reduce some code duplication in BlockStackingLM's getNextKnu...
Andreas L. Delmelle
2011-02-06
2
-165
/
+51
*
Restored part that would otherwise cause a StackOverflowError...
Andreas L. Delmelle
2011-02-06
1
-1
/
+3
*
Code cleanup
Andreas L. Delmelle
2011-02-06
1
-140
/
+46
*
Add type safety to LMiter
Andreas L. Delmelle
2011-02-06
1
-7
/
+7
*
Code cleanup
Andreas L. Delmelle
2011-02-05
1
-586
/
+109
*
Decommission InlineStackingLM.StackingIter (+ minor fixups)
Andreas L. Delmelle
2011-02-05
4
-67
/
+40
*
Decommission private PositionIterator subclasses in list package (+ minor fix...
Andreas L. Delmelle
2011-02-05
2
-35
/
+15
*
Decommission AreaAdditionUtil.StackingIter + minor fixups
Andreas L. Delmelle
2011-02-05
1
-21
/
+11
*
Refactoring PositionIterator Step 1: make the class instantiable, provide def...
Andreas L. Delmelle
2011-02-05
2
-9
/
+24
*
Add type safety to PositionIterator + attempt at javadoc improvement
Andreas L. Delmelle
2011-02-01
2
-18
/
+28
*
Fix an forgotten change of type in class Area and a checkstyle error in class...
Simon Pepping
2011-01-27
1
-2
/
+2
*
Associate id of fo:root with every new page.
Andreas L. Delmelle
2011-01-15
1
-0
/
+1
*
Fix deprecation warnings; add some type safety
Simon Pepping
2011-01-14
1
-1
/
+1
*
Bugzilla 49848: Correct behavior of keep-together.within-line in case of nest...
Andreas L. Delmelle
2011-01-09
1
-1
/
+1
*
Some refactoring
Simon Pepping
2011-01-08
1
-130
/
+136
*
Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limit
Andreas L. Delmelle
2011-01-07
1
-47
/
+33
*
Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...
Simon Pepping
2010-12-24
9
-144
/
+187
*
Auxiliary positions do not have an index value; fixing this in InlineStacking...
Simon Pepping
2010-12-17
1
-2
/
+5
*
Bugzilla #50089: Content after forced break in block-container is not rendered
Vincent Hennebert
2010-12-14
1
-1
/
+1
*
Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ...
Simon Pepping
2010-12-09
1
-2
/
+3
*
Allow for words consisting of only soft hyphens; fixes bug 49837
Simon Pepping
2010-12-04
1
-10
/
+15
*
Partial application of patch 50245 by Mehdi Houshmand
Simon Pepping
2010-11-26
1
-32
/
+48
*
Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or wh...
Andreas L. Delmelle
2010-11-25
2
-40
/
+70
*
Minor fixups, cleanups; removal of some dead code and a misleading TODO
Andreas L. Delmelle
2010-11-25
1
-108
/
+24
*
Another go at removing all trailing whitespace
Vincent Hennebert
2010-11-25
2
-2
/
+2
*
findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)
Simon Pepping
2010-11-17
8
-5
/
+14
*
Re-ordered class members
Vincent Hennebert
2010-11-16
1
-32
/
+31
*
Made the result of toString more readable
Vincent Hennebert
2010-11-16
1
-5
/
+5
*
Do not re-create an AlignmentContext instance if one already exists.
Vincent Hennebert
2010-11-16
1
-5
/
+7
*
Enable configuration of hyphenation pattern file names
Simon Pepping
2010-10-02
1
-0
/
+1
*
Bugzilla #49885:
Jeremias Maerki
2010-09-07
3
-13
/
+27
*
Fixed typos and source code indentation issues.
Vincent Hennebert
2010-09-03
1
-1
/
+1
*
Implemented reset method for changing IPD
Vincent Hennebert
2010-09-02
1
-0
/
+7
*
Fixed indentation
Vincent Hennebert
2010-08-27
3
-9
/
+9
*
Removed unused methods
Vincent Hennebert
2010-08-27
1
-10
/
+4
*
Replaced @asf.todo with normal TODO comment
Vincent Hennebert
2010-08-27
7
-7
/
+7
*
Fixed indentation
Vincent Hennebert
2010-08-27
6
-32
/
+32
*
Implemented reset method
Vincent Hennebert
2010-08-18
1
-0
/
+6
*
Removed many "// CSOK: ConstantName" instances for constants, by converting t...
Jeremias Maerki
2010-08-14
11
-93
/
+79
*
Bugzilla #49733:
Jeremias Maerki
2010-08-14
60
-312
/
+936
*
Removed a bunch of javadoc warnings in addition to patch 49733
Simon Pepping
2010-08-13
2
-3
/
+1
*
Minor refactoring and style fixups:
Andreas L. Delmelle
2010-06-19
1
-121
/
+102
*
Added getEventKey method to Event so that it's no longer necessary to store t...
Vincent Hennebert
2010-04-09
2
-13
/
+13
*
Now that the creation of event-model.xml has been standardised, the EventMode...
Vincent Hennebert
2010-04-09
2
-24
/
+0
*
Moved ResourceEventProducer to org.apache.fop
Vincent Hennebert
2010-04-09
1
-1
/
+1
*
Split catch-all EventFormatter.xml message file into individual files for eac...
Vincent Hennebert
2010-04-09
4
-0
/
+79
*
Bugfix: NPE when there is a forced break before a table occurring at an IPD c...
Vincent Hennebert
2010-03-15
1
-0
/
+18
*
Bugfix: definition of a special page-master for the last page was interfering...
Vincent Hennebert
2010-02-23
1
-1
/
+1
*
Bugzilla #46486: having a special page-master for the last page caused loss o...
Vincent Hennebert
2010-01-18
1
-30
/
+28
[next]