| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Changed grid drawing (nit more logical): hlines and vlines are drawn complete... | Johan B. C. Engelen | 2006-09-17 | 1 | -14/+11 |
| * | Initial reworking of forced redraw to work better with interruptible display | John Bintz | 2006-09-06 | 2 | -23/+26 |
| * | Add ability to force canvas to perform a full, non-interruptible redraw | John Bintz | 2006-09-04 | 2 | -2/+37 |
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 2 | -2/+2 |
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 2 | -2/+2 |
| * | Object groups can be blurred. Blur slider updates when selection changes. Com... | Hugo Rodrigues | 2006-08-20 | 3 | -6/+47 |
| * | Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe... | Hugo Rodrigues | 2006-08-14 | 2 | -3/+44 |
| * | interruptible redraw | bulia byak | 2006-08-03 | 2 | -65/+182 |
| * | patch for rendering quality and speed from Jasper van de Gronde | bulia byak | 2006-07-29 | 7 | -50/+45 |
| * | Added renderer support for accessing background image from filters | Niko Kiirala | 2006-07-26 | 8 | -31/+116 |
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 2 | -6/+3 |
| * | Added a bunch of comments to filter effects rendering code | Niko Kiirala | 2006-07-18 | 5 | -3/+135 |
| * | Bicubic scaler added to filtering, allowing changes in filter resolution | Niko Kiirala | 2006-07-10 | 6 | -13/+211 |
| * | fix properly. oops ^^ | Bob Jamison | 2006-07-09 | 1 | -4/+4 |
| * | remove conversion warnings | Bob Jamison | 2006-07-09 | 1 | -4/+4 |
| * | Compiler error in NR::Filter fixed | Niko Kiirala | 2006-07-09 | 1 | -13/+13 |
| * | Filter effects bounding box calculation makes use of area settings | Niko Kiirala | 2006-07-09 | 1 | -10/+42 |
| * | Created NR::FilterSlot to handle pixblocks in rendering filters | Niko Kiirala | 2006-07-04 | 9 | -25/+250 |
| * | Fix include file (<ieeefp.h>, not <ieefp.h>). | Colin Marquardt | 2006-07-03 | 1 | -1/+1 |
| * | Added sanity checks and fixed buffer overflow in nr-filter-gaussian | Niko Kiirala | 2006-06-26 | 1 | -1/+40 |
| * | Added virtual destructors for filter primitives. Corrected | Niko Kiirala | 2006-06-22 | 4 | -2/+13 |
| * | remove 'non virtual destructor' warning | Bob Jamison | 2006-06-22 | 1 | -0/+2 |
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 14 | -5/+1203 |
| * | replace nr_new() with g_new(), and try to converge on using the glib allocato... | MenTaLguY | 2006-05-28 | 2 | -12/+13 |
| * | break apart faster: prepend to list instead of append, add objects to selecti... | bulia byak | 2006-05-28 | 1 | -6/+1 |
| * | factor out dashing code | bulia byak | 2006-05-26 | 1 | -24/+2 |
| * | init matrix variable, removes compiler warnings | Ralf Stephan | 2006-05-19 | 1 | -2/+3 |
| * | always make local copy of path data so we have control of memory policy | MenTaLguY | 2006-05-09 | 1 | -29/+17 |
| * | fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATH | MenTaLguY | 2006-05-09 | 1 | -1/+1 |
| * | get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory... | MenTaLguY | 2006-05-09 | 2 | -59/+1 |
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 4 | -74/+74 |
| * | NRMatrix copy constructor appears deficient; avoid it for now | MenTaLguY | 2006-05-01 | 1 | -1/+2 |
| * | use GC allocator for bitmap cache and transform | MenTaLguY | 2006-05-01 | 1 | -12/+6 |
| * | rationalize function names and remove spurious soft_ptr | MenTaLguY | 2006-04-29 | 4 | -25/+25 |
| * | remove compiler warnings | Ralf Stephan | 2006-04-21 | 1 | -4/+4 |
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, re... | Andrius Ramanauskas | 2006-04-20 | 1 | -1/+1 |
| * | disabling rendering optimization for dashed strokes (until optimization is tw... | Andrius Ramanauskas | 2006-04-20 | 1 | -1/+1 |
| * | resolving compiler warnings | Andrius Ramanauskas | 2006-04-20 | 1 | -4/+4 |
| * | Rendering optimisation, which gives best results for zoomed in drawings with ... | Andrius Ramanauskas | 2006-04-19 | 10 | -26/+112 |
| * | Attempt to preserve the shape of the path when deleting nodes | Aaron Spike | 2006-04-14 | 2 | -2/+2 |
| * | CodingStyle: whitespace | Peter Moulder | 2006-04-03 | 1 | -531/+530 |
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -2/+2 |
| * | cleanup: Remove some commented-out code. | Peter Moulder | 2006-04-03 | 1 | -95/+2 |
| * | CodingStyle: whitespace, and move a few declarations to first use. | Peter Moulder | 2006-04-03 | 1 | -447/+451 |
| * | cleanup: Remove commented-out code (dating from 2004, Big Pango Patch) | Peter Moulder | 2006-04-03 | 1 | -52/+1 |
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -6/+6 |
| * | fix 1457118 | bulia byak | 2006-03-26 | 1 | -1/+1 |
| * | cosmetic | bulia byak | 2006-03-26 | 1 | -2/+3 |
| * | fix clipping with unfilled paths | bulia byak | 2006-03-19 | 2 | -7/+8 |
| * | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> | MenTaLguY | 2006-03-15 | 2 | -12/+4 |