index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vanishing-point.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-2
/
+2
2012-06-05
Header cleaning for GTK+3 migration
Alex Valavanis
1
-0
/
+1
2012-05-09
Centralized line creation and enhanced visibility.
Jon A. Cruz
1
-30
/
+34
2012-05-04
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
1
-9
/
+9
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-25
Implement snapping of vanishing points (LP #629333)
Diederik van Lierop
1
-3
/
+15
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-3
/
+3
2009-12-26
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
1
-2
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-02-06
remove unused
bulia byak
1
-2
/
+0
2009-01-08
switch to using shape_editor, instead of separate knotholders and listeners; ...
bulia byak
1
-2
/
+3
2008-10-27
From trunk
Ted Gould
1
-3
/
+3
2008-09-18
More NR::Point ==> Geom::Point
Maximilian Albert
1
-9
/
+9
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-08-01
change knot.h to Geom::Point only instead of NR::Point.
Johan B. C. Engelen
1
-1
/
+1
2008-06-04
C++ify knotholders
Maximilian Albert
1
-3
/
+3
2008-02-22
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
1
-50
/
+0
2007-12-23
Bug fix: prevent perspectives from being transformed more than once (by keepi...
Maximilian Albert
1
-4
/
+4
2007-12-15
Warning cleanup
Jon A. Cruz
1
-10
/
+10
2007-12-13
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
1
-5
/
+1
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-392
/
+304
2007-11-25
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2007-11-10
Warning cleanup
Jon A. Cruz
1
-11
/
+11
2007-09-01
Decent support for setting the direction of infinite VPs via the toolbar and ...
Maximilian Albert
1
-0
/
+11
2007-08-17
Draw perspective lines for infinite VPs, too (they are updated during scrolli...
Maximilian Albert
1
-29
/
+64
2007-08-09
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
1
-28
/
+21
2007-08-09
Status bar tips for VP draggers
Maximilian Albert
1
-6
/
+50
2007-08-07
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...
Maximilian Albert
1
-1
/
+1
2007-08-07
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
1
-0
/
+10
2007-08-06
Draw perspective lines; provide shortcuts to toggle their visibility and the ...
Maximilian Albert
1
-6
/
+127
2007-08-06
(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...
Maximilian Albert
1
-12
/
+268
2007-08-06
First stage of draggable vanishing points (no snapping/unsnapping yet)
Maximilian Albert
1
-0
/
+339
2007-08-06
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
1
-0
/
+9
2007-08-06
Preparatory stuff to combine VPs in draggers
Maximilian Albert
1
-1
/
+1
2007-07-11
Move 3D axis manipulation functions to separate file
Maximilian Albert
1
-5
/
+0
2007-07-10
More 3D auxiliary/convenience functions
Maximilian Albert
1
-0
/
+4
2007-07-04
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
1
-0
/
+3
2007-07-03
More meaningful name for 3D axis directions
Maximilian Albert
1
-1
/
+1
2007-06-21
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
1
-0
/
+101