summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * 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 r13090.1.99)
| * 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 r13452Liam P. White2014-07-301-0/+1
|\| | | | | (bzr r13090.1.95)
| * Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+1
| | | | | | (bzr r13341.1.98)
* | Add selection setsLiam P. White2014-05-101-0/+3
|/ | | (bzr r13090.1.75)
* 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)
| * | Remove unused fix for an ancient problem with g_ascii_strtodKrzysztof Kosi??ski2013-07-231-1/+0
| | | | | | | | | (bzr r12432)
| * | Remove approx-equal.h and replace with Geom::are_nearKrzysztof Kosi??ski2013-07-231-1/+1
| |/ | | | | (bzr r12431)
* | Merged from trunk (r12419).Markus Engel2013-07-141-0/+2
|\| | | | | (bzr r11608.1.107)
| * Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a ↵Nicolas Dufour2013-07-091-0/+1
| | | | | | | | | | | | | | | | make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1185132 (bzr r12410)
| * Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-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)
| * Remove unused file memeq.hKrzysztof Kosi??ski2013-06-231-1/+0
| | | | | | (bzr r12385)
* | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-2/+0
| | | | | | (bzr r11608.1.104)
* | Moved factories to different files.Markus Engel2013-04-201-2/+5
| | | | | | (bzr r11608.1.100)
* | Removed old SPObject factory.Markus Engel2013-04-101-1/+0
| | | | | | (bzr r11608.1.91)
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-9/+3
| | | | | | (bzr r11608.1.82)
* | Added new factory for SPObject tree objects.Markus Engel2013-04-021-0/+1
| | | | | | (bzr r11608.1.68)
* | Added TypeInfo class.Markus Engel2013-03-311-0/+1
|/ | | (bzr r11608.1.62)
* Merge in connector cleanupMartin Owens2013-01-111-1/+0
|\ | | | | (bzr r12015)
| * Step 1. Remove junk and keep functionality.Martin Owens2012-11-301-1/+0
| | | | | | (bzr r11894.1.1)
* | A few more headersTed Gould2012-10-151-1/+1
| | | | | | (bzr r11804.1.6)
* | Files in /src that no longer existTed Gould2012-10-151-1/+0
|/ | | (bzr r11804.1.2)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+8
| | | (bzr r11406)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-0/+1
| | | (bzr r11318)
* Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler2012-02-081-1/+0
| | | (bzr r10950)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-0/+3
| | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)