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