summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-rect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-1/+1
2007-09-11Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert1-0/+12
2007-03-19reremove bad constructorsbulia byak1-10/+0
2007-03-19revert reversion -- I had not realized it had already come into use,MenTaLguY1-0/+10
2007-03-18correct intersection since we allow empty rects againMenTaLguY1-1/+1
2007-03-18revert NRRect/NRRectL conversion constructors for NR::Rect, since theyMenTaLguY1-10/+0
2007-03-18add growBy and constructors from NRRect(L)bulia byak1-0/+20
2007-03-17clean up rect mess a bit before start working on other stuffMenTaLguY1-7/+1
2007-03-11disable empty enforcement for nowMenTaLguY1-0/+2
2007-03-11ban empty rectangles entirely and remove isEmpty testMenTaLguY1-1/+6
2007-03-09fix crashbulia byak1-1/+1
2007-03-09do not return empty intersections any longerMenTaLguY1-1/+1
2007-03-09use STL std::min and std::maxMenTaLguY1-8/+9
2007-03-09no need to use accessors hereMenTaLguY1-2/+2
2007-03-09Whoops, forgot to friend the methods I moved out of RectMenTaLguY1-2/+2
2007-03-09specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY1-2/+2
2007-03-05Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY1-0/+24
2007-03-04return plain rect for union in all situations where a plain rect is givenMenTaLguY1-10/+0
2007-03-04remove remaining use of assume in nr-rect.cppMenTaLguY1-5/+3
2007-03-04return plain rect if both union arguments are also plain rectsMenTaLguY1-11/+13
2007-03-04Convert union and intersection to use NR::Maybe<NR::Rect>MenTaLguY1-13/+26
2006-10-16some more NRRectL goodies for canvas optimizationsbulia byak1-0/+54
2006-06-21svg-filters branch merged back to headNiko Kiirala1-0/+11