Code

inkscape.git
16 years agoWarning cleanup
joncruz [Wed, 9 Jul 2008 03:34:50 +0000 (03:34 +0000)]
Warning cleanup

16 years agoremove fractional digits from hscales, we cannot drag with such precision anyway
buliabyak [Wed, 9 Jul 2008 03:22:09 +0000 (03:22 +0000)]
remove fractional digits from hscales, we cannot drag with such precision anyway

16 years agoFix handle for LPERotateCopies
cilix42 [Tue, 8 Jul 2008 22:58:55 +0000 (22:58 +0000)]
Fix handle for LPERotateCopies

16 years agoRename LPE: mirror reflect --> mirror symmetry
cilix42 [Tue, 8 Jul 2008 21:18:50 +0000 (21:18 +0000)]
Rename LPE: mirror reflect --> mirror symmetry

16 years agofix calligraphy and erasertools bugs introduced by rev19197
johanengelen [Tue, 8 Jul 2008 20:29:15 +0000 (20:29 +0000)]
fix calligraphy and erasertools bugs introduced by rev19197

16 years agorender glyphs using 2geom pathvector instead of artbpath of font-glyph
johanengelen [Tue, 8 Jul 2008 20:19:51 +0000 (20:19 +0000)]
render glyphs using 2geom pathvector instead of artbpath of font-glyph

16 years ago2geomify SPCurve::new_from_rect
johanengelen [Tue, 8 Jul 2008 20:18:44 +0000 (20:18 +0000)]
2geomify SPCurve::new_from_rect

16 years ago2geomify ellipse creation
johanengelen [Tue, 8 Jul 2008 20:17:00 +0000 (20:17 +0000)]
2geomify ellipse creation

16 years agoadd 2geom pathvector to glyph font-glyph
johanengelen [Tue, 8 Jul 2008 20:15:56 +0000 (20:15 +0000)]
add 2geom pathvector to glyph font-glyph

16 years agoadd MakePathVector to livarot
johanengelen [Tue, 8 Jul 2008 20:14:07 +0000 (20:14 +0000)]
add MakePathVector to livarot

16 years agoinstrument event latency
mental [Tue, 8 Jul 2008 19:16:01 +0000 (19:16 +0000)]
instrument event latency

16 years agodisable motion hints again; still some subtle issues to work out
mental [Tue, 8 Jul 2008 19:15:49 +0000 (19:15 +0000)]
disable motion hints again; still some subtle issues to work out

16 years ago2geomify the static defined hatchcircles of dropper tool, dyna draw and tweak tool.
johanengelen [Tue, 8 Jul 2008 18:05:08 +0000 (18:05 +0000)]
2geomify the static defined hatchcircles of dropper tool, dyna draw and tweak tool.

16 years ago* 2geomify polygon svg writing
johanengelen [Tue, 8 Jul 2008 17:55:15 +0000 (17:55 +0000)]
* 2geomify polygon svg writing
* 2geomify caligraphy and erasertool svg writing

16 years agopatch by FreqMod for bug 246389
buliabyak [Tue, 8 Jul 2008 17:35:52 +0000 (17:35 +0000)]
patch by FreqMod for bug 246389

16 years agoPatch from codedread. Prevents rendering of title/desc/metadata elements in text...
sasilver [Tue, 8 Jul 2008 13:00:20 +0000 (13:00 +0000)]
Patch from codedread. Prevents rendering of title/desc/metadata elements in text (fixes bug 238093).

16 years agodisable motion hints for calligraphy to avoid confusion
mental [Tue, 8 Jul 2008 04:03:42 +0000 (04:03 +0000)]
disable motion hints for calligraphy to avoid confusion

16 years agoFalse alarm; re-enable them
mental [Tue, 8 Jul 2008 03:49:30 +0000 (03:49 +0000)]
False alarm; re-enable them

16 years agodisable motion hints again
mental [Tue, 8 Jul 2008 03:23:25 +0000 (03:23 +0000)]
disable motion hints again

16 years agoI'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
mental [Tue, 8 Jul 2008 03:01:39 +0000 (03:01 +0000)]
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK

