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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-03-30
Fix bug #338838: Using double-click on a selected shape to switch to that sha...
Diederik van Lierop
1
-1
/
+1
2009-03-29
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
1
-3
/
+3
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-3
/
+3
2009-01-25
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
1
-5
/
+8
2009-01-08
switch to using shape_editor, instead of separate knotholders and listeners; ...
bulia byak
1
-50
/
+10
2008-10-27
From trunk
Ted Gould
1
-9
/
+11
2008-09-18
More NR::Point ==> Geom::Point
Maximilian Albert
1
-7
/
+7
2008-08-28
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
1
-2
/
+2
2008-08-14
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
1
-2
/
+1
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-14
/
+16
2008-07-08
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
MenTaLguY
1
-1
/
+1
2008-07-08
enable motion hints for non-freehand actions
MenTaLguY
1
-1
/
+1
2008-06-04
C++ify knotholders
Maximilian Albert
1
-2
/
+2
2008-05-16
Fix a regression in the snapper, caused by me. Sorry!
Diederik van Lierop
1
-4
/
+4
2008-05-12
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...
Diederik van Lierop
1
-3
/
+4
2008-04-30
- Major refactoring of snapping related code...
Diederik van Lierop
1
-6
/
+7
2008-03-19
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
1
-9
/
+5
2008-03-09
Move 3D box code out of sp-canvas.cpp
Maximilian Albert
1
-0
/
+8
2008-02-23
Fix LP #194718
Maximilian Albert
1
-4
/
+4
2008-02-22
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
1
-94
/
+1
2008-01-11
Better handling of shortcuts in 3D box tool
Maximilian Albert
1
-18
/
+18
2008-01-11
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
1
-0
/
+9
2008-01-11
Check for perspective in document defs (to avoid hanging/crashes after vacuum...
Maximilian Albert
1
-0
/
+20
2008-01-08
Enable 3D box toolbar
Maximilian Albert
1
-2
/
+16
2008-01-05
Only set style of box sides during creation (not upon every repr write).
Maximilian Albert
1
-0
/
+4
2007-12-26
Don't show boxes as everted (i.e., always show the same sides) during initial...
Maximilian Albert
1
-1
/
+3
2007-12-15
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2007-12-13
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
1
-4
/
+4
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-156
/
+188
2007-11-02
warning cleanup
Jon A. Cruz
1
-1
/
+1
2007-10-02
3dbox cursor
bulia byak
1
-2
/
+2
2007-09-11
Use angle step from prefs for rotation of PLs; Alt+parentheses rotate PLs by ...
Maximilian Albert
1
-6
/
+7
2007-09-10
Don't catch Shift+Ctrl+L (Layers dialog) in 3D box context
Maximilian Albert
1
-0
/
+1
2007-09-01
Infrastructure to set direction of infinite VPs (now adjustable by some short...
Maximilian Albert
1
-0
/
+30
2007-08-28
Remove some warnings and fix crash in 3D box tool
Maximilian Albert
1
-2
/
+1
2007-08-26
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...
Maximilian Albert
1
-2
/
+2
2007-08-20
Avoid 'flashing' between front and rear face during initial dragging process ...
Maximilian Albert
1
-1
/
+6
2007-08-16
Remember last used style for single 3D box faces (also fixes bug with wrongly...
Maximilian Albert
1
-1
/
+1
2007-08-16
Don't use lowercase keyboard shortcuts in 3D box tool
Maximilian Albert
1
-5
/
+0
2007-08-16
Remove second option for resizing 3D boxes (now we have 8 handles; the four f...
Maximilian Albert
1
-2
/
+0
2007-08-09
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
1
-15
/
+12
2007-08-07
Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...
Diederik van Lierop
1
-3
/
+3
2007-08-07
Update current perspective when selection changes
Maximilian Albert
1
-0
/
+16
2007-08-07
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
1
-0
/
+3
2007-08-06
Draw perspective lines; provide shortcuts to toggle their visibility and the ...
Maximilian Albert
1
-3
/
+57
2007-08-06
First stage of draggable vanishing points (no snapping/unsnapping yet)
Maximilian Albert
1
-0
/
+10
2007-08-06
Workaround for some segfaults: Store perspectives globally instead of in each...
Maximilian Albert
1
-1
/
+0
2007-08-06
Convenience for debugging
Maximilian Albert
1
-0
/
+5
2007-08-06
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
1
-0
/
+1
2007-08-06
Cosmetic
Maximilian Albert
1
-59
/
+55
[next]