W3C CVS

CVS log for java/classes/org/w3c/IsaViz/IResource.java

[BACK] Up to [Public] / java / classes / org / w3c / IsaViz

Request diff between arbitrary revisions


Default branch: 1

Revision 1.26 / (download) - annotate - [select for diffs] , Tue Apr 17 12:48:56 2007 UTC (12 months, 3 weeks ago) by epietrig
CVS Tags: HEAD
Changes since 1.25: +29 -33 lines
Diff to previous 1.25 (colored)
upd w.r.t change in ZVTM color animation API

Revision 1.25 / (download) - annotate - [select for diffs] , Thu May 18 14:16:12 2006 UTC (23 months, 3 weeks ago) by epietrig
CVS Tags: rel-2-2
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)
- more efficient support for groups
- support for fresnel:value=fresnel:image

Revision 1.24 / (download) - annotate - [select for diffs] , Tue May 16 15:55:31 2006 UTC (23 months, 3 weeks ago) by epietrig
Changes since 1.23: +22 -22 lines
Diff to previous 1.23 (colored)
some refactoring of gray/color code, fixed bug in matching nodes colorization

Revision 1.23 / (download) - annotate - [select for diffs] , Tue May 16 14:10:05 2006 UTC (23 months, 3 weeks ago) by epietrig
Changes since 1.22: +10 -9 lines
Diff to previous 1.22 (colored)
implemented better (but not final algo)

Revision 1.22 / (download) - annotate - [select for diffs] , Tue May 16 06:15:14 2006 UTC (23 months, 4 weeks ago) by epietrig
Changes since 1.21: +60 -1 lines
Diff to previous 1.21 (colored)
- refactored code for graying/colorizing nodes and arcs rendered by Fresnel lenses
- implemented basic algorithm bringing properties to be shwon closer to current node

Revision 1.21 / (download) - annotate - [select for diffs] , Mon May 15 07:00:05 2006 UTC (23 months, 4 weeks ago) by epietrig
Changes since 1.20: +15 -7 lines
Diff to previous 1.20 (colored)
decoupled gray/color from (un)commenting

Revision 1.20 / (download) - annotate - [select for diffs] , Fri May 12 09:01:55 2006 UTC (2 years ago) by epietrig
Changes since 1.19: +22 -18 lines
Diff to previous 1.19 (colored)
now possible to prevent commenting propagation to arcs

Revision 1.19 / (download) - annotate - [select for diffs] , Tue Feb 28 08:07:57 2006 UTC (2 years, 2 months ago) by epietrig
Changes since 1.18: +6 -6 lines
Diff to previous 1.18 (colored)
made a bunch of attributes and methods public for access by plugins

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Feb 3 06:40:16 2006 UTC (2 years, 3 months ago) by epietrig
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)
made a few methods and consts public for access e.g. by plugins

Revision 1.17 / (download) - annotate - [select for diffs] , Thu Sep 8 12:40:13 2005 UTC (2 years, 8 months ago) by epietrig
Changes since 1.16: +17 -1 lines
Diff to previous 1.16 (colored)
added a method that returns all rdf:type values associated with the resource

Revision 1.16 / (download) - annotate - [select for diffs] , Mon Jul 18 13:55:45 2005 UTC (2 years, 9 months ago) by epietrig
Changes since 1.15: +26 -2 lines
Diff to previous 1.15 (colored)
adapted IsaViz's graph data model for FSL

Revision 1.15 / (download) - annotate - [select for diffs] , Tue Jan 11 08:38:57 2005 UTC (3 years, 4 months ago) by epietrig
Changes since 1.14: +16 -1 lines
Diff to previous 1.14 (colored)
added method to access rdfs:label property value (if exists)

Revision 1.14 / (download) - annotate - [select for diffs] , Fri Jan 7 08:37:15 2005 UTC (3 years, 4 months ago) by epietrig
Changes since 1.13: +14 -6 lines
Diff to previous 1.13 (colored)
provide truncated versions of rdfs:label values associated with resources

