]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
2011-01-14 Andreas L.... Eliminate unnecessary boxing
2011-01-14 Andreas L.... Eliminate a small waste: no reason to store the char...
2011-01-14 Andreas L.... Minor fixups
2011-01-14 Andreas L.... Minor nit: eliminate stray hungarian...
2011-01-14 Simon PeppingFix deprecation warnings; add some type safety
2011-01-14 Simon PeppingRelative URIs in the configuration file are evaluated...
2011-01-12 Jeremias MaerkiRestored compatibility with third-party extensions.
2011-01-12 Simon Peppingmove hyphenation-dependent testcase into hyphenation...
2011-01-11 Andreas L.... CheckStyle fixup...
2011-01-09 Andreas L.... Bugzilla 49848: Correct behavior of keep-together.withi...
2011-01-09 Andreas L.... Switch to type-safe collections (+ related cleanup...
2011-01-09 Andreas L.... Fix minor bug in validateChildNode() + make regions...
2011-01-09 Andreas L.... Simplify Region.getViewportRectangle(): no reason to...
2011-01-09 Andreas L.... Commit changes forgotten in r757256...
2011-01-08 Andreas L.... Property fixup
2011-01-08 Simon PeppingSome refactoring
2011-01-07 Andreas L.... Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException...
2011-01-07 Andreas L.... Bugzilla 48380: Avoid ClassCastException when using...
2011-01-04 Simon PeppingAdd type-safe parameters to collections; replace XGC...
2010-12-24 Simon PeppingAvoid unwrapping and rewrapping of Positions; use inspe...
2010-12-23 Simon PeppingKeep a reference to a pageRef string, not to the page...
2010-12-22 Simon PeppingFix bug 50510
2010-12-17 Simon PeppingAuxiliary positions do not have an index value; fixing...
2010-12-16 Vincent HennebertBugzilla #49060: File Descriptor leak in AFP renderer
2010-12-14 Vincent HennebertBugzilla #50089: Content after forced break in block...
2010-12-09 Simon PeppingAvoid an NPE in InlineStackingLM.applyChanges for Knuth...
2010-12-07 Jeremias MaerkiBugzilla #42034:
2010-12-04 Simon PeppingAdd a cast from char to int before autoboxing
2010-12-04 Simon PeppingAllow for words consisting of only soft hyphens; fixes...
2010-12-01 Vincent HennebertReplaced creation of new Integer with Java autoboxing...
2010-11-26 Simon PeppingSecond part of patch 50245 by Mehdi Houshmand
2010-11-26 Simon PeppingPartial application of patch 50245 by Mehdi Houshmand
2010-11-25 Andreas L.... Bugzilla 38264: hyphenation in combination with preserv...
2010-11-25 Andreas L.... Minor fixups, cleanups; removal of some dead code and...
2010-11-25 Vincent HennebertAnother go at removing all trailing whitespace
2010-11-25 Vincent HennebertSet svn:keywords and svn:eol-style properties
2010-11-23 Vincent HennebertBugzilla #49695: Replaced magic numbers with constants...
2010-11-19 Simon PeppingExclude all existing findbugs warnings
2010-11-19 Simon PeppingReverting renaming of public methods of rev. 1036179
2010-11-18 Simon PeppingForgot to rename in one client
2010-11-18 Vincent HennebertRetroweaver is no longer necessary
2010-11-17 Simon Peppingfindbugs-reported bug squashing; 959 bugs left (findbug...
2010-11-17 Simon PeppingUpdate XGC library to pull in the fix for headless...
2010-11-16 Vincent HennebertRemoved outdated fop.bat script
2010-11-16 Vincent HennebertRe-ordered class members
2010-11-16 Vincent HennebertMade the result of toString more readable
2010-11-16 Vincent HennebertDo not re-create an AlignmentContext instance if one...
2010-11-15 Jeremias MaerkiAdded missing license header.
2010-11-15 Jeremias MaerkiRemoved tab characters.
2010-11-11 Simon PeppingApplied patch 50240 by Mehdi Houshmand with changes...
2010-11-08 Vincent HennebertAdded entry about bug 45971
2010-10-27 Jeremias MaerkiSmall improvement for XMP generation.
2010-10-26 Jeremias MaerkiAdded two more character to be escaped in a PDF name...
2010-10-21 Jeremias MaerkiBugzilla #42600:
2010-10-21 Jeremias MaerkiBugzilla #42600:
2010-10-21 Jeremias MaerkiCopy attributes since some XML parsers might reuse...
2010-10-21 Jeremias MaerkiAllow to pass through document-level extensions from...
2010-10-21 Jeremias MaerkiWrap the whole page stream in a q..Q pair to avoid...
2010-10-11 Jeremias MaerkiBugfix for unescaped name characters which can cause...
2010-10-07 Jeremias MaerkiBugzilla #49379:
2010-10-06 Jeremias MaerkiHandled optional CR and LF chars between structured...
2010-10-06 Simon PeppingMore cleanup of unused methods in Hyphenator
2010-10-06 Simon PeppingMaking fallback from (lang,country) to (lang) consistent
2010-10-02 Simon PeppingFixing a few checkstyle warnings
2010-10-02 Simon PeppingRemove unused methods from Hyphenator; this leaves...
2010-10-02 Simon PeppingMake handling of configuration errors consistent
2010-10-02 Simon PeppingEnable configuration of hyphenation pattern file names
2010-09-30 Jeremias MaerkiMetrics need to be added before the font properties...
2010-09-29 Vincent HennebertRemoved custom asf.todo tag
2010-09-29 Jeremias MaerkiAdded support for font substitutions on PDF/PSTranscode...
2010-09-21 Jeremias MaerkiSome fine-tuning for the font selection in SVG to bette...
2010-09-21 Simon PeppingAdd the availability of nightly snapshots
2010-09-21 Simon PeppingUpdate the location of the maven XML schema
2010-09-16 Jeremias MaerkiBugzilla #46360:
2010-09-16 Jeremias MaerkiBugzilla #46360:
2010-09-13 Simon PeppingCreated target nightly-build
2010-09-10 Jeremias MaerkiMoving the AFP parser from XGC to FOP for now.
2010-09-08 Vincent HennebertFixed formatting of help message
2010-09-07 Jeremias MaerkiBugzilla #49885:
2010-09-07 Simon PeppingAdd parent block, update XGC version in pom template
2010-09-03 Vincent HennebertFixed typos and source code indentation issues.
2010-09-02 Vincent HennebertImplemented reset method for changing IPD
2010-08-27 Vincent HennebertFixed indentation
2010-08-27 Vincent HennebertRemoved unused methods
2010-08-27 Vincent HennebertReplaced @asf.todo with normal TODO comment
2010-08-27 Vincent HennebertFixed indentation
2010-08-25 Vincent HennebertRemoved old Renderer implementations for AFP, PCL,...
2010-08-20 Jeremias MaerkiEnabling CMYK encoding for PDF output (applies to decod...
2010-08-20 Jeremias MaerkiBugfix:
2010-08-18 Jeremias MaerkiBugfix for potential java.lang.IndexOutOfBoundsExceptio...
2010-08-18 Vincent HennebertImplemented reset method
2010-08-18 Simon PeppingBugzilla #49752:
2010-08-18 Simon PeppingFixed javadoc, checkstyle and ant warnings
2010-08-17 Adrian CumiskeyDelete becomes flush.
2010-08-17 Adrian Cumiskey-delete-cache command line argument replaced with ...
2010-08-17 Jeremias MaerkiOne closing parenthesis too much.
2010-08-17 Jeremias MaerkiResolved conflict (ClassCastException) with named desti...
2010-08-16 Jeremias MaerkiRemoved the Class-Path Manifest entry since it's often...
2010-08-16 Jeremias MaerkiImprovements/Bugfixes for PDF attachments (embedded...
2010-08-16 Jeremias MaerkiRemoved tab character.
next