summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to Potrace 1.10Josh Andler2011-08-3016-84/+74
* UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32).Nicolas Dufour2011-08-291-1/+1
* Extensions. Fix for bug #813807 (Python error message window opens in a maxim...Nicolas Dufour2011-08-291-1/+0
* Remove forgotten call to print routine.Tavmjong Bah2011-08-291-1/+0
* Added comments.Tavmjong Bah2011-08-291-5/+79
* Correct typo in bounding box calculation for groups. Fixes LP #836536Krzysztof Kosi??ski2011-08-291-1/+1
* Fix compilation failure in DBus APIKrzysztof Kosi??ski2011-08-291-1/+1
* Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah2011-08-294-6/+71
* Fix compilation on Windows after libnr removalKrzysztof Kosi??ski2011-08-291-1/+1
* Completely remove libnrKrzysztof Kosi??ski2011-08-28220-4199/+1758
|\
| * Completely remove libnrKrzysztof Kosi??ski2011-08-2815-133/+32
| * Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-2814-982/+181
| * Remove last forward declaration of NRPixBlockKrzysztof Kosi??ski2011-08-271-2/+0
| * Remove nr-forward.hKrzysztof Kosi??ski2011-08-2712-62/+3
| * Remove unused function project_on_linesegment from nr-point-fns.hKrzysztof Kosi??ski2011-08-272-23/+1
| * Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-2761-682/+38
| * Remove all NRRect use.Krzysztof Kosi??ski2011-08-2722-250/+178
| * Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-277-26/+22
| * Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-2754-700/+376
| * Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-2714-308/+149
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-2781-1042/+789
* | Tie the snapping of rectangle corners and quadrant points of ellipses to the ...Diederik van Lierop2011-08-282-4/+6
* | Fix bug related to snapping to path intersectionsDiederik van Lierop2011-08-283-7/+5
* | Filters. More cleanup, and some forgotten strings made translatable (thanks t...Nicolas Dufour2011-08-286-29/+29
* | Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-277-17/+22
* | remove double backslash in pathname (Bug 805095)Alvin Penner2011-08-261-0/+2
|/
* Fix "snap guides" toggleDiederik van Lierop2011-08-256-52/+70
* Filters. Removing unecessary height, width, x and y attributes in some filter...Nicolas Dufour2011-08-256-31/+31
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-25155-5111/+4988
|\
| * Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-254-13/+18
| * Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-254-22/+5
| * Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-2114-126/+170
| * Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-195-20/+48
| * Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-165-29/+40
| * Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-167-48/+88
| * Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-165-38/+15
| * Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski2011-08-1412-85/+188
| * More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-1313-64/+106
| * Do not leak cache objects in DrawingItem destructorKrzysztof Kosi??ski2011-08-091-4/+2
| * Fix invalidation on scrollingKrzysztof Kosi??ski2011-08-092-13/+14
| * Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-094-41/+75
| * Turn off debug message spamKrzysztof Kosi??ski2011-08-092-3/+3
| * Initial autocache workKrzysztof Kosi??ski2011-08-0943-225/+367
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-0768-680/+619
| * Fix compilation (oops).Krzysztof Kosi??ski2011-08-064-5/+5
| * Plug a giant gaping memory leak in Gaussian blur filterKrzysztof Kosi??ski2011-08-061-0/+7
| * Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-069-17/+115
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-0698-3986/+2919
| * Per-item render cache.Krzysztof Kosi??ski2011-07-2812-176/+320
| * Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-252-8/+40