Code

Indent support for XSLT extensions output.
[inkscape.git] / src / libnr /
2007-12-10 acspikeremove all mention of extension/internal/gnome.cpp...
2007-12-06 kiiralaFized crashes & odd behaviour when resizing, zooming...
2007-11-10 joncruzWarning cleanup
2007-11-09 johanengelenRemove geom.cpp and geom.h. Now use 2geom/geom.cpp...
2007-10-16 buliabyakadd some utility functions from gradient code
2007-09-14 joncruzFixed min/max confusion bug
2007-09-12 pjrm**/makefile.in: svn propset svn:eol-style native. ...
2007-09-11 cilix42Compute farthest-from-center point correctly in Alt...
2007-08-30 mentalfix compositing for premultiplication and non-alpha...
2007-08-29 mentalDNR bpp stuff so much
2007-08-29 mentalRefactor gradient rendering to facilitate future change...
2007-08-21 mentaldefine gradient vector size in terms of bits
2007-08-21 mentalfix typo
2007-08-21 mentalincrease gradient noise slightly
2007-08-21 mentalexperimental: add some noise to the gradient function
2007-08-21 mentalfactor out gradient index calculation
2007-08-21 mentalunify linear and radial gradients in same file (with...
2007-05-20 pjrmdoc
2007-05-10 johanengelenfixed crash when parameter viewbox=null in nr_path_matr...
2007-03-19 buliabyakoptimize picking by ignoring out-of-view segments
2007-03-19 buliabyakadd ::upgrade for NRRectL
2007-03-19 buliabyakreremove bad constructors
2007-03-19 mentalrevert reversion -- I had not realized it had already...
2007-03-18 mentalcorrect intersection since we allow empty rects again
2007-03-18 mentalrevert NRRect/NRRectL conversion constructors for NR...
2007-03-18 buliabyakadd growBy and constructors from NRRect(L)
2007-03-17 mentalclean up rect mess a bit before start working on other...
2007-03-16 buliabyakfix 1682261
2007-03-11 mentaldisable empty enforcement for now
2007-03-11 mentalban empty rectangles entirely and remove isEmpty test
2007-03-11 mentalEliminate remaining sources of empty NR::Rects
2007-03-09 buliabyakfix crash
2007-03-09 mentaldo not return empty intersections any longer
2007-03-09 mentaluse STL std::min and std::max
2007-03-09 mentalno need to use accessors here
2007-03-09 mentalWhoops, forgot to friend the methods I moved out of...
2007-03-09 mentalspecialize MaybeStorage for Rect, and start using refer...
2007-03-09 mentalfix reference maybes by separate specialization
2007-03-08 mentalrework maybe so storage is customizable and can be...
2007-03-05 mentalfix NR::Maybe typos
2007-03-05 mentalSeparate NRRect and NR::Rect a bit further; the goal...
2007-03-05 mentalclean up operators/constructors, and give reference...
2007-03-05 mentalfix copyright year
2007-03-04 mentalclean up reference version of maybe, and add == and...
2007-03-04 mentalreturn plain rect for union in all situations where...
2007-03-04 mentalremove remaining use of assume in nr-rect.cpp
2007-03-04 mentalreturn plain rect if both union arguments are also...
2007-03-04 mentalConvert union and intersection to use NR::Maybe<NR...
2007-03-04 mentalredo NR::Maybe to be less clever
2007-03-04 mentalmake conversions away from NR::Maybe explicit
2006-10-16 buliabyaksome more NRRectL goodies for canvas optimizations
2006-10-14 buliabyakgracefully fail if unable to allocate memory or if...
2006-07-29 buliabyakpatch for rendering quality and speed from Jasper van...
2006-07-14 mjwybrow * src/Makefile_insert, src/Makefile.am, src/svg...
2006-06-30 buliabyakadd methods to identify scales and rotations
2006-06-27 buliabyaka little optimization by making some macros into inline...
2006-06-26 buliabyakremove non-portable fast_sqrt; turns out simply sqrt...
2006-06-25 buliabyakradial gradients faster by about 10%
2006-06-21 kiiralasvg-filters branch merged back to head
2006-06-01 ishmalremove deprecation warnings
2006-05-28 mentalreplace nr_new() with g_new(), and try to converge...
2006-05-01 mentallog finalization of NRObjects
2006-04-27 joncruzAdding multiple test output formats.
2006-04-19 knutuxRendering optimisation, which gives best results for...
2006-02-13 rwstbulk whitespace removal patch #1198588 by gigaclon
2006-01-16 mentalmoving trunk for module inkscape