index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
box3d.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed some unused variables warnings.
Markus Engel
2014-07-22
1
-19
/
+0
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
Added some consts.
Markus Engel
2013-10-26
1
-21
/
+18
*
Add 3d Box displayName and description
Martin Owens
2013-10-06
1
-0
/
+9
*
Refactor status-bar text for multiple items, was very broken
Martin Owens
2013-09-20
1
-5
/
+2
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
*
Merged Item.
Markus Engel
2013-04-05
1
-1
/
+0
*
Merged more classes.
Markus Engel
2013-04-05
1
-1
/
+0
*
Merged Group and subclasses.
Markus Engel
2013-04-05
1
-51
/
+28
*
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
*
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-4
/
+13
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-13
/
+13
*
merged from trunk
Markus Engel
2013-03-29
1
-112
/
+9
|
\
|
*
Clean up more GObject type definitions
Alex Valavanis
2013-01-23
1
-40
/
+11
|
*
cppcheck: use gobject casts in box3d and hide dead code
Alex Valavanis
2012-10-27
1
-17
/
+19
|
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-1
/
+1
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-4
/
+4
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
*
|
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
2012-10-06
1
-3
/
+3
*
|
Added "virtual pad" to SPBox3D.
Markus Engel
2012-08-19
1
-39
/
+92
|
/
*
remove some unnecessary inkscape_active_desktop() calls
Johan B. C. Engelen
2011-07-19
1
-1
/
+1
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-2
/
+2
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-3
/
+3
*
Applying patch from Campbell Barton to help building on other than gcc.
Jon A. Cruz
2011-07-02
1
-2
/
+5
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-22
/
+20
|
\
|
*
Pass removing some outdated C-macro use.
Jon A. Cruz
2011-02-20
1
-16
/
+14
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-6
/
+6
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-58
/
+63
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-58
/
+63
|
|
\
|
|
*
More in XML privatisation with new create3DBox function and other supplements...
Abhishek Sharma Public
2010-07-17
1
-0
/
+12
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-22
/
+29
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-5
/
+5
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-7
/
+7
|
|
/
*
/
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
2010-08-05
1
-3
/
+3
|
/
*
Major simplification of 3D box code.
Maximilian Albert
2009-12-26
1
-65
/
+2
*
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
2009-12-26
1
-35
/
+56
*
fix crash when moving a box after copying it to clipboard; this code is still...
bulia byak
2009-09-14
1
-1
/
+2
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-8
/
+8
*
Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)
johnce
2009-08-05
1
-8
/
+8
*
SPDocument->Document
johnce
2009-08-05
1
-5
/
+5
*
Use the line intersection routines in 2geom/line.h instead of the deprecated ...
Diederik van Lierop
2009-04-12
1
-4
/
+19
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-1
/
+0
*
fix compile.
Johan B. C. Engelen
2008-12-13
1
-1
/
+1
*
From trunk
Ted Gould
2008-10-27
1
-2
/
+3
*
Merging from trunk
Ted Gould
2008-10-11
1
-14
/
+14
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-0
/
+1
*
More NR::Point ==> Geom::Point
Maximilian Albert
2008-09-18
1
-49
/
+49
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-2
/
+2
*
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
2008-07-17
1
-2
/
+2
[next]