summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-pixblock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-457/+0
| | | (bzr r9508.1.67)
* Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde2008-12-281-1/+30
| | | (bzr r7028)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* gracefully fail if unable to allocate memory or if more than 100Mb buffer ↵bulia byak2006-10-141-1/+14
| | | | | requested (an arbitrary limit to prevent huge allocations that will bob the system down) (bzr r1799)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-17/+18
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-12/+12
| | | | | 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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+411
(bzr r1)