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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-21
Merge from fe-moved
Ted Gould
1
-25
/
+23
2008-10-27
From trunk
Ted Gould
1
-14
/
+23
2008-10-11
Merging from trunk
Ted Gould
1
-78
/
+80
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-1
/
+1
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-3
/
+3
2008-09-16
remove unneeded ref, arenaitem is reffed when created on invoke_show and unre...
bulia byak
1
-1
/
+1
2008-09-07
Remove an obsolete comment
Diederik van Lierop
1
-3
/
+7
2008-09-01
removed unnecessary pointer, changed to by reference. (the pointer was not al...
Johan B. C. Engelen
1
-7
/
+6
2008-08-23
Support for title and desc elements when serializing as Plain SVG.
Jeff Schiller
1
-0
/
+26
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-30
/
+14
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-20
/
+20
2008-08-01
SPItem::getBounds now always returns a Geom::Rect boundingbox.
Johan B. C. Engelen
1
-2
/
+9
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-4
/
+4
2008-08-01
replace matrix division code.
Johan B. C. Engelen
1
-2
/
+1
2008-07-21
Implement snapping of clipping paths and masks
Diederik van Lierop
1
-1
/
+28
2008-07-07
try to use consistent document for creating guides
MenTaLguY
1
-1
/
+1
2008-06-25
fix bbox calculation for groups that contain groups with nothing in them (zer...
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
-43
/
+54
2008-06-12
fix crash when ungrouping lpe paths
bulia byak
1
-7
/
+9
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-3
/
+3
2008-05-31
Fix an error and remove some useless code (thanks to Peter Moulder for pointi...
Diederik van Lierop
1
-9
/
+5
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-9
/
+16
2008-04-17
replace text strings by ints for tools/bounding_box
bulia byak
1
-2
/
+3
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-6
/
+6
2008-03-26
mention that an item is filtered in its statusbar description
bulia byak
1
-0
/
+5
2008-03-23
expand visual bbox for item with a filter
bulia byak
1
-5
/
+62
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-3
/
+3
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
1
-8
/
+9
2008-01-16
Add option in Preferences to keep objects after conversion to guides
Maximilian Albert
1
-2
/
+0
2008-01-16
Move 'bounding box' option up one level (from Selector to Tools page in Prefe...
Maximilian Albert
1
-1
/
+1
2008-01-15
Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...
Maximilian Albert
1
-0
/
+16
2008-01-13
Use visual/geometric bbox (as specified in Selector tool preferences) when co...
Maximilian Albert
1
-2
/
+10
2008-01-12
Allow conversion of all selected items to guides (for items other than rectan...
Maximilian Albert
1
-0
/
+25
2008-01-06
Fix LP #168684
Diederik van Lierop
1
-4
/
+68
2008-01-02
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
1
-0
/
+25
2008-01-02
2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge.net>
mjwybrow
1
-5
/
+8
2007-12-23
fix critical bug #168588 assertion failed, file sp-conn-end.cpp: line 191
Johan B. C. Engelen
1
-3
/
+4
2007-11-04
Warning cleanup
Jon A. Cruz
1
-12
/
+12
2007-10-08
Removed some unnecessarry bounding box updates in sp-item.cpp
Niko Kiirala
1
-2
/
+8
2007-09-15
avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp
Diederik van Lierop
1
-1
/
+5
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-5
/
+5
2007-08-18
Improved handling bounding boxes and rotated/skewed coordinates in filters
Niko Kiirala
1
-0
/
+11
2007-07-25
Snapping the transformation origin should also work for paths, not only for s...
Diederik van Lierop
1
-2
/
+0
2007-07-04
switch to using extract_uri
bulia byak
1
-2
/
+3
2007-06-27
snapping transformation center again...
Diederik van Lierop
1
-0
/
+2
2007-06-27
use an accessor method to get filter from style
bulia byak
1
-1
/
+1
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-1
/
+2
2007-06-26
implementing snapping to images
Diederik van Lierop
1
-3
/
+8
2007-04-24
skip recursion into clone's children in stroke adjustment; fix paint adjuster...
bulia byak
1
-6
/
+8
2007-04-08
Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...
Diederik van Lierop
1
-6
/
+6
[next]