16 years agodisable motion hints again
mental [Tue, 8 Jul 2008 02:43:34 +0000 (02:43 +0000)]
disable motion hints again

16 years agoenable motion hints for non-freehand actions
mental [Tue, 8 Jul 2008 02:32:42 +0000 (02:32 +0000)]
enable motion hints for non-freehand actions

16 years agotemporarily enable motion hints for calligraphy tool
mental [Tue, 8 Jul 2008 02:25:52 +0000 (02:25 +0000)]
temporarily enable motion hints for calligraphy tool

16 years agoenable safe support for motion hints
mental [Tue, 8 Jul 2008 02:25:41 +0000 (02:25 +0000)]
enable safe support for motion hints

16 years agofix 169096
buliabyak [Mon, 7 Jul 2008 20:54:18 +0000 (20:54 +0000)]
fix 169096

16 years agoconvert item to livarot path using 2geom path
johanengelen [Mon, 7 Jul 2008 20:34:51 +0000 (20:34 +0000)]
convert item to livarot path using 2geom path

16 years ago2geomify conversion to livaror in flood-context.cpp
johanengelen [Mon, 7 Jul 2008 20:32:37 +0000 (20:32 +0000)]
2geomify conversion to livaror in flood-context.cpp

16 years agoreplace separate forward declarations by proper forward.h inclusion
johanengelen [Mon, 7 Jul 2008 20:23:57 +0000 (20:23 +0000)]
replace separate forward declarations by proper forward.h inclusion

16 years agocleanup unused methods in spcurve
johanengelen [Mon, 7 Jul 2008 19:31:39 +0000 (19:31 +0000)]
cleanup unused methods in spcurve

16 years agotry to use consistent document for creating guides
mental [Mon, 7 Jul 2008 16:35:28 +0000 (16:35 +0000)]
try to use consistent document for creating guides

16 years ago2geomify polygon. added TODO to add testcase for corner case polygon element
johanengelen [Mon, 7 Jul 2008 15:55:25 +0000 (15:55 +0000)]
2geomify polygon. added TODO to add testcase for corner case polygon element

16 years agosubstitute macro with function call
johanengelen [Mon, 7 Jul 2008 15:48:07 +0000 (15:48 +0000)]
substitute macro with function call

16 years ago2geomify more of pencil-context.cpp
johanengelen [Mon, 7 Jul 2008 15:45:42 +0000 (15:45 +0000)]
2geomify more of pencil-context.cpp

16 years agofix number of marker counting in shape
johanengelen [Mon, 7 Jul 2008 14:06:53 +0000 (14:06 +0000)]
fix number of marker counting in shape

16 years agoremove dead code
johanengelen [Mon, 7 Jul 2008 13:44:03 +0000 (13:44 +0000)]
remove dead code

16 years ago2geomify marker code in stroke-to-path
johanengelen [Mon, 7 Jul 2008 12:50:16 +0000 (12:50 +0000)]
2geomify marker code in stroke-to-path

16 years agofix orientation of markers
johanengelen [Mon, 7 Jul 2008 12:29:23 +0000 (12:29 +0000)]
fix orientation of markers

16 years agochange part of calligraphic/eraser code to 2geom.
johanengelen [Mon, 7 Jul 2008 09:27:03 +0000 (09:27 +0000)]
change part of calligraphic/eraser code to 2geom.

16 years agoimprove documentation of SPCurve::last_segment
johanengelen [Mon, 7 Jul 2008 09:17:41 +0000 (09:17 +0000)]
improve documentation of SPCurve::last_segment

16 years agoclean up matrix transform svg-write function
johanengelen [Mon, 7 Jul 2008 08:17:51 +0000 (08:17 +0000)]
clean up matrix transform svg-write function

16 years agoUse icons in tool overflow menu now that stock icon hook is in
joncruz [Mon, 7 Jul 2008 08:09:45 +0000 (08:09 +0000)]
Use icons in tool overflow menu now that stock icon hook is in

