summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-rect.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* disable empty enforcement for nowMenTaLguY2007-03-111-0/+2
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-1/+6
* fix crashbulia byak2007-03-091-1/+1
* do not return empty intersections any longerMenTaLguY2007-03-091-1/+1
* use STL std::min and std::maxMenTaLguY2007-03-091-8/+9
* no need to use accessors hereMenTaLguY2007-03-091-2/+2
* Whoops, forgot to friend the methods I moved out of RectMenTaLguY2007-03-091-2/+2
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-2/+2
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY2007-03-051-0/+24
* return plain rect for union in all situations where a plain rect is givenMenTaLguY2007-03-041-10/+0
* remove remaining use of assume in nr-rect.cppMenTaLguY2007-03-041-5/+3
* return plain rect if both union arguments are also plain rectsMenTaLguY2007-03-041-11/+13
* Convert union and intersection to use NR::Maybe<NR::Rect>MenTaLguY2007-03-041-13/+26
* some more NRRectL goodies for canvas optimizationsbulia byak2006-10-161-0/+54
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+11
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+233