| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -205/+0 |
| | | | | (bzr r10347.1.21) | ||||
| * | Per-item render cache. | Krzysztof Kosi??ski | 2011-07-28 | 1 | -10/+14 |
| | | | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -11/+12 |
| | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -0/+2 |
| | | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -6/+6 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -6/+6 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.52) | ||||
| | * | Fix to background handling that avoids both duplication and aliasing as much ↵ | Jasper van de Gronde | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | as possible. (bzr r9685) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -3/+2 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Merge redundant *-fns.h into respective filter headers. | Krzysztof Kosi??ski | 2010-07-14 | 1 | -14/+17 |
| | | | | | | | | | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16) | ||||
| * | | Remove some cruft | Krzysztof Kosi??ski | 2010-07-04 | 1 | -29/+16 |
| | | | | | | | (bzr r9508.1.10) | ||||
| * | | Implement clipping (slightly incorrect) and masking | Krzysztof Kosi??ski | 2010-06-26 | 1 | -2/+2 |
| |/ | | | (bzr r9508.1.4) | ||||
| * | separate bbox (calculated by subclasses) and drawbox, which includes filters ↵ | bulia byak | 2009-03-09 | 1 | -0/+2 |
| | | | | | | 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) | ||||
| * | Move filters into their own namespace Inkscape::Filters (from NR::) | Johan B. C. Engelen | 2009-01-02 | 1 | -1/+1 |
| | | | | (bzr r7058) | ||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 1 | -2/+1 |
| | | | | (bzr r7045) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| | | | | (bzr r6891) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -9/+10 |
| | | | | (bzr r6884) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| | | | | (bzr r6569) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -3/+3 |
| | | | | (bzr r5149) | ||||
| * | noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵ | Peter Moulder | 2007-09-29 | 1 | -61/+73 |
| | | | | | | for indentation. (bzr r3816) | ||||
| * | Improved handling bounding boxes and rotated/skewed coordinates in filters | Niko Kiirala | 2007-08-18 | 1 | -0/+4 |
| | | | | (bzr r3505) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -2/+3 |
| | | | | (bzr r2472) | ||||
| * | purge fred's arena item tile cache (has been disabled for quite some time ↵ | bulia byak | 2006-10-17 | 1 | -10/+0 |
| | | | | | | anyway, bitrotting; enabling it gives no measureable advantage) (bzr r1807) | ||||
| * | Added renderer support for accessing background image from filters | Niko Kiirala | 2006-07-26 | 1 | -0/+6 |
| | | | | (bzr r1485) | ||||
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 1 | -5/+0 |
| | | | | (bzr r1479) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -0/+12 |
| | | | | (bzr r1252) | ||||
| * | rationalize function names and remove spurious soft_ptr | MenTaLguY | 2006-04-29 | 1 | -3/+3 |
| | | | | (bzr r636) | ||||
| * | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> | MenTaLguY | 2006-03-15 | 1 | -5/+4 |
| | | | | (bzr r241) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+188 |
| (bzr r1) | |||||