16 years agoRefactoring to be able to use standard themeable icons
joncruz [Mon, 7 Jul 2008 00:57:09 +0000 (00:57 +0000)]
Refactoring to be able to use standard themeable icons

16 years agofix 245960, switch most of the rest of calligraphic controls to 0..100
buliabyak [Mon, 7 Jul 2008 00:34:18 +0000 (00:34 +0000)]
fix 245960, switch most of the rest of calligraphic controls to 0..100

16 years agoa simpler and more reliable method of doing caps: always perpendicular to from-to
buliabyak [Mon, 7 Jul 2008 00:32:05 +0000 (00:32 +0000)]
a simpler and more reliable method of doing caps: always perpendicular to from-to

16 years agomodified is_positive and is_negative implementation for Vector and Matrix in order...
mcecchetti [Sun, 6 Jul 2008 15:36:49 +0000 (15:36 +0000)]
modified is_positive and is_negative implementation for Vector and Matrix in order to make 2geom linkable with a gsl release >= 1.8

16 years agoagree with the FIXME
ishmal [Sun, 6 Jul 2008 06:30:57 +0000 (06:30 +0000)]
agree with the FIXME

16 years agomove undo commits closer to the UI
buliabyak [Sat, 5 Jul 2008 22:14:22 +0000 (22:14 +0000)]
move undo commits closer to the UI

16 years agofix 245806
buliabyak [Sat, 5 Jul 2008 20:11:12 +0000 (20:11 +0000)]
fix 245806

16 years agoChange link line for a couple of the test programs, so that `make check' compiles...
pjrm [Sat, 5 Jul 2008 16:09:57 +0000 (16:09 +0000)]
Change link line for a couple of the test programs, so that `make check' compiles again.

16 years agoTests for nr-compose, as well as updated tests for svg-affine and svg-length.
jaspervdg [Sat, 5 Jul 2008 14:56:14 +0000 (14:56 +0000)]
Tests for nr-compose, as well as updated tests for svg-affine and svg-length.

