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-symbol.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-169
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2014-02-15
Symbols: turn off viewBox-related debug messages (from r13002)
su_v
1
-2
/
+2
2014-02-06
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
1
-227
/
+7
2013-10-26
Added some consts.
Markus Engel
1
-1
/
+1
2013-06-15
Big change in symbols ui and selection chemistry.
Martin Owens
1
-5
/
+2
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
-1
/
+0
2013-04-05
Merged more classes.
Markus Engel
1
-1
/
+0
2013-04-05
Merged Group and subclasses.
Markus Engel
1
-130
/
+134
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
-3
/
+13
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-23
/
+23
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-6
/
+6
2013-03-19
Fixing regression
jtx
1
-12
/
+21
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-21
/
+12
2013-03-16
Warning cleanup
Alex Valavanis
1
-12
/
+21
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-51
/
+26
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
1
-0
/
+5
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-4
/
+4
2012-08-19
Added "virtual pad" to SPSymbol.
Markus Engel
1
-56
/
+112
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-31
/
+25
2011-08-27
Remove NRRect use from the extension system
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-3
/
+5
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-4
/
+4
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-7
/
+9
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-93
/
+46
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-5
/
+5
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-6
/
+6
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-2
/
+0
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-2
/
+2
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-2
/
+5
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-2
/
+2
2008-12-12
typo in xMaxYMid
Thomas Holder
1
-1
/
+1
2008-12-11
bug #166885 (preserveAspectRatio="none" misinterpreted)
Thomas Holder
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-1
/
+2
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-3
/
+3
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-328
/
+328
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-4
/
+3
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-10
/
+10
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-1
/
+6
2007-01-22
continue switching sp_repr_new* over to XML::Document::create*
Aaron Spike
1
-1
/
+3