summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Changed grid drawing (nit more logical): hlines and vlines are drawn complete...Johan B. C. Engelen2006-09-171-14/+11
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-062-23/+26
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-042-2/+37
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-2/+2
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-2/+2
* Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues2006-08-203-6/+47
* Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues2006-08-142-3/+44
* interruptible redrawbulia byak2006-08-032-65/+182
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-297-50/+45
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-268-31/+116
* Added support for enable-background to SPStyleNiko Kiirala2006-07-262-6/+3
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-185-3/+135
* Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala2006-07-106-13/+211
* fix properly. oops ^^Bob Jamison2006-07-091-4/+4
* remove conversion warningsBob Jamison2006-07-091-4/+4
* Compiler error in NR::Filter fixedNiko Kiirala2006-07-091-13/+13
* Filter effects bounding box calculation makes use of area settingsNiko Kiirala2006-07-091-10/+42
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-049-25/+250
* Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt2006-07-031-1/+1
* Added sanity checks and fixed buffer overflow in nr-filter-gaussianNiko Kiirala2006-06-261-1/+40
* Added virtual destructors for filter primitives. Corrected Niko Kiirala2006-06-224-2/+13
* remove 'non virtual destructor' warningBob Jamison2006-06-221-0/+2
* svg-filters branch merged back to headNiko Kiirala2006-06-2114-5/+1203
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-282-12/+13
* break apart faster: prepend to list instead of append, add objects to selecti...bulia byak2006-05-281-6/+1
* factor out dashing codebulia byak2006-05-261-24/+2
* init matrix variable, removes compiler warningsRalf Stephan2006-05-191-2/+3
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
* fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY2006-05-091-1/+1
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY2006-05-092-59/+1
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-094-74/+74
* NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY2006-05-011-1/+2
* use GC allocator for bitmap cache and transformMenTaLguY2006-05-011-12/+6
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-294-25/+25
* remove compiler warningsRalf Stephan2006-04-211-4/+4
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, re...Andrius Ramanauskas2006-04-201-1/+1
* disabling rendering optimization for dashed strokes (until optimization is tw...Andrius Ramanauskas2006-04-201-1/+1
* resolving compiler warningsAndrius Ramanauskas2006-04-201-4/+4
* Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas2006-04-1910-26/+112
* Attempt to preserve the shape of the path when deleting nodesAaron Spike2006-04-142-2/+2
* CodingStyle: whitespacePeter Moulder2006-04-031-531/+530
* CodingStyle: const placementPeter Moulder2006-04-031-2/+2
* cleanup: Remove some commented-out code.Peter Moulder2006-04-031-95/+2
* CodingStyle: whitespace, and move a few declarations to first use.Peter Moulder2006-04-031-447/+451
* cleanup: Remove commented-out code (dating from 2004, Big Pango Patch)Peter Moulder2006-04-031-52/+1
* CodingStyle: const placementPeter Moulder2006-04-031-6/+6
* fix 1457118bulia byak2006-03-261-1/+1
* cosmeticbulia byak2006-03-261-2/+3
* fix clipping with unfilled pathsbulia byak2006-03-192-7/+8
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-152-12/+4