| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 2 | -4/+9 | |
| | | | | (bzr r7622) | |||||
| * | Added attributes to test | Jon A. Cruz | 2009-04-04 | 1 | -0/+2 | |
| | | | | (bzr r7620) | |||||
| * | Updating tests to more recently added attributes. | Jon A. Cruz | 2009-04-04 | 1 | -42/+42 | |
| | | | | (bzr r7619) | |||||
| * | noop: comment spelling | Peter Moulder | 2009-04-04 | 1 | -2/+2 | |
| | | | | (bzr r7618) | |||||
| * | And now gradients should be (almost) perfect... The gradient vector is set ↵ | Jasper van de Gronde | 2009-04-03 | 7 | -58/+173 | |
| | | | | | | | | 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) | |||||
| * | io/crystalegg.xml: Fix a couple of textual errors. | Peter Moulder | 2009-04-03 | 1 | -4/+2 | |
| | | | | (bzr r7615) | |||||
| * | Fix middle-mouse-button-zooming in node-context with snap-delay enabled | Diederik van Lierop | 2009-04-03 | 1 | -0/+8 | |
| | | | | (bzr r7614) | |||||
| * | Add XDG locations for icons | Jon A. Cruz | 2009-04-03 | 1 | -0/+23 | |
| | | | | (bzr r7613) | |||||
| * | Fix ink toggle buttons to have non-stretching icons. Fixes blurring. | Jon A. Cruz | 2009-04-03 | 1 | -1/+3 | |
| | | | | (bzr r7612) | |||||
| * | Fix inverted node alignment actions | Krzysztof Kosi??ski | 2009-04-03 | 1 | -2/+2 | |
| | | | | (bzr r7610) | |||||
| * | - Don't display the snap-source-indicator when we're about to rotate using ↵ | Diederik van Lierop | 2009-04-02 | 2 | -8/+12 | |
| | | | | | | | | the selector tool (because it won't snap when rotating!) - Use a smaller snap-source-indicator, which is visually more appealing (bzr r7608) | |||||
| * | Whether we drag a guide's origin or rotate the guide around its origin is ↵ | Diederik van Lierop | 2009-04-02 | 1 | -2/+2 | |
| | | | | | | now independent of zoom (bzr r7607) | |||||
| * | Debug enhancement | Jon A. Cruz | 2009-04-02 | 1 | -1/+3 | |
| | | | | (bzr r7605) | |||||
| * | Fix a minor regression caused by one of my previous commits: the snap-window ↵ | Diederik van Lierop | 2009-04-01 | 1 | -1/+1 | |
| | | | | | | was closed where it should have been opened (bzr r7604) | |||||
| * | Delete the delayed snap event, killing any pending timers, when the ↵ | Diederik van Lierop | 2009-04-01 | 1 | -0/+4 | |
| | | | | | | event-context is being disposed off (bzr r7603) | |||||
| * | Remove some left-over debugging output that got accidentally committed | Diederik van Lierop | 2009-04-01 | 1 | -1/+0 | |
| | | | | (bzr r7602) | |||||
| * | Fix for gradient code I committed recently (which accidentally used unsigned ↵ | Jasper van de Gronde | 2009-04-01 | 1 | -4/+4 | |
| | | | | | | ints where it should not). (bzr r7601) | |||||
| * | Fix for helperfns_read_vector (which could go on trying to read numbers for ↵ | Jasper van de Gronde | 2009-03-31 | 4 | -57/+86 | |
| | | | | | | ever) and some quality improvements to gradient rendering and feComponentTransfer handling. (bzr r7599) | |||||
| * | More sensitive selection of snap target when snapping guides to objects with ↵ | Diederik van Lierop | 2009-03-31 | 1 | -7/+3 | |
| | | | | | | multiple snap candidates (fixes bug 352247) (bzr r7598) | |||||
| * | Some minor snap-delay modifications | Diederik van Lierop | 2009-03-31 | 3 | -7/+15 | |
| | | | | (bzr r7597) | |||||
| * | Fixed icon blurriness due to theme changing icon sizes | Jon A. Cruz | 2009-03-31 | 1 | -6/+20 | |
| | | | | (bzr r7596) | |||||
| * | Fix bug #338838: Using double-click on a selected shape to switch to that ↵ | Diederik van Lierop | 2009-03-30 | 6 | -6/+6 | |
| | | | | | | shape's tool would give a snap-window-already-closed warning (bzr r7594) | |||||
| * | Fix icon cache code to properly render multiple sizes as needed. | Jon A. Cruz | 2009-03-30 | 1 | -2/+22 | |
| | | | | (bzr r7591) | |||||
| * | restore the pattern from clipboard ability | bulia byak | 2009-03-29 | 1 | -1/+1 | |
| | | | | (bzr r7590) | |||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 23 | -315/+456 | |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | |||||
| * | revert part of 20988 to fix rendering of LPE on groups | bulia byak | 2009-03-29 | 1 | -1/+1 | |
| | | | | (bzr r7588) | |||||
| * | Some quality improvements to feDisplacementMap handling (as well as extra ↵ | Jasper van de Gronde | 2009-03-29 | 3 | -47/+124 | |
| | | | | | | boundary checks where necessary). (bzr r7587) | |||||
| * | fix simplify, combine, break for LPE paths | bulia byak | 2009-03-29 | 2 | -11/+13 | |
| | | | | (bzr r7586) | |||||
| * | Made Filter rendering quality 'Better' the default setting | Niko Kiirala | 2009-03-28 | 1 | -1/+1 | |
| | | | | (bzr r7585) | |||||
| * | 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) | |||||
| * | we cannot rely on LPE attributes being properly parsed by the time we read ↵ | bulia byak | 2009-03-28 | 1 | -2/+0 | |
| | | | | | | d=; this fixes the undo after a LPE is set or pasted and seems to have no ill effect otherwise (report to me if you find anything suspicious) (bzr r7580) | |||||
| * | Fix warning with newer GCC versions | Josh Andler | 2009-03-27 | 1 | -1/+1 | |
| | | | | (bzr r7577) | |||||
| * | add lpe names to path description | bulia byak | 2009-03-27 | 1 | -3/+23 | |
| | | | | (bzr r7576) | |||||
| * | unhide hatches lpe (tests commited to test-suite). | JF Barraud | 2009-03-27 | 1 | -1/+1 | |
| | | | | (bzr r7574) | |||||
| * | bug fix: close open paths on input. | JF Barraud | 2009-03-27 | 1 | -2/+9 | |
| | | | | (bzr r7573) | |||||
| * | for the stretched pattern-on-path, length makes no difference, but it saves ↵ | bulia byak | 2009-03-26 | 1 | -1/+1 | |
| | | | | | | at least the ellipse from going bananas when you rotate the path with lpe (a stopgap solution, until we resolve the transform issue) (bzr r7570) | |||||
| * | fix copy/paste of color from gradient stops | bulia byak | 2009-03-26 | 1 | -1/+22 | |
| | | | | (bzr r7569) | |||||
| * | new, more civilized image from bug 295361 | bulia byak | 2009-03-26 | 1 | -617/+307 | |
| | | | | (bzr r7568) | |||||
| * | do not transform, display, reverse, node-edit, or remove LPE if LPE stack is ↵ | bulia byak | 2009-03-26 | 2 | -6/+10 | |
| | | | | | | disabled by an invalid or unsupported effect in it (bzr r7567) | |||||
| * | sp_lpe_item_has_path_effect now returns false if one of the effects in the ↵ | bulia byak | 2009-03-26 | 1 | -1/+13 | |
| | | | | | | stack is invalid or unsupported, in which case LPE stack is disabled (bzr r7566) | |||||
| * | this terminal submenu really saves us no space | bulia byak | 2009-03-26 | 1 | -5/+3 | |
| | | | | (bzr r7563) | |||||
| * | fixed some bugs (bad render of thick/thin parts + reversed bending + ↵ | JF Barraud | 2009-03-26 | 1 | -57/+36 | |
| | | | | | | occasional crash (depends on 2geom update)...) (bzr r7561) | |||||
| * | correct labels | bulia byak | 2009-03-24 | 1 | -2/+2 | |
| | | | | (bzr r7556) | |||||
