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
2009-01-02
make 'marker' property work (shorthand for start, mid and end markers); inksc...
Johan B. C. Engelen
1
-34
/
+40
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-9
/
+9
2008-12-19
fix bug #166937 (with viewBox, simplify oversimplifies)
Thomas Holder
1
-0
/
+3
2008-12-16
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
Thomas Holder
1
-5
/
+5
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-66
/
+68
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-13
/
+14
2008-08-31
remove unused include files and methods
Johan B. C. Engelen
1
-64
/
+0
2008-08-24
Fix for Bug 238113 (preserve title/desc for various Inkscape operations)
Jeff Schiller
1
-7
/
+50
2008-08-15
Eliminate more of SP_ACTIVE_DESKTOP
Maximilian Albert
1
-60
/
+48
2008-08-08
fix marker behavior for moveto-only paths
Johan B. C. Engelen
1
-3
/
+12
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-5
/
+5
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-3
/
+3
2008-08-03
Refactoring the object-snapper to use 2geom paths
Diederik van Lierop
1
-48
/
+25
2008-08-03
convert path to linears and cubics only before creating outline. (workaround ...
Johan B. C. Engelen
1
-2
/
+9
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-4
/
+1
2008-08-01
fix 253915: do not use style attr, only SPStyle
bulia byak
1
-26
/
+12
2008-07-21
Implement snapping of clipping paths and masks
Diederik van Lierop
1
-10
/
+12
2008-07-16
remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...
Johan B. C. Engelen
1
-1
/
+3
2008-07-07
convert item to livarot path using 2geom path
Johan B. C. Engelen
1
-6
/
+5
2008-07-07
2geomify marker code in stroke-to-path
Johan B. C. Engelen
1
-25
/
+58
2008-07-04
create pathvector_for_curve method.
Johan B. C. Engelen
1
-1
/
+22
2008-07-04
change some SP_CURVE_BPATH to get_bpath
Johan B. C. Engelen
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-4
/
+4
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-12
/
+10
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-0
/
+4
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-10
/
+10
2008-04-27
Fixed undo for eraser to be a single step
Jon A. Cruz
1
-0
/
+6
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-2
/
+2
2008-03-08
Node tool: snap to paths and their nodes, incl. to the path currently being e...
Diederik van Lierop
1
-2
/
+2
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-02
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
1
-0
/
+1
2007-12-27
1) Fix bug #178312
Diederik van Lierop
1
-30
/
+48
2007-10-21
Allow SPFlowtexts to be used in boolean operations
gustav_b
1
-1
/
+1
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
[next]