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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-6
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+4
2017-10-06
remove trailing space
Shlomi Fish
1
-1
/
+1
2016-02-22
static code analysis
Kris De Gussem
1
-0
/
+1
2015-12-08
finally removed all GSList from main folder .h files
Marc Jeanmougin
1
-1
/
+0
2015-12-06
cppification: GSList replaced by vectors (vanishing points)
Marc Jeanmougin
1
-4
/
+2
2014-09-27
Update to experimental r13565
Liam P. White
1
-4
/
+8
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-4
/
+8
2014-03-28
Further refactored SPKnot.
Markus Engel
1
-4
/
+5
2014-03-27
First step of refactoring SPKnot.
Markus Engel
1
-0
/
+4
2014-03-09
Remove unused includes to tidy up the code.
Martin Owens
1
-3
/
+0
2013-03-14
Fix another tonne of forward declaration tags
Alex Valavanis
1
-1
/
+1
2012-05-09
Centralized line creation and enhanced visibility.
Jon A. Cruz
1
-1
/
+5
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2008-09-18
More NR::Point ==> Geom::Point
Maximilian Albert
1
-8
/
+8
2008-03-19
noop: remove superfluous #include
Maximilian Albert
1
-2
/
+0
2008-01-28
noop: Address some cast-string-to-mutable-chars warnings.
Peter Moulder
1
-1
/
+1
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-70
/
+115
2007-09-01
Decent support for setting the direction of infinite VPs via the toolbar and ...
Maximilian Albert
1
-0
/
+2
2007-09-01
Infrastructure to set direction of infinite VPs (now adjustable by some short...
Maximilian Albert
1
-0
/
+2
2007-08-09
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
1
-2
/
+2
2007-08-09
Status bar tips for VP draggers
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
/
+1
2007-08-06
Draw perspective lines; provide shortcuts to toggle their visibility and the ...
Maximilian Albert
1
-3
/
+9
2007-08-06
(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...
Maximilian Albert
1
-1
/
+19
2007-08-06
First stage of draggable vanishing points (no snapping/unsnapping yet)
Maximilian Albert
1
-0
/
+55
2007-08-06
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
1
-0
/
+8
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
-97
/
+3
2007-07-10
More 3D auxiliary/convenience functions
Maximilian Albert
1
-3
/
+58
2007-07-04
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
1
-0
/
+21
2007-07-03
Refactoring of 3D box internals.
Maximilian Albert
1
-0
/
+4
2007-07-03
More meaningful name for 3D axis directions
Maximilian Albert
1
-5
/
+5
2007-07-03
Make 3D axes correspond to places in binary representation (allows for more g...
Maximilian Albert
1
-4
/
+13
2007-06-21
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
1
-0
/
+91