summaryrefslogtreecommitdiffstats
path: root/src/libnr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some more NRRectL goodies for canvas optimizationsbulia byak2006-10-163-0/+63
| | | (bzr r1804)
* 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)
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-298-664/+959
| | | (bzr r1503)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
* add methods to identify scales and rotationsbulia byak2006-06-302-0/+30
| | | (bzr r1326)
* a little optimization by making some macros into inlined functionsbulia byak2006-06-271-4/+17
| | | (bzr r1302)
* remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even ↵bulia byak2006-06-261-14/+3
| | | | | faster than hypot and fast_sqrt (bzr r1300)
* radial gradients faster by about 10%bulia byak2006-06-251-3/+14
| | | (bzr r1279)
* svg-filters branch merged back to headNiko Kiirala2006-06-212-0/+12
| | | (bzr r1252)
* remove deprecation warningsBob Jamison2006-06-011-1/+1
| | | (bzr r1114)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-287-35/+37
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* log finalization of NRObjectsMenTaLguY2006-05-011-0/+22
| | | (bzr r644)
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
| | | (bzr r592)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-192-12/+13
| | | | | 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)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-4/+4
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-16114-0/+12272
(bzr r1)