| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -0/+18 |
| | | | | (bzr r7388) | ||||
| * | make snap tooltip position sensitive to canvas zooming | Thomas Holder | 2009-02-25 | 1 | -2/+3 |
| | | | | (bzr r7368) | ||||
| * | Snapping of guides now turned on by default, and fixed initialization of the ↵ | Diederik van Lierop | 2009-02-22 | 1 | -1/+1 |
| | | | | | | that checkbox (bzr r7352) | ||||
| * | Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵ | Diederik van Lierop | 2009-02-22 | 3 | -77/+19 |
| | | | | | | tooltip annoyances and fixes bug #330252) (bzr r7346) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -16/+5 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 6 | -14/+94 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 3 | -48/+156 |
| | | | | (bzr r7296) | ||||
| * | Store the snapper tolerances in the snap-preferences instead of in each ↵ | Diederik van Lierop | 2009-01-31 | 4 | -0/+36 |
| | | | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208) | ||||
| * | Add buttons for snapping to grids and/or guides | Diederik van Lierop | 2009-01-28 | 3 | -1/+6 |
| | | | | (bzr r7200) | ||||
| * | Nicer symbol for guide anchor | Maximilian Albert | 2009-01-26 | 5 | -22/+255 |
| | | | | (bzr r7182) | ||||
| * | display guide anchor on canvas; anchor and angle can be edited by mouse | Maximilian Albert | 2009-01-26 | 2 | -2/+49 |
| | | | | (bzr r7180) | ||||
| * | Display the snap source indicator only when snapping is enabled | Diederik van Lierop | 2009-01-25 | 1 | -9/+9 |
| | | | | (bzr r7173) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 2 | -75/+101 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | Rounding errors in feComposite: patch by Preben S (bug 318134) | Niko Kiirala | 2009-01-19 | 1 | -7/+7 |
| | | | | (bzr r7147) | ||||
| * | snap indicator: try a diamond shaped indicator for snapping to nodes. see ↵ | Johan B. C. Engelen | 2009-01-17 | 1 | -1/+11 |
| | | | | | | how we like this. (bzr r7143) | ||||
| * | work a bit on snapindicator: added switch statement for different types | Johan B. C. Engelen | 2009-01-16 | 1 | -15/+29 |
| | | | | (bzr r7140) | ||||
| * | nr-filter-image now yields identical results to using <image> in most cases ↵ | Jasper van de Gronde | 2009-01-16 | 2 | -21/+30 |
| | | | | | | by making use of nr-compose-transform (the only exception is the case when a file is used that does not contain an alpha channel, then it still uses its own code). (bzr r7139) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 2 | -2/+2 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: Corrections for mistakes | Joshua L. Blocher | 2009-01-09 | 3 | -2/+3 |
| | | | | (bzr r7101) | ||||
| * | Warning and whitespace cleanup. | Jon A. Cruz | 2009-01-06 | 1 | -129/+139 |
| | | | | (bzr r7083) | ||||
| * | Another week coding offline... | Felipe Corr??a da Silva Sanches | 2009-01-05 | 1 | -63/+70 |
| | | | | | | | | | | | | | * Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog. * Fixed the order of some language options at the i18n preferences page. * Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes * Fixed a warning in helper-fns.h * commented out unused variable in sp-font.cpp * refactoring of nr-svgfonts.cpp * using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height, cap-height, x-height... I don't know. I should study this subject a bit more first. (bzr r7082) | ||||
| * | Removed two g_warning's I had used for debugging... | Jasper van de Gronde | 2009-01-05 | 1 | -2/+0 |
| | | | | (bzr r7081) | ||||
| * | (Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend ↵ | Jasper van de Gronde | 2009-01-04 | 3 | -39/+38 |
| | | | | | | and nr-filter-composite. (bzr r7077) | ||||
| * | improve cairo path drawing | Johan B. C. Engelen | 2009-01-02 | 1 | -23/+20 |
| | | | | (bzr r7060) | ||||
| * | Move filters into their own namespace Inkscape::Filters (from NR::) | Johan B. C. Engelen | 2009-01-02 | 59 | -215/+325 |
| | | | | (bzr r7058) | ||||
| * | 2geomification | Johan B. C. Engelen | 2009-01-02 | 3 | -4/+3 |
| | | | | (bzr r7056) | ||||
| * | switch nr-filter to 2geom | Johan B. C. Engelen | 2009-01-01 | 4 | -17/+10 |
| | | | | (bzr r7055) | ||||
| * | Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32 | Jon A. Cruz | 2008-12-31 | 1 | -1/+1 |
| | | | | (bzr r7049) | ||||
