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