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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-2
/
+4
*
specialize MaybeStorage for Rect, and start using reference maybes to
MenTaLguY
2007-03-09
2
-34
/
+51
*
fix reference maybes by separate specialization
MenTaLguY
2007-03-09
1
-32
/
+68
*
rework maybe so storage is customizable and can be optimized on a
MenTaLguY
2007-03-08
1
-128
/
+69
*
fix NR::Maybe typos
MenTaLguY
2007-03-05
1
-3
/
+3
*
Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...
MenTaLguY
2007-03-05
3
-59
/
+87
*
clean up operators/constructors, and give reference-maybes a more compact
MenTaLguY
2007-03-05
1
-57
/
+46
*
fix copyright year
MenTaLguY
2007-03-05
1
-1
/
+1
*
clean up reference version of maybe, and add == and != operators
MenTaLguY
2007-03-04
1
-20
/
+91
*
return plain rect for union in all situations where a plain rect is given
MenTaLguY
2007-03-04
2
-11
/
+24
*
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
2
-11
/
+14
*
Convert union and intersection to use NR::Maybe<NR::Rect>
MenTaLguY
2007-03-04
2
-15
/
+28
*
redo NR::Maybe to be less clever
MenTaLguY
2007-03-04
1
-50
/
+101
*
make conversions away from NR::Maybe explicit
MenTaLguY
2007-03-04
1
-39
/
+11
*
some more NRRectL goodies for canvas optimizations
bulia byak
2006-10-16
3
-0
/
+63
*
gracefully fail if unable to allocate memory or if more than 100Mb buffer req...
bulia byak
2006-10-14
1
-1
/
+14
*
patch for rendering quality and speed from Jasper van de Gronde
bulia byak
2006-07-29
8
-664
/
+959
*
* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
mjwybrow
2006-07-14
1
-1
/
+1
*
add methods to identify scales and rotations
bulia byak
2006-06-30
2
-0
/
+30
*
a little optimization by making some macros into inlined functions
bulia byak
2006-06-27
1
-4
/
+17
*
remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even fast...
bulia byak
2006-06-26
1
-14
/
+3
*
radial gradients faster by about 10%
bulia byak
2006-06-25
1
-3
/
+14
*
svg-filters branch merged back to head
Niko Kiirala
2006-06-21
2
-0
/
+12
*
remove deprecation warnings
Bob Jamison
2006-06-01
1
-1
/
+1
*
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
2006-05-28
7
-35
/
+37
*
log finalization of NRObjects
MenTaLguY
2006-05-01
1
-0
/
+22
*
Adding multiple test output formats.
Jon A. Cruz
2006-04-27
1
-1
/
+1
*
Rendering optimisation, which gives best results for zoomed in drawings with ...
Andrius Ramanauskas
2006-04-19
2
-12
/
+13
*
bulk whitespace removal patch #1198588 by gigaclon
Ralf Stephan
2006-02-13
1
-4
/
+4
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
114
-0
/
+12272
[prev]