index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
box3d.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-10
/
+10
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2014-10-24
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
1
-2
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-10
/
+10
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-10
/
+10
2013-10-26
Added some consts.
Markus Engel
1
-3
/
+3
2013-10-06
Add 3d Box displayName and description
Martin Owens
1
-0
/
+2
2013-09-20
Refactor status-bar text for multiple items, was very broken
Martin Owens
1
-1
/
+1
2013-09-15
Added runtime check in SP_-cast macros.
Markus Engel
1
-1
/
+1
2013-09-14
Modified SP_IS_ macros.
Markus Engel
1
-1
/
+1
2013-08-01
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
Markus Engel
1
-1
/
+1
2013-04-05
Merged Group and subclasses.
Markus Engel
1
-21
/
+2
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-0
/
+1
2013-04-01
Replaced all casting macros with glib-independent ones.
Markus Engel
1
-4
/
+2
2013-03-29
Renamed virtual function names.
Markus Engel
1
-9
/
+9
2013-03-14
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
1
-2
/
+1
2012-08-19
Added "virtual pad" to SPBox3D.
Markus Engel
1
-0
/
+24
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-17
More in XML privatisation with new create3DBox function and other supplements...
Abhishek Sharma Public
1
-0
/
+1
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-2
/
+4
2009-12-26
Major simplification of 3D box code.
Maximilian Albert
1
-4
/
+0
2008-09-18
More NR::Point ==> Geom::Point
Maximilian Albert
1
-6
/
+6
2008-03-29
Fix passing wrong pointer type when using the tweak tool on 3D boxes
Maximilian Albert
1
-1
/
+1
2008-03-19
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
1
-1
/
+3
2008-02-25
fix converting 3d boxes to path and ungrouping - do not lose selection, prese...
bulia byak
1
-1
/
+1
2008-02-22
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
1
-4
/
+0
2008-01-15
Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...
Maximilian Albert
1
-1
/
+0
2008-01-11
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
1
-0
/
+2
2008-01-09
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...
Maximilian Albert
1
-0
/
+2
2007-12-26
Recompute box corners relative to new perspective when merging persps (to pre...
Maximilian Albert
1
-1
/
+1
2007-12-26
Don't show boxes as everted (i.e., always show the same sides) during initial...
Maximilian Albert
1
-0
/
+4
2007-12-23
Bug fix: prevent perspectives from being transformed more than once (by keepi...
Maximilian Albert
1
-0
/
+5
2007-12-13
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
1
-0
/
+1
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-75
/
+56
2007-09-01
Infrastructure to set direction of infinite VPs (now adjustable by some short...
Maximilian Albert
1
-0
/
+1
2007-08-29
Constrained center-dragging for 3D boxes (with Ctrl)
Maximilian Albert
1
-0
/
+1
2007-08-26
Various small cleanups
Maximilian Albert
1
-1
/
+1
2007-08-26
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...
Maximilian Albert
1
-3
/
+4
2007-08-20
Enable center-dragging of boxes in Z direction by using Shift
Maximilian Albert
1
-0
/
+2
2007-08-17
Enable center-dragging of boxes ('in perspective') within the XY-plane
Maximilian Albert
1
-0
/
+11
2007-08-07
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...
Maximilian Albert
1
-0
/
+1
2007-08-07
Compute the correct visible front corner (also for 'upended' boxes) and set t...
Maximilian Albert
1
-0
/
+2
2007-08-07
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
1
-0
/
+4
2007-08-06
Draw perspective lines; provide shortcuts to toggle their visibility and the ...
Maximilian Albert
1
-0
/
+8
2007-08-06
Convenience for debugging
Maximilian Albert
1
-0
/
+2
2007-08-06
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
1
-0
/
+10
2007-07-14
Write distinguished corners of 3D boxes to the svg representation from which ...
Maximilian Albert
1
-0
/
+1
2007-07-04
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
1
-2
/
+7
[next]