From 0ea9b448ee16fe941d46395c2877f4d2e815b9ed Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Wed, 23 May 2012 14:00:49 +0200 Subject: Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). (bzr r11406) --- src/Makefile_insert | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index e9c149cb2..1ee721abe 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -104,6 +104,7 @@ ink_common_sources += \ media.cpp media.h \ memeq.h \ menus-skeleton.h \ + mesh-context.cpp mesh-context.h \ message-context.cpp message-context.h \ message.h \ message-stack.cpp message-stack.h \ @@ -193,6 +194,13 @@ ink_common_sources += \ sp-marker-loc.h \ sp-mask.cpp sp-mask.h \ sp-metadata.cpp sp-metadata.h \ + sp-mesh-array.cpp sp-mesh-array.h \ + sp-mesh-gradient-fns.h \ + sp-mesh-gradient.h \ + sp-mesh-patch-fns.h \ + sp-mesh-patch.cpp sp-mesh-patch.h \ + sp-mesh-row-fns.h \ + sp-mesh-row.cpp sp-mesh-row.h \ sp-metric.h \ sp-metrics.cpp sp-metrics.h \ sp-missing-glyph.cpp sp-missing-glyph.h \ -- cgit v1.2.3 From 9abd33133650d77714fccf09d0c9ff27c9b75a78 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Thu, 5 Jul 2012 22:39:08 +0100 Subject: Drop GTK+ 2.20 support. Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 1ee721abe..36e05270a 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -22,7 +22,6 @@ ink_common_sources += \ color-profile-cms-fns.h \ color-rgba.h \ common-context.cpp common-context.h \ - compat-key-syms.h \ composite-undo-stack-observer.cpp \ composite-undo-stack-observer.h \ conditions.cpp conditions.h \ -- cgit v1.2.3 From 8bb515cbaffa18aa2baee841c4ec2269336e39df Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 15 Oct 2012 16:53:47 -0500 Subject: Files in /src that no longer exist (bzr r11804.1.2) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 36e05270a..8f6c7277d 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -61,7 +61,6 @@ ink_common_sources += \ filter-enums.cpp filter-enums.h \ fixes.cpp \ flood-context.cpp flood-context.h \ - forward.h \ gc-alloc.h \ gc-anchored.h gc-anchored.cpp \ gc-core.h \ -- cgit v1.2.3 From af688389733a30f414fbc805d3a0d77d61f234e9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 15 Oct 2012 18:22:11 -0500 Subject: A few more headers (bzr r11804.1.6) --- src/Makefile_insert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 8f6c7277d..2d557158b 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -40,7 +40,7 @@ ink_common_sources += \ dir-util.cpp dir-util.h \ document.cpp document.h document-private.h \ document-subset.cpp document-subset.h \ - document-undo.cpp \ + document-undo.cpp document-undo.h \ doxygen-main.cpp \ draw-anchor.cpp draw-anchor.h \ draw-context.cpp draw-context.h \ -- cgit v1.2.3 From 2f4efa8a787d175807a40b5bbafb1197e4dcc318 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Fri, 30 Nov 2012 14:22:44 -0500 Subject: Step 1. Remove junk and keep functionality. (bzr r11894.1.1) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 36e05270a..a70f3caf8 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -25,7 +25,6 @@ ink_common_sources += \ composite-undo-stack-observer.cpp \ composite-undo-stack-observer.h \ conditions.cpp conditions.h \ - connection-points.cpp connection-points.h \ conn-avoid-ref.cpp conn-avoid-ref.h \ connection-pool.h \ connector-context.cpp connector-context.h \ -- cgit v1.2.3 From 2d08d8037d3b7b52fcbd66ef4e65ff432ad2d97d Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 31 Mar 2013 22:41:48 +0200 Subject: Added TypeInfo class. (bzr r11608.1.62) --- src/Makefile_insert | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index c6955c92a..226364b49 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -249,6 +249,7 @@ ink_common_sources += \ tools-switch.cpp tools-switch.h \ transf_mat_3x4.cpp transf_mat_3x4.h \ tweak-context.h tweak-context.cpp \ + type-info.h type-info.cpp \ unclump.cpp unclump.h \ undo-stack-observer.h \ unicoderange.cpp unicoderange.h \ -- cgit v1.2.3 From 4a56b453e43a53508f13d263cde7cf083f00cd26 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Tue, 2 Apr 2013 16:06:06 +0200 Subject: Added new factory for SPObject tree objects. (bzr r11608.1.68) --- src/Makefile_insert | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 226364b49..ef076a242 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -155,6 +155,7 @@ ink_common_sources += \ sp-defs.cpp sp-defs.h \ sp-desc.cpp sp-desc.h \ sp-ellipse.cpp sp-ellipse.h \ + sp-factory.cpp sp-factory.h \ sp-filter.cpp sp-filter.h number-opt-number.h \ sp-filter-primitive.cpp sp-filter-primitive.h \ sp-filter-reference.cpp sp-filter-reference.h \ -- cgit v1.2.3 From b0cc47554b385fb68643d07efe6e42366c7121ad Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 6 Apr 2013 01:36:16 +0200 Subject: Merged PaintServer and subclasses; moved Gradient classes to own files. (bzr r11608.1.82) --- src/Makefile_insert | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index ef076a242..5b4481a40 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -168,7 +168,6 @@ ink_common_sources += \ sp-glyph.cpp sp-glyph.h \ sp-glyph-kerning.cpp sp-glyph-kerning.h \ sp-gradient.cpp sp-gradient.h \ - sp-gradient-fns.h \ sp-gradient-reference.cpp sp-gradient-reference.h \ sp-gradient-spread.h \ sp-gradient-units.h \ @@ -184,8 +183,7 @@ ink_common_sources += \ sp-item-rm-unsatisfied-cns.cpp sp-item-rm-unsatisfied-cns.h \ sp-item-transform.cpp sp-item-transform.h \ sp-item-update-cns.cpp sp-item-update-cns.h \ - sp-linear-gradient-fns.h \ - sp-linear-gradient.h \ + sp-linear-gradient.cpp sp-linear-gradient.h \ sp-line.cpp sp-line.h \ splivarot.cpp splivarot.h \ sp-lpe-item.cpp sp-lpe-item.h \ @@ -193,11 +191,8 @@ ink_common_sources += \ sp-mask.cpp sp-mask.h \ sp-metadata.cpp sp-metadata.h \ sp-mesh-array.cpp sp-mesh-array.h \ - sp-mesh-gradient-fns.h \ - sp-mesh-gradient.h \ - sp-mesh-patch-fns.h \ + sp-mesh-gradient.cpp sp-mesh-gradient.h \ sp-mesh-patch.cpp sp-mesh-patch.h \ - sp-mesh-row-fns.h \ sp-mesh-row.cpp sp-mesh-row.h \ sp-metric.h \ sp-metrics.cpp sp-metrics.h \ @@ -213,8 +208,7 @@ ink_common_sources += \ sp-pattern.cpp sp-pattern.h \ sp-polygon.cpp sp-polygon.h \ sp-polyline.cpp sp-polyline.h \ - sp-radial-gradient-fns.h \ - sp-radial-gradient.h \ + sp-radial-gradient.cpp sp-radial-gradient.h \ sp-rect.cpp sp-rect.h \ sp-root.cpp sp-root.h \ sp-script.cpp sp-script.h \ -- cgit v1.2.3 From 8de8047c5e30af8598646d7a66c62dbf290f7c51 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Wed, 10 Apr 2013 16:10:04 +0200 Subject: Removed old SPObject factory. (bzr r11608.1.91) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 5b4481a40..b4b014a34 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -200,7 +200,6 @@ ink_common_sources += \ sp-namedview.cpp sp-namedview.h \ sp-object.cpp sp-object.h \ sp-object-group.cpp sp-object-group.h \ - sp-object-repr.cpp sp-object-repr.h \ sp-offset.cpp sp-offset.h \ sp-paint-server.cpp sp-paint-server.h \ sp-paint-server-reference.h \ -- cgit v1.2.3 From 5512f857e2f33f1aa40124dc82b353e5f2e5a0b0 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 20 Apr 2013 23:58:53 +0200 Subject: Moved factories to different files. (bzr r11608.1.100) --- src/Makefile_insert | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index b4b014a34..06e3f2d79 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -54,6 +54,7 @@ ink_common_sources += \ event-context.cpp event-context.h \ event-log.cpp event-log.h event.h \ extract-uri.cpp extract-uri.h \ + factory.h \ file.cpp file.h \ fill-or-stroke.h \ filter-chemistry.cpp filter-chemistry.h \ @@ -140,8 +141,9 @@ ink_common_sources += \ seltrans-handles.cpp seltrans-handles.h \ shape-editor.cpp shape-editor.h \ shortcuts.cpp shortcuts.h \ + singleton.h \ snap.cpp snap.h \ - snap-enums.h snap-candidate.h \ + snap-enums.h snap-candidate.h \ snapped-curve.cpp snapped-curve.h \ snapped-line.cpp snapped-line.h \ snapped-point.cpp snapped-point.h \ @@ -155,7 +157,7 @@ ink_common_sources += \ sp-defs.cpp sp-defs.h \ sp-desc.cpp sp-desc.h \ sp-ellipse.cpp sp-ellipse.h \ - sp-factory.cpp sp-factory.h \ + sp-factory.h \ sp-filter.cpp sp-filter.h number-opt-number.h \ sp-filter-primitive.cpp sp-filter-primitive.h \ sp-filter-reference.cpp sp-filter-reference.h \ @@ -240,6 +242,7 @@ ink_common_sources += \ text-context.cpp text-context.h \ text-editing.cpp text-editing.h \ text-tag-attributes.h \ + tool-factory.h \ tools-switch.cpp tools-switch.h \ transf_mat_3x4.cpp transf_mat_3x4.h \ tweak-context.h tweak-context.cpp \ -- cgit v1.2.3 From bdde74bbab299f2ee448f1c55469c56a66fb01f7 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 21 Apr 2013 23:58:15 +0200 Subject: Removed some unused files; more refactoring in EventContext tree. (bzr r11608.1.104) --- src/Makefile_insert | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 06e3f2d79..440757e5c 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -59,7 +59,6 @@ ink_common_sources += \ fill-or-stroke.h \ filter-chemistry.cpp filter-chemistry.h \ filter-enums.cpp filter-enums.h \ - fixes.cpp \ flood-context.cpp flood-context.h \ gc-alloc.h \ gc-anchored.h gc-anchored.cpp \ @@ -100,7 +99,6 @@ ink_common_sources += \ main-cmdlineact.cpp main-cmdlineact.h \ marker.cpp marker.h \ media.cpp media.h \ - memeq.h \ menus-skeleton.h \ mesh-context.cpp mesh-context.h \ message-context.cpp message-context.h \ -- cgit v1.2.3 From b70b0336a827e9db4c091a321b32add41dc22941 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sun, 23 Jun 2013 21:45:37 +0200 Subject: Remove unused file memeq.h (bzr r12385) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index c6955c92a..87b2545c8 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -99,7 +99,6 @@ ink_common_sources += \ main-cmdlineact.cpp main-cmdlineact.h \ marker.cpp marker.h \ media.cpp media.h \ - memeq.h \ menus-skeleton.h \ mesh-context.cpp mesh-context.h \ message-context.cpp message-context.h \ -- cgit v1.2.3 From c3a160589a9cb41c70a56e5e7b66a65857a0d10e Mon Sep 17 00:00:00 2001 From: Eric Greveson Date: Mon, 1 Jul 2013 21:04:32 +0100 Subject: Factored layer model out into new Inkscape::LayerModel class. This allows Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) --- src/Makefile_insert | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 87b2545c8..023d640ca 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -92,6 +92,7 @@ ink_common_sources += \ knot-holder-entity.h knot-holder-entity.cpp \ layer-fns.cpp layer-fns.h \ layer-manager.cpp layer-manager.h \ + layer-model.cpp layer-model.h \ line-geometry.cpp line-geometry.h \ line-snapper.cpp line-snapper.h \ lpe-tool-context.cpp lpe-tool-context.h \ -- cgit v1.2.3 From c56584bdf7c95b528d1b8016a0b4009f8b829dab Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Tue, 9 Jul 2013 21:34:33 +0200 Subject: Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1185132 (bzr r12410) --- src/Makefile_insert | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 023d640ca..88f809b52 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -21,6 +21,7 @@ ink_common_sources += \ color-profile.cpp color-profile.h \ color-profile-cms-fns.h \ color-rgba.h \ + colorspace.h \ common-context.cpp common-context.h \ composite-undo-stack-observer.cpp \ composite-undo-stack-observer.h \ -- cgit v1.2.3 From fdf69629c66f6c1a69d88a00bb6c1311c97b631b Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sat, 20 Jul 2013 15:08:31 -0400 Subject: Ported away from and removed "sp-metrics.*". (bzr r12380.1.47) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 88f809b52..ba14056e5 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -200,7 +200,6 @@ ink_common_sources += \ sp-mesh-row-fns.h \ sp-mesh-row.cpp sp-mesh-row.h \ sp-metric.h \ - sp-metrics.cpp sp-metrics.h \ sp-missing-glyph.cpp sp-missing-glyph.h \ sp-namedview.cpp sp-namedview.h \ sp-object.cpp sp-object.h \ -- cgit v1.2.3 From 0b2190b4a186f4b1a2265c85b4baa801d49e5534 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sun, 21 Jul 2013 23:50:53 -0400 Subject: Removed SPMetric. (bzr r12380.1.49) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index ba14056e5..32771b99f 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -199,7 +199,6 @@ ink_common_sources += \ sp-mesh-patch.cpp sp-mesh-patch.h \ sp-mesh-row-fns.h \ sp-mesh-row.cpp sp-mesh-row.h \ - sp-metric.h \ sp-missing-glyph.cpp sp-missing-glyph.h \ sp-namedview.cpp sp-namedview.h \ sp-object.cpp sp-object.h \ -- cgit v1.2.3 From 379521136cda27b5e42c7afdd87a8ac691404f16 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Jul 2013 18:54:03 +0200 Subject: Remove approx-equal.h and replace with Geom::are_near (bzr r12431) --- src/Makefile_insert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 88f809b52..3e61f625a 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -3,7 +3,7 @@ ink_common_sources += \ util/find-last-if.h \ util/longest-common-suffix.h \ - approx-equal.h remove-last.h \ + remove-last.h \ arc-context.cpp arc-context.h \ attributes.cpp attributes.h \ attribute-rel-svg.cpp attribute-rel-svg.h \ -- cgit v1.2.3 From 971dcf0f1cc99b33e09920370214f8d50324d975 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Jul 2013 19:01:25 +0200 Subject: Remove unused fix for an ancient problem with g_ascii_strtod (bzr r12432) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 3e61f625a..885b89d78 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -59,7 +59,6 @@ ink_common_sources += \ fill-or-stroke.h \ filter-chemistry.cpp filter-chemistry.h \ filter-enums.cpp filter-enums.h \ - fixes.cpp \ flood-context.cpp flood-context.h \ gc-alloc.h \ gc-anchored.h gc-anchored.cpp \ -- cgit v1.2.3 From 989abbac025a8b3349748d19a613a08586c5fdcd Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Wed, 31 Jul 2013 21:11:20 +0200 Subject: Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. (bzr r11608.1.110) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index d17fad8b9..0fa7069ef 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -141,7 +141,6 @@ ink_common_sources += \ seltrans-handles.cpp seltrans-handles.h \ shape-editor.cpp shape-editor.h \ shortcuts.cpp shortcuts.h \ - singleton.h \ snap.cpp snap.h \ snap-enums.h snap-candidate.h \ snapped-curve.cpp snapped-curve.h \ -- cgit v1.2.3 From f1cdb3b3f47c7187d9325e8ddd8e630268dc8e8b Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Wed, 31 Jul 2013 18:33:03 -0400 Subject: Eliminate "unit-constants.h". (bzr r12380.1.54) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index ff64dc183..429c725cd 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -250,7 +250,6 @@ ink_common_sources += \ unclump.cpp unclump.h \ undo-stack-observer.h \ unicoderange.cpp unicoderange.h \ - unit-constants.h \ uri.cpp uri.h \ uri-references.cpp uri-references.h \ vanishing-point.cpp vanishing-point.h \ -- cgit v1.2.3 From 1a58d13b2b974a9da674311899df9c2e16f3e053 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sat, 3 Aug 2013 16:35:41 +0100 Subject: Fix return code for extension tests] (bzr r12446) --- src/Makefile_insert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 885b89d78..8fc00b2f6 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -284,8 +284,8 @@ CXXTEST_TESTSUITES += \ $(srcdir)/extract-uri-test.h \ $(srcdir)/marker-test.h \ $(srcdir)/mod360-test.h \ + $(srcdir)/preferences-test.h \ $(srcdir)/round-test.h \ - $(srcdir)/preferences-test.h \ $(srcdir)/sp-gradient-test.h \ $(srcdir)/sp-style-elem-test.h \ $(srcdir)/style-test.h \ -- cgit v1.2.3 From abde5067bcfbb4c0e3ba61c6f69db7925f80600a Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Mon, 16 Sep 2013 19:32:58 +0200 Subject: Removed TypeInfo; adjusted Factory to meet code style conventions. (bzr r11608.1.124) --- src/Makefile_insert | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index c2ab95300..e719f8894 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -243,7 +243,6 @@ ink_common_sources += \ tools-switch.cpp tools-switch.h \ transf_mat_3x4.cpp transf_mat_3x4.h \ tweak-context.h tweak-context.cpp \ - type-info.h type-info.cpp \ unclump.cpp unclump.h \ undo-stack-observer.h \ unicoderange.cpp unicoderange.h \ -- cgit v1.2.3 From c04e30df241a3ee039077425bab9b9c37abe2854 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 9 Nov 2013 23:36:13 +0100 Subject: Moved and renamed some tool-related files. (bzr r12785) --- src/Makefile_insert | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index e719f8894..5e441560a 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -4,14 +4,12 @@ ink_common_sources += \ util/find-last-if.h \ util/longest-common-suffix.h \ remove-last.h \ - arc-context.cpp arc-context.h \ attributes.cpp attributes.h \ attribute-rel-svg.cpp attribute-rel-svg.h \ attribute-rel-css.cpp attribute-rel-css.h \ attribute-rel-util.cpp attribute-rel-util.h \ axis-manip.cpp axis-manip.h \ bad-uri-exception.h \ - box3d-context.cpp box3d-context.h \ box3d.cpp box3d.h \ box3d-side.cpp box3d-side.h \ brokenimage.xpm \ @@ -22,13 +20,11 @@ ink_common_sources += \ color-profile-cms-fns.h \ color-rgba.h \ colorspace.h \ - common-context.cpp common-context.h \ composite-undo-stack-observer.cpp \ composite-undo-stack-observer.h \ conditions.cpp conditions.h \ conn-avoid-ref.cpp conn-avoid-ref.h \ connection-pool.h \ - connector-context.cpp connector-context.h \ console-output-undo-observer.h console-output-undo-observer.cpp \ context-fns.cpp context-fns.h \ decimal-round.h \ @@ -43,16 +39,11 @@ ink_common_sources += \ document-undo.cpp document-undo.h \ doxygen-main.cpp \ draw-anchor.cpp draw-anchor.h \ - draw-context.cpp draw-context.h \ - dropper-context.cpp dropper-context.h \ - dyna-draw-context.cpp dyna-draw-context.h \ ege-adjustment-action.cpp ege-adjustment-action.h \ ege-color-prof-tracker.cpp ege-color-prof-tracker.h \ ege-output-action.cpp ege-output-action.h \ ege-select-one-action.cpp ege-select-one-action.h \ enums.h \ - eraser-context.cpp eraser-context.h \ - event-context.cpp event-context.h \ event-log.cpp event-log.h event.h \ extract-uri.cpp extract-uri.h \ factory.h \ @@ -60,7 +51,6 @@ ink_common_sources += \ fill-or-stroke.h \ filter-chemistry.cpp filter-chemistry.h \ filter-enums.cpp filter-enums.h \ - flood-context.cpp flood-context.h \ gc-alloc.h \ gc-anchored.h gc-anchored.cpp \ gc-core.h \ @@ -69,7 +59,6 @@ ink_common_sources += \ gc-managed.h \ gc-soft-ptr.h \ gradient-chemistry.cpp gradient-chemistry.h \ - gradient-context.cpp gradient-context.h \ gradient-drag.cpp gradient-drag.h \ graphlayout.cpp graphlayout.h \ guide-snapper.cpp guide-snapper.h \ @@ -96,13 +85,11 @@ ink_common_sources += \ layer-model.cpp layer-model.h \ line-geometry.cpp line-geometry.h \ line-snapper.cpp line-snapper.h \ - lpe-tool-context.cpp lpe-tool-context.h \ macros.h \ main-cmdlineact.cpp main-cmdlineact.h \ marker.cpp marker.h \ media.cpp media.h \ menus-skeleton.h \ - mesh-context.cpp mesh-context.h \ message-context.cpp message-context.h \ message.h \ message-stack.cpp message-stack.h \ @@ -113,8 +100,6 @@ ink_common_sources += \ object-snapper.cpp object-snapper.h \ path-chemistry.cpp path-chemistry.h \ path-prefix.h \ - pencil-context.cpp pencil-context.h \ - pen-context.cpp pen-context.h \ persp3d.cpp persp3d.h \ persp3d-reference.cpp persp3d-reference.h \ perspective-line.cpp perspective-line.h \ @@ -126,14 +111,12 @@ ink_common_sources += \ proj_pt.cpp proj_pt.h \ removeoverlap.cpp removeoverlap.h \ rdf.cpp rdf.h \ - rect-context.cpp rect-context.h \ resource-manager.cpp resource-manager.h \ require-config.h \ round.h \ rubberband.cpp rubberband.h \ satisfied-guide-cns.cpp satisfied-guide-cns.h \ selcue.cpp selcue.h \ - select-context.cpp select-context.h \ selection-chemistry.cpp selection-chemistry.h \ selection.cpp selection.h \ selection-describer.cpp selection-describer.h \ @@ -177,7 +160,6 @@ ink_common_sources += \ sp-guide-constraint.h \ sp-guide.cpp sp-guide.h \ sp-image.cpp sp-image.h \ - spiral-context.cpp spiral-context.h \ sp-item.cpp sp-item.h \ sp-item-group.cpp sp-item-group.h \ sp-item-notify-moveto.cpp sp-item-notify-moveto.h \ @@ -226,8 +208,6 @@ ink_common_sources += \ sp-tspan.cpp sp-tspan.h \ sp-use.cpp sp-use.h \ sp-use-reference.cpp sp-use-reference.h \ - spray-context.cpp spray-context.h \ - star-context.cpp star-context.h \ streq.h \ strneq.h \ style.cpp style.h \ @@ -236,13 +216,11 @@ ink_common_sources += \ svg-view-widget.cpp svg-view-widget.h \ syseq.h \ text-chemistry.cpp text-chemistry.h \ - text-context.cpp text-context.h \ text-editing.cpp text-editing.h \ text-tag-attributes.h \ tool-factory.h \ tools-switch.cpp tools-switch.h \ transf_mat_3x4.cpp transf_mat_3x4.h \ - tweak-context.h tweak-context.cpp \ unclump.cpp unclump.h \ undo-stack-observer.h \ unicoderange.cpp unicoderange.h \ @@ -250,9 +228,7 @@ ink_common_sources += \ uri-references.cpp uri-references.h \ vanishing-point.cpp vanishing-point.h \ verbs.cpp verbs.h \ - version.cpp version.h \ - zoom-context.cpp zoom-context.h \ - measure-context.cpp measure-context.h + version.cpp version.h # Additional dependencies -- cgit v1.2.3 From 7dd239eed97761b22ef635b6896a8f65c4939462 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 6 Feb 2014 15:29:15 +0100 Subject: Added new base class to handle viewBox and preserveAspectRatio. Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002) --- src/Makefile_insert | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 5e441560a..7aedb38ee 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -228,7 +228,8 @@ ink_common_sources += \ uri-references.cpp uri-references.h \ vanishing-point.cpp vanishing-point.h \ verbs.cpp verbs.h \ - version.cpp version.h + version.cpp version.h \ + viewbox.cpp viewbox.h # Additional dependencies -- cgit v1.2.3 From 1d31728fb7399f48d272560a290dc990b75a197e Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 11 Mar 2014 15:52:08 +0100 Subject: Change stroke-dasharray and stroke-dashoffset handling to match other properties. Split style.h into more manageable size files. (bzr r13135) --- src/Makefile_insert | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 7aedb38ee..5ff44b253 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -211,6 +211,7 @@ ink_common_sources += \ streq.h \ strneq.h \ style.cpp style.h \ + style-enums.h style-internal.h \ svg-profile.h \ svg-view.cpp svg-view.h \ svg-view-widget.cpp svg-view-widget.h \ -- cgit v1.2.3