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-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++ify knotholders
Maximilian Albert
2008-06-04
1
-2
/
+2
*
Fix a regression in the snapper, caused by me. Sorry!
Diederik van Lierop
2008-05-16
1
-4
/
+4
*
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...
Diederik van Lierop
2008-05-12
1
-3
/
+4
*
- Major refactoring of snapping related code...
Diederik van Lierop
2008-04-30
1
-6
/
+7
*
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
2008-03-19
1
-9
/
+5
*
Move 3D box code out of sp-canvas.cpp
Maximilian Albert
2008-03-09
1
-0
/
+8
*
Fix LP #194718
Maximilian Albert
2008-02-23
1
-4
/
+4
*
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
2008-02-22
1
-94
/
+1
*
Better handling of shortcuts in 3D box tool
Maximilian Albert
2008-01-11
1
-18
/
+18
*
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
2008-01-11
1
-0
/
+9
*
Check for perspective in document defs (to avoid hanging/crashes after vacuum...
Maximilian Albert
2008-01-11
1
-0
/
+20
*
Enable 3D box toolbar
Maximilian Albert
2008-01-08
1
-2
/
+16
*
Only set style of box sides during creation (not upon every repr write).
Maximilian Albert
2008-01-05
1
-0
/
+4
*
Don't show boxes as everted (i.e., always show the same sides) during initial...
Maximilian Albert
2007-12-26
1
-1
/
+3
*
Warning cleanup
Jon A. Cruz
2007-12-15
1
-1
/
+1
*
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
2007-12-13
1
-4
/
+4
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-156
/
+188
*
warning cleanup
Jon A. Cruz
2007-11-02
1
-1
/
+1
*
3dbox cursor
bulia byak
2007-10-02
1
-2
/
+2
*
Use angle step from prefs for rotation of PLs; Alt+parentheses rotate PLs by ...
Maximilian Albert
2007-09-11
1
-6
/
+7
*
Don't catch Shift+Ctrl+L (Layers dialog) in 3D box context
Maximilian Albert
2007-09-10
1
-0
/
+1
*
Infrastructure to set direction of infinite VPs (now adjustable by some short...
Maximilian Albert
2007-09-01
1
-0
/
+30
*
Remove some warnings and fix crash in 3D box tool
Maximilian Albert
2007-08-28
1
-2
/
+1
*
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...
Maximilian Albert
2007-08-26
1
-2
/
+2
*
Avoid 'flashing' between front and rear face during initial dragging process ...
Maximilian Albert
2007-08-20
1
-1
/
+6
*
Remember last used style for single 3D box faces (also fixes bug with wrongly...
Maximilian Albert
2007-08-16
1
-1
/
+1
*
Don't use lowercase keyboard shortcuts in 3D box tool
Maximilian Albert
2007-08-16
1
-5
/
+0
*
Remove second option for resizing 3D boxes (now we have 8 handles; the four f...
Maximilian Albert
2007-08-16
1
-2
/
+0
*
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
2007-08-09
1
-15
/
+12
*
Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...
Diederik van Lierop
2007-08-07
1
-3
/
+3
*
Update current perspective when selection changes
Maximilian Albert
2007-08-07
1
-0
/
+16
*
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
2007-08-07
1
-0
/
+3
*
Draw perspective lines; provide shortcuts to toggle their visibility and the ...
Maximilian Albert
2007-08-06
1
-3
/
+57
*
First stage of draggable vanishing points (no snapping/unsnapping yet)
Maximilian Albert
2007-08-06
1
-0
/
+10
*
Workaround for some segfaults: Store perspectives globally instead of in each...
Maximilian Albert
2007-08-06
1
-1
/
+0
*
Convenience for debugging
Maximilian Albert
2007-08-06
1
-0
/
+5
*
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
2007-08-06
1
-0
/
+1
*
Cosmetic
Maximilian Albert
2007-08-06
1
-59
/
+55
*
Store a global list of existing perspectives; for each perspective hold a lis...
Maximilian Albert
2007-08-06
1
-20
/
+6
*
due to the order of processing events, we must disable lmb handling in childr...
bulia byak
2007-07-29
1
-4
/
+4
*
1) Changes to snapping preferences dialog
Diederik van Lierop
2007-07-28
1
-3
/
+3
*
Move check for unlinked paths of 3D box faces to the correct location
Maximilian Albert
2007-07-14
1
-8
/
+0
*
Write distinguished corners of 3D boxes to the svg representation from which ...
Maximilian Albert
2007-07-14
1
-1
/
+9
*
fix for panning and zooming into area in 3D box tool (root_handler of event_c...
Maximilian Albert
2007-07-12
1
-1
/
+0
*
Different default styles for non-parallel 3D box faces
Maximilian Albert
2007-07-10
1
-1
/
+1
*
Create all 3D box faces in the beginning (fixes resizing bug; first step towa...
Maximilian Albert
2007-07-10
1
-11
/
+7
*
Click-select entire 3D boxes instead of only single faces; faces can still be...
Maximilian Albert
2007-07-10
1
-1
/
+1
*
Status message & cleanups
Maximilian Albert
2007-07-10
1
-35
/
+25
*
Two variants of resizing 3D boxes (using three/four handles, respectively, de...
Maximilian Albert
2007-07-04
1
-0
/
+1
*
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
2007-07-03
1
-10
/
+14
[next]