summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-23translator comments and minor string fixesIvan Mas??r1-0/+1
2009-04-20Fix to prevent convolvematrix.cpp from setting targetX/Y to zero if no value ...Jasper van de Gronde1-32/+27
2009-04-12Improved wording for the snap indicator: gradients snap to their parent's bou...Diederik van Lierop1-2/+2
2009-04-12Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop1-15/+29
2009-04-12Fix snapping during constrained translation, when only snapping the node clos...Diederik van Lierop1-1/+1
2009-04-08Fix feConvolveMatrix to use premultiplied color values (and semi-properly use...Jasper van de Gronde1-25/+59
2009-04-08Swap iterations over x and y coordinate to be more cache friendly (so the inn...Jasper van de Gronde1-2/+2
2009-04-05Reverts "fix" of offset in the displacement map code (and adds a comment to p...Jasper van de Gronde1-13/+9
2009-04-05Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...Jasper van de Gronde8-17/+25
2009-04-05Fixed offset in interpolation in nr-filter-displacement-mapNiko Kiirala1-6/+13
2009-04-05Fix a divide-by-zero problem apparently introduced in r21012.Peter Moulder1-28/+43
2009-04-04Some extra comments.Jasper van de Gronde1-1/+1
2009-04-03And now gradients should be (almost) perfect... The gradient vector is set up...Jasper van de Gronde4-18/+11
2009-04-02- Don't display the snap-source-indicator when we're about to rotate using th...Diederik van Lierop1-1/+1
2009-03-31Fix for helperfns_read_vector (which could go on trying to read numbers for e...Jasper van de Gronde1-30/+72
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2-154/+2
2009-03-29Some quality improvements to feDisplacementMap handling (as well as extra bou...Jasper van de Gronde2-47/+118
2009-03-28Fixed redraw-area dependent result when using filters with low qualityNiko Kiirala3-16/+29
2009-03-28Fixed some bad math in pixblock-transformNiko Kiirala2-95/+78
2009-03-28Made functions in nr-filter-utils inlineableNiko Kiirala3-22/+24
2009-03-28Fixed some bad math in pixblock-scaler. Seems to fix shifted blursNiko Kiirala1-98/+83
2009-03-15Warning cleanupJon A. Cruz1-1/+1
2009-03-13* Implement constrained snapping of knotsDiederik van Lierop4-6/+20
2009-03-12was a bit overzealous in removing render requests from subclassesbulia byak1-0/+3
2009-03-11Remove trailing whitespace (fixes a warning)Josh Andler1-1/+1
2009-03-11move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak6-315/+46
2009-03-09Fix #338838, in which zooming and panning with the middle mouse button made I...Diederik van Lierop1-0/+1
2009-03-09separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak6-29/+38
2009-03-09only request redraw of those parts of the rect sides that actually movedbulia byak1-46/+115
2009-03-09do not redraw if moved to the same point as beforebulia byak2-2/+8
2009-03-09for zero-length lines, do not request canvas redraw and do not attempt to drawbulia byak1-7/+16
2009-03-03Fix bug #291795 againDiederik van Lierop1-1/+6
2009-02-27More accurate wording in snap tooltipsDiederik van Lierop1-0/+18
2009-02-25make snap tooltip position sensitive to canvas zoomingThomas Holder1-2/+3
2009-02-22Snapping of guides now turned on by default, and fixed initialization of the ...Diederik van Lierop1-1/+1
2009-02-22Use on-cavas text instead of a tooltip for the snapindicator (fixes some tool...Diederik van Lierop3-77/+19
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-16/+5
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop6-14/+94
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop3-48/+156
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop4-0/+36
2009-01-28Add buttons for snapping to grids and/or guidesDiederik van Lierop3-1/+6
2009-01-26Nicer symbol for guide anchorMaximilian Albert5-22/+255
2009-01-26display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2-2/+49
2009-01-25Display the snap source indicator only when snapping is enabledDiederik van Lierop1-9/+9
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2-75/+101
2009-01-19Rounding errors in feComposite: patch by Preben S (bug 318134)Niko Kiirala1-7/+7
2009-01-17snap indicator: try a diamond shaped indicator for snapping to nodes. see how...Johan B. C. Engelen1-1/+11
2009-01-16work a bit on snapindicator: added switch statement for different typesJohan B. C. Engelen1-15/+29
2009-01-16nr-filter-image now yields identical results to using <image> in most cases b...Jasper van de Gronde2-21/+30
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2-2/+2