| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Rename the struct "SnappedConstraints" to the more meaningfull ↵ | Diederik van Lierop | 2011-09-02 | 14 | -99/+99 | |
| | | | | | | | | | | | "IntermSnapResults" (bzr r10612) | |||||
| * | | Extensions. Fix for a potential crasher in the extension scripts. | Nicolas Dufour | 2011-09-02 | 1 | -1/+1 | |
| | | | | | | | (bzr r10611) | |||||
| * | | Extensions. Fix for bug #789122 (changing current layer through an ↵ | Nicolas Dufour | 2011-08-31 | 1 | -1/+19 | |
| | | | | | | | | | | | extension) thanks to cosmin. (bzr r10608) | |||||
| * | | fix compilation after const change in r10589 | Johan B. C. Engelen | 2011-08-30 | 1 | -5/+5 | |
| | | | | | | | (bzr r10605) | |||||
| * | | Filters. Workaround for bug #808013 (Drop Shadow; 0.0 for blur doesn't work). | Nicolas Dufour | 2011-08-30 | 1 | -2/+8 | |
| | | | | | | | (bzr r10602) | |||||
| * | | Update to Potrace 1.10 | Josh Andler | 2011-08-30 | 16 | -84/+74 | |
| | | | | | | | (bzr r10600) | |||||
| * | | UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32). | Nicolas Dufour | 2011-08-29 | 1 | -1/+1 | |
| | | | | | | | (bzr r10599) | |||||
| * | | Extensions. Fix for bug #813807 (Python error message window opens in a ↵ | Nicolas Dufour | 2011-08-29 | 1 | -1/+0 | |
| | | | | | | | | | | | maximized state). (bzr r10598) | |||||
| * | | Remove forgotten call to print routine. | Tavmjong Bah | 2011-08-29 | 1 | -1/+0 | |
| | | | | | | | (bzr r10597) | |||||
| * | | Added comments. | Tavmjong Bah | 2011-08-29 | 1 | -5/+79 | |
| | | | | | | | (bzr r10596) | |||||
| * | | Correct typo in bounding box calculation for groups. Fixes LP #836536 | Krzysztof Kosi??ski | 2011-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/836536 (bzr r10595) | |||||
| * | | Fix compilation failure in DBus API | Krzysztof Kosi??ski | 2011-08-29 | 1 | -1/+1 | |
| | | | | | | | (bzr r10594) | |||||
| * | | Add minimal support for reading color-interpolation and ↵ | Tavmjong Bah | 2011-08-29 | 4 | -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 removal | Krzysztof Kosi??ski | 2011-08-29 | 1 | -1/+1 | |
| | | | | | | | (bzr r10590) | |||||
| * | | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 220 | -4199/+1758 | |
| |\ \ | | | | | | | (bzr r10589) | |||||
| | * | | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 15 | -133/+32 | |
| | | | | | | | | | | (bzr r10582.1.11) | |||||
| | * | | Remove nr-object.h and nr-macros.h | Krzysztof Kosi??ski | 2011-08-28 | 14 | -982/+181 | |
| | | | | | | | | | | (bzr r10582.1.10) | |||||
| | * | | Remove last forward declaration of NRPixBlock | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+0 | |
| | | | | | | | | | | (bzr r10582.1.9) | |||||
| | * | | Remove nr-forward.h | Krzysztof Kosi??ski | 2011-08-27 | 12 | -62/+3 | |
| | | | | | | | | | | (bzr r10582.1.8) | |||||
| | * | | Remove unused function project_on_linesegment from nr-point-fns.h | Krzysztof Kosi??ski | 2011-08-27 | 2 | -23/+1 | |
| | | | | | | | | | | (bzr r10582.1.7) | |||||
| | * | | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 61 | -682/+38 | |
| | | | | | | | | | | (bzr r10582.1.6) | |||||
| | * | | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 22 | -250/+178 | |
| | | | | | | | | | | (bzr r10582.1.5) | |||||
| | * | | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 2011-08-27 | 7 | -26/+22 | |
| | | | | | | | | | | (bzr r10582.1.4) | |||||
| | * | | Update 2Geom. Remove all use of NRRectL. | Krzysztof Kosi??ski | 2011-08-27 | 54 | -700/+376 | |
| | | | | | | | | | | (bzr r10582.1.3) | |||||
| | * | | Remove NRRect use from the extension system | Krzysztof Kosi??ski | 2011-08-27 | 14 | -308/+149 | |
| | | | | | | | | | | (bzr r10582.1.2) | |||||
| | * | | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 81 | -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 Lierop | 2011-08-28 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | | buttons for cusp and smooth nodes (bzr r10588) | |||||
| * | | | Fix bug related to snapping to path intersections | Diederik van Lierop | 2011-08-28 | 3 | -7/+5 | |
| | | | | | | | | | | (bzr r10587) | |||||
| * | | | Filters. More cleanup, and some forgotten strings made translatable (thanks ↵ | Nicolas Dufour | 2011-08-28 | 6 | -29/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | to Masato HASHIMOTO). Translations. inkscape.pot and French translation update. (bzr r10586) | |||||
| * | | | Allow snapping to path intersections without snapping to the paths themselves | Diederik van Lierop | 2011-08-27 | 7 | -17/+22 | |
| | | | | | | | | | | (bzr r10585) | |||||
| * | | | remove double backslash in pathname (Bug 805095) | Alvin Penner | 2011-08-26 | 1 | -0/+2 | |
| |/ / | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/805095 (bzr r10583) | |||||
| * | | Fix "snap guides" toggle | Diederik van Lierop | 2011-08-25 | 6 | -52/+70 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/814457 (bzr r10582) | |||||
| * | | Filters. Removing unecessary height, width, x and y attributes in some ↵ | Nicolas Dufour | 2011-08-25 | 6 | -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??ski | 2011-08-25 | 155 | -5111/+4988 | |
| |\ \ | | | | | | | (bzr r10579) | |||||
| | * | | Reduce default rendering cache size to 64 MiB | Krzysztof Kosi??ski | 2011-08-25 | 4 | -13/+18 | |
| | | | | | | | | | | (bzr r10347.1.39) | |||||
| | * | | Remove duplicate bbox data from DrawingShape | Krzysztof Kosi??ski | 2011-08-25 | 4 | -22/+5 | |
| | | | | | | | | | | (bzr r10347.1.38) | |||||
| | * | | Filter background rendering now matches the SVG specification. | Krzysztof Kosi??ski | 2011-08-21 | 14 | -126/+170 | |
| | | | | | | | | | | (bzr r10347.1.37) | |||||
| | * | | Fix rendering glitches appearing when filtered, cached groups have | Krzysztof Kosi??ski | 2011-08-19 | 5 | -20/+48 | |
| | | | | | | | | | | | | | | | | filtered, cached children (bzr r10347.1.36) | |||||
| | * | | Fix large memory leaks in the swatches panel | Krzysztof Kosi??ski | 2011-08-16 | 5 | -29/+40 | |
| | | | | | | | | | | (bzr r10347.1.35) | |||||
| | * | | Add user preference for rendering cache size | Krzysztof Kosi??ski | 2011-08-16 | 7 | -48/+88 | |
| | | | | | | | | | | (bzr r10347.1.34) | |||||
| | * | | Add sanity checks against singular transforms in the drawing tree. | Krzysztof Kosi??ski | 2011-08-16 | 5 | -38/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes LP #825767. Fixed bugs: - https://launchpad.net/bugs/825767 (bzr r10347.1.33) | |||||
| | * | | Correctly invalidate cache of objects with background-accessing filters | Krzysztof Kosi??ski | 2011-08-14 | 12 | -85/+188 | |
| | | | | | | | | | | (bzr r10347.1.32) | |||||
| | * | | More generic handling of child type in DrawingItem. | Krzysztof Kosi??ski | 2011-08-13 | 13 | -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 destructor | Krzysztof Kosi??ski | 2011-08-09 | 1 | -4/+2 | |
| | | | | | | | | | | (bzr r10347.1.30) | |||||
| | * | | Fix invalidation on scrolling | Krzysztof Kosi??ski | 2011-08-09 | 2 | -13/+14 | |
| | | | | | | | | | | (bzr r10347.1.29) | |||||
| | * | | Use cache even if only part of the redraw region is clean | Krzysztof Kosi??ski | 2011-08-09 | 4 | -41/+75 | |
| | | | | | | | | | | (bzr r10347.1.28) | |||||
| | * | | Turn off debug message spam | Krzysztof Kosi??ski | 2011-08-09 | 2 | -3/+3 | |
| | | | | | | | | | | (bzr r10347.1.27) | |||||
| | * | | Initial autocache work | Krzysztof Kosi??ski | 2011-08-09 | 43 | -225/+367 | |
| | | | | | | | | | | (bzr r10347.1.26) | |||||
| | * | | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 68 | -680/+619 | |
| | | | | | | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| | * | | Fix compilation (oops). | Krzysztof Kosi??ski | 2011-08-06 | 4 | -5/+5 | |
| | | | | | | | | | | (bzr r10347.1.24) | |||||
