/[Apache-SVN]/xmlgraphics/commons/trunk/status.xml
ViewVC logotype

Log of /xmlgraphics/commons/trunk/status.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 884276 - (view) (annotate) - [select for diffs]
Modified Wed Nov 25 21:10:21 2009 UTC (11 hours, 11 minutes ago) by jeremias
File length: 12316 byte(s)
Diff to previous 884159 (colored)
Bugfix for detecting multi-strip CCITT-encoded TIFFs.

Revision 884159 - (view) (annotate) - [select for diffs]
Modified Wed Nov 25 15:53:41 2009 UTC (16 hours, 28 minutes ago) by jeremias
File length: 12188 byte(s)
Diff to previous 828814 (colored)
Bugzilla #48264:
Enabled native encoding of CMYK images for PostScript output.
Submitted by: Venkat Reddy <vanukuri.venkat.at.googlemail.com>

Changes to patch:
- simplified

Revision 828814 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 18:52:33 2009 UTC (4 weeks, 6 days ago) by jeremias
File length: 12012 byte(s)
Diff to previous 798079 (colored)
Bugfix: Properly handle file URLs where URL.getHost() is an empty string.

Revision 798079 - (view) (annotate) - [select for diffs]
Modified Mon Jul 27 08:41:16 2009 UTC (4 months ago) by jeremias
File length: 11864 byte(s)
Diff to previous 797427 (colored)
Bugfix: Clip area got lost while cloning GraphicContext.

Revision 797427 - (view) (annotate) - [select for diffs]
Modified Fri Jul 24 12:19:49 2009 UTC (4 months ago) by maxberger
File length: 11733 byte(s)
Diff to previous 772942 (colored)
Support loading of ICC Profiles from PNG and JPEG when used through ImageIO

Revision 772942 - (view) (annotate) - [select for diffs]
Modified Fri May 8 11:17:06 2009 UTC (6 months, 2 weeks ago) by vhennebert
File length: 11581 byte(s)
Diff to previous 770221 (colored)
Switched from linear RGB to sRGB for the fallback color model, in order to avoid trouble with some images (CMYK TIFF, for example).

Revision 770221 - (view) (annotate) - [select for diffs]
Modified Thu Apr 30 13:39:52 2009 UTC (6 months, 3 weeks ago) by vhennebert
File length: 11366 byte(s)
Diff to previous 766643 (colored)
Bugfix: reset graphic state when a page is finished in PostScript

Revision 766643 - (view) (annotate) - [select for diffs]
Modified Mon Apr 20 10:23:32 2009 UTC (7 months ago) by vhennebert
File length: 11225 byte(s)
Diff to previous 759144 (colored)
Bugfix: glyph names starting with 'u' but not in the 'official' glyph list could cause a StringIndexOutOfBoundsException because they were parsed as u1234-like unicode values.

Revision 759144 - (view) (annotate) - [select for diffs]
Modified Fri Mar 27 14:16:18 2009 UTC (8 months ago) by jeremias
File length: 10958 byte(s)
Diff to previous 752822 (colored)
Added 60 seconds expiration for invalid URIs in the image cache to recover from temporarily unavailable images.

Revision 752822 - (view) (annotate) - [select for diffs]
Modified Thu Mar 12 10:02:48 2009 UTC (8 months, 2 weeks ago) by jeremias
File length: 10764 byte(s)
Diff to previous 752408 (colored)
Bugzilla #46583:
Added TexturePaint support to PSGraphics2D (PostScript tiling patterns).
Submitted by: Jiří Kunhart <kunhart.at.kadel.cz>

Modifications to patch by jeremias:
- Fix a bug: implementation ignored anchor rectangle.
- A few simplifications concerning parameter checking.
- Added notes that the current implementation violates the DSC specification. The code produces the right pattern structures in PostScript but does not handle them according to the DSC recommendations (enclose in resource comments, extracting them from page content into the setup if they are shared among pages). This will have to be fixed at some point.

Revision 752408 - (view) (annotate) - [select for diffs]
Modified Wed Mar 11 08:48:21 2009 UTC (8 months, 2 weeks ago) by jeremias
File length: 10572 byte(s)
Diff to previous 746951 (colored)
Bugfix: Streams were not closed in Service class. This prohibited unloading XML Graphics Commons.

Revision 746951 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 10:40:14 2009 UTC (9 months ago) by jeremias
File length: 10448 byte(s)
Diff to previous 720586 (colored)
Catching IllegalArgumentException in XMPSerializer when the Transformer implementation in use doesn't support the INDENT key.