16 years agowidgets/select-toolbar.h: Supply missing #includes/declarations so that we don't...
pjrm [Sat, 5 Jul 2008 12:04:50 +0000 (12:04 +0000)]
widgets/select-toolbar.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agowidgets/calligraphic-profile-rename.h: Supply missing #includes/declarations so that...
pjrm [Sat, 5 Jul 2008 12:04:42 +0000 (12:04 +0000)]
widgets/calligraphic-profile-rename.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agoui/widget/tolerance-slider.h: Supply missing #includes/declarations so that we don...
pjrm [Sat, 5 Jul 2008 12:04:33 +0000 (12:04 +0000)]
ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agotext-editing.h: Supply missing #includes/declarations so that we don't depend on...
pjrm [Sat, 5 Jul 2008 12:04:22 +0000 (12:04 +0000)]
text-editing.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agosvg/svg-length.h: Supply missing #includes/declarations so that we don't depend on...
pjrm [Sat, 5 Jul 2008 12:04:14 +0000 (12:04 +0000)]
svg/svg-length.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agosplivarot.h: Supply missing #includes/declarations so that we don't depend on order...
pjrm [Sat, 5 Jul 2008 12:04:02 +0000 (12:04 +0000)]
splivarot.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agospiral-context.h: Supply missing #includes/declarations so that we don't depend on...
pjrm [Sat, 5 Jul 2008 12:03:53 +0000 (12:03 +0000)]
spiral-context.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agosp-stop.h: Supply missing #includes/declarations so that we don't depend on order...
pjrm [Sat, 5 Jul 2008 12:03:45 +0000 (12:03 +0000)]
sp-stop.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agoshape-editor.h: Supply missing #includes/declarations so that we don't depend on...
pjrm [Sat, 5 Jul 2008 12:03:34 +0000 (12:03 +0000)]
shape-editor.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agoselect-context.h: Supply missing #includes/declarations so that we don't depend on...
pjrm [Sat, 5 Jul 2008 12:03:28 +0000 (12:03 +0000)]
select-context.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agoremoveoverlap/removeoverlap.h: Supply missing #includes/declarations so that we don...
pjrm [Sat, 5 Jul 2008 12:03:18 +0000 (12:03 +0000)]
removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agonodepath.h: Supply missing #includes/declarations so that we don't depend on order...
pjrm [Sat, 5 Jul 2008 12:03:08 +0000 (12:03 +0000)]
nodepath.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agonode-context.h: Supply missing #includes/declarations so that we don't depend on...
pjrm [Sat, 5 Jul 2008 12:03:00 +0000 (12:03 +0000)]
node-context.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agomain-cmdlineact.h: Supply missing #includes/declarations so that we don't depend...
pjrm [Sat, 5 Jul 2008 12:02:53 +0000 (12:02 +0000)]
main-cmdlineact.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agolive_effects/parameter/enum.h: Supply missing #includes/declarations so that we don...
pjrm [Sat, 5 Jul 2008 12:02:43 +0000 (12:02 +0000)]
live_effects/parameter/enum.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agolibgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't depend...
pjrm [Sat, 5 Jul 2008 12:02:27 +0000 (12:02 +0000)]
libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agolibgdl/gdl-dock-bar.h: Supply missing #includes/declarations so that we don't depend...
pjrm [Sat, 5 Jul 2008 12:02:17 +0000 (12:02 +0000)]
libgdl/gdl-dock-bar.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agolibavoid/region.h: Supply missing #includes/declarations so that we don't depend...
pjrm [Sat, 5 Jul 2008 12:02:08 +0000 (12:02 +0000)]
libavoid/region.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agojabber_whiteboard/message-node.h: Supply missing #includes/declarations so that we...
pjrm [Sat, 5 Jul 2008 12:01:55 +0000 (12:01 +0000)]
jabber_whiteboard/message-node.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agoink-action.h: Supply missing #includes/declarations so that we don't depend on order...
pjrm [Sat, 5 Jul 2008 12:01:48 +0000 (12:01 +0000)]
ink-action.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agohelper/unit-tracker.h: Supply missing #includes/declarations so that we don't depend...
pjrm [Sat, 5 Jul 2008 12:01:41 +0000 (12:01 +0000)]
helper/unit-tracker.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agodisplay/nr-filter-pixops.h: Supply missing #includes/declarations so that we don...
pjrm [Sat, 5 Jul 2008 12:01:32 +0000 (12:01 +0000)]
display/nr-filter-pixops.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agodisplay/inkscape-cairo.h: Supply missing #includes/declarations so that we don't...
pjrm [Sat, 5 Jul 2008 12:01:25 +0000 (12:01 +0000)]
display/inkscape-cairo.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agocontext-fns.h: Supply missing #includes/declarations so that we don't depend on order...
pjrm [Sat, 5 Jul 2008 12:01:16 +0000 (12:01 +0000)]
context-fns.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agoconn-avoid-ref.h: Supply missing #includes/declarations so that we don't depend on...
pjrm [Sat, 5 Jul 2008 12:01:08 +0000 (12:01 +0000)]
conn-avoid-ref.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion.  (Detected by check-header-compile.)  (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)

