summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-14Fix text redraw problems (LP #837291)Krzysztof Kosi??ski1-0/+2
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop1-1/+1
2011-11-04add missing units to grid length interpretation (we have 4 different unit con...Johan B. C. Engelen2-0/+8
2011-11-04make significant digits consistent for gridsJohan B. C. Engelen2-7/+7
2011-10-29Fixing initializer order and missing initializers.Jon A. Cruz1-14/+21
2011-10-29cppcheck: variable initialisationKris De Gussem1-0/+2
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz4-4/+4
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz10-27/+42
2011-10-15cppcheckKris De Gussem2-5/+5
2011-10-08update cmake file listsCampbell Barton1-16/+15
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2-0/+39
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2-2/+4
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz12-62/+28
2011-10-02Next pass of doxygen @brief cleanup.Jon A. Cruz15-30/+35
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz12-51/+85
2011-10-02Warning cleanup.Jon A. Cruz5-18/+12
2011-09-21fix for cmake linkingCampbell Barton1-13/+16
2011-09-18Snap to guide-path intersections, and don't snap to paths when only path inte...Diederik van Lierop1-0/+3
2011-09-17Make zero deviation Gaussian blur conform to the SVG specification.Krzysztof Kosi??ski1-5/+5
2011-09-16Correct the formula of the displacement map so that zero alpha valueKrzysztof Kosi??ski1-5/+6
2011-09-15Fix typo that causes crashes when color management is enabled.Krzysztof Kosi??ski1-1/+1
2011-09-06Further fixes for text rendering and pickingKrzysztof Kosi??ski1-3/+6
2011-09-05Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2-17/+12
2011-09-02Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop4-12/+12
2011-08-27Remove last forward declaration of NRPixBlockKrzysztof Kosi??ski1-2/+0
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski21-27/+10
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-4/+2
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski42-327/+190
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-08-25Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2-10/+15
2011-08-25Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski3-14/+5
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop3-10/+6
2011-08-21Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski14-126/+170
2011-08-19Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski5-20/+48
2011-08-16Add user preference for rendering cache sizeKrzysztof Kosi??ski4-19/+53
2011-08-16Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski5-38/+15
2011-08-14Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski12-85/+188
2011-08-13More generic handling of child type in DrawingItem.Krzysztof Kosi??ski13-64/+106
2011-08-09Do not leak cache objects in DrawingItem destructorKrzysztof Kosi??ski1-4/+2
2011-08-09Fix invalidation on scrollingKrzysztof Kosi??ski2-13/+14
2011-08-09Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski4-41/+75
2011-08-09Turn off debug message spamKrzysztof Kosi??ski2-3/+3
2011-08-09Initial autocache workKrzysztof Kosi??ski43-225/+367
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski20-405/+393
2011-08-06Fix compilation (oops).Krzysztof Kosi??ski4-5/+5
2011-08-06Plug a giant gaping memory leak in Gaussian blur filterKrzysztof Kosi??ski1-0/+7
2011-08-06Document things figured out during the rewritingKrzysztof Kosi??ski9-17/+115
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski35-3323/+2213
2011-07-30Memory leaks fix / code cleanupKris De Gussem1-2/+0
2011-07-28Per-item render cache.Krzysztof Kosi??ski12-176/+320