Revision 720586 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 20:10:26 2008 UTC (12 months ago) by acumiskey
File length: 10240 byte(s)
Diff to previous 696964 (colored)
Added the ability to assign a string value for a key in a postscript dictionary.  Many thanks to Jiri Kunhart for providing the fix.

Revision 696964 - (view) (annotate) - [select for diffs]
Modified Fri Sep 19 07:48:30 2008 UTC (14 months, 1 week ago) by jeremias
File length: 10045 byte(s)
Diff to previous 696949 (colored)
Bugzilla #45789:
Made loading images via Image I/O more robust: A PNG with a zero resolution should fall back to the default resolution.

Revision 696949 - (view) (annotate) - [select for diffs]
Modified Fri Sep 19 07:13:02 2008 UTC (14 months, 1 week ago) by jeremias
File length: 9825 byte(s)
Diff to previous 684677 (colored)
Bugzilla #45835:
Fixed interpretation of JPEG resolution when "dots per centimeter" is specified.

Revision 684677 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 08:55:56 2008 UTC (15 months, 2 weeks ago) by jeremias
File length: 9629 byte(s)
Diff to previous 682720 (colored)
XMP framework: Added support for the structure property shorthand form and for specifying simple property values as attributes on rdf:Description elements.

Revision 682720 - (view) (annotate) - [select for diffs]
Modified Tue Aug 5 14:22:29 2008 UTC (15 months, 3 weeks ago) by jeremias
File length: 9391 byte(s)
Diff to previous 682316 (colored)
Added RefinedImageFlavor (abstract base class) to the image loading framework for better refinement of image flavors. I've checked that backwards-compatibility is preserved (since I've changed the values of some constants in ImageFlavor).
See also: http://wiki.apache.org/xmlgraphics-fop/ImageSupport/ImageHandler

Revision 682316 - (view) (annotate) - [select for diffs]
Modified Mon Aug 4 10:35:35 2008 UTC (15 months, 3 weeks ago) by acumiskey
File length: 9213 byte(s)
Diff to previous 682305 (colored)
Removed.

Revision 682305 - (view) (annotate) - [select for diffs]
Modified Mon Aug 4 09:38:02 2008 UTC (15 months, 3 weeks ago) by acumiskey
File length: 9377 byte(s)
Diff to previous 666578 (colored)
Added the new org.apache.xmlgraphics.store package to provide temporary storage features.

Revision 666578 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 08:53:11 2008 UTC (17 months, 2 weeks ago) by jeremias
File length: 9213 byte(s)
Diff to previous 663292 (colored)
Update release date and DOAP file.

Revision 663292 - (view) (annotate) - [select for diffs]
Modified Wed Jun 4 16:18:38 2008 UTC (17 months, 3 weeks ago) by jeremias
File length: 9211 byte(s)
Diff to previous 662690 (colored)
Bugfix: Added missing start/endPrefixMapping() calls when serializing XMP packets.

Revision 662690 - (view) (annotate) - [select for diffs]
Modified Tue Jun 3 08:20:13 2008 UTC (17 months, 3 weeks ago) by jeremias
File length: 9071 byte(s)
Diff to previous 662487 (colored)
Preparing 1.3.1 release.

Revision 662487 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 16:54:59 2008 UTC (17 months, 3 weeks ago) by jeremias
File length: 8991 byte(s)
Diff to previous 652289 (colored)
Bugzilla #44902:
Made file URLs with a host (as happens when using UNC paths) work when loading images.
Commons IO's FileUtils.toFile(URL) actually doesn't support UNC paths, so I copied the method into AbstractImageSessionContext for a quickfix and changed it as necessary.

Revision 652289 - (view) (annotate) - [select for diffs]
Modified Wed Apr 30 06:19:50 2008 UTC (18 months, 3 weeks ago) by jeremias
File length: 8812 byte(s)
Diff to previous 652284 (colored)
Added missing change by MB.

Revision 652284 - (view) (annotate) - [select for diffs]
Modified Wed Apr 30 06:17:12 2008 UTC (18 months, 3 weeks ago) by jeremias
File length: 8645 byte(s)
Diff to previous 652283 (colored)
Bugfix for a potential multi-threading issue concerning the use of the java.text package.

