Log of /xmlgraphics/commons/trunk/status.xml
Parent Directory
|
Revision Log
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.