summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke connection-pool.hLiam P. White2014-08-101-1/+0
| | | (bzr r13341.1.127)
* 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)
* Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+1
| | | (bzr r13341.1.98)
* 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)
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-1/+2
| | | (bzr r10437)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+2
| | | (bzr r10429)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+4
|\ | | | | (bzr r9508.1.89)
| * Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-1/+2
| | | | | | (bzr r10259)
| * Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-0/+1
| | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242)
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+1
| | | | | | (bzr r10198)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-3/+0
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Converted text toolbar to GTK toolbar.Tavmjong Bah2010-04-231-0/+2
| | | | | | | | | | | Moved Bold and Italics buttons to group font items together. Added items for line-height, word-spacing, and letter-spacing. Added ink-comboboxentry-action to wrap a GtkComboBoxEntry widget: Options: Pop-up completion menu. Use of external cell_data_func for formatting (e.g. font preview). Adjustable GtkEntry width. Display warning icon/tooltip if entry isn't in list. (bzr r9365)
* Adding missing snapping headers.Ted Gould2010-03-241-0/+1
| | | (bzr r9228)
* Make dist fixes for src/ directory.Ted Gould2010-03-241-2/+2
| | | (bzr r9227)