Older
-
-
-
-
r284
(gvimagemap/index.php: Put the status display behind the imag...) committed by ryandesign.com
- gvimagemap/index.php: Put the status display behind the image map.
gvimagemap/index.php: Put the status display behind the image map.
-
r283
(gvimagemap/styles.css: Remove unnecessary z-index properties...) committed by ryandesign.com
- gvimagemap/styles.css: Remove unnecessary z-index properties.
gvimagemap/styles.css: Remove unnecessary z-index properties.
-
r282
(gvimagemap/styles.css: Use fixed instead of absolute positio...) committed by ryandesign.com
- gvimagemap/styles.css: Use fixed instead of absolute position for the status box so it can't get
scrolled away.
gvimagemap/styles.css: Use fixed instead of absolute position for the status box so it can't get
scrolled away.
-
issue 55
(Support for encoded text values) changed by ryandesign.com
-
Status:
WontFix
Labels:
Type-Enhancement
−Type-Defect
Status:
WontFix
Labels:
Type-Enhancement
−Type-Defect
-
r281
(gvimagemap/index.php: Don't use base href tag because it doe...) committed by ryandesign.com
- gvimagemap/index.php: Don't use base href tag because it doesn't work with Firefox here for some
reason.
gvimagemap/index.php: Don't use base href tag because it doesn't work with Firefox here for some
reason.
-
r280
(gvimagemap: Add example exercising the cmapx output from Gra...) committed by ryandesign.com
- gvimagemap: Add example exercising the cmapx output from Graphviz.
gvimagemap: Add example exercising the cmapx output from Graphviz.
-
r279
(jsimagemap/README.txt: Refine wording.
) committed by ryandesign.com
- jsimagemap/README.txt: Refine wording.
jsimagemap/README.txt: Refine wording.
-
r278
(jsimagemap: Add example showing how a client-side image map ...) committed by ryandesign.com
- jsimagemap: Add example showing how a client-side image map can be created completely in JavaScript.
jsimagemap: Add example showing how a client-side image map can be created completely in JavaScript.
-
-
-
r276
(LICENSE.txt: Update year in copyright notice.
) committed by ryandesign.com
- LICENSE.txt: Update year in copyright notice.
LICENSE.txt: Update year in copyright notice.
-
r275
(LICENSE.txt: Update year in copyright notice.
) committed by ryandesign.com
- LICENSE.txt: Update year in copyright notice.
LICENSE.txt: Update year in copyright notice.
-
r274
(path.js: KAPPA should be a constant in the Ellipse class, no...) committed by ryandesign.com
- path.js: KAPPA should be a constant in the Ellipse class, not an instance variable in each Ellipse
object.
path.js: KAPPA should be a constant in the Ellipse class, not an instance variable in each Ellipse
object.
-
-
r273
(example3.html: Add some translucency, why not.
) committed by ryandesign.com
- example3.html: Add some translucency, why not.
example3.html: Add some translucency, why not.
-
r272
(example3.html: New example showing canvas transforms.
) committed by ryandesign.com
- example3.html: New example showing canvas transforms.
example3.html: New example showing canvas transforms.
-
r271
(example2.html: Give the square dashed lines.
) committed by ryandesign.com
- example2.html: Give the square dashed lines.
example2.html: Give the square dashed lines.
-
r270
(example2.html: New example showing how to draw shapes with t...) committed by ryandesign.com
- example2.html: New example showing how to draw shapes with the new draw() method.
example2.html: New example showing how to draw shapes with the new draw() method.
-
-
r269
(path.js: Give a Path the ability to draw() itself. Path init...) committed by ryandesign.com
- path.js: Give a Path the ability to draw() itself. Path initialization methods get a new options
parameter for specifying context and other attributes to apply to this Path. See issue #53 .
path.js: Give a Path the ability to draw() itself. Path initialization methods get a new options
parameter for specifying context and other attributes to apply to this Path. See issue #53 .
-
r268
(path.js: Add offset() methods to the Polygon, Rect and Ellip...) committed by ryandesign.com
- path.js: Add offset() methods to the Polygon, Rect and Ellipse classes so the instance variables are
offset too, not just the segments.
path.js: Add offset() methods to the Polygon, Rect and Ellipse classes so the instance variables are
offset too, not just the segments.
-
r267
(path.js: "return this" from the offset() method in Point and...) committed by ryandesign.com
- path.js: "return this" from the offset() method in Point and Bezier so that you can chain this
method with others.
path.js: "return this" from the offset() method in Point and Bezier so that you can chain this
method with others.
-
r266
(path.js: Always use Object.inUndefined(), for consistency, i...) committed by ryandesign.com
- path.js: Always use Object.inUndefined(), for consistency, instead of checking typeof ourselves.
path.js: Always use Object.inUndefined(), for consistency, instead of checking typeof ourselves.
-
-
r265
(Canviz: Update externals to use latest Path library; see iss...) committed by ryandesign.com
- Canviz: Update externals to use latest Path library; see issue #53 .
canviz.js: Update for renamed methods.
Canviz: Update externals to use latest Path library; see issue #53 .
canviz.js: Update for renamed methods.
-
r264
(Path examples: Use peg revisions to lock down externals defi...) committed by ryandesign.com
- Path examples: Use peg revisions to lock down externals definitions even if the paths they reference
move or disappear in the future.
Path examples: Use peg revisions to lock down externals definitions even if the paths they reference
move or disappear in the future.
-
r263
(Use peg revisions to lock down externals definitions even if...) committed by ryandesign.com
- Use peg revisions to lock down externals definitions even if the paths they reference move or
disappear in the future.
Use peg revisions to lock down externals definitions even if the paths they reference move or
disappear in the future.
-
-
-
r262
(path.js: Rename draw => makePath, drawDotted => makeDottedPa...) committed by ryandesign.com
- path.js: Rename draw => makePath, drawDotted => makeDottedPath, drawDashed => makeDashedPath,
drawCommands => pathCommands. See issue #53 .
example1.html: Make corresponding changes.
path.js: Rename draw => makePath, drawDotted => makeDottedPath, drawDashed => makeDashedPath,
drawCommands => pathCommands. See issue #53 .
example1.html: Make corresponding changes.
-
-
-
r261
(path.js: Rect is now based on Polygon.
) committed by ryandesign.com
- path.js: Rect is now based on Polygon.
path.js: Rect is now based on Polygon.
-
r260
(path.js: New class Polygon.
) committed by ryandesign.com
- path.js: New class Polygon.
path.js: New class Polygon.
-
-
-
-
r259
(Makefile: Use -I instead of -J for compatibility with GNU xa...) committed by ryandesign.com
- Makefile: Use -I instead of -J for compatibility with GNU xargs. See issue #47.
Makefile: Use -I instead of -J for compatibility with GNU xargs. See issue #47.
-
issue 47
(Makefile not compatible with GNU xargs) commented on by mrkvnz
-
-
-
issue 52
(add json capability to load()) Labels changed by ryandesign.com
-
Labels:
Type-Enhancement
−Type-Defect
Labels:
Type-Enhancement
−Type-Defect
-
-
-
r257
(canviz.js: Switch from underscore_separated_words to lowerCa...) committed by ryandesign.com
- canviz.js: Switch from underscore_separated_words to lowerCamelCase for all function parameters and
local variable names, to match path.js and prototype.js. See issue #51.
canviz.js: Switch from underscore_separated_words to lowerCamelCase for all function parameters and
local variable names, to match path.js and prototype.js. See issue #51.
-
-
-
|