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-use.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refresh text objects when clipping (Bug 1339305)
Alvin Penner
2014-07-25
1
-1
/
+11
*
refresh SPCurve in a cloned clip (Bug 1322940)
Alvin Penner
2014-07-10
1
-0
/
+3
*
Fix for Bug #1293073 (Dragging a symbol crashes the application when the symb...
Nicolas Dufour
2014-03-17
1
-1
/
+5
*
Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ...
Nicolas Dufour
2014-03-06
1
-1
/
+2
*
Partial fix for LP #1001756 (crash when ungrouping a selection
Krzysztof Kosi??ski
2014-02-27
1
-0
/
+17
*
Added some consts.
Markus Engel
2013-10-26
1
-5
/
+9
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-14
/
+15
*
Refactored SPUse.
Markus Engel
2013-09-24
1
-146
/
+110
*
Merge C++ification of the SP tree by Markus Engel
Krzysztof Kosi??ski
2013-09-19
1
-238
/
+186
|
\
|
*
Removed TypeInfo; adjusted Factory to meet code style conventions.
Markus Engel
2013-09-16
1
-1
/
+1
|
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-1
/
+1
|
|
\
|
|
/
|
/
|
|
*
Removed placement news / explicit destructor calls.
Markus Engel
2013-07-31
1
-6
/
+6
|
*
Merged from trunk (r12305)
Markus Engel
2013-04-27
1
-6
/
+6
|
|
\
|
*
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-1
/
+1
|
*
|
Removed old SPObject factory.
Markus Engel
2013-04-10
1
-3
/
+1
|
*
|
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
|
*
|
Merged Item.
Markus Engel
2013-04-05
1
-11
/
+9
|
*
|
Merged more classes.
Markus Engel
2013-04-05
1
-191
/
+145
|
*
|
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
2013-04-02
1
-6
/
+28
|
*
|
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
|
*
|
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-4
/
+12
|
*
|
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
2013-04-01
1
-4
/
+4
|
*
|
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
|
*
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-18
/
+18
|
*
|
merged from trunk
Markus Engel
2013-03-29
1
-138
/
+11
|
|
\
\
|
*
|
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-5
/
+5
|
*
|
|
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
-6
/
+6
|
*
|
|
Fixed some virtual function calls in SPItem and SPUse that led to crashes as ...
Markus Engel
2012-08-21
1
-1
/
+6
|
*
|
|
Added "virtual pad" to SPUse.
Markus Engel
2012-08-19
1
-54
/
+116
*
|
|
|
cppcheck
Kris De Gussem
2013-08-04
1
-8
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Clean up symbol pixmap generator and title description
Martin Owens
2013-04-21
1
-4
/
+3
*
|
|
Output attributes as lengths instead of doubles.
Martin Owens
2013-04-21
1
-2
/
+4
|
|
/
|
/
|
*
|
Clean up more GObject type definitions
Alex Valavanis
2013-01-23
1
-39
/
+13
*
|
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
2012-10-11
1
-0
/
+8
|
/
*
Adding checks to prevent null pointer dereferences
Kris De Gussem
2012-05-04
1
-3
/
+7
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-1
/
+1
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-8
/
+5
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-11
/
+6
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-4
/
+4
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-15
/
+18
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-53
/
+55
|
\
|
*
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
2011-02-21
1
-35
/
+37
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-18
/
+18
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-27
/
+32
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-27
/
+32
|
|
\
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-6
/
+6
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-5
/
+5
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-8
/
+8
|
*
|
Fix Bug #675309 - crash when unlinking an orphaned clone
Adonis Papaderos
2010-11-25
1
-1
/
+1
|
|
/
[next]