log webapp/src/main/webapp/jquery/jquery.digilib.vector.js @ 1351:76b72fa16012

age author description
Mon, 09 Feb 2015 10:19:12 +0100 hertzhaft immediate reaction on when dragging and keys x or y are pressed
Mon, 09 Feb 2015 09:20:28 +0100 hertzhaft remove superfluous line
Sun, 08 Feb 2015 19:22:24 +0100 hertzhaft lock dimension for drawing and editing shapes
Sun, 08 Feb 2015 17:11:00 +0100 hertzhaft store screen positions on drag; trigger positionShape event
Tue, 03 Feb 2015 11:45:39 +0100 hertzhaft toggle SVG and key handler according to visibility of measure bar
Sun, 01 Feb 2015 23:26:45 +0100 hertzhaft simplify some convenience variables
Sun, 01 Feb 2015 17:54:11 +0100 hertzhaft support Ellipse
Sun, 01 Feb 2015 16:03:29 +0100 hertzhaft more refactoring for renderShape
Sun, 01 Feb 2015 15:40:29 +0100 hertzhaft refactored the creation of drag handles for shapes
Sun, 01 Feb 2015 14:58:22 +0100 hertzhaft support Circle shape
Sun, 01 Feb 2015 13:07:36 +0100 hertzhaft add dragShape event
Tue, 27 Jan 2015 11:45:37 +0100 robcast vector point uses pin-like svg-path now.
Sat, 24 Jan 2015 16:08:29 +0100 robcast some cleanup.
Fri, 23 Jan 2015 12:16:46 +0100 robcast use vector plugin defineShape method for annotation shapes.
Thu, 22 Jan 2015 18:49:30 +0100 robcast fixed stupid error.
Thu, 22 Jan 2015 18:47:33 +0100 robcast optimized number of renderings in defineShape.
Thu, 22 Jan 2015 17:50:26 +0100 robcast vector plugin sends renderShape event when shapes are (re)rendered into SVG elements.
Thu, 22 Jan 2015 16:12:03 +0100 robcast less rendering calls. rc_create_polys
Thu, 22 Jan 2015 12:59:59 +0100 robcast move annotation creation in its own function. rc_create_polys
Wed, 21 Jan 2015 18:11:23 +0100 robcast annotator uses its own vector layer now. rc_create_polys
Wed, 21 Jan 2015 17:53:22 +0100 robcast added Point shape type. rc_create_polys
Wed, 21 Jan 2015 10:45:54 +0100 robcast clean up. rc_create_polys
Tue, 20 Jan 2015 18:12:21 +0100 robcast linestring and polygon can now be created interactively with defineShape. doubleclick to end shape. rc_create_polys
Thu, 06 Mar 2014 12:14:39 +0100 robcast nicer comments.
Wed, 22 Jan 2014 20:11:36 +0100 robcast added Polygon and LineString aka polylline shape rendering. no creation yet.
Wed, 22 Jan 2014 10:40:17 +0100 robcast fixed svg layer offset by updating imgRect more often.
Tue, 21 Jan 2014 12:51:39 +0100 robcast loading additional (relative coordinate) SVG layers works now.
Mon, 20 Jan 2014 17:03:57 +0100 robcast removing old (svg-related) stuff.
Mon, 20 Jan 2014 16:22:32 +0100 robcast fix bug in vector plugin.
Sun, 19 Jan 2014 17:17:26 +0100 robcast new addVectorLayer action.
Sat, 18 Jan 2014 14:41:26 +0100 robcast more doc.
Fri, 17 Jan 2014 22:33:24 +0100 robcast improved vector update.
Fri, 17 Jan 2014 22:31:27 +0100 robcast improved vector update.
Fri, 17 Jan 2014 22:14:39 +0100 robcast createShape now uses vertexDragHandler too. vertex dragging also works with single clicks.
Fri, 17 Jan 2014 17:38:24 +0100 robcast changing a shape sends "changeShape" event with shape.
Fri, 17 Jan 2014 17:17:47 +0100 robcast vector shapes can be editable now (properties:{editable:true}).
Fri, 17 Jan 2014 14:57:20 +0100 robcast vector plugin assembles svg elementwise now.
Fri, 17 Jan 2014 10:33:51 +0100 robcast start editable shapes.
Thu, 16 Jan 2014 19:34:17 +0100 robcast vector plugin uses screen coordinates in SVG now.
Thu, 16 Jan 2014 15:10:17 +0100 robcast more doc.
Thu, 16 Jan 2014 14:19:46 +0100 robcast some documentation.
Thu, 16 Jan 2014 14:00:33 +0100 robcast small fixes.
Wed, 15 Jan 2014 22:32:42 +0100 robcast interactive creation of vector lines and rectangles.
Wed, 15 Jan 2014 18:25:33 +0100 robcast more vectors.
Wed, 15 Jan 2014 17:31:22 +0100 robcast vector plugin has setShapes action now.
Wed, 15 Jan 2014 12:49:00 +0100 robcast working on new vector plugin for zoomable vector (SVG) overlays.