| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 6 | -15/+15 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 3 | -9/+9 |
| | | | | (bzr r8406) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 3 | -6/+6 |
| | | | | (bzr r8405) | ||||
| * | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ↵ | Diederik van Lierop | 2009-08-02 | 1 | -157/+160 |
| | | | | | | to the guide itself (only 1D constraint) (bzr r8383) | ||||
| * | Fix for bug #404488 by Yann Papouin | Diederik van Lierop | 2009-07-29 | 1 | -1/+1 |
| | | | | (bzr r8359) | ||||
| * | doc: add TODO comment for handling hrefs better. | Peter Moulder | 2009-07-13 | 1 | -0/+7 |
| | | | | (bzr r8271) | ||||
| * | When dragging the origin of a guide along that guide, we should use ↵ | Diederik van Lierop | 2009-06-02 | 1 | -1/+4 |
| | | | | | | constrained snapping instead of free snapping. Also make sure that we snap to paths too, not just to guides (bzr r7973) | ||||
| * | Fixed area_enlarge in couple filters, to prevent white lines in rendering | Niko Kiirala | 2009-05-29 | 5 | -2/+31 |
| | | | | (bzr r7961) | ||||
| * | Bitmap images with filters are now updated as the filter is modified | Niko Kiirala | 2009-05-17 | 1 | -0/+2 |
| | | | | (bzr r7891) | ||||
| * | Fixed crashes in feImage when modifying source, one caused by previous fix | Niko Kiirala | 2009-05-16 | 1 | -1/+1 |
| | | | | (bzr r7890) | ||||
| * | Fixed dangling pointers and possible memory leaks with feImage | Niko Kiirala | 2009-05-16 | 1 | -9/+13 |
| | | | | (bzr r7889) | ||||
| * | (Very) small fix for FilterConvolveMatrix::area_enlarge | Jasper van de Gronde | 2009-05-13 | 1 | -2/+2 |
| | | | | (bzr r7874) | ||||
| * | Fix for bug #372412. As well as proper handling of borders (assuming ↵ | Jasper van de Gronde | 2009-05-13 | 1 | -59/+145 |
| | | | | | | edgeMode="none") for feConvolveMatrix. (bzr r7873) | ||||
| * | BUG: #273767: crash on ...; resolved crash on several pixbuf operations | theAdib | 2009-05-11 | 1 | -18/+24 |
| | | | | (bzr r7863) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-05-03 | 1 | -2/+1 |
| | | | | (bzr r7813) | ||||
| * | clean left warning on revision 12272 | Adib Taraben | 2009-05-02 | 1 | -1/+0 |
| | | | | (bzr r7811) | ||||
| * | BUG 322116, PDF export does not use the highest quality for rasterized filter | theAdib | 2009-05-01 | 6 | -4/+71 |
| | | | | (bzr r7808) | ||||
| * | Optionaly snap to invisible grid lines too (when zoomed out). See the grids ↵ | Diederik van Lierop | 2009-04-25 | 3 | -25/+61 |
| | | | | | | tab in the document properties dialog. This closes bug #172115 (bzr r7773) | ||||
| * | translator comments and minor string fixes | Ivan Mas??r | 2009-04-23 | 1 | -0/+1 |
| | | | | (bzr r7763) | ||||
| * | Fix to prevent convolvematrix.cpp from setting targetX/Y to zero if no value ↵ | Jasper van de Gronde | 2009-04-20 | 1 | -32/+27 |
| | | | | | | is given. (bzr r7744) | ||||
| * | Improved wording for the snap indicator: gradients snap to their parent's ↵ | Diederik van Lierop | 2009-04-12 | 1 | -2/+2 |
| | | | | | | bounding box, so the snap indicator now displays "bla bla to bounding box" (bzr r7689) | ||||
| * | Use the line intersection routines in 2geom/line.h instead of the deprecated ↵ | Diederik van Lierop | 2009-04-12 | 1 | -15/+29 |
| | | | | | | ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688) | ||||
| * | Fix snapping during constrained translation, when only snapping the node ↵ | Diederik van Lierop | 2009-04-12 | 1 | -1/+1 |
| | | | | | | closest to the mouse pointer (bzr r7687) | ||||
| * | Fix feConvolveMatrix to use premultiplied color values (and semi-properly ↵ | Jasper van de Gronde | 2009-04-08 | 1 | -25/+59 |
| | | | | | | use bias). (bzr r7666) | ||||
| * | Swap iterations over x and y coordinate to be more cache friendly (so the ↵ | Jasper van de Gronde | 2009-04-08 | 1 | -2/+2 |
| | | | | | | inner loop iterates over x). (bzr r7665) | ||||
| * | Reverts "fix" of offset in the displacement map code (and adds a comment to ↵ | Jasper van de Gronde | 2009-04-05 | 1 | -13/+9 |
| | | | | | | prevent another misunderstanding). (bzr r7628) | ||||
| * | 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 |
| | | | | | | misunderstanding of this clamp function that actually does round+clamp). Plus some extra comments to warn of this behaviour. (bzr r7627) | ||||
| * | Fixed offset in interpolation in nr-filter-displacement-map | Niko Kiirala | 2009-04-05 | 1 | -6/+13 |
| | | | | (bzr r7626) | ||||
| * | Fix a divide-by-zero problem apparently introduced in r21012. | Peter Moulder | 2009-04-05 | 1 | -28/+43 |
| | | | | (bzr r7625) | ||||
| * | Some extra comments. | Jasper van de Gronde | 2009-04-04 | 1 | -1/+1 |
| | | | | (bzr r7622) | ||||
| * | And now gradients should be (almost) perfect... The gradient vector is set ↵ | Jasper van de Gronde | 2009-04-03 | 4 | -18/+11 |
| | | | | | | | | up to be a good approximation to the "true" gradient and it is used consistently throughout (I hope). Also some other, minor, tweaks and a small bugfix. (bzr r7616) | ||||
| * | - Don't display the snap-source-indicator when we're about to rotate using ↵ | Diederik van Lierop | 2009-04-02 | 1 | -1/+1 |
| | | | | | | | | the selector tool (because it won't snap when rotating!) - Use a smaller snap-source-indicator, which is visually more appealing (bzr r7608) | ||||
| * | Fix for helperfns_read_vector (which could go on trying to read numbers for ↵ | Jasper van de Gronde | 2009-03-31 | 1 | -30/+72 |
| | | | | | | ever) and some quality improvements to gradient rendering and feComponentTransfer handling. (bzr r7599) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 2 | -154/+2 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
| * | Some quality improvements to feDisplacementMap handling (as well as extra ↵ | Jasper van de Gronde | 2009-03-29 | 2 | -47/+118 |
| | | | | | | boundary checks where necessary). (bzr r7587) | ||||
| * | Fixed redraw-area dependent result when using filters with low quality | Niko Kiirala | 2009-03-28 | 3 | -16/+29 |
| | | | | (bzr r7584) | ||||
| * | Fixed some bad math in pixblock-transform | Niko Kiirala | 2009-03-28 | 2 | -95/+78 |
| | | | | (bzr r7583) | ||||
| * | Made functions in nr-filter-utils inlineable | Niko Kiirala | 2009-03-28 | 3 | -22/+24 |
| | | | | (bzr r7582) | ||||
| * | Fixed some bad math in pixblock-scaler. Seems to fix shifted blurs | Niko Kiirala | 2009-03-28 | 1 | -98/+83 |
| | | | | (bzr r7581) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-03-15 | 1 | -1/+1 |
| | | | | (bzr r7493) | ||||
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 4 | -6/+20 |
| | | | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479) | ||||
| * | was a bit overzealous in removing render requests from subclasses | bulia byak | 2009-03-12 | 1 | -0/+3 |
| | | | | (bzr r7472) | ||||
| * | Remove trailing whitespace (fixes a warning) | Josh Andler | 2009-03-11 | 1 | -1/+1 |
| | | | | (bzr r7471) | ||||
| * | move canvastext to its own file (no linking error for me anymore), add ↵ | bulia byak | 2009-03-11 | 6 | -315/+46 |
| | | | | | | outline to fix 334758 (bzr r7470) | ||||
| * | Fix #338838, in which zooming and panning with the middle mouse button made ↵ | Diederik van Lierop | 2009-03-09 | 1 | -0/+1 |
| | | | | | | Inkscape inrespronsive (bzr r7461) | ||||
| * | separate bbox (calculated by subclasses) and drawbox, which includes filters ↵ | bulia byak | 2009-03-09 | 6 | -29/+38 |
| | | | | | | margin and clip/mask cropping; this fixes runaway enlargement when dragging a blurred group. also, move request to dirty canvas rectangle from subclasses to NRArenaItem, which uses drawbox for this, fixing numerous rendering glitches with filters (bzr r7451) | ||||
| * | only request redraw of those parts of the rect sides that actually moved | bulia byak | 2009-03-09 | 1 | -46/+115 |
| | | | | (bzr r7450) | ||||
| * | do not redraw if moved to the same point as before | bulia byak | 2009-03-09 | 2 | -2/+8 |
| | | | | (bzr r7449) | ||||
| * | for zero-length lines, do not request canvas redraw and do not attempt to draw | bulia byak | 2009-03-09 | 1 | -7/+16 |
| | | | | (bzr r7448) | ||||
| * | Fix bug #291795 again | Diederik van Lierop | 2009-03-03 | 1 | -1/+6 |
| | | | | (bzr r7409) | ||||
