Commit Log (Page 12 of 64)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Summary Period: 2004-07-28 to 2004-06-17 (Commits 2589-2638 of 3188)

hannes 2004-07-28 21:00

Allow onCodeUpdate function to be defined in prototype chain.

3 lines of code changed in:

lehni 2004-07-16 12:36

added FileObject support for getInfo and corrected error messages.

17 lines of code changed in:

lehni 2004-07-16 12:35

added "protected getFile()" for FileObject support in Image.getInfo

4 lines of code changed in:

tobi 2004-07-12 17:58

* moved retrieval of propertyName into extra template
* moved global variables into stylesheet element
* simplified the sorting of properties
* renamed property tempalte to getOutputItem
* added comments

61 lines of code changed in:

lehni 2004-07-12 17:19

Addapted to the chanes in ImageGenerator's read functions (for URL and String parameters)

11 lines of code changed in:

lehni 2004-07-12 17:19

added new read() methods that read from URL (for urls) and String (for local filenames) objects.

16 lines of code changed in:

hannes 2004-07-12 16:03

* Implement Image.getInfo() function that returns an ImageInfo object for a
byte array, input stream, url or file name argument.
* Change Image() constructor to accept a path name as argument (converts to
file: URL internally).

80 lines of code changed in:

hannes 2004-07-12 16:01

Add Marco Schmidt's ImageInfo class as helma.image.ImageInfo.

2585 lines of code changed in:

tobi 2004-07-12 15:01

hopefully fixed the sorting problem with child nodes having propertyname attributes

1 lines of code changed in:

lehni 2004-07-12 14:39

a few clean-ups.

6 lines of code changed in:

lehni 2004-07-12 14:36

Bugfix in "protected BufferedImage resize(int w, int h, boolean
smooth)", as suggested by Paul Alexandrow

3 lines of code changed in:

hannes 2004-07-12 10:26

Display property names with <property propertyname="" ...> elements

15 lines of code changed in:

tobi 2004-07-06 16:28

* added support for <property name="xyz"> elements
* prefer output of prototyperef value rather than generic "HopObject" whenever possible
* fixed linebreaks (somehow they appeared corrupted on my machine)

155 lines of code changed in:

hannes 2004-07-06 16:00

Use getChildElement() instead of getNode() to evict old keys when
changing the accessname property

3 lines of code changed in:

hannes 2004-07-05 17:13

Move helma.xsl from dom to db because it's XmlDatabase which installs the file

2 lines of code changed in:

hannes 2004-07-05 15:44

Add xml style sheet processing instruction

4 lines of code changed in:

hannes 2004-07-05 15:42

Install helma.xsl style sheet when opening a database that doesn't have it already

38 lines of code changed in:

hannes 2004-07-05 15:39

Move helma.xsl from dom to db because it's XmlDatabase which installs the file

127 lines of code changed in:

hannes 2004-07-05 12:41

Copy db style sheet to classes in compile task

5 lines of code changed in:

hannes 2004-07-05 12:41

Add Tobi's stylesheet for Helma xml db files

127 lines of code changed in:

hannes 2004-06-30 10:50

Update date in last line (this time thanks to Stefan Rinner ;-)

1 lines of code changed in:

hannes 2004-06-30 10:33

Updated Helma version, changed header for imaging + jdk 1.3, thanks again
to Chris Zumbrunn.

4 lines of code changed in:

hannes 2004-06-30 10:29

Updated 3rd party licenses to reflect the actual state and replaced reference
to 3rd party licenses with a generic paragraph in the Helma license. Thanks to
Chris Zumbrunn for the hint.

732 lines of code changed in:

hannes 2004-06-29 18:15

Updated date in version string

3 lines of code changed in:

hannes 2004-06-29 18:06

Updated last modified timestamp

1 lines of code changed in:

hannes 2004-06-29 18:06

Add note about image code requirements for users of Java 1.3.
Replace note about Mac OS 9 with generic note about other OSes.

16 lines of code changed in:

hannes 2004-06-29 17:35

Include javadocs and jimi.jar in src packages

4 lines of code changed in:

hannes 2004-06-29 17:27

Create lib/ext directory in package-raw

3 lines of code changed in:

hannes 2004-06-29 17:25

Remove antclick target - this is now done by antville's own build file

1 lines of code changed in:

hannes 2004-06-29 17:15

Renamed postCompile() to onCodeUpdate() as discussed on helma-dev

5 lines of code changed in:

hannes 2004-06-29 17:09

Removing static antclick build skeleton - antville now has its own build system.

0 lines of code changed in:

hannes 2004-06-29 16:07

Reenable cleaning up of work directory (which was unintentionally disabled)

1 lines of code changed in:

hannes 2004-06-29 15:46

Remove build.compiler = classic property

1 lines of code changed in:

hannes 2004-06-29 15:24

Remove special chars from author name to fix problems with encoding

3 lines of code changed in:

hannes 2004-06-29 14:14

Remove himp from list of packaged demo apps since it doesn't work without jimi.jar.

0 lines of code changed in:

hannes 2004-06-28 18:56

Committing patch from Rashid to call postCompile() function if it is defined
after a prototype has been evaluated.

13 lines of code changed in:

hannes 2004-06-28 18:36

Fix references from transient nodes to persistent ones in Xml.read() and Xml.write().
* In XmlWriter generate reference tags when referencing a persistent node from a
transient one.
* In XmlReader make sure we have the app's NodeManager to look up node
references we don't know about.
Fixes bug 371: http://helma.org/bugs/show_bug.cgi?id=371

31 lines of code changed in:

hannes 2004-06-28 14:33

Exclude jimi.jar from package archive. We are now using Juerg's javax.imageio.*
by default. People who rely on JDK 1.3/Jimi will have to download and install it
manually.

2 lines of code changed in:

hannes 2004-06-25 15:30

Explicitly use StringBuffer.append(String) instead of
StringBuffer.append(StringBuffer) in order to run on JDK 1.3 VMs which don't
have the latter, even when the code was compiled with JDK 1.4 +.

10 lines of code changed in:

lehni 2004-06-17 16:35

keyword substitution changes

0 lines of code changed in:

lehni 2004-06-17 16:25

Removed benchmarking info to System.out.println

7 lines of code changed in:

lehni 2004-06-17 16:16

Fixed a bug concenring severe slow downs when filtering BufferedImages with strange ColorModels

23 lines of code changed in:

lehni 2004-06-17 13:35

added the copy file instruction for src/META-INF/services/javax.imageio.spi.ImageWriterSpi

3 lines of code changed in:

lehni 2004-06-17 13:34

file moved to /src/META-INF/services

0 lines of code changed in:

lehni 2004-06-17 13:34

Initial check-in. META-INF file for helma.image.imageio.gif.GIFImageWriter

1 lines of code changed in:

lehni 2004-06-17 12:24

a few last minute changes, clean-ups an comment-corrections.

80 lines of code changed in:

lehni 2004-06-17 11:58

The Acme GifEncoder is replaced by helma.image.GIFEncoder

0 lines of code changed in:

lehni 2004-06-17 11:54

Part of the new Imaging libary: tells ImageIO about the existense of the GIF codec. Needs to be copied to META-INF/services

0 lines of code changed in:

lehni 2004-06-17 11:53

Part of the new Imaging libary: works with the new ImageGenerator

17 lines of code changed in:

lehni 2004-06-17 11:52

Initial check-in. Used in helma.image.Quantize for error diffusion dithering.

241 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Generated by StatCVS 0.2.2