Revision 652283 - (view) (annotate) - [select for diffs]
Modified Wed Apr 30 06:15:56 2008 UTC (18 months, 3 weeks ago) by jeremias
File length: 8481 byte(s)
Diff to previous 650048 (colored)
Added fallbacks for Type 1 fonts which don't have the normal "one", "two" etc. glyphs, but actually only provide "oneoldstyle", "twooldstyle" etc. (like "Corpid Light")

Revision 650048 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 08:25:22 2008 UTC (19 months ago) by jeremias
File length: 8252 byte(s)
Diff to previous 646931 (colored)
Bugfix: Field alignment in ICC color profiles are by 4 bytes, not 8.
Bugfix: ICC chunks were cut short by two bytes which could lead to parse errors or yellow-tinted images.

Revision 646931 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 19:24:32 2008 UTC (19 months, 2 weeks ago) by jeremias
File length: 8119 byte(s)
Diff to previous 644313 (colored)
Added an image loader for XML Graphics Commons' internal TIFF codec. That way it is not absolutely necessary to add JAI Image I/O Tools for TIFF support.

Revision 644313 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 13:38:50 2008 UTC (19 months, 3 weeks ago) by jeremias
File length: 7976 byte(s)
Diff to previous 642925 (colored)
Fixed two cases of unclosed input streams in image loader code.

Revision 642925 - (view) (annotate) - [select for diffs]
Modified Mon Mar 31 08:46:14 2008 UTC (19 months, 3 weeks ago) by jeremias
File length: 7838 byte(s)
Diff to previous 641824 (colored)
Handle NumberFormatException if a glyph name starting with "u" is found that is not in the Adobe glyph list. The glyph will simply be ignored as we cannot associate it with a Unicode code point.

Revision 641824 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 14:11:46 2008 UTC (20 months ago) by jeremias
File length: 7649 byte(s)
Diff to previous 641214 (colored)
Bugfix for ImageEncodingHelper which produced false results if an image's sample model used BGR instead of RGB.

Revision 641214 - (view) (annotate) - [select for diffs]
Modified Wed Mar 26 09:12:09 2008 UTC (20 months ago) by jeremias
File length: 7455 byte(s)
Diff to previous 634596 (colored)
Got a report about problems with JPEG images that have the "Adobe RGB" or "Adobe RGB (1998)" color profile. The image drifts into yellow when embedded natively in PDF. This revision adds a processing hint that ignores the embedded color profile which is better than getting the bad side-effect which is currently unexplained.
Extracted some JPEG processing helper code into a "JPEGFile" class.

Revision 634596 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 10:09:20 2008 UTC (20 months, 2 weeks ago) by jeremias
File length: 7289 byte(s)
Diff to previous 634388 (colored)
Fixed behaviour for the cases where a corrupt PNG image is encountered.

Revision 634388 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:39:09 2008 UTC (20 months, 3 weeks ago) by jeremias
File length: 7143 byte(s)
Diff to previous 634385 (colored)
A bit more detail.

Revision 634385 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:24:17 2008 UTC (20 months, 3 weeks ago) by jeremias
File length: 7117 byte(s)
Diff to previous 633020 (colored)
Bugfix for EOFException when pre-loading very small PNG images.

Revision 633020 - (view) (annotate) - [select for diffs]
Modified Mon Mar 3 10:05:24 2008 UTC (20 months, 3 weeks ago) by jeremias
File length: 6915 byte(s)
Diff to previous 632998 (colored)
Mention the move to Java 1.4

Revision 632998 - (view) (annotate) - [select for diffs]
Modified Mon Mar 3 09:22:02 2008 UTC (20 months, 3 weeks ago) by jeremias
File length: 6752 byte(s)
Diff to previous 630423 (colored)
Switch to Forrest Trunk.
Replace custom sitemap with projectInfo input plug-in. Make status.xml compliant with the required format.
Minimal release notes.
Some other tweaks...

Revision 630423 - (view) (annotate) - [select for diffs]
Modified Sat Feb 23 11:20:41 2008 UTC (21 months ago) by jeremias
File length: 5489 byte(s)
Diff to previous 619423 (colored)
Bugzilla #44466:
Image Loading: Support for passing in SAXSource instance.
Suggested by: Adam Strzelecki <ono.at.java.pl>

Revision 619423 - (view) (annotate) - [select for diffs]
Modified Thu Feb 7 14:25:00 2008 UTC (21 months, 2 weeks ago) by jeremias
File length: 5320 byte(s)
Diff to previous 606580 (colored)
Bugfix for ISO 8601 date formatting with negative time zones in the XMP package.

