summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Rename the struct "SnappedConstraints" to the more meaningfull ↵Diederik van Lierop2011-09-0214-99/+99
| | | | | | | | | | "IntermSnapResults" (bzr r10612)
* | Extensions. Fix for a potential crasher in the extension scripts.Nicolas Dufour2011-09-021-1/+1
| | | | | | (bzr r10611)
* | Extensions. Fix for bug #789122 (changing current layer through an ↵Nicolas Dufour2011-08-311-1/+19
| | | | | | | | | | extension) thanks to cosmin. (bzr r10608)
* | fix compilation after const change in r10589Johan B. C. Engelen2011-08-301-5/+5
| | | | | | (bzr r10605)
* | Filters. Workaround for bug #808013 (Drop Shadow; 0.0 for blur doesn't work).Nicolas Dufour2011-08-301-2/+8
| | | | | | (bzr r10602)
* | Update to Potrace 1.10Josh Andler2011-08-3016-84/+74
| | | | | | (bzr r10600)
* | UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32).Nicolas Dufour2011-08-291-1/+1
| | | | | | (bzr r10599)
* | Extensions. Fix for bug #813807 (Python error message window opens in a ↵Nicolas Dufour2011-08-291-1/+0
| | | | | | | | | | maximized state). (bzr r10598)
* | Remove forgotten call to print routine.Tavmjong Bah2011-08-291-1/+0
| | | | | | (bzr r10597)
* | Added comments.Tavmjong Bah2011-08-291-5/+79
| | | | | | (bzr r10596)
* | Correct typo in bounding box calculation for groups. Fixes LP #836536Krzysztof Kosi??ski2011-08-291-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/836536 (bzr r10595)
* | Fix compilation failure in DBus APIKrzysztof Kosi??ski2011-08-291-1/+1
| | | | | | (bzr r10594)
* | Add minimal support for reading color-interpolation and ↵Tavmjong Bah2011-08-294-6/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | color-interpolation-filters properties (however, Inkscape assumes sRGB everywhere at the moment). Change color-interpolation-filters from attribute to style property in sp-filter.cpp as it is not allowed as an attribute in a <filter> (it is only allowed as an attribute in filter primitives). Added color-interpolation-filters:sRGB to style when new filter is created in filter-chemistry.cpp. (bzr r10591)
* | Fix compilation on Windows after libnr removalKrzysztof Kosi??ski2011-08-291-1/+1
| | | | | | (bzr r10590)
* | Completely remove libnrKrzysztof Kosi??ski2011-08-28220-4199/+1758
|\ \ | | | | | | (bzr r10589)
| * | Completely remove libnrKrzysztof Kosi??ski2011-08-2815-133/+32
| | | | | | | | | (bzr r10582.1.11)
| * | Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-2814-982/+181
| | | | | | | | | (bzr r10582.1.10)
| * | Remove last forward declaration of NRPixBlockKrzysztof Kosi??ski2011-08-271-2/+0
| | | | | | | | | (bzr r10582.1.9)
| * | Remove nr-forward.hKrzysztof Kosi??ski2011-08-2712-62/+3
| | | | | | | | | (bzr r10582.1.8)
| * | Remove unused function project_on_linesegment from nr-point-fns.hKrzysztof Kosi??ski2011-08-272-23/+1
| | | | | | | | | (bzr r10582.1.7)
| * | Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-2761-682/+38
| | | | | | | | | (bzr r10582.1.6)
| * | Remove all NRRect use.Krzysztof Kosi??ski2011-08-2722-250/+178
| | | | | | | | | (bzr r10582.1.5)
| * | Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-277-26/+22
| | | | | | | | | (bzr r10582.1.4)
| * | Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-2754-700/+376
| | | | | | | | | (bzr r10582.1.3)
| * | Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-2714-308/+149
| | | | | | | | | (bzr r10582.1.2)
| * | Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-2781-1042/+789
| | | | | | | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* | | Tie the snapping of rectangle corners and quadrant points of ellipses to the ↵Diederik van Lierop2011-08-282-4/+6
| | | | | | | | | | | | | | | buttons for cusp and smooth nodes (bzr r10588)
* | | Fix bug related to snapping to path intersectionsDiederik van Lierop2011-08-283-7/+5
| | | | | | | | | (bzr r10587)
* | | Filters. More cleanup, and some forgotten strings made translatable (thanks ↵Nicolas Dufour2011-08-286-29/+29
| | | | | | | | | | | | | | | | | | | | | to Masato HASHIMOTO). Translations. inkscape.pot and French translation update. (bzr r10586)
* | | Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-277-17/+22
| | | | | | | | | (bzr r10585)
* | | remove double backslash in pathname (Bug 805095)Alvin Penner2011-08-261-0/+2
|/ / | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/805095 (bzr r10583)
* | Fix "snap guides" toggleDiederik van Lierop2011-08-256-52/+70
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/814457 (bzr r10582)
* | Filters. Removing unecessary height, width, x and y attributes in some ↵Nicolas Dufour2011-08-256-31/+31
| | | | | | | | | | | | | | | | filters elements. Extensions. New Text>Extract extension. Translations. Translation template and file list update. (bzr r10580)
* | Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-25155-5111/+4988
|\ \ | | | | | | (bzr r10579)
| * | Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-254-13/+18
| | | | | | | | | (bzr r10347.1.39)
| * | Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-254-22/+5
| | | | | | | | | (bzr r10347.1.38)
| * | Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-2114-126/+170
| | | | | | | | | (bzr r10347.1.37)
| * | Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-195-20/+48
| | | | | | | | | | | | | | | filtered, cached children (bzr r10347.1.36)
| * | Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-165-29/+40
| | | | | | | | | (bzr r10347.1.35)
| * | Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-167-48/+88
| | | | | | | | | (bzr r10347.1.34)
| * | Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-165-38/+15
| | | | | | | | | | | | | | | | | | | | | | | | Fixes LP #825767. Fixed bugs: - https://launchpad.net/bugs/825767 (bzr r10347.1.33)
| * | Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski2011-08-1412-85/+188
| | | | | | | | | (bzr r10347.1.32)
| * | More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-1313-64/+106
| | | | | | | | | | | | | | | | | | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
| * | Do not leak cache objects in DrawingItem destructorKrzysztof Kosi??ski2011-08-091-4/+2
| | | | | | | | | (bzr r10347.1.30)
| * | Fix invalidation on scrollingKrzysztof Kosi??ski2011-08-092-13/+14
| | | | | | | | | (bzr r10347.1.29)
| * | Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-094-41/+75
| | | | | | | | | (bzr r10347.1.28)
| * | Turn off debug message spamKrzysztof Kosi??ski2011-08-092-3/+3
| | | | | | | | | (bzr r10347.1.27)
| * | Initial autocache workKrzysztof Kosi??ski2011-08-0943-225/+367
| | | | | | | | | (bzr r10347.1.26)
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-0768-680/+619
| | | | | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * | Fix compilation (oops).Krzysztof Kosi??ski2011-08-064-5/+5
| | | | | | | | | (bzr r10347.1.24)