| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a bunch of comments to filter effects rendering code | Niko Kiirala | 2006-07-18 | 5 | -3/+135 |
| | | | | (bzr r1436) | ||||
| * | Bicubic scaler added to filtering, allowing changes in filter resolution | Niko Kiirala | 2006-07-10 | 6 | -13/+211 |
| | | | | (bzr r1391) | ||||
| * | fix properly. oops ^^ | Bob Jamison | 2006-07-09 | 1 | -4/+4 |
| | | | | (bzr r1386) | ||||
| * | remove conversion warnings | Bob Jamison | 2006-07-09 | 1 | -4/+4 |
| | | | | (bzr r1384) | ||||
| * | Compiler error in NR::Filter fixed | Niko Kiirala | 2006-07-09 | 1 | -13/+13 |
| | | | | (bzr r1383) | ||||
| * | Filter effects bounding box calculation makes use of area settings | Niko Kiirala | 2006-07-09 | 1 | -10/+42 |
| | | | | (bzr r1381) | ||||
| * | Created NR::FilterSlot to handle pixblocks in rendering filters | Niko Kiirala | 2006-07-04 | 9 | -25/+250 |
| | | | | (bzr r1351) | ||||
| * | Fix include file (<ieeefp.h>, not <ieefp.h>). | Colin Marquardt | 2006-07-03 | 1 | -1/+1 |
| | | | | (bzr r1349) | ||||
| * | Added sanity checks and fixed buffer overflow in nr-filter-gaussian | Niko Kiirala | 2006-06-26 | 1 | -1/+40 |
| | | | | (bzr r1297) | ||||
| * | Added virtual destructors for filter primitives. Corrected | Niko Kiirala | 2006-06-22 | 4 | -2/+13 |
| | | | | | | | attributes-test: filterRes, filterUnits, primitiveUnits and stdDeviation are now recognized. (bzr r1259) | ||||
| * | remove 'non virtual destructor' warning | Bob Jamison | 2006-06-22 | 1 | -0/+2 |
| | | | | (bzr r1258) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 14 | -5/+1203 |
| | | | | (bzr r1252) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 2 | -12/+13 |
| | | | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044) | ||||
| * | break apart faster: prepend to list instead of append, add objects to ↵ | bulia byak | 2006-05-28 | 1 | -6/+1 |
| | | | | | | selection wholesale instead of one by one (bzr r1038) | ||||
| * | factor out dashing code | bulia byak | 2006-05-26 | 1 | -24/+2 |
| | | | | (bzr r1014) | ||||
| * | init matrix variable, removes compiler warnings | Ralf Stephan | 2006-05-19 | 1 | -2/+3 |
| | | | | (bzr r893) | ||||
| * | always make local copy of path data so we have control of memory policy | MenTaLguY | 2006-05-09 | 1 | -29/+17 |
| | | | | (bzr r791) | ||||
| * | fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATH | MenTaLguY | 2006-05-09 | 1 | -1/+1 |
| | | | | (bzr r789) | ||||
| * | get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵ | MenTaLguY | 2006-05-09 | 2 | -59/+1 |
| | | | | | | memory management (bzr r788) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 4 | -74/+74 |
| | | | | (bzr r787) | ||||
| * | 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 | 4 | -25/+25 |
| | | | | (bzr r636) | ||||
| * | remove compiler warnings | Ralf Stephan | 2006-04-21 | 1 | -4/+4 |
| | | | | (bzr r562) | ||||
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵ | Andrius Ramanauskas | 2006-04-20 | 1 | -1/+1 |
| | | | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556) | ||||
| * | disabling rendering optimization for dashed strokes (until optimization is ↵ | Andrius Ramanauskas | 2006-04-20 | 1 | -1/+1 |
| | | | | | | tweaked to render dashes correctly) (bzr r555) | ||||
| * | resolving compiler warnings | Andrius Ramanauskas | 2006-04-20 | 1 | -4/+4 |
| | | | | (bzr r552) | ||||
| * | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 2006-04-19 | 10 | -26/+112 |
| | | | | | | 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) | ||||
| * | Attempt to preserve the shape of the path when deleting nodes | Aaron Spike | 2006-04-14 | 2 | -2/+2 |
| | | | | | | Old deletion behavior is available via Ctrl+Delete (bzr r525) | ||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-04-03 | 1 | -531/+530 |
| | | | | (bzr r414) | ||||
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -2/+2 |
| | | | | (bzr r413) | ||||
| * | cleanup: Remove some commented-out code. | Peter Moulder | 2006-04-03 | 1 | -95/+2 |
| | | | | (bzr r412) | ||||
| * | 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 1457118 | bulia byak | 2006-03-26 | 1 | -1/+1 |
| | | | | (bzr r304) | ||||
| * | cosmetic | bulia byak | 2006-03-26 | 1 | -2/+3 |
| | | | | (bzr r303) | ||||
| * | fix clipping with unfilled paths | bulia byak | 2006-03-19 | 2 | -7/+8 |
| | | | | (bzr r261) | ||||
| * | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> | MenTaLguY | 2006-03-15 | 2 | -12/+4 |
| | | | | (bzr r241) | ||||
| * | 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) | ||||
| * | * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp: | mjwybrow | 2006-02-14 | 2 | -0/+32 |
| | | | | | | | | | Revert a previous change that generated enter events for canvas items other than the current one when mouse buttons were depressed. These events are now only generated in the connector context, where they are required. (bzr r142) | ||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 4 | -31/+31 |
| | | | | (bzr r134) | ||||
| * | revert to using inttypes.h instead of stdint.h | Ralf Stephan | 2006-02-06 | 1 | -1/+12 |
| | | | | (bzr r94) | ||||
| * | optimized includes | Ralf Stephan | 2006-01-18 | 1 | -2/+0 |
| | | | | (bzr r16) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 52 | -0/+13972 |
| (bzr r1) | |||||
