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
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
2010-08-11
XML Privatisation Stuff after a long time
Abhishek Sharma public
1
-0
/
+18
2010-07-24
Yet mor in c++ification
Abhishek Sharma public
1
-0
/
+7
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-87
/
+109
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-11
/
+34
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-79
/
+79
2010-07-02
Do not remove color-profile elements during vacuum defs. Fixes bug #444225.
Jon A. Cruz
1
-0
/
+3
2010-07-02
Leave swatches when doing a vacuum pass. Fixes bug #594445.
Jon A. Cruz
1
-18
/
+20
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-03-14
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
1
-1
/
+1
2010-03-08
Cleanup of gradients and stops.
Jon A. Cruz
1
-0
/
+11
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-30
/
+65
[next]