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-side.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-27
cppcheck: use gobject casts in box3d-side and rename NONE to SP_NONE in sp_me...
Alex Valavanis
1
-11
/
+10
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-1
/
+1
2012-01-11
Dropped deprecated function sp_repr_get_int_attribute
Kris De Gussem
1
-1
/
+1
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-13
/
+3
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
1
-0
/
+2
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-02-20
Pass removing some outdated C-macro use.
Jon A. Cruz
1
-6
/
+6
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-20
More on c++ification and some XML privatisation
Abhishek Sharma public
1
-2
/
+4
2010-07-17
More in XML privatisation with new create3DBox function and other supplements...
Abhishek Sharma Public
1
-0
/
+12
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-8
/
+13
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-1
/
+9
2009-11-08
Fix for crash 409043
Josh Andler
1
-0
/
+10
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2008-11-21
Merge from fe-moved
Ted Gould
1
-4
/
+13
2008-10-27
From trunk
Ted Gould
1
-4
/
+5
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-7
/
+8
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-4
/
+3
2008-06-06
box3d_side_write now uses curve->get_pathvector instead of get_bpath.
Johan B. C. Engelen
1
-5
/
+1
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-2
/
+2
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-7
/
+7
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-1
/
+1
2008-03-19
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
1
-33
/
+17
2008-03-13
enable LPEs for 3D boxes
bulia byak
1
-0
/
+1
2008-02-22
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
1
-84
/
+1
2008-01-09
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...
Maximilian Albert
1
-0
/
+13
2008-01-05
Only set style of box sides during creation (not upon every repr write).
Maximilian Albert
1
-15
/
+2
2007-12-26
Don't store special attributes/types when saving 3D boxes to plain SVG (so th...
Maximilian Albert
1
-3
/
+3
2007-12-24
fix redrawing of 3d box sides
bulia byak
1
-8
/
+4
2007-12-23
noop: remove unused variable
Maximilian Albert
1
-2
/
+0
2007-12-15
Warning cleanup
Jon A. Cruz
1
-1
/
+4
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-0
/
+424