summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed grid drawing (nit more logical): hlines and vlines are drawn ↵Johan B. C. Engelen2006-09-171-14/+11
| | | | | completely independent (removed nested for-loops). (bzr r1711)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-062-23/+26
| | | (bzr r1696)
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-042-2/+37
| | | (bzr r1678)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-203-6/+47
| | | | | Comments added/fixed. (bzr r1622)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-142-3/+44
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* interruptible redrawbulia byak2006-08-032-65/+182
| | | (bzr r1551)
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-297-50/+45
| | | (bzr r1503)
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-268-31/+116
| | | (bzr r1485)
* Added support for enable-background to SPStyleNiko Kiirala2006-07-262-6/+3
| | | (bzr r1479)
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-185-3/+135
| | | (bzr r1436)
* Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala2006-07-106-13/+211
| | | (bzr r1391)
* fix properly. oops ^^Bob Jamison2006-07-091-4/+4
| | | (bzr r1386)
* remove conversion warningsBob Jamison2006-07-091-4/+4
| | | (bzr r1384)
* Compiler error in NR::Filter fixedNiko Kiirala2006-07-091-13/+13
| | | (bzr r1383)
* Filter effects bounding box calculation makes use of area settingsNiko Kiirala2006-07-091-10/+42
| | | (bzr r1381)
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-049-25/+250
| | | (bzr r1351)
* Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt2006-07-031-1/+1
| | | (bzr r1349)
* Added sanity checks and fixed buffer overflow in nr-filter-gaussianNiko Kiirala2006-06-261-1/+40
| | | (bzr r1297)
* Added virtual destructors for filter primitives. Corrected Niko Kiirala2006-06-224-2/+13
| | | | | | attributes-test: filterRes, filterUnits, primitiveUnits and stdDeviation are now recognized. (bzr r1259)
* remove 'non virtual destructor' warningBob Jamison2006-06-221-0/+2
| | | (bzr r1258)
* svg-filters branch merged back to headNiko Kiirala2006-06-2114-5/+1203
| | | (bzr r1252)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-282-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 byak2006-05-281-6/+1
| | | | | selection wholesale instead of one by one (bzr r1038)
* factor out dashing codebulia byak2006-05-261-24/+2
| | | (bzr r1014)
* init matrix variable, removes compiler warningsRalf Stephan2006-05-191-2/+3
| | | (bzr r893)
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
| | | (bzr r791)
* fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY2006-05-091-1/+1
| | | (bzr r789)
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵MenTaLguY2006-05-092-59/+1
| | | | | memory management (bzr r788)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-094-74/+74
| | | (bzr r787)
* NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY2006-05-011-1/+2
| | | (bzr r646)
* use GC allocator for bitmap cache and transformMenTaLguY2006-05-011-12/+6
| | | (bzr r645)
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-294-25/+25
| | | (bzr r636)
* remove compiler warningsRalf Stephan2006-04-211-4/+4
| | | (bzr r562)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-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 Ramanauskas2006-04-201-1/+1
| | | | | tweaked to render dashes correctly) (bzr r555)
* resolving compiler warningsAndrius Ramanauskas2006-04-201-4/+4
| | | (bzr r552)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-1910-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 nodesAaron Spike2006-04-142-2/+2
| | | | | Old deletion behavior is available via Ctrl+Delete (bzr r525)
* CodingStyle: whitespacePeter Moulder2006-04-031-531/+530
| | | (bzr r414)
* CodingStyle: const placementPeter Moulder2006-04-031-2/+2
| | | (bzr r413)
* cleanup: Remove some commented-out code.Peter Moulder2006-04-031-95/+2
| | | (bzr r412)
* CodingStyle: whitespace, and move a few declarations to first use.Peter Moulder2006-04-031-447/+451
| | | (bzr r411)
* cleanup: Remove commented-out code (dating from 2004, Big Pango Patch)Peter Moulder2006-04-031-52/+1
| | | (bzr r410)
* CodingStyle: const placementPeter Moulder2006-04-031-6/+6
| | | (bzr r409)
* fix 1457118bulia byak2006-03-261-1/+1
| | | (bzr r304)
* cosmeticbulia byak2006-03-261-2/+3
| | | (bzr r303)
* fix clipping with unfilled pathsbulia byak2006-03-192-7/+8
| | | (bzr r261)
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-152-12/+4
| | | (bzr r241)