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
*
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
*
try to use consistent document for creating guides
MenTaLguY
2008-07-07
1
-3
/
+1
*
Check that objects are of the right type before casting them.
Stephen Silver
2008-07-03
1
-14
/
+17
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-2
/
+2
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-4
/
+3
*
use object's document
MenTaLguY
2008-06-11
1
-4
/
+2
*
Fix passing wrong pointer type when using the tweak tool on 3D boxes
Maximilian Albert
2008-03-29
1
-2
/
+2
*
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
2008-03-19
1
-20
/
+45
*
fix converting 3d boxes to path and ungrouping - do not lose selection, prese...
bulia byak
2008-02-25
1
-4
/
+17
*
warning cleanup
Maximilian Albert
2008-02-23
1
-2
/
+2
*
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
2008-02-22
1
-139
/
+6
*
Fix another small z-order issue for 3D boxes
Maximilian Albert
2008-01-19
1
-2
/
+10
*
Add option in Preferences to keep objects after conversion to guides
Maximilian Albert
2008-01-16
1
-2
/
+0
*
Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...
Maximilian Albert
2008-01-15
1
-8
/
+6
*
Fix wrong offset when Ctrl+dragging 3D boxes by their center
Maximilian Albert
2008-01-15
1
-2
/
+4
*
Use visual/geometric bbox (as specified in Selector tool preferences) when co...
Maximilian Albert
2008-01-13
1
-0
/
+6
*
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
2008-01-11
1
-0
/
+43
*
Fix small z-order error for 3D boxes
Maximilian Albert
2008-01-10
1
-9
/
+9
*
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...
Maximilian Albert
2008-01-09
1
-0
/
+33
*
Also transform stroke, patterns, and gradients of 3D box sides
Maximilian Albert
2008-01-06
1
-4
/
+1
*
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
2008-01-02
1
-0
/
+3
*
Recompute box corners relative to new perspective when merging persps (to pre...
Maximilian Albert
2007-12-26
1
-1
/
+13
[next]