Code

Patch by Diederik for 168384. Tested by myself and others and works well, additionall...
[inkscape.git] / src / libnr /
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