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-object.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment out error message about style ref counting and add explanation.
Tavmjong Bah
2015-01-05
1
-2
/
+7
*
SPStyle ref counting clean up.
Tavmjong Bah
2014-12-26
1
-4
/
+16
*
Remove sp_style_new().
Tavmjong Bah
2014-12-25
1
-0
/
+2
*
Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().
Tavmjong Bah
2014-12-25
1
-1
/
+1
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
1
-9
/
+5
*
Remove sp_style_read_from_object()
Tavmjong Bah
2014-12-24
1
-1
/
+1
*
Remove sp_style_new_from_object()
Tavmjong Bah
2014-12-24
1
-1
/
+1
*
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Tavmjong Bah
2014-12-23
1
-0
/
+1
*
Debugging routines to print out XML, SP Object, and Display Item trees.
Tavmjong Bah
2014-12-16
1
-0
/
+16
*
More c++ string usage.
Johan B. C. Engelen
2014-11-25
1
-0
/
+10
*
Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.
Jon A. Cruz
2014-11-15
1
-1
/
+1
*
Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.
Jon A. Cruz
2014-11-15
1
-1
/
+1
*
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
2014-08-31
1
-8
/
+8
*
Commit patch from Johan to remove GSList and replace with vector.
Martin Owens
2014-04-05
1
-4
/
+4
*
Allow command line options -i and -j to effect plain-svg output, this involve...
Martin Owens
2014-04-05
1
-0
/
+17
*
spobject: extra careful, check that repr is not nullptr
Johan B. C. Engelen
2014-03-24
1
-1
/
+1
*
noop: code legibilty
Johan B. C. Engelen
2014-03-24
1
-10
/
+8
*
Do not throw TypeNotRegistered exceptions for now, since they interfere
Krzysztof Kosi??ski
2014-01-31
1
-18
/
+16
*
Fixing errors and warnings in the debug code.
Nicolas Dufour
2014-01-04
1
-5
/
+5
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-27
1
-3
/
+3
*
Fix memleak in reference counting introduced in r12532.
Markus Engel
2013-10-26
1
-1
/
+1
*
Fix bug introduced in r12686.
Markus Engel
2013-10-21
1
-6
/
+1
*
Changes to object creation. Fixes some warning in new from template.
Markus Engel
2013-10-13
1
-14
/
+15
*
Fixed FeComponentTransfer.
Markus Engel
2013-09-23
1
-0
/
+2
*
Added missing registration of FeDistantLight; made sure warnings on missing t...
Markus Engel
2013-09-23
1
-12
/
+6
*
Fix grids after C++ification. Patch from Markus Engel
Markus Engel
2013-09-20
1
-0
/
+8
*
Fix assertion failure on Ctrl+C
Krzysztof Kosi??ski
2013-09-19
1
-3
/
+6
*
Merge C++ification of the SP tree by Markus Engel
Krzysztof Kosi??ski
2013-09-19
1
-243
/
+116
|
\
|
*
Removed TypeInfo; adjusted Factory to meet code style conventions.
Markus Engel
2013-09-16
1
-2
/
+2
|
*
reordered SPDesktop::set_event_context2; fixed last mismatched-tags
Markus Engel
2013-08-02
1
-3
/
+1
|
*
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
1
-59
/
+7
|
*
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
2013-07-31
1
-8
/
+8
|
*
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-1
/
+3
|
|
\
|
|
/
|
/
|
|
*
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
1
-2
/
+2
|
*
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-22
/
+28
|
*
Removed old SPObject factory.
Markus Engel
2013-04-10
1
-3
/
+1
|
*
Reactivated independent reference counting in the SPObject tree.
Markus Engel
2013-04-08
1
-0
/
+9
|
*
Added exception to SPFactory / basic handling to SPObject.
Markus Engel
2013-04-07
1
-21
/
+50
|
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-120
/
+62
|
*
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
2013-04-02
1
-12
/
+30
|
*
Added experimental constructor to SPRect. Memory leaks because of non-virtual...
Markus Engel
2013-04-01
1
-6
/
+18
|
*
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
2013-04-01
1
-3
/
+3
|
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+4
|
*
Removed unused function definitions
Markus Engel
2013-03-30
1
-32
/
+0
|
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-20
/
+20
|
*
merged from trunk
Markus Engel
2013-03-29
1
-165
/
+83
|
|
\
|
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-10
/
+10
|
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
|
*
|
Added some virtual pad calls to SPObject.
Markus Engel
2012-10-06
1
-49
/
+70
|
*
|
Added "virtual pad" to SPObject.
Markus Engel
2012-08-17
1
-12
/
+90
[next]