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
...
|
|
*
|
Turned all functions concerning SPRect into member functions.
Markus Engel
2013-03-30
1
-1
/
+1
|
|
*
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-29
/
+29
|
|
*
|
merged from trunk
Markus Engel
2013-03-29
1
-110
/
+15
|
|
|
\
\
|
|
*
|
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-4
/
+4
|
|
*
|
|
Added "virtual pads" to
Markus Engel
2013-03-29
1
-9
/
+11
|
|
*
|
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
|
|
*
|
|
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
2012-10-06
1
-9
/
+9
|
|
*
|
|
Fixed some virtual function calls in SPItem and SPUse that led to crashes as ...
Markus Engel
2012-08-21
1
-2
/
+9
|
|
*
|
|
As all subclasses of SPItem now have "virtual pads" with correct inheritance,...
Markus Engel
2012-08-20
1
-70
/
+50
|
|
*
|
|
Added "virtual pad" to SPItem.
Markus Engel
2012-08-17
1
-38
/
+123
|
*
|
|
|
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Martin Owens
2013-09-18
1
-12
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-2
/
+4
|
/
/
/
*
|
/
use visual bbox in calculation of filter area (Bug 1188336)
Alvin Penner
2013-06-10
1
-1
/
+4
|
|
/
|
/
|
*
|
Clean up more GObject type definitions
Alex Valavanis
2013-01-23
1
-52
/
+59
*
|
Merge in connector cleanup
Martin Owens
2013-01-11
1
-3
/
+0
|
\
\
|
*
|
Step 1. Remove junk and keep functionality.
Martin Owens
2012-11-30
1
-3
/
+0
*
|
|
clip path visual bbox refresh, second try (Bug 1005085)
Alvin Penner
2012-12-31
1
-0
/
+1
*
|
|
Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive i...
John Smith
2012-12-11
1
-2
/
+0
*
|
|
reverting rev 11944
Alvin Penner
2012-12-10
1
-1
/
+0
*
|
|
clip path bbox refresh. partial fix for Bug 1005085
Alvin Penner
2012-12-10
1
-0
/
+1
|
/
/
*
|
cppcheck: use gobject casts in sp-item
Alex Valavanis
2012-10-27
1
-37
/
+35
*
|
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-2
/
+2
|
/
*
Fix for 181473 : Patch for Layers drag and drop crash
John Smith
2012-07-08
1
-1
/
+1
*
Fix for 181473 : Layers drag and drop
John Smith
2012-07-05
1
-0
/
+46
*
UI. Filtered objects count (patch by David Mathog).
Nicolas Dufour
2012-05-11
1
-0
/
+13
*
Adding checks to prevent null pointer dereferences
Kris De Gussem
2012-05-04
1
-9
/
+13
*
Fix stroke-width scaling issue
Diederik van Lierop
2012-04-08
1
-15
/
+26
*
cppcheck
Kris De Gussem
2012-02-15
1
-3
/
+3
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-4
/
+10
*
Warning cleanup.
Jon A. Cruz
2011-10-02
1
-1
/
+1
*
Do not apply the fix of rev. #10624 to all types of items
Diederik van Lierop
2011-09-17
1
-7
/
+16
*
Obey to dont-scale-strokewidth preference, even when scaling one dimension to...
Diederik van Lierop
2011-09-06
1
-3
/
+30
*
Fix incorrect marker bbox in previews
Krzysztof Kosi??ski
2011-09-05
1
-2
/
+4
*
Compute visual bounding box only when needed
Krzysztof Kosi??ski
2011-09-04
1
-2
/
+14
*
1) Fix absolute scaling in transform dialog
Diederik van Lierop
2011-09-04
1
-0
/
+10
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-191
/
+130
*
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
1
-95
/
+67
|
\
|
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-10
/
+4
|
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-90
/
+68
*
|
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
2011-08-22
1
-16
/
+5
*
|
Temporary fix for crash when launching via command-line.
Jon A. Cruz
2011-07-25
1
-4
/
+11
|
/
*
remove some unnecessary inkscape_active_desktop() calls
Johan B. C. Engelen
2011-07-19
1
-4
/
+1
*
fix hardcoded desktop2doc transform
Johan B. C. Engelen
2011-07-18
1
-2
/
+2
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-18
/
+20
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-11
/
+12
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+1
*
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-35
/
+40
|
\
|
*
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+6
[prev]
[next]