index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-item.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return...
Diederik van Lierop
2010-07-21
1
-2
/
+9
*
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
2010-07-04
1
-87
/
+84
*
better fix for lpe stack forking
Johan B. C. Engelen
2010-05-18
1
-21
/
+1
*
fix bug when forking LPE stack
Johan B. C. Engelen
2010-05-14
1
-12
/
+26
*
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
2010-04-06
1
-2
/
+4
*
Initial fix for the inverted coordinate system bug
Krzysztof Kosi??ski
2010-04-03
1
-4
/
+2
*
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
2010-03-14
1
-1
/
+1
*
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
2010-01-09
1
-15
/
+14
*
Small snap bug has been eliminated, flowed text snapping now uses baseline, r...
Diederik van Lierop
2009-12-30
1
-2
/
+2
*
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
2009-12-02
1
-0
/
+4
*
textual patch from bug 408093
bulia byak
2009-09-06
1
-1
/
+1
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)
Thomas Holder
2009-05-11
1
-0
/
+6
*
Two minor snapping fixes
Diederik van Lierop
2009-04-24
1
-1
/
+1
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-13
/
+15
*
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
2009-01-18
1
-1
/
+1
*
correctly initialize vector in spitem.
Johan B. C. Engelen
2009-01-04
1
-0
/
+3
*
display filter label, if any, in filtered item description
bulia byak
2009-01-03
1
-2
/
+8
*
revert change of sp_item_i2d_affine in rev 20388, as it crashed command line use
Thomas Holder
2008-12-21
1
-2
/
+4
*
object-snapper.cpp
Thomas Holder
2008-12-20
1
-29
/
+5
*
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
Thomas Holder
2008-12-16
1
-36
/
+6
*
remove orphaned NRMatrix wrapper for sp_item_write_transform
Thomas Holder
2008-12-09
1
-13
/
+0
*
Warning cleanup.
Jon A. Cruz
2008-12-05
1
-46
/
+44
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-25
/
+23
*
From trunk
Ted Gould
2008-10-27
1
-14
/
+23
*
Merging from trunk
Ted Gould
2008-10-11
1
-78
/
+80
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-1
/
+1
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-3
/
+3
*
remove unneeded ref, arenaitem is reffed when created on invoke_show and unre...
bulia byak
2008-09-16
1
-1
/
+1
*
Remove an obsolete comment
Diederik van Lierop
2008-09-07
1
-3
/
+7
*
removed unnecessary pointer, changed to by reference. (the pointer was not al...
Johan B. C. Engelen
2008-09-01
1
-7
/
+6
*
Support for title and desc elements when serializing as Plain SVG.
Jeff Schiller
2008-08-23
1
-0
/
+26
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-30
/
+14
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-20
/
+20
*
SPItem::getBounds now always returns a Geom::Rect boundingbox.
Johan B. C. Engelen
2008-08-01
1
-2
/
+9
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-4
/
+4
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-2
/
+1
*
Implement snapping of clipping paths and masks
Diederik van Lierop
2008-07-21
1
-1
/
+28
*
try to use consistent document for creating guides
MenTaLguY
2008-07-07
1
-1
/
+1
*
fix bbox calculation for groups that contain groups with nothing in them (zer...
Johan B. C. Engelen
2008-06-25
1
-1
/
+1
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-43
/
+54
*
fix crash when ungrouping lpe paths
bulia byak
2008-06-12
1
-7
/
+9
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-3
/
+3
*
Fix an error and remove some useless code (thanks to Peter Moulder for pointi...
Diederik van Lierop
2008-05-31
1
-9
/
+5
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-9
/
+16
*
replace text strings by ints for tools/bounding_box
bulia byak
2008-04-17
1
-2
/
+3
*
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
2008-03-28
1
-6
/
+6
*
mention that an item is filtered in its statusbar description
bulia byak
2008-03-26
1
-0
/
+5
*
expand visual bbox for item with a filter
bulia byak
2008-03-23
1
-5
/
+62
[next]