summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-289-153/+270
* | | | Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-277-17/+22
* | | | Translations. Japanese translation (by Masato HASHIMOTO) and French translati...Nicolas Dufour2011-08-272-8536/+9781
* | | | remove double backslash in pathname (Bug 805095)Alvin Penner2011-08-261-0/+2
|/ / /
* | | Fix "snap guides" toggleDiederik van Lierop2011-08-256-52/+70
* | | Extensions. Missing files for Text>Extract...Nicolas Dufour2011-08-252-0/+185
* | | Filters. Removing unecessary height, width, x and y attributes in some filter...Nicolas Dufour2011-08-2510-785/+841
* | | 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
| * | | Merge from trunkKrzysztof Kosi??ski2011-07-25221-103990/+37738
| |\ \ \
| * | | | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-2245-756/+1139
| * | | | Clean up some commented-out codeKrzysztof Kosi??ski2011-07-181-8/+1
* | | | | German translation updateUweSch mail@uwe-schoeler.de2011-08-251-1225/+1350
* | | | | UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More pre...Nicolas Dufour2011-08-235-37/+56
* | | | | 1) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop2011-08-237-90/+13
* | | | | Filters. Filters clean-up again.Nicolas Dufour2011-08-237-1910/+1939
* | | | | Filters. More filters clean-up.Nicolas Dufour2011-08-221-53/+0
* | | | | Fix another snapping bug (could occur when scaling an object using the select...Diederik van Lierop2011-08-221-1/+3
* | | | | Fix snap bug #816044Diederik van Lierop2011-08-222-1/+12
* | | | | Use different icons to communicate the change in behavior of the snap buttons...Diederik van Lierop2011-08-221-12/+12
* | | | | Some code cosmetics and commentsDiederik van Lierop2011-08-225-102/+99
* | | | | Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-2227-416/+425
* | | | | svgfont2layers extension: glyph layers (except the first one) are innitially ...Felipe Corr??a da Silva Sanches2011-08-221-0/+6
* | | | | add boolead option to load only the first 30 glyphs from an SVGFont (otherwis...Felipe Corr??a da Silva Sanches2011-08-212-1/+6
* | | | | removing references to PathData.py from Makefile.am and inx files. The inx fi...Felipe Corr??a da Silva Sanches2011-08-213-3/+2
* | | | | Deleting redundant PathData module. Should use simplepath module instead.Felipe Corr??a da Silva Sanches2011-08-211-139/+0
* | | | | refactoring svgfonts2layers extension to use simplepath module instead of Pat...Felipe Corr??a da Silva Sanches2011-08-212-17/+6