W3C CVS

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

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

Request diff between arbitrary revisions


Default branch: 1

Revision 1.25 / (download) - annotate - [select for diffs] , Thu Mar 2 18:31:20 2006 UTC (2 years, 2 months ago) by epietrig
CVS Tags: rel-2-2, HEAD
Changes since 1.24: +29 -29 lines
Diff to previous 1.24 (colored)
temporary removal of lens feature until ZVTM finalizes the transition to the new lens system

Revision 1.24 / (download) - annotate - [select for diffs] , Wed Mar 1 12:50:06 2006 UTC (2 years, 2 months ago) by epietrig
Changes since 1.23: +9 -9 lines
Diff to previous 1.23 (colored)
making more managers and methods public for use by plugins

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

Revision 1.22 / (download) - annotate - [select for diffs] , Mon Jan 17 15:53:34 2005 UTC (3 years, 3 months ago) by epietrig
Changes since 1.21: +33 -2 lines
Diff to previous 1.21 (colored)
added an inversecosine distortion lens option to main graph window

Revision 1.21 / (download) - annotate - [select for diffs] , Wed Jul 23 13:59:23 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.20: +1 -4 lines
Diff to previous 1.20 (colored)
now adapting arrow head size (property's edge) to the stroke width
fixed bug in sorting algorithm for property types in Definition table

Revision 1.20 / (download) - annotate - [select for diffs] , Tue Jul 22 20:31:09 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.19: +12 -12 lines
Diff to previous 1.19 (colored)
fixed bug assigning main color to nodes and edges when changed, whereas they should have been red (selected) or gray (commented)

Revision 1.19 / (download) - annotate - [select for diffs] , Tue Jul 15 19:28:54 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.18: +224 -1 lines
Diff to previous 1.18 (colored)
incremental styling now updates the shape/icon

Revision 1.18 / (download) - annotate - [select for diffs] , Thu Jul 10 22:06:49 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.17: +96 -75 lines
Diff to previous 1.17 (colored)
implemented table support in Delete/Cut/Copy?paste, and should work for undo() although not tested for every operaiton

Revision 1.17 / (download) - annotate - [select for diffs] , Thu Jul 10 14:57:02 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)
removed the arrow head for edges pointing to tables (requested by several members in sw-team)
a side effect is that we got rid of the sometimes-not-updated-arrow-head bug when resizing table columns (nice!)

Revision 1.16 / (download) - annotate - [select for diffs] , Thu Jul 10 13:42:52 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.15: +78 -10 lines
Diff to previous 1.15 (colored)
moving a table cell now moves the entire table

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

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Jun 25 21:30:14 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.13: +33 -4 lines
Diff to previous 1.13 (colored)
fixed font bug (bad font was applied when applying stylesheets)
fixed bug that prevented creating new properties when subject or object had a shape different from ellipse or rectangle
fixed mechanism remembering last import/export directories (was pointing to the tmp dot/svg dir after doing some operations like suugest layout)

Revision 1.13 / (download) - annotate - [select for diffs] , Tue Jun 17 22:27:50 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.12: +6 -3 lines
Diff to previous 1.12 (colored)
fixed many bugs in table layout (selection, deletion, ...)
fixed bug when resizing nodes with hidden properties
ifixed sort bug in StyleInfoR generation
changed some gss names like ValueOf to Fetch,...

Revision 1.12 / (download) - annotate - [select for diffs] , Mon Jun 16 21:49:55 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.11: +72 -5 lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs] , Fri Jun 13 22:00:47 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.10: +22 -5 lines
Diff to previous 1.10 (colored)
better column width computation for table
began implementing resizing for tables
fixed a terrible (but small) bug that prevented applying styles that delcared no gss:sort property

Revision 1.10 / (download) - annotate - [select for diffs] , Tue Jun 10 21:48:54 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.9: +186 -60 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs] , Mon Jun 2 18:42:40 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.8: +52 -65 lines
Diff to previous 1.8 (colored)
now possible to select nodes clicking on their label (if outside the shape)
compacted code for text alignment in GeomManager

Revision 1.8 / (download) - annotate - [select for diffs] , Mon Jun 2 17:39:06 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.7: +29 -5 lines
Diff to previous 1.7 (colored)
beautiful! found why the text labels were not properly placed when using the Graphics.getFontMetrics() method ; fixed it (this problem has been there for a long time)
also fixed a small bug in updating resource NS prefix in some corner cases

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

Revision 1.6 / (download) - annotate - [select for diffs] , Thu May 29 21:47:58 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.5: +31 -1 lines
Diff to previous 1.5 (colored)
added option for debugging gss (moved messages to a TextViewer)
added support for gss:text-align

Revision 1.5 / (download) - annotate - [select for diffs] , Thu May 15 20:07:30 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.4: +33 -21 lines
Diff to previous 1.4 (colored)
debugged support for polygon custom shapes
n

Revision 1.4 / (download) - annotate - [select for diffs] , Wed May 14 21:07:35 2003 UTC (5 years ago) by epietrig
Changes since 1.3: +18 -1 lines
Diff to previous 1.3 (colored)
began adding support for custom polygons (different from custom shapes)
added translation shortcut keys to radar view

Revision 1.3 / (download) - annotate - [select for diffs] , Fri Apr 18 21:15:19 2003 UTC (5 years ago) by epietrig
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)
added full support for gss:shape (resizing in now working)

Revision 1.2 / (download) - annotate - [select for diffs] , Fri Apr 18 15:12:57 2003 UTC (5 years ago) by epietrig
Changes since 1.1: +58 -29 lines
Diff to previous 1.1 (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.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