| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -1/+1 |
| | | | | (bzr r10065) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -6/+6 |
| | | | | (bzr r10025) | ||||
| * | Fix luminance to alpha calculation in masks. | Tavmjong Bah | 2010-11-22 | 1 | -6/+16 |
| | | | | (bzr r9914) | ||||
| * | 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) | ||||
| * | Fix to background handling that avoids both duplication and aliasing as much ↵ | Jasper van de Gronde | 2010-08-04 | 1 | -25/+12 |
| | | | | | | as possible. (bzr r9685) | ||||
| * | - new: Print Colors Preview Dialog and rendermode | Felipe Corr??a da Silva Sanches | 2009-12-11 | 1 | -1/+3 |
| | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881) | ||||
| * | separate bbox (calculated by subclasses) and drawbox, which includes filters ↵ | bulia byak | 2009-03-09 | 1 | -21/+35 |
| | | | | | | 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 | -3/+0 |
| | | | | (bzr r7045) | ||||
| * | Filter quality setting revised, seems to not crash when viewing filters.svg | Niko Kiirala | 2008-12-14 | 1 | -2/+2 |
| | | | | (bzr r7007) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -5/+3 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+4 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -14/+15 |
| | | | | (bzr r6884) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | Minor cleanup work on macros | Jon A. Cruz | 2008-08-03 | 1 | -3/+3 |
| | | | | (bzr r6546) | ||||
| * | lay groundwork for non-filter view mode | MenTaLguY | 2008-03-31 | 1 | -6/+8 |
| | | | | (bzr r5265) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -9/+10 |
| | | | | (bzr r5149) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | whitespace | Bryce Harrington | 2008-01-19 | 1 | -1/+1 |
| | | | | (bzr r4561) | ||||
| * | Improved handling bounding boxes and rotated/skewed coordinates in filters | Niko Kiirala | 2007-08-18 | 1 | -0/+9 |
| | | | | (bzr r3505) | ||||
| * | revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in ↵ | bulia byak | 2007-08-11 | 1 | -0/+5 |
| | | | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451) | ||||
| * | Fixed background access problems introduced in previous revision | Niko Kiirala | 2007-06-07 | 1 | -6/+4 |
| | | | | (bzr r3056) | ||||
| * | First version of feOffset support. Contains some rendering glitches. | Niko Kiirala | 2007-06-07 | 1 | -2/+3 |
| | | | | (bzr r3055) | ||||
| * | Modified filter rendering area handling to better accommodate upcoming feOffset | Niko Kiirala | 2007-06-04 | 1 | -1/+1 |
| | | | | (bzr r3052) | ||||
| * | eliminate caching and temp buffers for cairo outline mode | bulia byak | 2007-03-02 | 1 | -31/+35 |
| | | | | (bzr r2495) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -7/+7 |
| | | | | (bzr r2472) | ||||
| * | 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) | ||||
| * | comment on possible optimization | bulia byak | 2007-01-07 | 1 | -1/+4 |
| | | | | (bzr r2144) | ||||
| * | implement rendering of clips/masks in outline mode; make all outline colors ↵ | bulia byak | 2006-10-25 | 1 | -1/+28 |
| | | | | | | stored in the prefs (bzr r1861) | ||||
| * | more correct double opacity fix: do not multiply by opacity if ↵ | bulia byak | 2006-10-20 | 1 | -3/+2 |
| | | | | | | item->render_opacity, i.e. the opacity was already applied during render (bzr r1815) | ||||
| * | fix the erroneous double opacity on filtered objects | bulia byak | 2006-10-20 | 1 | -2/+6 |
| | | | | (bzr r1814) | ||||
| * | purge fred's arena item tile cache (has been disabled for quite some time ↵ | bulia byak | 2006-10-17 | 1 | -594/+105 |
| | | | | | | anyway, bitrotting; enabling it gives no measureable advantage) (bzr r1807) | ||||
| * | indentation; declarations to first uses; deal with the possible failure to ↵ | bulia byak | 2006-10-14 | 1 | -897/+1061 |
| | | | | | | create pixblock due to insufficient memory (bzr r1801) | ||||
| * | disable filters in outline mode | bulia byak | 2006-10-11 | 1 | -8/+10 |
| | | | | (bzr r1796) | ||||
| * | patch for rendering quality and speed from Jasper van de Gronde | bulia byak | 2006-07-29 | 1 | -5/+5 |
| | | | | (bzr r1503) | ||||
| * | Added renderer support for accessing background image from filters | Niko Kiirala | 2006-07-26 | 1 | -2/+38 |
| | | | | (bzr r1485) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -2/+22 |
| | | | | (bzr r1252) | ||||
| * | NRMatrix copy constructor appears deficient; avoid it for now | MenTaLguY | 2006-05-01 | 1 | -1/+2 |
| | | | | (bzr r646) | ||||
| * | use GC allocator for bitmap cache and transform | MenTaLguY | 2006-05-01 | 1 | -12/+6 |
| | | | | (bzr r645) | ||||
| * | rationalize function names and remove spurious soft_ptr | MenTaLguY | 2006-04-29 | 1 | -6/+6 |
| | | | | (bzr r636) | ||||
| * | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 2006-04-19 | 1 | -0/+7 |
| | | | | | | 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) | ||||
| * | cosmetic | bulia byak | 2006-03-26 | 1 | -2/+3 |
| | | | | (bzr r303) | ||||
| * | fix clipping with unfilled paths | bulia byak | 2006-03-19 | 1 | -1/+1 |
| | | | | (bzr r261) | ||||
| * | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> | MenTaLguY | 2006-03-15 | 1 | -7/+0 |
| | | | | (bzr r241) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1155 |
| (bzr r1) | |||||
