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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-761
/
+0
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-05
Extract SPDimensions from spuse
Shlomi Fish
1
-19
/
+2
2017-10-02
Second batch
Marc Jeanmougin
1
-9
/
+6
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-6
/
+6
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-0
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-4
/
+4
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-20
/
+12
2016-04-29
Backout last commit as it introduced subtle errors.
Tavmjong Bah
1
-4
/
+1
2016-04-29
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
1
-1
/
+4
2015-05-08
fix for bug 168013 and its mask counterpart
Marc Jeanmougin
1
-3
/
+59
2015-02-25
create SPObject factory
Liam P. White
1
-13
/
+1
2015-01-19
Don't update viewbox if referenced element not <symbol> or <svg>
Tavmjong Bah
1
-2
/
+7
2015-01-15
for symbol description, report 'id' if 'title' does not exist.
Alvin Penner
1
-0
/
+2
2014-12-25
Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().
Tavmjong Bah
1
-5
/
+2
2014-12-23
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Tavmjong Bah
1
-4
/
+10
2014-12-21
Implement rendering for 'context-fill' and 'context-stroke' (text not handled...
Tavmjong Bah
1
-5
/
+6
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-45
/
+64
2014-07-25
refresh text objects when clipping (Bug 1339305)
Alvin Penner
1
-1
/
+11
2014-07-10
refresh SPCurve in a cloned clip (Bug 1322940)
Alvin Penner
1
-0
/
+3
2014-03-17
Fix for Bug #1293073 (Dragging a symbol crashes the application when the symb...
Nicolas Dufour
1
-1
/
+5
2014-03-06
Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ...
Nicolas Dufour
1
-1
/
+2
2014-02-27
Partial fix for LP #1001756 (crash when ungrouping a selection
Krzysztof Kosi??ski
1
-0
/
+17
2013-10-26
Added some consts.
Markus Engel
1
-5
/
+9
2013-10-01
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
1
-14
/
+15
2013-09-24
Refactored SPUse.
Markus Engel
1
-146
/
+110
2013-09-24
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
1
-2
/
+2
2013-09-20
Refactor status-bar text for multiple items, was very broken
Martin Owens
1
-5
/
+10
2013-09-16
Removed TypeInfo; adjusted Factory to meet code style conventions.
Markus Engel
1
-1
/
+1
2013-08-04
cppcheck
Kris De Gussem
1
-8
/
+4
2013-07-31
Removed placement news / explicit destructor calls.
Markus Engel
1
-6
/
+6
2013-04-21
Clean up symbol pixmap generator and title description
Martin Owens
1
-4
/
+3
2013-04-21
Output attributes as lengths instead of doubles.
Martin Owens
1
-2
/
+4
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-1
/
+1
2013-04-10
Removed old SPObject factory.
Markus Engel
1
-3
/
+1
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-11
/
+9
2013-04-05
Merged more classes.
Markus Engel
1
-191
/
+145
2013-04-02
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
1
-6
/
+28
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-4
/
+12
2013-04-01
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
1
-4
/
+4
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-18
/
+18
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-5
/
+5
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-39
/
+13
[next]