| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring of previous commit + add separation to glyph renderer also | Felipe Corr??a da Silva Sanches | 2009-12-11 | 1 | -0/+9 |
| | | | | (bzr r8882) | ||||
| * | separate bbox (calculated by subclasses) and drawbox, which includes filters ↵ | bulia byak | 2009-03-09 | 1 | -1/+0 |
| | | | | | | 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) | ||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 1 | -5/+3 |
| | | | | (bzr r7045) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -5/+5 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -12/+12 |
| | | | | (bzr r6884) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -3/+3 |
| | | | | (bzr r6793) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | Minor cleanup work on macros | Jon A. Cruz | 2008-08-03 | 1 | -3/+3 |
| | | | | (bzr r6546) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+0 |
| | | | | (bzr r6540) | ||||
| * | render glyphs using 2geom pathvector instead of artbpath of font-glyph | Johan B. C. Engelen | 2008-07-08 | 1 | -9/+9 |
| | | | | (bzr r6236) | ||||
| * | Fixed compilation when the new SVG font stuff is not enabled. | Jon A. Cruz | 2008-06-26 | 1 | -0/+2 |
| | | | | (bzr r6063) | ||||
| * | * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵ | Felipe Corr??a da Silva Sanches | 2008-05-25 | 1 | -0/+2 |
| | | | | | | | | cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753) | ||||
| * | lay groundwork for non-filter view mode | MenTaLguY | 2008-03-31 | 1 | -5/+5 |
| | | | | (bzr r5265) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -19/+19 |
| | | | | (bzr r5149) | ||||
| * | fix by Albin Sunnanbo for dash offset in text | bulia byak | 2008-03-11 | 1 | -0/+1 |
| | | | | (bzr r5055) | ||||
| * | patch by Albin Sunnanbo for 168072 | bulia byak | 2008-03-10 | 1 | -0/+1 |
| | | | | (bzr r5043) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 1 | -5/+5 |
| | | | | (bzr r4052) | ||||
| * | noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵ | Peter Moulder | 2007-09-29 | 1 | -8/+8 |
| | | | | | | for indentation. (bzr r3816) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -10/+7 |
| | | | | (bzr r3753) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -36/+35 |
| | | | | (bzr r3706) | ||||
| * | use ::upgrade for getting NR::Rect | bulia byak | 2007-03-19 | 1 | -1/+1 |
| | | | | (bzr r2711) | ||||
| * | optimize cairo paths by not drawing segments that are outside of view (for ↵ | bulia byak | 2007-03-18 | 1 | -1/+1 |
| | | | | | | stroke only); increase tolerance for picking, not calculate wind when it's not needed (bzr r2700) | ||||
| * | patch the RGBA/BGRA incompatibility (until we're not using cairo throughout) | bulia byak | 2007-03-02 | 1 | -1/+3 |
| | | | | (bzr r2499) | ||||
| * | outline mode: render into the passed cairo_t | bulia byak | 2007-03-02 | 1 | -11/+3 |
| | | | | (bzr r2496) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -2/+2 |
| | | | | (bzr r2472) | ||||
| * | render text in outline mode via cairo (still no endian-safe); factor out ↵ | bulia byak | 2007-03-01 | 1 | -1/+39 |
| | | | | | | helper functions (bzr r2470) | ||||
| * | Unions Are Evil! When pixblock size is TINY, it stores data right in the ↵ | bulia byak | 2007-02-04 | 1 | -2/+2 |
| | | | | | | data.px field (as data.p) and clears it, so when read as data.px it yields NULL. This fixes the problems with the dropper tool (which uses tiny buffers) (bzr r2325) | ||||
| * | deal with the possible failure to create pixblock due to insufficient memory | bulia byak | 2006-10-14 | 1 | -0/+14 |
| | | | | (bzr r1800) | ||||
| * | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 2006-04-19 | 1 | -0/+2 |
| | | | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541) | ||||
| * | CodingStyle: whitespace, and move a few declarations to first use. | Peter Moulder | 2006-04-03 | 1 | -447/+451 |
| | | | | (bzr r411) | ||||
| * | cleanup: Remove commented-out code (dating from 2004, Big Pango Patch) | Peter Moulder | 2006-04-03 | 1 | -52/+1 |
| | | | | (bzr r410) | ||||
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -6/+6 |
| | | | | (bzr r409) | ||||
| * | fix 1432089: stroke is not drawn not only when it's not set but also when ↵ | bulia byak | 2006-02-15 | 1 | -2/+3 |
| | | | | | | it's too thin (bzr r148) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+679 |
| (bzr r1) | |||||