Revision 1.13 / (download) - annotate - [select for diffs] , Fri Aug 8 21:51:38 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)
minor bug fixes, including isv/xml dash-array property bad format

Revision 1.12 / (download) - annotate - [select for diffs] , Thu Aug 7 13:45:09 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.11: +8 -3 lines
Diff to previous 1.11 (colored)
added a new styling property: gss:stroke-dasharray

Revision 1.11 / (download) - annotate - [select for diffs] , Fri Jul 11 19:53:28 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)
fixed bug geberating as many edges as rows in a table
fixed bad colors for property table cells
implemented full support for cut/copy/paste/delete and associated undo for tables

Revision 1.10 / (download) - annotate - [select for diffs] , Wed Jul 9 20:12:17 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.9: +32 -71 lines
Diff to previous 1.9 (colored)
Lots of changes in the handling of URI vs ID, inculding the ISV/XML format
Should work much better now, and Jena should no longer complain about relative URIs without a base

Revision 1.9 / (download) - annotate - [select for diffs] , Wed Jul 2 21:24:48 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)
fixed the bug that caused visibility=hidden entities to be displayed when loaded from an ISV project file
implemented a new Property (statement) constructor as a Swing Dialog that allows selecting the subject and object by point and click
+modifying the property (this makes it much easier to create properties between subjects and objects which are geometrically far
from one another)

Revision 1.8 / (download) - annotate - [select for diffs] , Mon Jun 30 21:11:56 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)
fixed bug in IResource.toISV() that omitted information when saving invisible resources in ISV/XML, preventing projects to be restored correctly
fixed problem with table property cell stroke color (got rid of cellStrokeIndex, just relying on textIndex when table=true)

Revision 1.7 / (download) - annotate - [select for diffs] , Fri Jun 27 20:59:34 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.6: +104 -16 lines
Diff to previous 1.6 (colored)
main changes are the implementation of support for GSS styling in ISV project files
(still buggy, but almost working )

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Jun 16 21:49:55 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.5: +0 -3 lines
Diff to previous 1.5 (colored)
implemented gss:ValueOf() (function for dynamically specifying icon URIs)
fixed bugs in table resizing
implemented gss:fill for properties laid out in table form

Revision 1.5 / (download) - annotate - [select for diffs] , Tue Jun 10 21:48:54 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.4: +0 -9 lines
Diff to previous 1.4 (colored)
better adjusting of paths pointing to table cells (now using the entire column instead of only the first cell)
better layout of the text labels for table layout

Revision 1.4 / (download) - annotate - [select for diffs] , Fri May 30 20:52:10 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.3: +10 -1 lines
Diff to previous 1.3 (colored)
added support for gss:icon (seems to be working fine for now)
slight enhancement of align-text algo

Revision 1.3 / (download) - annotate - [select for diffs] , Fri Apr 18 15:12:57 2003 UTC (5 years ago) by epietrig
Changes since 1.2: +12 -7 lines
Diff to previous 1.2 (colored)
almost finished implementing gss:shape
the only thing not working for now is the resizing mechanism when the shape is not rectangle or an ellipse (also causes ClassCastExceptions when editing the geometry of a spline)

Revision 1.2 / (download) - annotate - [select for diffs] , Fri Apr 11 21:14:53 2003 UTC (5 years, 1 month ago) by epietrig
Changes since 1.1: +5 -0 lines
Diff to previous 1.1 (colored)
enhanced shortcut keys for error log and radar window (bring window to front when exists)
added new shortcut keys for zoom-in zoom-out (page down/page up)
added support for GSS/visiblity=hidden (only display=none was working until now)

Revision 1.1 / (download) - annotate - [select for diffs] , Fri Apr 4 14:36:23 2003 UTC (5 years, 1 month ago) by epietrig
Diff
first alpha public release of IsaViz v2.0 with support for GraphStylesheets (GSS)
includes supoort for the following properties:
gss:fill
gss:stroke
gss:stroke-width
gss:font-family
gss:font-weight
gss:font-style
gss:font-size
gss:display=none
gss:visibility=visible
gss:visibility=hidden

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster