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
*
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
*
|
|
cleanup document option to clean up unused swatches
Raphael Rosch
2013-05-13
1
-1
/
+3
|
|
/
|
/
|
*
|
Cleanup more GObject type definitions
Alex Valavanis
2013-01-17
1
-50
/
+134
*
|
SPObject: drop sp_object_ prefix on class members
Alex Valavanis
2012-11-11
1
-37
/
+34
*
|
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
2012-10-11
1
-0
/
+3
*
|
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-1
/
+1
*
|
some memleak fixes (Bug #1043571)
Kris De Gussem
2012-09-20
1
-8
/
+2
*
|
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
2012-09-03
1
-2
/
+8
*
|
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
2012-09-02
1
-8
/
+2
|
/
*
Change finalization order in SPObject: delete signals before calling
Krzysztof Kosi??ski
2012-03-18
1
-4
/
+4
*
Dropped deprecated function sp_repr_get_int_attribute
Kris De Gussem
2012-01-11
1
-2
/
+3
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-2
/
+2
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-1
/
+1
*
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
2011-11-29
1
-1
/
+26
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-308
/
+15
*
Next step in refactoring color management. More to come.
Jon A. Cruz
2011-07-09
1
-1
/
+1
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-2
/
+2
*
Port of 0.48.x branch revision 9781.
Jon A. Cruz
2011-05-28
1
-0
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-351
/
+349
|
\
|
*
XML Privatisation Stuff after a long time
Abhishek Sharma public
2010-08-11
1
-0
/
+18
|
*
Yet mor in c++ification
Abhishek Sharma public
2010-07-24
1
-0
/
+7
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-87
/
+109
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-11
/
+34
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-79
/
+79
[next]