summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-251/+0
| | | (bzr r15046)
* Optionally sort attributes and properties into a canonical order.Tavmjong Bah2016-06-121-0/+1
| | | | | Useful for comparing different versions of an SVG file. (bzr r14980)
* Refactoring of the code that handles transformations and snapping in the ↵Diederik van Lierop2015-09-131-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)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-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)
* Isolate components of libgcLiam P. White2015-02-251-7/+2
| | | (bzr r13946)
* Don't compile doxygen-main.cppLiam P. White2015-02-251-1/+0
| | | (bzr r13944)
* Removed reference to factory.h in the src/makefile_insert file that wasRyan Lerch2015-02-251-1/+0
| | | | | breaking make dist. factory.h was removed in revision 13940. (bzr r13942)
* create SPObject factoryLiam P. White2015-02-251-1/+1
| | | (bzr r13939.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+0
| | | (bzr r13820)
* Update to trunk r13750Liam P. White2014-11-241-0/+1
|\ | | | | (bzr r13341.5.23)
| * Add totally unfinished XML/SPObject test suiteLiam P. White2014-11-111-0/+1
| | | | | | (bzr r13702)
* | Update to experimental r13619Liam P. White2014-10-181-0/+2
|\| | | | | (bzr r13341.5.18)
| * Update to trunk r13621Liam P. White2014-10-171-0/+2
| |\ | | | | | | (bzr r13341.1.278)
| | * Merged hatch rendering codeTomasz Boczkowski2014-10-141-0/+2
| | | | | | | | | (bzr r13611.1.8)
| | * Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+1
| | | | | | | | | (bzr r13484)
* | | Update to experimental r13598Liam P. White2014-10-081-14/+1
|\| | | | | | | | (bzr r13341.5.17)
| * | Move more UI code into ui/Liam P. White2014-10-051-5/+0
| | | | | | | | | (bzr r13341.1.253)
| * | Move GtkAction subclasses to widgets/Liam P. White2014-10-051-7/+0
| | | | | | | | | (bzr r13341.1.249)
| * | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| | | | | | | | | (bzr r13341.1.248)
| * | Move obvious ui component to ui/Liam P. White2014-10-051-1/+0
| | | | | | | | | (bzr r13341.1.247)
| * | Update to experimental r13531Liam P. White2014-08-311-1/+0
| |\ \ | | | | | | | | (bzr r13090.1.106)
| | * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-1/+0
| | | | | | | | | | | | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
| * | | Update to experimental r13479Liam P. White2014-08-121-1/+0
| |\| | | | | | | | | | (bzr r13090.1.103)
| * | | Update to experimental r13464Liam P. White2014-08-081-0/+1
| |\ \ \ | | | | | | | | | | (bzr r13090.1.99)
| * \ \ \ Update to experimental r13452Liam P. White2014-07-301-0/+1
| |\ \ \ \ | | | | | | | | | | | | (bzr r13090.1.95)
| * | | | | Add selection setsLiam P. White2014-05-101-0/+3
| | |_|_|/ | |/| | | | | | | | (bzr r13090.1.75)
* | | | | Update to experimental r13565Liam P. White2014-09-271-1/+3
| | | | | | | | | | | | | | | (bzr r13341.5.16)
* | | | | Update to experimental r13527Liam P. White2014-08-301-1/+0
|\ \ \ \ \ | | |_|_|/ | |/| | | (bzr r13341.5.15)
| * | | | Nuke connection-pool.hLiam P. White2014-08-101-1/+0
| | |_|/ | |/| | | | | | (bzr r13341.1.127)
* | | | Update to experimental r13464Liam P. White2014-08-081-0/+1
|\| | | | | | | | | | | (bzr r13341.5.14)
| * | | Add in some debugging code that will complain when deleted knots are ↵Liam P. White2014-08-071-0/+1
| | |/ | |/| | | | | | | | | | accessed by snap handler (bzr r13341.1.120)
* | | Update to experimental r13440Liam P. White2014-07-241-0/+1
|\| | | | | | | | (bzr r13341.5.13)
| * | Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+1
| |/ | | | | (bzr r13341.1.98)
* / 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
|/ | | (bzr r13341.5.3)
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-1/+2
| | | (bzr r13298)
* Removed obsolete header file.Markus Engel2014-03-291-1/+0
| | | (bzr r13229)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-0/+1
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-1/+2
| | | | | | Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-25/+1
| | | (bzr r12785)
* Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-1/+0
| | | (bzr r11608.1.124)
* Merged from trunk (r12488).Markus Engel2013-08-301-3/+0
|\ | | | | (bzr r11608.1.120)
| * Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-3/+0
| |\ | | | | | | (bzr r12471)
| | * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-1/+0
| | | | | | | | | (bzr r12380.1.54)
| | * Merge from trunk.Matthew Petroff2013-07-301-2/+1
| | |\ | | | | | | | | (bzr r12380.1.51)
| | * | Removed SPMetric.Matthew Petroff2013-07-221-1/+0
| | | | | | | | | | | | (bzr r12380.1.49)
| | * | Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-1/+0
| | | | | | | | | | | | (bzr r12380.1.47)
* | | | Merged from trunk (r12465).Markus Engel2013-08-041-1/+1
|\| | | | | | | | | | | (bzr r11608.1.119)
| * | | Fix return code for extension tests]Alex Valavanis2013-08-031-1/+1
| | |/ | |/| | | | (bzr r12446)
* | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-1/+0
| | | | | | | | | (bzr r11608.1.110)
* | | Merge from trunk (r12439).Markus Engel2013-07-251-1/+1
|\| | | | | | | | (bzr r11608.1.108)