| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -390/+0 |
| | | | | (bzr r10347.1.21) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -63/+45 |
| | | | | | | | | 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) | ||||
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.1) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -4/+6 |
| | | | | (bzr r10339) | ||||
| * | Fix outline view | Krzysztof Kosi??ski | 2011-06-19 | 1 | -8/+5 |
| | | | | (bzr r9508.1.90) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -1/+1 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | | | | (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) | ||||
| * | | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 2010-08-15 | 1 | -1/+0 |
| | | | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68) | ||||
| * | | Fix performance regression when displaying large images | Krzysztof Kosi??ski | 2010-08-09 | 1 | -3/+7 |
| | | | | | | | (bzr r9508.1.54) | ||||
| * | | Minor cleanups | Krzysztof Kosi??ski | 2010-08-05 | 1 | -1/+2 |
| | | | | | | | (bzr r9508.1.51) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -2/+0 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Handle preserveAspectRatio for images | Krzysztof Kosi??ski | 2010-08-03 | 1 | -72/+107 |
| | | | | | | | (bzr r9508.1.41) | ||||
| * | | Merge redundant *-fns.h into respective filter headers. | Krzysztof Kosi??ski | 2010-07-14 | 1 | -4/+0 |
| | | | | | | | | | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16) | ||||
| * | | Switch to nearest neighbor filtering when image is larger than original | Krzysztof Kosi??ski | 2010-07-07 | 1 | -0/+5 |
| | | | | | | | (bzr r9508.1.12) | ||||
| * | | Smaller intermediate rendering regions | Krzysztof Kosi??ski | 2010-07-07 | 1 | -3/+1 |
| | | | | | | | (bzr r9508.1.11) | ||||
| * | | Remove some cruft | Krzysztof Kosi??ski | 2010-07-04 | 1 | -3/+1 |
| | | | | | | | (bzr r9508.1.10) | ||||
| * | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. | Krzysztof Kosi??ski | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | (bzr r9508.1.8) | ||||
| * | | Bitmap image rendering | Krzysztof Kosi??ski | 2010-06-29 | 1 | -56/+39 |
| |/ | | | (bzr r9508.1.6) | ||||
| * | Fix for bug #284147 | Jasper van de Gronde | 2010-05-18 | 1 | -0/+1 |
| | | | | (bzr r9429) | ||||
| * | Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵ | Jasper van de Gronde | 2010-04-18 | 1 | -11/+5 |
| | | | | | | various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350) | ||||
| * | Bitmap images with filters are now updated as the filter is modified | Niko Kiirala | 2009-05-17 | 1 | -0/+2 |
| | | | | (bzr r7891) | ||||
| * | was a bit overzealous in removing render requests from subclasses | bulia byak | 2009-03-12 | 1 | -0/+3 |
| | | | | (bzr r7472) | ||||
| * | separate bbox (calculated by subclasses) and drawbox, which includes filters ↵ | bulia byak | 2009-03-09 | 1 | -5/+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) | ||||
| * | 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 | -1/+1 |
| | | | | (bzr r7045) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+4 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -31/+32 |
| | | | | (bzr r6884) | ||||
| * | delivarotify | bulia byak | 2008-06-24 | 1 | -5/+0 |
| | | | | (bzr r6040) | ||||
| * | lay groundwork for non-filter view mode | MenTaLguY | 2008-03-31 | 1 | -2/+2 |
| | | | | (bzr r5265) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -9/+9 |
| | | | | (bzr r5149) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 1 | -3/+3 |
| | | | | (bzr r4052) | ||||
| * | noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵ | Peter Moulder | 2007-09-29 | 1 | -209/+210 |
| | | | | | | for indentation. (bzr r3816) | ||||
| * | noop: CodingStyle: const placement | Peter Moulder | 2007-09-29 | 1 | -13/+13 |
| | | | | (bzr r3815) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -3/+3 |
| | | | | (bzr r3145) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -3/+4 |
| | | | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | ||||
| * | Refactoring work for filter effects renderer initialization | Niko Kiirala | 2007-05-21 | 1 | -49/+31 |
| | | | | (bzr r3035) | ||||
| * | Added renderer support for feBlend filter effect | Niko Kiirala | 2007-05-14 | 1 | -0/+8 |
| | | | | (bzr r3015) | ||||
| * | the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate ↵ | bulia byak | 2007-03-03 | 1 | -1/+1 |
| | | | | | | definitely needs to be factored out (bzr r2517) | ||||
| * | implement proper picking (by the frame and diagonals) in outline mode | bulia byak | 2007-03-03 | 1 | -11/+51 |
| | | | | (bzr r2513) | ||||
| * | cairoify image outlines | bulia byak | 2007-03-02 | 1 | -30/+28 |
| | | | | (bzr r2505) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -2/+2 |
| | | | | (bzr r2472) | ||||
| * | add diagonals, fix shape conversion | bulia byak | 2006-11-05 | 1 | -2/+10 |
| | | | | (bzr r1902) | ||||
| * | display images as rects in Outline mode | bulia byak | 2006-11-05 | 1 | -28/+75 |
| | | | | (bzr r1901) | ||||
| * | Filtering now works with text and image objects | Niko Kiirala | 2006-10-10 | 1 | -0/+57 |
| | | | | (bzr r1794) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+258 |
| (bzr r1) | |||||
