head 1.4; access; symbols pkgsrc-2020Q1:1.3.0.22 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.44 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.40 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.38 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.36 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.34 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.32 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.30 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.28 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.26 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.24 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.20 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.18 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.16 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.14 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.12 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.10 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.8 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.6 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.4 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.2 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.2.0.42 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.40 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.38 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.36 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.34 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.32 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.30 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.28 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.26 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.24 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.22 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.20 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.18 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.16 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.12 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.10 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.8 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2 pkgsrc-2009Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2020.05.06.01.42.28; author ryoon; state dead; branches; next 1.3; commitid lHDT3lJqQW8Gv77C; 1.3 date 2015.02.03.13.55.12; author adam; state Exp; branches; next 1.2; commitid M8b2igoS0yKjfz8y; 1.2 date 2009.11.29.20.51.51; author tnn; state Exp; branches; next 1.1; 1.1 date 2009.05.20.12.00.17; author tnn; state Exp; branches; next ; desc @@ 1.4 log @inkscape: Update to 1.0 Changelog: Inkscape 1.0 Release highlights Theming support and more new customization options Better HiDPI (high resolution) screen support Native support for macOS with a signed and notarized .dmg file Coordinate origin in top left corner by default Canvas rotation and mirroring On-Canvas alignment of objects Split view and X-Ray modes PowerPencil for drawing editable, variable width strokes with a pressure sensitive graphics tablet New PNG export options Integrated centerline tracing for vectorization of line drawings Searchable Symbols dialog New Live Path Effect (LPE) selection dialog New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE and Measure Segments LPE (and more!) Path operations, deselection of a large number of paths as well as grouping/ungrouping are much faster now Much improved text line-height settings Variable fonts support (only if compiled with pango library version >= 1.41.1) Browser-compatible flowed text Extensions programming interface updated, with many new options Python 3 support for extensions @ text @$NetBSD: patch-aj,v 1.3 2015/02/03 13:55:12 adam Exp $ --- src/live_effects/lpe-dynastroke.cpp.orig 2014-11-30 18:45:32.000000000 +0000 +++ src/live_effects/lpe-dynastroke.cpp @@@@ -24,6 +24,10 @@@@ #include <2geom/sbasis-math.h> #include <2geom/piecewise.h> +/* xxx should test if this is needed */ +#define fmin(a,b) ((a)<(b)?(a):(b)) +#define fmax(a,b) ((a)>(b)?(a):(b)) + namespace Inkscape { namespace LivePathEffect { //TODO: growfor/fadefor can be expressed in unit of width. @ 1.3 log @Changes 0.91: Cairo rendering for display and PNG export OpenMP multithreading for all filters C++ code conversion Major improvements in the Text tool Measure tool Type design features Symbol library and support for Visio stencils Cross platform WMF and EMF import and export Improved support for Corel DRAW documents, Visio importer Support for real world document and page size units, e.g. millimeters Numerous usability improvements Native Windows 64-bit build @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to inkscape-0.47. -- Inkscape 0.47 brings a host of important improvements all across the program: * Timed autosave: no more lost work * Spiro splines: an exciting new way to work with paths, fully supported in Pen, Pencil, and Node tools * Auto smooth nodes: a new type of node that keeps the path as smooth as possible as you move it or its neighbors * New modes in Tweak tool: pushing and jittering whole objects, scaling/rotating objects, deleting and duplicating using the "soft brush" * Reworked, much more usable snapping system and a Snapping toolbar * New path effects, including sketch, hatching, envelope deformation; effects can be stacked and assigned to groups * A huge collection of preset filters in the new Filters menu * New cairo-based PS and EPS export: improved quality, more features supported, fallback rasterization for filters and transparency * Spell checker for text objects in a document * Many new extensions: restacking, calendar, printing marks, cartesian and polar grids, interpolating attributes * Optimized SVG code options, now with their own Preferences page @ text @d3 1 a3 1 --- src/live_effects/lpe-dynastroke.cpp.orig 2009-11-16 18:29:33.000000000 +0100 d5 1 a5 1 @@@@ -25,6 +25,10 @@@@ d15 1 a15 1 @ 1.1 log @patch-a[h-j]: cherry-pick a few revisions from the upcoming inkscape-0.47 to fix the bug where the colors slider doesn't move past value 245 when using GTK>=2.14.0. Also include desktopdb.mk as told by pkglint. Bump PKGREVISION. @ text @d3 5 a7 5 --- src/dialogs/stroke-style.cpp.orig 2008-03-11 05:19:51.000000000 +0100 +++ src/dialogs/stroke-style.cpp @@@@ -1098,7 +1098,7 @@@@ sp_stroke_style_line_widget_new(void) // with it, the two remaining calls of stroke_average_width, allowing us to get rid of that // function in desktop-style. d9 6 a14 6 - a = gtk_adjustment_new(1.0, 0.0, 1000.0, 0.1, 10.0, 10.0); + a = gtk_adjustment_new(1.0, 0.0, 1000.0, 0.1, 10.0, 0.0); gtk_object_set_data(GTK_OBJECT(spw), "width", a); sb = gtk_spin_button_new(GTK_ADJUSTMENT(a), 0.1, 3); gtk_tooltips_set_tip(tt, sb, _("Stroke width"), NULL); @@@@ -1167,7 +1167,7 @@@@ sp_stroke_style_line_widget_new(void) a15 7 hb = spw_hbox(t, 3, 1, i); - a = gtk_adjustment_new(4.0, 0.0, 100.0, 0.1, 10.0, 10.0); + a = gtk_adjustment_new(4.0, 0.0, 100.0, 0.1, 10.0, 0.0); gtk_object_set_data(GTK_OBJECT(spw), "miterlimit", a); sb = gtk_spin_button_new(GTK_ADJUSTMENT(a), 0.1, 2); @