From 31bb8269c26a781036448ed8f8cd93cc84fb2118 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sun, 29 Nov 2009 16:33:18 +0100 Subject: First GSoC node tool commit to Bazaar (bzr r8846.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 de986ca16..dfc9daf96 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -56,7 +56,6 @@ ink_common_sources += \ fixes.cpp \ flood-context.cpp flood-context.h \ forward.h \ - gc-allocator.h \ gc-alloc.h \ gc-anchored.h gc-anchored.cpp \ gc-core.h \ -- cgit v1.2.3 From f542649162d6060f1f10513cc25e56c0f2736a13 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Thu, 24 Dec 2009 03:35:23 +0100 Subject: Remove remnants of old node tool (bzr r8846.2.6) --- 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 dfc9daf96..ad72f5586 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -100,8 +100,6 @@ ink_common_sources += \ message-stack.cpp message-stack.h \ mod360.cpp mod360.h \ modifier-fns.h \ - node-context.cpp node-context.h \ - nodepath.cpp nodepath.h \ object-edit.cpp object-edit.h \ object-hierarchy.cpp object-hierarchy.h \ object-snapper.cpp object-snapper.h \ -- cgit v1.2.3 From e0a60a7ea64f3576bac00b84c440769c7221e1c3 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 7 Mar 2010 17:31:49 -0800 Subject: Cleanup of gradients and stops. (bzr r9163) --- src/Makefile_insert | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 574dfe084..1e5b1fea0 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -206,8 +206,7 @@ ink_common_sources += \ sp-shape.cpp sp-shape.h \ sp-spiral.cpp sp-spiral.h \ sp-star.cpp sp-star.h \ - sp-stop-fns.h \ - sp-stop.h \ + sp-stop.cpp sp-stop.h \ sp-string.cpp sp-string.h \ sp-style-elem.cpp sp-style-elem.h \ sp-switch.cpp sp-switch.h \ -- cgit v1.2.3 From bf83d5a03bf856e34bd0a6e2656a5b2dcfe8aafb Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Mon, 15 Mar 2010 00:58:16 +0100 Subject: Move around files to remove some vanity directories. Also remove the obsolete IDL file stub. (bzr r9194) --- src/Makefile_insert | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 1e5b1fea0..89c1b17b0 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -67,6 +67,7 @@ ink_common_sources += \ 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 \ help.cpp help.h \ helper-fns.h \ @@ -117,6 +118,7 @@ ink_common_sources += \ print.cpp print.h \ profile-manager.cpp profile-manager.h \ proj_pt.cpp proj_pt.h \ + removeoverlap.cpp removeoverlap.h \ rdf.cpp rdf.h \ rect-context.cpp rect-context.h \ require-config.h \ -- cgit v1.2.3 From 21774fdff9984836a8780737ccf9bd5b2ef2c197 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 24 Mar 2010 15:15:07 -0500 Subject: Make dist fixes for src/ directory. (bzr r9227) --- src/Makefile_insert | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 89c1b17b0..8bf8c16be 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -1,8 +1,8 @@ ## Makefile.am fragment, included by src/Makefile.am. ink_common_sources += \ - algorithms/find-last-if.h \ - algorithms/longest-common-suffix.h \ + util/find-last-if.h \ + util/longest-common-suffix.h \ approx-equal.h remove-last.h \ arc-context.cpp arc-context.h \ attributes.cpp attributes.h \ -- cgit v1.2.3 From 52af3508f8455c95855f1948dd4564bc65ba84f9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 24 Mar 2010 15:36:08 -0500 Subject: Adding missing snapping headers. (bzr r9228) --- 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 8bf8c16be..fbaca931e 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -135,6 +135,7 @@ ink_common_sources += \ shape-editor.cpp shape-editor.h \ shortcuts.cpp shortcuts.h \ snap.cpp snap.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 \ -- cgit v1.2.3