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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-3
/
+3
*
Merging from trunk
Ted Gould
2008-10-11
1
-0
/
+19
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-7
/
+7
*
Minor cleanup work on macros
Jon A. Cruz
2008-08-03
1
-2
/
+2
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-1
/
+1
*
Compute farthest-from-center point correctly in Alt+rotation
Maximilian Albert
2007-09-11
1
-0
/
+12
*
reremove bad constructors
bulia byak
2007-03-19
1
-10
/
+0
*
revert reversion -- I had not realized it had already come into use,
MenTaLguY
2007-03-19
1
-0
/
+10
*
correct intersection since we allow empty rects again
MenTaLguY
2007-03-18
1
-1
/
+1
*
revert NRRect/NRRectL conversion constructors for NR::Rect, since they
MenTaLguY
2007-03-18
1
-10
/
+0
*
add growBy and constructors from NRRect(L)
bulia byak
2007-03-18
1
-0
/
+20
*
clean up rect mess a bit before start working on other stuff
MenTaLguY
2007-03-17
1
-7
/
+1
*
disable empty enforcement for now
MenTaLguY
2007-03-11
1
-0
/
+2
*
ban empty rectangles entirely and remove isEmpty test
MenTaLguY
2007-03-11
1
-1
/
+6
*
fix crash
bulia byak
2007-03-09
1
-1
/
+1
*
do not return empty intersections any longer
MenTaLguY
2007-03-09
1
-1
/
+1
*
use STL std::min and std::max
MenTaLguY
2007-03-09
1
-8
/
+9
*
no need to use accessors here
MenTaLguY
2007-03-09
1
-2
/
+2
*
Whoops, forgot to friend the methods I moved out of Rect
MenTaLguY
2007-03-09
1
-2
/
+2
*
specialize MaybeStorage for Rect, and start using reference maybes to
MenTaLguY
2007-03-09
1
-2
/
+2
*
Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...
MenTaLguY
2007-03-05
1
-0
/
+24
*
return plain rect for union in all situations where a plain rect is given
MenTaLguY
2007-03-04
1
-10
/
+0
*
remove remaining use of assume in nr-rect.cpp
MenTaLguY
2007-03-04
1
-5
/
+3
*
return plain rect if both union arguments are also plain rects
MenTaLguY
2007-03-04
1
-11
/
+13
*
Convert union and intersection to use NR::Maybe<NR::Rect>
MenTaLguY
2007-03-04
1
-13
/
+26
*
some more NRRectL goodies for canvas optimizations
bulia byak
2006-10-16
1
-0
/
+54
*
svg-filters branch merged back to head
Niko Kiirala
2006-06-21
1
-0
/
+11
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+233