| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix for cmake linking | Campbell Barton | 2011-09-21 | 1 | -13/+16 | |
| | | | | (bzr r10642) | |||||
| * | Snap to guide-path intersections, and don't snap to paths when only path ↵ | Diederik van Lierop | 2011-09-18 | 1 | -0/+3 | |
| | | | | | | | | | | intersections are asked for Fixed bugs: - https://launchpad.net/bugs/847457 - https://launchpad.net/bugs/850982 (bzr r10639) | |||||
| * | Make zero deviation Gaussian blur conform to the SVG specification. | Krzysztof Kosi??ski | 2011-09-17 | 1 | -5/+5 | |
| | | | | (bzr r10634) | |||||
| * | Correct the formula of the displacement map so that zero alpha value | Krzysztof Kosi??ski | 2011-09-16 | 1 | -5/+6 | |
| | | | | | | | | | | means maximum negative displacement rather than zero displacement. Fixes artifacts in filters. Fixed bugs: - https://launchpad.net/bugs/849064 (bzr r10632) | |||||
| * | Fix typo that causes crashes when color management is enabled. | Krzysztof Kosi??ski | 2011-09-15 | 1 | -1/+1 | |
| | | | | (bzr r10628) | |||||
| * | Further fixes for text rendering and picking | Krzysztof Kosi??ski | 2011-09-06 | 1 | -3/+6 | |
| | | | | (bzr r10622) | |||||
| * | Fix bugs in text stroke rendering and picking | Krzysztof Kosi??ski | 2011-09-05 | 2 | -17/+12 | |
| | | | | (bzr r10620) | |||||
| * | Rename the struct "SnappedConstraints" to the more meaningfull ↵ | Diederik van Lierop | 2011-09-02 | 4 | -12/+12 | |
| | | | | | | "IntermSnapResults" (bzr r10612) | |||||
| * | Remove last forward declaration of NRPixBlock | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+0 | |
| | | | | (bzr r10582.1.9) | |||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 21 | -27/+10 | |
| | | | | (bzr r10582.1.6) | |||||
| * | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 2011-08-27 | 1 | -4/+2 | |
| | | | | (bzr r10582.1.4) | |||||
| * | Update 2Geom. Remove all use of NRRectL. | Krzysztof Kosi??ski | 2011-08-27 | 42 | -327/+190 | |
| | | | | (bzr r10582.1.3) | |||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+1 | |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 79 | -4065/+3972 | |
| |\ | | | | | (bzr r10579) | |||||
| | * | Reduce default rendering cache size to 64 MiB | Krzysztof Kosi??ski | 2011-08-25 | 2 | -10/+15 | |
| | | | | | | | (bzr r10347.1.39) | |||||
| | * | Remove duplicate bbox data from DrawingShape | Krzysztof Kosi??ski | 2011-08-25 | 3 | -14/+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) | |||||
| | * | Add user preference for rendering cache size | Krzysztof Kosi??ski | 2011-08-16 | 4 | -19/+53 | |
| | | | | | | | (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 | 20 | -405/+393 | |
| | | | | | | | | | | | 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) | |||||
| | * | Plug a giant gaping memory leak in Gaussian blur filter | Krzysztof Kosi??ski | 2011-08-06 | 1 | -0/+7 | |
| | | | | | | | (bzr r10347.1.23) | |||||
| | * | Document things figured out during the rewriting | Krzysztof Kosi??ski | 2011-08-06 | 9 | -17/+115 | |
| | | | | | | | (bzr r10347.1.22) | |||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 35 | -3323/+2213 | |
| | | | | | | | (bzr r10347.1.21) | |||||
| | * | Per-item render cache. | Krzysztof Kosi??ski | 2011-07-28 | 12 | -176/+320 | |
| | | | | | | | | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20) | |||||
| | * | Add deferred allocation functionality to DrawingSurface | Krzysztof Kosi??ski | 2011-07-25 | 2 | -8/+40 | |
| | | | | | | | (bzr r10347.1.19) | |||||
| | * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-25 | 6 | -210/+138 | |
| | |\ | | | | | | | (bzr r10347.1.18) | |||||
| | * | | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 25 | -516/+872 | |
| | | | | | | | | | | | | | | | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17) | |||||
| | * | | Clean up some commented-out code | Krzysztof Kosi??ski | 2011-07-18 | 1 | -8/+1 | |
| | | | | | | | | | | (bzr r10347.1.16) | |||||
| * | | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 3 | -10/+6 | |
| | | | | | | | | | | | | | | | | a single array, instead of each having its own member variable (bzr r10569) | |||||
| * | | | Memory leaks fix / code cleanup | Kris De Gussem | 2011-07-30 | 1 | -2/+0 | |
| | |/ |/| | | | (bzr r10519) | |||||
| * | | Revert workarounds from 10501 - no longer necessary | Krzysztof Kosi??ski | 2011-07-25 | 2 | -67/+74 | |
| | | | | | | | (bzr r10503) | |||||
| * | | fix page shadow rendering bug introduced in r10495 | Johan B. C. Engelen | 2011-07-24 | 2 | -74/+67 | |
| | | | | | | | (bzr r10501) | |||||
| * | | NRRectL -> 2geom | Johan B. C. Engelen | 2011-07-23 | 2 | -89/+97 | |
| | | | | | | | (bzr r10495) | |||||
| * | | remove obsolete code because changed to cairo | Johan B. C. Engelen | 2011-07-23 | 1 | -93/+0 | |
| | | | | | | | (bzr r10494) | |||||
| * | | refactor the guideline drawing. now it obeys desktop transforms a lot better. | Johan B. C. Engelen | 2011-07-18 | 2 | -25/+33 | |
| | | | | | | | (bzr r10471) | |||||
| * | | Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, ↵ | Diederik van Lierop | 2011-07-16 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | etc.). See lp:360158 Fixed bugs: - https://launchpad.net/bugs/360158 (bzr r10463) | |||||
| * | | fix for building with cmake and building without lcms works again. | Campbell Barton | 2011-07-16 | 1 | -2/+2 | |
| |/ | | | (bzr r10459) | |||||
| * | Remove useless pixmap_gc variable | Krzysztof Kosi??ski | 2011-07-14 | 2 | -25/+7 | |
| | | | | (bzr r10347.1.14) | |||||
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 4 | -13/+22 | |
| |\ | | | | | (bzr r10347.1.13) | |||||
| | * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 2 | -0/+13 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450) | |||||
| | * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -6/+4 | |
| | | | | | | | (bzr r10437) | |||||
