| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixed area_enlarge in couple filters, to prevent white lines in rendering | Niko Kiirala | 2009-05-29 | 5 | -2/+31 |
| * | Bitmap images with filters are now updated as the filter is modified | Niko Kiirala | 2009-05-17 | 1 | -0/+2 |
| * | Fixed crashes in feImage when modifying source, one caused by previous fix | Niko Kiirala | 2009-05-16 | 1 | -1/+1 |
| * | Fixed dangling pointers and possible memory leaks with feImage | Niko Kiirala | 2009-05-16 | 1 | -9/+13 |
| * | (Very) small fix for FilterConvolveMatrix::area_enlarge | Jasper van de Gronde | 2009-05-13 | 1 | -2/+2 |
| * | Fix for bug #372412. As well as proper handling of borders (assuming edgeMode... | Jasper van de Gronde | 2009-05-13 | 1 | -59/+145 |
| * | BUG: #273767: crash on ...; resolved crash on several pixbuf operations | theAdib | 2009-05-11 | 1 | -18/+24 |
| * | Warning cleanup | Jon A. Cruz | 2009-05-03 | 1 | -2/+1 |
| * | clean left warning on revision 12272 | Adib Taraben | 2009-05-02 | 1 | -1/+0 |
| * | BUG 322116, PDF export does not use the highest quality for rasterized filter | theAdib | 2009-05-01 | 6 | -4/+71 |
| * | Optionaly snap to invisible grid lines too (when zoomed out). See the grids t... | Diederik van Lierop | 2009-04-25 | 3 | -25/+61 |
| * | translator comments and minor string fixes | Ivan Mas??r | 2009-04-23 | 1 | -0/+1 |
| * | Fix to prevent convolvematrix.cpp from setting targetX/Y to zero if no value ... | Jasper van de Gronde | 2009-04-20 | 1 | -32/+27 |
| * | Improved wording for the snap indicator: gradients snap to their parent's bou... | Diederik van Lierop | 2009-04-12 | 1 | -2/+2 |
| * | Use the line intersection routines in 2geom/line.h instead of the deprecated ... | Diederik van Lierop | 2009-04-12 | 1 | -15/+29 |
| * | Fix snapping during constrained translation, when only snapping the node clos... | Diederik van Lierop | 2009-04-12 | 1 | -1/+1 |
| * | Fix feConvolveMatrix to use premultiplied color values (and semi-properly use... | Jasper van de Gronde | 2009-04-08 | 1 | -25/+59 |
| * | Swap iterations over x and y coordinate to be more cache friendly (so the inn... | Jasper van de Gronde | 2009-04-08 | 1 | -2/+2 |
| * | Reverts "fix" of offset in the displacement map code (and adds a comment to p... | Jasper van de Gronde | 2009-04-05 | 1 | -13/+9 |
| * | Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ... | Jasper van de Gronde | 2009-04-05 | 8 | -17/+25 |
| * | Fixed offset in interpolation in nr-filter-displacement-map | Niko Kiirala | 2009-04-05 | 1 | -6/+13 |
| * | Fix a divide-by-zero problem apparently introduced in r21012. | Peter Moulder | 2009-04-05 | 1 | -28/+43 |
| * | Some extra comments. | Jasper van de Gronde | 2009-04-04 | 1 | -1/+1 |
| * | And now gradients should be (almost) perfect... The gradient vector is set up... | Jasper van de Gronde | 2009-04-03 | 4 | -18/+11 |
| * | - Don't display the snap-source-indicator when we're about to rotate using th... | Diederik van Lierop | 2009-04-02 | 1 | -1/+1 |
| * | Fix for helperfns_read_vector (which could go on trying to read numbers for e... | Jasper van de Gronde | 2009-03-31 | 1 | -30/+72 |
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 2 | -154/+2 |
| * | Some quality improvements to feDisplacementMap handling (as well as extra bou... | Jasper van de Gronde | 2009-03-29 | 2 | -47/+118 |
| * | Fixed redraw-area dependent result when using filters with low quality | Niko Kiirala | 2009-03-28 | 3 | -16/+29 |
| * | Fixed some bad math in pixblock-transform | Niko Kiirala | 2009-03-28 | 2 | -95/+78 |
| * | Made functions in nr-filter-utils inlineable | Niko Kiirala | 2009-03-28 | 3 | -22/+24 |
| * | Fixed some bad math in pixblock-scaler. Seems to fix shifted blurs | Niko Kiirala | 2009-03-28 | 1 | -98/+83 |
| * | Warning cleanup | Jon A. Cruz | 2009-03-15 | 1 | -1/+1 |
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 4 | -6/+20 |
| * | was a bit overzealous in removing render requests from subclasses | bulia byak | 2009-03-12 | 1 | -0/+3 |
| * | Remove trailing whitespace (fixes a warning) | Josh Andler | 2009-03-11 | 1 | -1/+1 |
| * | move canvastext to its own file (no linking error for me anymore), add outlin... | bulia byak | 2009-03-11 | 6 | -315/+46 |
| * | Fix #338838, in which zooming and panning with the middle mouse button made I... | Diederik van Lierop | 2009-03-09 | 1 | -0/+1 |
| * | separate bbox (calculated by subclasses) and drawbox, which includes filters ... | bulia byak | 2009-03-09 | 6 | -29/+38 |
| * | only request redraw of those parts of the rect sides that actually moved | bulia byak | 2009-03-09 | 1 | -46/+115 |
| * | do not redraw if moved to the same point as before | bulia byak | 2009-03-09 | 2 | -2/+8 |
| * | for zero-length lines, do not request canvas redraw and do not attempt to draw | bulia byak | 2009-03-09 | 1 | -7/+16 |
| * | Fix bug #291795 again | Diederik van Lierop | 2009-03-03 | 1 | -1/+6 |
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -0/+18 |
| * | make snap tooltip position sensitive to canvas zooming | Thomas Holder | 2009-02-25 | 1 | -2/+3 |
| * | Snapping of guides now turned on by default, and fixed initialization of the ... | Diederik van Lierop | 2009-02-22 | 1 | -1/+1 |
| * | Use on-cavas text instead of a tooltip for the snapindicator (fixes some tool... | Diederik van Lierop | 2009-02-22 | 3 | -77/+19 |
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -16/+5 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 6 | -14/+94 |
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 3 | -48/+156 |