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
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
24
-707
/
+157
2008-03-01
remove assert_close
bulia byak
7
-30
/
+0
2008-03-01
Fixed uninitialized members
Jon A. Cruz
1
-1
/
+3
2008-02-25
Line-end fix
Jon A. Cruz
1
-38
/
+38
2008-02-11
remaining g++ 4.3 compilation fix-ups
Kees Cook
1
-0
/
+1
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
3
-3
/
+8
2008-01-26
add copy button to LPE pathparam
Johan B. C. Engelen
1
-0
/
+7
2008-01-25
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
2
-2
/
+4
2008-01-05
Fixing up a few more files
Bryce Harrington
1
-1
/
+1
2008-01-05
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
1
-0
/
+1
2008-01-02
add libnr <=> 2geom conversion helper headerfile
Johan B. C. Engelen
2
-0
/
+32
2007-12-27
Snapping a guide to nodes (while dragging it across the canvas) now also work...
Diederik van Lierop
1
-0
/
+2
2007-12-27
1) Fix bug #178312
Diederik van Lierop
4
-0
/
+41
2007-12-10
remove all mention of extension/internal/gnome.cpp from build files for make ...
Aaron Spike
1
-2
/
+0
2007-12-06
Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulence
Niko Kiirala
2
-2
/
+18
2007-11-10
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2007-11-09
Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.
Johan B. C. Engelen
1
-0
/
+11
2007-10-16
add some utility functions from gradient code
bulia byak
2
-0
/
+48
2007-09-14
Fixed min/max confusion bug
Jon A. Cruz
2
-2
/
+2
2007-09-12
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
1
-3
/
+3
2007-09-11
Compute farthest-from-center point correctly in Alt+rotation
Maximilian Albert
2
-0
/
+14
2007-08-30
fix compositing for premultiplication and non-alpha cases
MenTaLguY
1
-4
/
+39
2007-08-29
DNR bpp stuff so much
MenTaLguY
1
-22
/
+46
2007-08-29
Refactor gradient rendering to facilitate future changes, since the simple
MenTaLguY
2
-476
/
+330
2007-08-21
define gradient vector size in terms of bits
MenTaLguY
1
-1
/
+2
2007-08-21
fix typo
MenTaLguY
1
-1
/
+1
2007-08-21
increase gradient noise slightly
MenTaLguY
1
-9
/
+9
2007-08-21
experimental: add some noise to the gradient function
MenTaLguY
1
-0
/
+14
2007-08-21
factor out gradient index calculation
MenTaLguY
1
-55
/
+59
2007-08-21
unify linear and radial gradients in same file (with appropriate note
MenTaLguY
2
-2
/
+322
2007-05-20
doc
Peter Moulder
1
-0
/
+2
2007-05-10
fixed crash when parameter viewbox=null in nr_path_matrix_point_bbox_wind_dis...
Johan B. C. Engelen
1
-2
/
+2
2007-03-19
optimize picking by ignoring out-of-view segments
bulia byak
2
-16
/
+46
2007-03-19
add ::upgrade for NRRectL
bulia byak
2
-2
/
+12
2007-03-19
reremove bad constructors
bulia byak
2
-15
/
+0
2007-03-19
revert reversion -- I had not realized it had already come into use,
MenTaLguY
2
-0
/
+15
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
2
-15
/
+0
2007-03-18
add growBy and constructors from NRRect(L)
bulia byak
2
-0
/
+27
2007-03-17
clean up rect mess a bit before start working on other stuff
MenTaLguY
3
-31
/
+23
2007-03-16
fix 1682261
bulia byak
1
-0
/
+13
2007-03-11
disable empty enforcement for now
MenTaLguY
1
-0
/
+2
2007-03-11
ban empty rectangles entirely and remove isEmpty test
MenTaLguY
2
-14
/
+13
2007-03-11
Eliminate remaining sources of empty NR::Rects
MenTaLguY
1
-9
/
+27
2007-03-09
fix crash
bulia byak
2
-6
/
+6
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
2
-2
/
+4
2007-03-09
specialize MaybeStorage for Rect, and start using reference maybes to
MenTaLguY
2
-34
/
+51
[prev]
[next]