index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
splivarot.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-09-14
Clean up code a bit.
Johan B. C. Engelen
1
-11
/
+2
2007-09-06
preserve path effect through simplification
bulia byak
1
-7
/
+25
2007-08-07
enable Path_for_item to work on flowtext
bulia byak
1
-2
/
+4
2007-06-27
fix issue introduced in r14229
MenTaLguY
1
-1
/
+1
2007-06-26
implementing snapping to images
Diederik van Lierop
1
-0
/
+5
2007-03-31
Change paint bucket path union to properly create only one undo event, rather...
John Bintz
1
-1
/
+9
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-1
/
+1
2007-03-18
copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remov...
bulia byak
1
-10
/
+9
2007-03-13
fix 1659445 without unfixing 1595030
bulia byak
1
-4
/
+4
2007-03-11
Switch selection bounds and center to use NR::Maybe, addressing most of the
MenTaLguY
1
-2
/
+5
2007-03-04
adapt code to new Maybe/bbox regime
MenTaLguY
1
-13
/
+20
2007-03-04
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
1
-15
/
+12
2007-02-28
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
1
-5
/
+3
2007-02-25
Factor out bpath_to_Path
John Bintz
1
-6
/
+11
2007-01-22
continue switching sp_repr_new* over to XML::Document::create*
Aaron Spike
1
-7
/
+14
2007-01-07
Fixed crash when doing a boolean union when nothing is selected.
Johan B. C. Engelen
1
-3
/
+8
2006-12-29
Fix for 1595030 (Stroke width after Union changed in a strange way).
gustav_b
1
-6
/
+20
2006-12-06
Renaming sp-marker.* to marker.*
Bryce Harrington
1
-1
/
+1
2006-11-10
allow union on a single object for the purpose of removing self overlaps
Aaron Spike
1
-1
/
+1
2006-10-25
preserve clip/mask for stroke-to-path also
bulia byak
1
-0
/
+6
2006-10-10
undo annotations
gustav_b
1
-6
/
+13
2006-10-05
undo annotations
bulia byak
1
-9
/
+8
2006-10-03
fix bug #1568462 boolean operation remove mask/clip-path
popolon.org
1
-2
/
+15
2006-09-30
Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & clip-p...
Johan B. C. Engelen
1
-0
/
+15
2006-08-13
inform user of progress during long-running simplify operations
John Bintz
1
-0
/
+27
2006-07-22
patch from John Bintz, adding pref to simplify multiple paths separately
MenTaLguY
1
-31
/
+56
2006-07-09
undo annotations
gustav_b
1
-21
/
+10
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-7
/
+24
2006-05-28
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
1
-1
/
+2
2006-05-26
correctly treat dashes and markers when converting stroke to path, fixes 933482
bulia byak
1
-14
/
+106
2006-05-21
fix 1445003
bulia byak
1
-2
/
+2
2006-05-09
eliminate direct accesses to SPCurve::bpath
MenTaLguY
1
-4
/
+4
2006-05-09
use std::vector rather than dynamically-sized automatic arrays
MenTaLguY
1
-4
/
+5
2006-04-17
one more tweak of boolop precision
bulia byak
1
-2
/
+2
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-17
/
+17
2006-04-14
reduce flattening precision back somewhat, to prevent too many new nodes appe...
bulia byak
1
-2
/
+2
2006-04-01
switch get_nearest_position and get_point to using supplied livarot Path inst...
bulia byak
1
-17
/
+4
[prev]