Revision 606580 - (view) (annotate) - [select for diffs]
Modified Sun Dec 23 17:45:02 2007 UTC (23 months ago) by jeremias
File length: 5171 byte(s)
Diff to previous 606564 (colored)
Merge from https://svn.apache.org/repos/asf/xmlgraphics/commons/branches/TempNewImagePackage (revs 605145 to 606151):
New image loader framework (see docs for details)
Includes an implementation of Dijkstra's shortest path algorithm and a few helper classes (MimeConstants and UnitConv) transferred over from FOP.

Revision 606564 - (view) (annotate) - [select for diffs]
Modified Sun Dec 23 15:42:28 2007 UTC (23 months ago) by jeremias
File length: 4943 byte(s)
Diff to previous 599383 (colored)
XMP: Added support for structured properties.
Bugfix for XMP serialization: arrays with only one entry were serialized as simple property which could lead to information loss for merge operations.

Revision 599383 - (view) (annotate) - [select for diffs]
Modified Thu Nov 29 11:15:22 2007 UTC (23 months, 4 weeks ago) by jeremias
File length: 4604 byte(s)
Diff to previous 599379 (colored)
PostScript: Improved PSImageUtils by introducing the ImageEncoder interface and allowing for streams instead of byte arrays for data transfer which can lower memory consumption.
Backwards compatibility is preserved but I've deprecated the methods using byte[].
Copied over PSDictionary from FOP because it is useful in PSImageUtils.

