summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-066-15/+15
* SPDocument->Documentjohnce2009-08-053-9/+9
* SPDocument->Documentjohnce2009-08-053-6/+6
* Snap to a guide's origin too (resulting in a 2D constraint), instead of only ...Diederik van Lierop2009-08-021-157/+160
* Fix for bug #404488 by Yann PapouinDiederik van Lierop2009-07-291-1/+1
* doc: add TODO comment for handling hrefs better.Peter Moulder2009-07-131-0/+7
* When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop2009-06-021-1/+4
* Fixed area_enlarge in couple filters, to prevent white lines in renderingNiko Kiirala2009-05-295-2/+31
* Bitmap images with filters are now updated as the filter is modifiedNiko Kiirala2009-05-171-0/+2
* Fixed crashes in feImage when modifying source, one caused by previous fixNiko Kiirala2009-05-161-1/+1
* Fixed dangling pointers and possible memory leaks with feImageNiko Kiirala2009-05-161-9/+13
* (Very) small fix for FilterConvolveMatrix::area_enlargeJasper van de Gronde2009-05-131-2/+2
* Fix for bug #372412. As well as proper handling of borders (assuming edgeMode...Jasper van de Gronde2009-05-131-59/+145
* BUG: #273767: crash on ...; resolved crash on several pixbuf operationstheAdib2009-05-111-18/+24
* Warning cleanupJon A. Cruz2009-05-031-2/+1
* clean left warning on revision 12272Adib Taraben2009-05-021-1/+0
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-016-4/+71
* Optionaly snap to invisible grid lines too (when zoomed out). See the grids t...Diederik van Lierop2009-04-253-25/+61
* translator comments and minor string fixesIvan Mas??r2009-04-231-0/+1
* Fix to prevent convolvematrix.cpp from setting targetX/Y to zero if no value ...Jasper van de Gronde2009-04-201-32/+27
* Improved wording for the snap indicator: gradients snap to their parent's bou...Diederik van Lierop2009-04-121-2/+2
* Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop2009-04-121-15/+29
* Fix snapping during constrained translation, when only snapping the node clos...Diederik van Lierop2009-04-121-1/+1
* Fix feConvolveMatrix to use premultiplied color values (and semi-properly use...Jasper van de Gronde2009-04-081-25/+59
* Swap iterations over x and y coordinate to be more cache friendly (so the inn...Jasper van de Gronde2009-04-081-2/+2
* Reverts "fix" of offset in the displacement map code (and adds a comment to p...Jasper van de Gronde2009-04-051-13/+9
* Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...Jasper van de Gronde2009-04-058-17/+25
* Fixed offset in interpolation in nr-filter-displacement-mapNiko Kiirala2009-04-051-6/+13
* Fix a divide-by-zero problem apparently introduced in r21012.Peter Moulder2009-04-051-28/+43
* Some extra comments.Jasper van de Gronde2009-04-041-1/+1
* And now gradients should be (almost) perfect... The gradient vector is set up...Jasper van de Gronde2009-04-034-18/+11
* - Don't display the snap-source-indicator when we're about to rotate using th...Diederik van Lierop2009-04-021-1/+1
* Fix for helperfns_read_vector (which could go on trying to read numbers for e...Jasper van de Gronde2009-03-311-30/+72
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-292-154/+2
* Some quality improvements to feDisplacementMap handling (as well as extra bou...Jasper van de Gronde2009-03-292-47/+118
* Fixed redraw-area dependent result when using filters with low qualityNiko Kiirala2009-03-283-16/+29
* Fixed some bad math in pixblock-transformNiko Kiirala2009-03-282-95/+78
* Made functions in nr-filter-utils inlineableNiko Kiirala2009-03-283-22/+24
* Fixed some bad math in pixblock-scaler. Seems to fix shifted blursNiko Kiirala2009-03-281-98/+83
* Warning cleanupJon A. Cruz2009-03-151-1/+1
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-134-6/+20
* was a bit overzealous in removing render requests from subclassesbulia byak2009-03-121-0/+3
* Remove trailing whitespace (fixes a warning)Josh Andler2009-03-111-1/+1
* move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2009-03-116-315/+46
* Fix #338838, in which zooming and panning with the middle mouse button made I...Diederik van Lierop2009-03-091-0/+1
* separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak2009-03-096-29/+38
* only request redraw of those parts of the rect sides that actually movedbulia byak2009-03-091-46/+115
* do not redraw if moved to the same point as beforebulia byak2009-03-092-2/+8
* for zero-length lines, do not request canvas redraw and do not attempt to drawbulia byak2009-03-091-7/+16
* Fix bug #291795 againDiederik van Lierop2009-03-031-1/+6