summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-251/+0
(bzr r15046)
2016-06-12Optionally sort attributes and properties into a canonical order.Tavmjong Bah1-0/+1
Useful for comparing different versions of an SVG file. (bzr r14980)
2015-09-13Refactoring of the code that handles transformations and snapping in the ↵Diederik van Lierop1-0/+1
selector tool and the node tool. Splitting large chunks of code into some small classes, and eliminating some wrapper methods which were all just too similar (bzr r14363)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-1/+1
<meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
2015-02-25Isolate components of libgcLiam P. White1-7/+2
(bzr r13946)
2015-02-25Don't compile doxygen-main.cppLiam P. White1-1/+0
(bzr r13944)
2015-02-25Removed reference to factory.h in the src/makefile_insert file that wasRyan Lerch1-1/+0
breaking make dist. factory.h was removed in revision 13940. (bzr r13942)
2015-02-25create SPObject factoryLiam P. White1-1/+1
(bzr r13939.1.1)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+0
(bzr r13820)
2014-11-11Add totally unfinished XML/SPObject test suiteLiam P. White1-0/+1
(bzr r13702)
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-0/+2
(bzr r13611.1.8)
2014-10-05Move more UI code into ui/Liam P. White1-5/+0
(bzr r13341.1.253)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-7/+0
(bzr r13341.1.249)
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
(bzr r13341.1.248)
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+0
(bzr r13341.1.247)
2014-09-27Update to experimental r13565Liam P. White1-1/+3
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-1/+0
GThread deprecation errors. (bzr r13341.1.190)
2014-08-10Nuke connection-pool.hLiam P. White1-1/+0
(bzr r13341.1.127)
2014-08-07Add in some debugging code that will complain when deleted knots are ↵Liam P. White1-0/+1
accessed by snap handler (bzr r13341.1.120)
2014-07-31Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah1-0/+1
(bzr r13484)
2014-07-24Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah1-0/+1
(bzr r13341.1.98)
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
(bzr r13341.5.3)
2014-05-10Add selection setsLiam P. White1-0/+3
(bzr r13090.1.75)
2014-04-23Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah1-1/+2
(bzr r13298)
2014-03-29Removed obsolete header file.Markus Engel1-1/+0
(bzr r13229)
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah1-0/+1
properties. Split style.h into more manageable size files. (bzr r13135)
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-1/+2
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-25/+1
(bzr r12785)
2013-09-16Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel1-1/+0
(bzr r11608.1.124)
2013-08-03Fix return code for extension tests]Alex Valavanis1-1/+1
(bzr r12446)
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-1/+0
(bzr r12380.1.54)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-1/+0
(bzr r11608.1.110)
2013-07-23Remove unused fix for an ancient problem with g_ascii_strtodKrzysztof Kosi??ski1-1/+0
(bzr r12432)
2013-07-23Remove approx-equal.h and replace with Geom::are_nearKrzysztof Kosi??ski1-1/+1
(bzr r12431)
2013-07-22Removed SPMetric.Matthew Petroff1-1/+0
(bzr r12380.1.49)
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-1/+0
(bzr r12380.1.47)
2013-07-09Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a ↵Nicolas Dufour1-0/+1
make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1185132 (bzr r12410)
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-0/+1
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)
2013-06-23Remove unused file memeq.hKrzysztof Kosi??ski1-1/+0
(bzr r12385)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-2/+0
(bzr r11608.1.104)
2013-04-20Moved factories to different files.Markus Engel1-2/+5
(bzr r11608.1.100)
2013-04-10Removed old SPObject factory.Markus Engel1-1/+0
(bzr r11608.1.91)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-9/+3
(bzr r11608.1.82)
2013-04-02Added new factory for SPObject tree objects.Markus Engel1-0/+1
(bzr r11608.1.68)
2013-03-31Added TypeInfo class.Markus Engel1-0/+1
(bzr r11608.1.62)
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-1/+0
(bzr r11894.1.1)
2012-10-15A few more headersTed Gould1-1/+1
(bzr r11804.1.6)
2012-10-15Files in /src that no longer existTed Gould1-1/+0
(bzr r11804.1.2)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-1/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-0/+8
(bzr r11406)