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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-24
spobject: extra careful, check that repr is not nullptr
Johan B. C. Engelen
1
-1
/
+1
2014-03-24
noop: code legibilty
Johan B. C. Engelen
1
-10
/
+8
2014-01-31
Do not throw TypeNotRegistered exceptions for now, since they interfere
Krzysztof Kosi??ski
1
-18
/
+16
2014-01-04
Fixing errors and warnings in the debug code.
Nicolas Dufour
1
-5
/
+5
2013-10-27
"fix" some "unused parameter" warnings
Kris De Gussem
1
-3
/
+3
2013-10-26
Fix memleak in reference counting introduced in r12532.
Markus Engel
1
-1
/
+1
2013-10-21
Fix bug introduced in r12686.
Markus Engel
1
-6
/
+1
2013-10-13
Changes to object creation. Fixes some warning in new from template.
Markus Engel
1
-14
/
+15
2013-09-23
Fixed FeComponentTransfer.
Markus Engel
1
-0
/
+2
2013-09-23
Added missing registration of FeDistantLight; made sure warnings on missing t...
Markus Engel
1
-12
/
+6
2013-09-20
Fix grids after C++ification. Patch from Markus Engel
Markus Engel
1
-0
/
+8
2013-09-19
Fix assertion failure on Ctrl+C
Krzysztof Kosi??ski
1
-3
/
+6
2013-09-16
Removed TypeInfo; adjusted Factory to meet code style conventions.
Markus Engel
1
-2
/
+2
2013-08-02
reordered SPDesktop::set_event_context2; fixed last mismatched-tags
Markus Engel
1
-3
/
+1
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-59
/
+7
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-8
/
+8
2013-05-13
cleanup document option to clean up unused swatches
Raphael Rosch
1
-1
/
+3
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-2
/
+2
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-22
/
+28
2013-04-10
Removed old SPObject factory.
Markus Engel
1
-3
/
+1
2013-04-08
Reactivated independent reference counting in the SPObject tree.
Markus Engel
1
-0
/
+9
2013-04-07
Added exception to SPFactory / basic handling to SPObject.
Markus Engel
1
-21
/
+50
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-120
/
+62
2013-04-02
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
1
-12
/
+30
2013-04-01
Added experimental constructor to SPRect. Memory leaks because of non-virtual...
Markus Engel
1
-6
/
+18
2013-04-01
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
1
-3
/
+3
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+4
2013-03-30
Removed unused function definitions
Markus Engel
1
-32
/
+0
2013-03-29
Renamed virtual function names.
Markus Engel
1
-20
/
+20
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-10
/
+10
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-17
Cleanup more GObject type definitions
Alex Valavanis
1
-50
/
+134
2012-11-11
SPObject: drop sp_object_ prefix on class members
Alex Valavanis
1
-37
/
+34
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
1
-0
/
+3
2012-10-06
Added some virtual pad calls to SPObject.
Markus Engel
1
-49
/
+70
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-09-20
some memleak fixes (Bug #1043571)
Kris De Gussem
1
-8
/
+2
2012-09-03
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
1
-2
/
+8
2012-09-02
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
1
-8
/
+2
2012-08-17
Added "virtual pad" to SPObject.
Markus Engel
1
-12
/
+90
2012-03-18
Change finalization order in SPObject: delete signals before calling
Krzysztof Kosi??ski
1
-4
/
+4
2012-01-11
Dropped deprecated function sp_repr_get_int_attribute
Kris De Gussem
1
-2
/
+3
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-2
/
+2
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-1
/
+1
2011-11-29
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
1
-1
/
+26
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-308
/
+15
2011-07-09
Next step in refactoring color management. More to come.
Jon A. Cruz
1
-1
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-2
/
+2
2011-05-28
Port of 0.48.x branch revision 9781.
Jon A. Cruz
1
-0
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
[prev]
[next]