Revision 599379 - (view) (annotate) - [select for diffs]
Modified Thu Nov 29 11:06:46 2007 UTC (23 months, 4 weeks ago) by jeremias
File length: 4343 byte(s)
Diff to previous 592749 (colored)
PostScript: Fixed %%EOF checking for nested documents.
PostScript: Improved robustness of DSC parsing (multi-line comments with no value on the first line don't cause crashes anymore, fallback for unparsable DSC comments).

Revision 592749 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 13:55:59 2007 UTC (2 years ago) by jeremias
File length: 3978 byte(s)
Diff to previous 582858 (colored)
PostScript: Added classes for "BoundingBox" DSC comments.

Revision 582858 - (view) (annotate) - [select for diffs]
Modified Mon Oct 8 16:09:50 2007 UTC (2 years, 1 month ago) by jeremias
File length: 3852 byte(s)
Diff to previous 582750 (colored)
Bugzilla #43120:
Fixed a possible NPE in the TIFF codec (in the TIFFImage constructor).
Submitted by: Sergey Orlov <sorlov.at.mdi.ru>

Revision 582750 - (view) (annotate) - [select for diffs]
Modified Mon Oct 8 08:52:45 2007 UTC (2 years, 1 month ago) by jeremias
File length: 3673 byte(s)
Diff to previous 568176 (colored)
Bugzilla #42980:
Added support for classpath resources (find files in JAR files in the classpath using their MIME type)
Submitted by: Max Berger <max.at.berger.name>

Revision 568176 - (view) (annotate) - [select for diffs]
Modified Tue Aug 21 15:58:15 2007 UTC (2 years, 3 months ago) by cbowditch
File length: 3457 byte(s)
Diff to previous 558062 (colored)
Bugzilla #43069
add safe-set-page-device macro
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>

Revision 558062 - (view) (annotate) - [select for diffs]
Modified Fri Jul 20 17:19:10 2007 UTC (2 years, 4 months ago) by vhennebert
File length: 3181 byte(s)
Diff to previous 558055 (colored)
Put the exact release date for 1.2

Revision 558055 - (view) (annotate) - [select for diffs]
Modified Fri Jul 20 17:08:27 2007 UTC (2 years, 4 months ago) by vhennebert
File length: 3178 byte(s)
Diff to previous 549118 (colored)
Merged revisions 556002-556060,556062-558052 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/commons/branches/commons-1_2

........
  r556059 | vhennebert | 2007-07-13 18:40:47 +0200 (ven, 13 jui 2007) | 2 lines
  
  Add information about the upcoming 1.2 version
........
  r556060 | vhennebert | 2007-07-13 18:43:13 +0200 (ven, 13 jui 2007) | 2 lines
  
  Add a News section on the main page of the website
........
  r556063 | vhennebert | 2007-07-13 18:47:24 +0200 (ven, 13 jui 2007) | 2 lines
  
  Explicitely add a dependency on the PDF output plugin. Without this line I can't manage to make Forrest run (strange error message). Taken from FOP's forrest.properties file.
........
  r556542 | vhennebert | 2007-07-16 10:03:58 +0200 (lun, 16 jui 2007) | 2 lines
  
  Add 2007 to the copyrights of the NOTICE file
........

Revision 549118 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 14:27:03 2007 UTC (2 years, 5 months ago) by jeremias
File length: 3118 byte(s)
Diff to previous 548990 (colored)
Fixed literal text string escaping in PSGenerator. Some characters were not properly escaped.
Reported by: Manuel Polling

Revision 548990 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 08:28:52 2007 UTC (2 years, 5 months ago) by jeremias
File length: 2942 byte(s)
Diff to previous 548968 (colored)
Bugzilla #42507:
Added support for CMYK and GRAY color spaces for PSGenerator
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>

Patch modified:
color selection code moved from PSGraphics2D to PSGenerator in order not to generate a circular dependency.

Revision 548968 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 07:51:26 2007 UTC (2 years, 5 months ago) by jeremias
File length: 2723 byte(s)
Diff to previous 488625 (colored)
Fixed the PDF/A namespace according to ISO-19005-1:2005/Cor.1:2007 and deprecated the use of the draft PDF/A namespace used by Adobe Acrobat 7.x.

Revision 488625 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 10:51:44 2006 UTC (2 years, 11 months ago) by vhennebert
File length: 2495 byte(s)
Diff to previous 488369 (colored)
Merge back changes of revision 488619 from the 1.1 branch into the trunk

Revision 488369 - (view) (annotate) - [select for diffs]
Modified Mon Dec 18 17:56:05 2006 UTC (2 years, 11 months ago) by vhennebert
File length: 2485 byte(s)
Diff to previous 462813 (colored)
Merge back changes of revision 462811 from the 1.1 branch into the trunk

Revision 462813 - (view) (annotate) - [select for diffs]
Modified Wed Oct 11 14:20:20 2006 UTC (3 years, 1 month ago) by jeremias
File length: 2367 byte(s)
Diff to previous 447320 (colored)
Added missing info

Revision 447320 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 08:39:59 2006 UTC (3 years, 2 months ago) by jeremias
File length: 2313 byte(s)
Diff to previous 446632 (colored)
Added a runtime check for ImageWriter to verify that it will be functional when used. Example: There's no TIFF codec in the Sun JDK. You have to include the JAI Image I/O tools in the classpath to get TIFF support. With this change the ImageWriterRegistry automatically falls back to the internal TIFF codec if there's no Image I/O TIFF codec.

Revision 446632 - (view) (annotate) - [select for diffs]
Modified Fri Sep 15 15:28:11 2006 UTC (3 years, 2 months ago) by jeremias
File length: 1889 byte(s)
Diff to previous 426584 (colored)
Default implementation for AbstractGraphics2D.drawText(ACI, float, float) so PSGraphics2D supports painting text using the AttributedCharacterIterator.
Submitted by: Max Berger <max.at.berger.name>

Revision 426584 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 16:01:47 2006 UTC (3 years, 4 months ago) by jeremias
File length: 1635 byte(s)
Diff to previous 394927 (colored)
Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html

Revision 394927 - (view) (annotate) - [select for diffs]
Modified Tue Apr 18 12:30:46 2006 UTC (3 years, 7 months ago) by jeremias
File length: 1447 byte(s)
Diff to previous 394881 (colored)
Bugfix: The generation of the PostScript setdash command was assuming that only integer values can be used but that isn't the case.

Revision 394881 - (view) (annotate) - [select for diffs]
Modified Tue Apr 18 08:24:51 2006 UTC (3 years, 7 months ago) by jeremias
File length: 1233 byte(s)
Copied from: xmlgraphics/commons/branches/commons-1_0/status.xml revision 394782
Diff to previous 394777 (colored)
Merged all changes from commons-1_0 branch into trunk.

Revision 394777 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 21:16:02 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/commons/branches/commons-1_0/status.xml
File length: 1177 byte(s)
Diff to previous 393426 (colored)
Merged Clay's changes from Trunk.
Set the release date in the status.xml.

Revision 393426 - (view) (annotate) - [select for diffs]
Added Wed Apr 12 10:11:04 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/commons/branches/commons-1_0/status.xml
File length: 1184 byte(s)
Added distribution build
Added a changes page generated from status.xml
Added download link to mirror site (not operational, yet)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2