W3C CVS

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

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

Request diff between arbitrary revisions


Default branch: 1

Revision 1.32 / (download) - annotate - [select for diffs] , Wed Mar 21 13:10:16 2007 UTC (13 months, 3 weeks ago) by epietrig
CVS Tags: rel-2-2, HEAD
Changes since 1.31: +3 -10 lines
Diff to previous 1.31 (colored)
upd w.r.t changes in ZVTM's Glyph API

Revision 1.31 / (download) - annotate - [select for diffs] , Tue Mar 20 09:33:53 2007 UTC (13 months, 3 weeks ago) by epietrig
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)
upd w.r.t change in ZVTM's selection API

Revision 1.30 / (download) - annotate - [select for diffs] , Sat May 27 12:12:42 2006 UTC (23 months, 2 weeks ago) by epietrig
Changes since 1.29: +38 -27 lines
Diff to previous 1.29 (colored)
migrated event handlers to ZVTM's ViewEventHandler

Revision 1.29 / (download) - annotate - [select for diffs] , Fri May 19 06:35:32 2006 UTC (23 months, 3 weeks ago) by epietrig
Changes since 1.28: +117 -117 lines
Diff to previous 1.28 (colored)
temporarily disabled floating tool palette

Revision 1.28 / (download) - annotate - [select for diffs] , Tue May 16 06:15:14 2006 UTC (23 months, 4 weeks ago) by epietrig
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs] , Fri May 12 09:01:55 2006 UTC (2 years ago) by epietrig
Changes since 1.26: +21 -14 lines
Diff to previous 1.26 (colored)
now possible to prevent commenting propagation to arcs

Revision 1.26 / (download) - annotate - [select for diffs] , Thu Mar 2 18:30:30 2006 UTC (2 years, 2 months ago) by epietrig
Changes since 1.25: +11 -18 lines
Diff to previous 1.25 (colored)
reverted back to original code for +/- path editing as ZVTM bug 1441932 has been fixed

Revision 1.25 / (download) - annotate - [select for diffs] , Tue Feb 28 14:44:19 2006 UTC (2 years, 2 months ago) by epietrig
Changes since 1.24: +16 -9 lines
Diff to previous 1.24 (colored)
temporary fix to the +/- commands for path editing

Revision 1.24 / (download) - annotate - [select for diffs] , Fri Sep 16 07:21:26 2005 UTC (2 years, 7 months ago) by epietrig
Changes since 1.23: +6 -2 lines
Diff to previous 1.23 (colored)
added Ctrl+L shortcut for lens

Revision 1.23 / (download) - annotate - [select for diffs] , Wed Sep 14 07:43:42 2005 UTC (2 years, 7 months ago) by epietrig
Changes since 1.22: +95 -49 lines
Diff to previous 1.22 (colored)
- finished implementing floating palette events: cut, copy, comment, uncomment, create predicate

Revision 1.22 / (download) - annotate - [select for diffs] , Tue Sep 13 15:09:42 2005 UTC (2 years, 7 months ago) by epietrig
Changes since 1.21: +211 -163 lines
Diff to previous 1.21 (colored)
implemented events for floating palette icons : create resource, create literal, and paste

Revision 1.21 / (download) - annotate - [select for diffs] , Tue Sep 13 14:07:49 2005 UTC (2 years, 7 months ago) by epietrig
Changes since 1.20: +206 -146 lines
Diff to previous 1.20 (colored)
- added floating palette (graphics only for now, no events)
- modularized press1 events

Revision 1.20 / (download) - annotate - [select for diffs] , Mon Aug 29 06:37:39 2005 UTC (2 years, 8 months ago) by epietrig
Changes since 1.19: +40 -33 lines
Diff to previous 1.19 (colored)
upd deprecated ZVTM method calls

Revision 1.19 / (download) - annotate - [select for diffs] , Fri Feb 11 15:19:03 2005 UTC (3 years, 3 months ago) by epietrig
Changes since 1.18: +11 -4 lines
Diff to previous 1.18 (colored)
fixed bug in mouse-controlled altitude motion (was not repainted)

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Dec 1 16:17:28 2004 UTC (3 years, 5 months ago) by epietrig
Changes since 1.17: +15 -2 lines
Diff to previous 1.17 (colored)
mouse wheel support (zoom)

Revision 1.17 / (download) - annotate - [select for diffs] , Mon Oct 18 12:22:11 2004 UTC (3 years, 6 months ago) by epietrig
Changes since 1.16: +68 -33 lines
Diff to previous 1.16 (colored)
implemented meta/command modifier + button1 as a button3 substitute

Revision 1.16 / (download) - annotate - [select for diffs] , Wed Jul 23 20:20:56 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)
fixed GSS sort cascading bug
removed support for incremental styling of objects for some actions like deleting and commenting as they were very time consuming
(this should definitely be added at some point in the future, but styling after all delete ops have been completed)

Revision 1.15 / (download) - annotate - [select for diffs] , Fri Jul 11 19:53:28 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs] , Thu Jul 10 13:42:52 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)
moving a table cell now moves the entire table

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Jul 2 21:24:48 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.12: +57 -29 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs] , Wed Jun 25 21:30:14 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.11: +1 -0 lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs] , Tue Jun 17 22:27:50 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs] , Mon Jun 16 21:49:55 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.9: +96 -92 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs] , Fri Jun 13 22:00:47 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.8: +8 -3 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs] , Tue Jun 10 21:48:54 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs] , Mon Jun 2 18:42:40 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.6: +2 -5 lines
Diff to previous 1.6 (colored)
now possible to select nodes clicking on their label (if outside the shape)
compacted code for text alignment in GeomManager

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: +8 -0 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: +1 -1 lines
Diff to previous 1.4 (colored)
debugged support for polygon custom shapes
n

Revision 1.4 / (download) - annotate - [select for diffs] , Thu May 8 15:50:44 2003 UTC (5 years ago) by epietrig
Changes since 1.3: +6 -2 lines
Diff to previous 1.3 (colored)
added a navigation panel similar to the one in the ISV
browser plugin

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: +14 -14 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: +3 -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