summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix for cmake linkingCampbell Barton2011-09-211-13/+16
* Snap to guide-path intersections, and don't snap to paths when only path inte...Diederik van Lierop2011-09-181-0/+3
* Make zero deviation Gaussian blur conform to the SVG specification.Krzysztof Kosi??ski2011-09-171-5/+5
* Correct the formula of the displacement map so that zero alpha valueKrzysztof Kosi??ski2011-09-161-5/+6
* Fix typo that causes crashes when color management is enabled.Krzysztof Kosi??ski2011-09-151-1/+1
* Further fixes for text rendering and pickingKrzysztof Kosi??ski2011-09-061-3/+6
* Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2011-09-052-17/+12
* Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop2011-09-024-12/+12
* Remove last forward declaration of NRPixBlockKrzysztof Kosi??ski2011-08-271-2/+0
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-2721-27/+10
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-4/+2
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-2742-327/+190
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-2579-4065/+3972
|\
| * Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-252-10/+15
| * Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-253-14/+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
| * Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-164-19/+53
| * 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-0720-405/+393
| * 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-0635-3323/+2213
| * 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-256-210/+138
| |\
| * | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-2225-516/+872
| * | Clean up some commented-out codeKrzysztof Kosi??ski2011-07-181-8/+1
* | | Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-223-10/+6
* | | Memory leaks fix / code cleanupKris De Gussem2011-07-301-2/+0
| |/ |/|
* | Revert workarounds from 10501 - no longer necessaryKrzysztof Kosi??ski2011-07-252-67/+74
* | fix page shadow rendering bug introduced in r10495Johan B. C. Engelen2011-07-242-74/+67
* | NRRectL -> 2geomJohan B. C. Engelen2011-07-232-89/+97
* | remove obsolete code because changed to cairoJohan B. C. Engelen2011-07-231-93/+0
* | refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-182-25/+33
* | Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)...Diederik van Lierop2011-07-161-1/+6
* | fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-2/+2
|/
* Remove useless pixmap_gc variableKrzysztof Kosi??ski2011-07-142-25/+7
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-134-13/+22
|\
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-132-0/+13
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-6/+4