| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix bug: stroke width was not changed when switching to outline and back | bulia byak | 2006-11-04 | 2 | -2/+14 |
| | | | | (bzr r1894) | ||||
| * | Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGrid | Johan B. C. Engelen | 2006-10-26 | 2 | -61/+70 |
| | | | | (bzr r1869) | ||||
| * | extend the semantics of sp_canvas_force_full_redraw_after_interruptions to ↵ | bulia byak | 2006-10-26 | 2 | -7/+10 |
| | | | | | | allow passing 0 to it, meaning no interruptions at all until the next sp_canvas_end_forced_full_redraws (bzr r1865) | ||||
| * | fix visibility and pickability of nofill/nostroke objects in outline mode; ↵ | bulia byak | 2006-10-25 | 1 | -17/+24 |
| | | | | | | optimize looking up rendermode (bzr r1862) | ||||
| * | 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) | ||||
| * | handle the case of no filter primitives | bulia byak | 2006-10-20 | 1 | -4/+6 |
| | | | | (bzr r1813) | ||||
| * | fill in set methods to enable x/y/w/h | bulia byak | 2006-10-20 | 1 | -5/+17 |
| | | | | (bzr r1812) | ||||
| * | purge fred's arena item tile cache (has been disabled for quite some time ↵ | bulia byak | 2006-10-17 | 4 | -620/+105 |
| | | | | | | anyway, bitrotting; enabling it gives no measureable advantage) (bzr r1807) | ||||
| * | another canvas repaint optimization: if the new rect and the rect aborted ↵ | bulia byak | 2006-10-16 | 1 | -51/+133 |
| | | | | | | last time are not close and compact, paint them separately instead of painting their enclosing rect (bzr r1805) | ||||
| * | 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) | ||||
| * | deal with the possible failure to create pixblock due to insufficient memory | bulia byak | 2006-10-14 | 6 | -4/+60 |
| | | | | (bzr r1800) | ||||
| * | disable filters in outline mode | bulia byak | 2006-10-11 | 1 | -8/+10 |
| | | | | (bzr r1796) | ||||
| * | Filtering now works with text and image objects | Niko Kiirala | 2006-10-10 | 2 | -0/+61 |
| | | | | (bzr r1794) | ||||
| * | add blur speed/quality options | bulia byak | 2006-10-09 | 2 | -46/+184 |
| | | | | (bzr r1782) | ||||
| * | Check to make sure canvas provided to forced redraw functions is not null. | John Bintz | 2006-10-03 | 1 | -0/+4 |
| | | | | (bzr r1757) | ||||
| * | Fixed banding problem when rendering filters | Niko Kiirala | 2006-10-02 | 1 | -0/+1 |
| | | | | (bzr r1753) | ||||
| * | FIXED: "Several "** Message: arg" lines every time GUI is started. I think ↵ | Johan B. C. Engelen | 2006-09-29 | 1 | -2/+0 |
| | | | | | | | | this is from the axonometric grid code by Johan Engelen (though I may be wrong)." Sorry, forgot to remove a debugging message. (bzr r1727) | ||||
| * | axonometric grid: angles cannot be larger than 89 degrees. | Johan B. C. Engelen | 2006-09-23 | 1 | -0/+2 |
| | | | | (bzr r1718) | ||||
| * | AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵ | Johan B. C. Engelen | 2006-09-21 | 3 | -0/+530 |
| | | | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716) | ||||
| * | 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) | ||||
