summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-04fix bug: stroke width was not changed when switching to outline and backbulia byak2-2/+14
2006-10-26Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGridJohan B. C. Engelen2-61/+70
2006-10-26extend the semantics of sp_canvas_force_full_redraw_after_interruptions to al...bulia byak2-7/+10
2006-10-25fix visibility and pickability of nofill/nostroke objects in outline mode; op...bulia byak1-17/+24
2006-10-25implement rendering of clips/masks in outline mode; make all outline colors s...bulia byak1-1/+28
2006-10-20more correct double opacity fix: do not multiply by opacity if item->render_o...bulia byak1-3/+2
2006-10-20fix the erroneous double opacity on filtered objectsbulia byak1-2/+6
2006-10-20handle the case of no filter primitivesbulia byak1-4/+6
2006-10-20fill in set methods to enable x/y/w/hbulia byak1-5/+17
2006-10-17purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak4-620/+105
2006-10-16another canvas repaint optimization: if the new rect and the rect aborted las...bulia byak1-51/+133
2006-10-14indentation; declarations to first uses; deal with the possible failure to cr...bulia byak1-897/+1061
2006-10-14deal with the possible failure to create pixblock due to insufficient memorybulia byak6-4/+60
2006-10-11disable filters in outline modebulia byak1-8/+10
2006-10-10Filtering now works with text and image objectsNiko Kiirala2-0/+61
2006-10-09add blur speed/quality optionsbulia byak2-46/+184
2006-10-03Check to make sure canvas provided to forced redraw functions is not null.John Bintz1-0/+4
2006-10-02Fixed banding problem when rendering filtersNiko Kiirala1-0/+1
2006-09-29FIXED: "Several "** Message: arg" lines every time GUI is started. I think th...Johan B. C. Engelen1-2/+0
2006-09-23axonometric grid: angles cannot be larger than 89 degrees.Johan B. C. Engelen1-0/+2
2006-09-21AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...Johan B. C. Engelen3-0/+530
2006-09-17Changed grid drawing (nit more logical): hlines and vlines are drawn complete...Johan B. C. Engelen1-14/+11
2006-09-06Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2-23/+26
2006-09-04Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2-2/+37
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2-2/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2-2/+2
2006-08-20Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues3-6/+47
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues2-3/+44
2006-08-03interruptible redrawbulia byak2-65/+182
2006-07-29patch for rendering quality and speed from Jasper van de Grondebulia byak7-50/+45
2006-07-26Added renderer support for accessing background image from filtersNiko Kiirala8-31/+116
2006-07-26Added support for enable-background to SPStyleNiko Kiirala2-6/+3
2006-07-18Added a bunch of comments to filter effects rendering codeNiko Kiirala5-3/+135
2006-07-10Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala6-13/+211
2006-07-09fix properly. oops ^^Bob Jamison1-4/+4
2006-07-09remove conversion warningsBob Jamison1-4/+4
2006-07-09Compiler error in NR::Filter fixedNiko Kiirala1-13/+13
2006-07-09Filter effects bounding box calculation makes use of area settingsNiko Kiirala1-10/+42
2006-07-04Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala9-25/+250
2006-07-03Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt1-1/+1
2006-06-26Added sanity checks and fixed buffer overflow in nr-filter-gaussianNiko Kiirala1-1/+40
2006-06-22Added virtual destructors for filter primitives. Corrected Niko Kiirala4-2/+13
2006-06-22remove 'non virtual destructor' warningBob Jamison1-0/+2
2006-06-21svg-filters branch merged back to headNiko Kiirala14-5/+1203
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2-12/+13
2006-05-28break apart faster: prepend to list instead of append, add objects to selecti...bulia byak1-6/+1
2006-05-26factor out dashing codebulia byak1-24/+2
2006-05-19init matrix variable, removes compiler warningsRalf Stephan1-2/+3
2006-05-09always make local copy of path data so we have control of memory policyMenTaLguY1-29/+17
2006-05-09fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY1-1/+1