index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libnr
/
nr-rect.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-203
/
+0
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-183
/
+15
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-2
/
+2
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-1
/
+4
2008-11-21
Merge from fe-moved
Ted Gould
1
-3
/
+3
2008-10-11
Merging from trunk
Ted Gould
1
-0
/
+19
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-7
/
+7
2008-08-03
Minor cleanup work on macros
Jon A. Cruz
1
-2
/
+2
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-1
/
+1
2007-09-11
Compute farthest-from-center point correctly in Alt+rotation
Maximilian Albert
1
-0
/
+12
2007-03-19
reremove bad constructors
bulia byak
1
-10
/
+0
2007-03-19
revert reversion -- I had not realized it had already come into use,
MenTaLguY
1
-0
/
+10
2007-03-18
correct intersection since we allow empty rects again
MenTaLguY
1
-1
/
+1
2007-03-18
revert NRRect/NRRectL conversion constructors for NR::Rect, since they
MenTaLguY
1
-10
/
+0
2007-03-18
add growBy and constructors from NRRect(L)
bulia byak
1
-0
/
+20
2007-03-17
clean up rect mess a bit before start working on other stuff
MenTaLguY
1
-7
/
+1
2007-03-11
disable empty enforcement for now
MenTaLguY
1
-0
/
+2
2007-03-11
ban empty rectangles entirely and remove isEmpty test
MenTaLguY
1
-1
/
+6
2007-03-09
fix crash
bulia byak
1
-1
/
+1
2007-03-09
do not return empty intersections any longer
MenTaLguY
1
-1
/
+1
2007-03-09
use STL std::min and std::max
MenTaLguY
1
-8
/
+9
2007-03-09
no need to use accessors here
MenTaLguY
1
-2
/
+2
2007-03-09
Whoops, forgot to friend the methods I moved out of Rect
MenTaLguY
1
-2
/
+2
2007-03-09
specialize MaybeStorage for Rect, and start using reference maybes to
MenTaLguY
1
-2
/
+2
2007-03-05
Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...
MenTaLguY
1
-0
/
+24
2007-03-04
return plain rect for union in all situations where a plain rect is given
MenTaLguY
1
-10
/
+0
2007-03-04
remove remaining use of assume in nr-rect.cpp
MenTaLguY
1
-5
/
+3
2007-03-04
return plain rect if both union arguments are also plain rects
MenTaLguY
1
-11
/
+13
2007-03-04
Convert union and intersection to use NR::Maybe<NR::Rect>
MenTaLguY
1
-13
/
+26
2006-10-16
some more NRRectL goodies for canvas optimizations
bulia byak
1
-0
/
+54
2006-06-21
svg-filters branch merged back to head
Niko Kiirala
1
-0
/
+11