| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Changed grid drawing (nit more logical): hlines and vlines are drawn ↵ | Johan B. C. Engelen | 2006-09-17 | 1 | -14/+11 | |
| | | | | | | completely independent (removed nested for-loops). (bzr r1711) | |||||
| * | Initial reworking of forced redraw to work better with interruptible display | John Bintz | 2006-09-06 | 2 | -23/+26 | |
| | | | | (bzr r1696) | |||||
| * | Add ability to force canvas to perform a full, non-interruptible redraw | John Bintz | 2006-09-04 | 2 | -2/+37 | |
| | | | | (bzr r1678) | |||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 2 | -2/+2 | |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 2 | -2/+2 | |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | |||||
| * | Object groups can be blurred. Blur slider updates when selection changes. ↵ | Hugo Rodrigues | 2006-08-20 | 3 | -6/+47 | |
| | | | | | | Comments added/fixed. (bzr r1622) | |||||
| * | Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵ | Hugo Rodrigues | 2006-08-14 | 2 | -3/+44 | |
| | | | | | | Fixed sp-object-repr.cpp typos (bzr r1598) | |||||
| * | interruptible redraw | bulia byak | 2006-08-03 | 2 | -65/+182 | |
| | | | | (bzr r1551) | |||||
| * | patch for rendering quality and speed from Jasper van de Gronde | bulia byak | 2006-07-29 | 7 | -50/+45 | |
| | | | | (bzr r1503) | |||||
| * | Added renderer support for accessing background image from filters | Niko Kiirala | 2006-07-26 | 8 | -31/+116 | |
| | | | | (bzr r1485) | |||||
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 2 | -6/+3 | |
| | | | | (bzr r1479) | |||||
| * | 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) | |||||