16 years agocheck-header-compile.in: Update list of needed CPPFLAGS.
pjrm [Sat, 5 Jul 2008 11:26:28 +0000 (11:26 +0000)]
check-header-compile.in: Update list of needed CPPFLAGS.
Ignore dom/* headers for the moment.
Updates to list of .h files that shouldn't be tested.

16 years agofix a long-standing bug with Undo after Fit canvas to selection/drawing.
pjrm [Sat, 5 Jul 2008 11:21:52 +0000 (11:21 +0000)]
fix a long-standing bug with Undo after Fit canvas to selection/drawing.

16 years agoEOL fixups
joncruz [Sat, 5 Jul 2008 05:11:28 +0000 (05:11 +0000)]
EOL fixups

16 years agoWarning cleanup
joncruz [Sat, 5 Jul 2008 02:54:00 +0000 (02:54 +0000)]
Warning cleanup

16 years agoanother fix for parallel knotholder and nodepath
buliabyak [Sat, 5 Jul 2008 00:55:51 +0000 (00:55 +0000)]
another fix for parallel knotholder and nodepath

16 years agofix crash triggered by having both knotholder and nodepath at the same time
buliabyak [Sat, 5 Jul 2008 00:52:25 +0000 (00:52 +0000)]
fix crash triggered by having both knotholder and nodepath at the same time

16 years agocreate pathvector_for_curve method.
johanengelen [Fri, 4 Jul 2008 23:36:25 +0000 (23:36 +0000)]
create pathvector_for_curve method.

16 years ago2geomify calculation of number of markers on a path
johanengelen [Fri, 4 Jul 2008 23:07:47 +0000 (23:07 +0000)]
2geomify calculation of number of markers on a path

16 years agouse if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types for strai...
johanengelen [Fri, 4 Jul 2008 22:52:34 +0000 (22:52 +0000)]
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment.

16 years agoconvert a path to guides using 2geom calls
johanengelen [Fri, 4 Jul 2008 22:41:45 +0000 (22:41 +0000)]
convert a path to guides using 2geom calls

16 years agoWarning cleanup
joncruz [Fri, 4 Jul 2008 21:43:41 +0000 (21:43 +0000)]
Warning cleanup

16 years agochange some SP_CURVE_BPATH to get_bpath
johanengelen [Fri, 4 Jul 2008 20:36:10 +0000 (20:36 +0000)]
change some SP_CURVE_BPATH to get_bpath

16 years agoadd readme file to 2geom directory to warn people not to make code changes there
johanengelen [Fri, 4 Jul 2008 19:50:48 +0000 (19:50 +0000)]
add readme file to 2geom directory to warn people not to make code changes there

16 years agoFix Camouflage pattern (see bug 245301).
sasilver [Fri, 4 Jul 2008 12:02:53 +0000 (12:02 +0000)]
Fix Camouflage pattern (see bug 245301).

16 years agoMake pen/pencil shapes work in spiro mode, too
cilix42 [Fri, 4 Jul 2008 11:32:17 +0000 (11:32 +0000)]
Make pen/pencil shapes work in spiro mode, too

16 years agoRemove oncanvas_editable attribute for PointParams; use their internal shape settings...
cilix42 [Fri, 4 Jul 2008 11:24:40 +0000 (11:24 +0000)]
Remove oncanvas_editable attribute for PointParams; use their internal shape settings for the knotholder handle

16 years agoKeep original path by default for LPEMirrorReflect
cilix42 [Fri, 4 Jul 2008 11:23:25 +0000 (11:23 +0000)]
Keep original path by default for LPEMirrorReflect

16 years agoEOL fixup
joncruz [Fri, 4 Jul 2008 06:38:30 +0000 (06:38 +0000)]
EOL fixup

16 years agoFixed includes
joncruz [Fri, 4 Jul 2008 06:29:25 +0000 (06:29 +0000)]
Fixed includes

16 years agoCorrect path separators and missed variable assignment due to indention
joncruz [Fri, 4 Jul 2008 06:29:02 +0000 (06:29 +0000)]
Correct path separators and missed variable assignment due to indention

16 years agoFixed EOLs
joncruz [Fri, 4 Jul 2008 05:11:57 +0000 (05:11 +0000)]
Fixed EOLs

16 years agoPoly::shifted: simplify to discard mention of handling negative argument value.
pjrm [Fri, 4 Jul 2008 04:56:42 +0000 (04:56 +0000)]
Poly::shifted: simplify to discard mention of handling negative argument value.

16 years agoFixed initialization order.
joncruz [Fri, 4 Jul 2008 04:45:37 +0000 (04:45 +0000)]
Fixed initialization order.

16 years agoMark suspicious ignoring of parameters
joncruz [Fri, 4 Jul 2008 04:36:18 +0000 (04:36 +0000)]
Mark suspicious ignoring of parameters

16 years agoMark a missing case statement
joncruz [Fri, 4 Jul 2008 04:35:01 +0000 (04:35 +0000)]
Mark a missing case statement