summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-rect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+2
| | | (bzr r5149)
* Fixed uninitialized membersJon A. Cruz2008-03-011-1/+3
| | | (bzr r4912)
* Fixed min/max confusion bugJon A. Cruz2007-09-141-1/+1
| | | (bzr r3744)
* Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert2007-09-111-0/+2
| | | (bzr r3723)
* docPeter Moulder2007-05-201-0/+2
| | | (bzr r3031)
* reremove bad constructorsbulia byak2007-03-191-5/+0
| | | (bzr r2708)
* revert reversion -- I had not realized it had already come into use,MenTaLguY2007-03-191-0/+5
| | | | | but I have no time to fix the code now (bzr r2706)
* revert NRRect/NRRectL conversion constructors for NR::Rect, since theyMenTaLguY2007-03-181-5/+0
| | | | | | cannot correctly deal with "nullary" NRRect -- the correct path is to convert NRRect to Maybe<Rect> (bzr r2703)
* add growBy and constructors from NRRect(L)bulia byak2007-03-181-0/+7
| | | (bzr r2699)
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-171-7/+13
| | | (bzr r2678)
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-13/+7
| | | (bzr r2606)
* fix crashbulia byak2007-03-091-5/+5
| | | (bzr r2589)
* Whoops, forgot to friend the methods I moved out of RectMenTaLguY2007-03-091-0/+2
| | | (bzr r2584)
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-32/+49
| | | | | avoid some copies (bzr r2582)
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵MenTaLguY2007-03-051-57/+62
| | | | | where there is no way to create an empty NR::Rect (bzr r2551)
* return plain rect for union in all situations where a plain rect is givenMenTaLguY2007-03-041-1/+24
| | | (bzr r2542)
* return plain rect if both union arguments are also plain rectsMenTaLguY2007-03-041-0/+1
| | | (bzr r2540)
* Convert union and intersection to use NR::Maybe<NR::Rect>MenTaLguY2007-03-041-2/+2
| | | (bzr r2533)
* some more NRRectL goodies for canvas optimizationsbulia byak2006-10-161-0/+8
| | | (bzr r1804)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+1
| | | (bzr r1252)
* remove deprecation warningsBob Jamison2006-06-011-1/+1
| | | (bzr r1114)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+255
(bzr r1)